question
stringlengths 33
1.59k
| target
stringlengths 33
1.58k
|
|---|---|
public boolean lookingAt ( ) { matchFound = lookingAtImpl ( address , input , matchOffsets ) ; if ( matchFound ) { findPos = matchOffsets [ 1 ] ; } return matchFound ; }
|
public bool lookingAt ( ) { matchFound = lookingAtImpl ( address , input , matchOffsets ) ; if ( matchFound ) { findPos = matchOffsets [ 1 ] ; } return matchFound ; }
|
public DescribeIdentityUsageResult describeIdentityUsage ( DescribeIdentityUsageRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeIdentityUsage ( request ) ; }
|
public virtual DescribeIdentityUsageResponse DescribeIdentityUsage ( DescribeIdentityUsageRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeIdentityUsageRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeIdentityUsageResponseUnmarshaller . Instance ; return Invoke < DescribeIdentityUsageResponse > ( request , options ) ; }
|
public void carry ( RevFlag flag ) { final int carry = flags & flag . mask ; if ( carry != 0 ) carryFlags ( this , carry ) ; }
|
public virtual void Carry ( RevFlag flag ) { int carry = flags & flag . mask ; if ( carry != 0 ) { CarryFlags ( this , carry ) ; } }
|
public Count ( ) { _predicate = defaultPredicate ; }
|
public Count ( ) { _predicate = defaultPredicate ; }
|
public ShowNoteCommand notesShow ( ) { return new ShowNoteCommand ( repo ) ; }
|
public virtual ShowNoteCommand NotesShow ( ) { return new ShowNoteCommand ( repo ) ; }
|
public ResolveRoomResult resolveRoom ( ResolveRoomRequest request ) { request = beforeClientExecution ( request ) ; return executeResolveRoom ( request ) ; }
|
public virtual ResolveRoomResponse ResolveRoom ( ResolveRoomRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ResolveRoomRequestMarshaller . Instance ; options . ResponseUnmarshaller = ResolveRoomResponseUnmarshaller . Instance ; return Invoke < ResolveRoomResponse > ( request , options ) ; }
|
public ValueEval getArea3DEval ( Area3DPxg aptg ) { SheetRangeEvaluator sre = createExternSheetRefEvaluator ( aptg . getSheetName ( ) , aptg . getLastSheetName ( ) , aptg . getExternalWorkbookNumber ( ) ) ; return new LazyAreaEval ( aptg . getFirstRow ( ) , aptg . getFirstColumn ( ) , aptg . getLastRow ( ) , aptg . getLastColumn ( ) , sre ) ; }
|
public ValueEval GetArea3DEval ( Area3DPxg aptg ) { SheetRangeEvaluator sre = CreateExternSheetRefEvaluator ( aptg . SheetName , aptg . LastSheetName , aptg . ExternalWorkbookNumber ) ; return new LazyAreaEval ( aptg . FirstRow , aptg . FirstColumn , aptg . LastRow , aptg . LastColumn , sre ) ; }
|
public DoubleMetaphoneFilterFactory ( Map < String , String > args ) { super ( args ) ; inject = getBoolean ( args , INJECT , true ) ; maxCodeLength = getInt ( args , MAX_CODE_LENGTH , DEFAULT_MAX_CODE_LENGTH ) ; if ( ! args . isEmpty ( ) ) { throw new IllegalArgumentException ( "Unknown parameters: " + args ) ; } }
|
public DoubleMetaphoneFilterFactory ( IDictionary < string , string > args ) : base ( args ) { inject = GetBoolean ( args , INJECT , true ) ; maxCodeLength = GetInt32 ( args , MAX_CODE_LENGTH , DEFAULT_MAX_CODE_LENGTH ) ; if ( ! ( args . Count == 0 ) ) { throw new ArgumentException ( "Unknown parameters: " + args ) ; } }
|
public String toString ( ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . append ( "[PALETTE]\n" ) ; buffer . append ( " numcolors = " ) . append ( _colors . size ( ) ) . append ( '\n' ) ; for ( int i = 0 ; i < _colors . size ( ) ; i ++ ) { PColor c = _colors . get ( i ) ; buffer . append ( "* colornum = " ) . append ( i ) . append ( '\n' ) ; buffer . append ( c ) ; buffer . append ( "" ) ; } }
|
public override String ToString ( ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . Append ( " red = " ) . Append ( _red & 0xff ) . Append ( '\n' ) ; buffer . Append ( " green = " ) . Append ( _green & 0xff ) . Append ( '\n' ) ; buffer . Append ( " blue = " ) . Append ( _blue & 0xff ) . Append ( '\n' ) ; return buffer . ToString ( ) ; }
|
public DocOffsetSorter ( int maxDoc ) { super ( maxDoc / 64 ) ; this . tmpDocs = new int [ maxDoc / 64 ] ; this . tmpOffsets = new long [ maxDoc / 64 ] ; }
|
public DocOffsetSorter ( int maxDoc ) : base ( maxDoc / 64 ) { this . tmpDocs = new int [ maxDoc / 64 ] ; this . tmpOffsets = new long [ maxDoc / 64 ] ; }
|
public EnableInsightRulesResult enableInsightRules ( EnableInsightRulesRequest request ) { request = beforeClientExecution ( request ) ; return executeEnableInsightRules ( request ) ; }
|
public virtual EnableInsightRulesResponse EnableInsightRules ( EnableInsightRulesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = EnableInsightRulesRequestMarshaller . Instance ; options . ResponseUnmarshaller = EnableInsightRulesResponseUnmarshaller . Instance ; return Invoke < EnableInsightRulesResponse > ( request , options ) ; }
|
public boolean equals ( Object obj ) { if ( this == obj ) return true ; if ( ! ( obj instanceof AND ) ) return false ; AND other = ( AND ) obj ; return Arrays . equals ( this . opnds , other . opnds ) ; }
|
public override bool Equals ( object obj ) { if ( this == obj ) { return true ; } if ( ! ( obj is SemanticContext . AND ) ) { return false ; } SemanticContext . AND other = ( SemanticContext . AND ) obj ; return Arrays . Equals ( this . opnds , other . opnds ) ; }
|
public static int getEncodedSize ( Ptg [ ] ptgs ) { int result = 0 ; for ( Ptg ptg : ptgs ) { result += ptg . getSize ( ) ; } return result ; }
|
public static int GetEncodedSize ( Ptg [ ] ptgs ) { int result = 0 ; for ( int i = 0 ; i < ptgs . Length ; i ++ ) { result += ptgs [ i ] . Size ; } return result ; }
|
public IterationRecord ( boolean iterateOn ) { _flags = iterationOn . setBoolean ( 0 , iterateOn ) ; }
|
public IterationRecord ( bool iterateOn ) { _flags = iterationOn . SetBoolean ( 0 , iterateOn ) ; }
|
public UnlinkIdentityResult unlinkIdentity ( UnlinkIdentityRequest request ) { request = beforeClientExecution ( request ) ; return executeUnlinkIdentity ( request ) ; }
|
public virtual UnlinkIdentityResponse UnlinkIdentity ( UnlinkIdentityRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = UnlinkIdentityRequestMarshaller . Instance ; options . ResponseUnmarshaller = UnlinkIdentityResponseUnmarshaller . Instance ; return Invoke < UnlinkIdentityResponse > ( request , options ) ; }
|
public CreateThreatIntelSetResult createThreatIntelSet ( CreateThreatIntelSetRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateThreatIntelSet ( request ) ; }
|
public virtual CreateThreatIntelSetResponse CreateThreatIntelSet ( CreateThreatIntelSetRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateThreatIntelSetRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateThreatIntelSetResponseUnmarshaller . Instance ; return Invoke < CreateThreatIntelSetResponse > ( request , options ) ; }
|
public TokenizedPhraseQueryNode ( ) { setLeaf ( false ) ; allocate ( ) ; }
|
public TokenizedPhraseQueryNode ( ) { IsLeaf = false ; Allocate ( ) ; }
|
public DataItemRecord ( RecordInputStream in ) { isxvdData = in . readUShort ( ) ; iiftab = in . readUShort ( ) ; df = in . readUShort ( ) ; isxvd = in . readUShort ( ) ; isxvi = in . readUShort ( ) ; ifmt = in . readUShort ( ) ; name = in . readString ( ) ; }
|
public DataItemRecord ( RecordInputStream in1 ) { isxvdData = in1 . ReadUShort ( ) ; iiftab = in1 . ReadUShort ( ) ; df = in1 . ReadUShort ( ) ; isxvd = in1 . ReadUShort ( ) ; isxvi = in1 . ReadUShort ( ) ; ifmt = in1 . ReadUShort ( ) ; name = in1 . ReadString ( ) ; }
|
public DeleteDBParameterGroupResult deleteDBParameterGroup ( DeleteDBParameterGroupRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteDBParameterGroup ( request ) ; }
|
public virtual DeleteDBParameterGroupResponse DeleteDBParameterGroup ( DeleteDBParameterGroupRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteDBParameterGroupRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteDBParameterGroupResponseUnmarshaller . Instance ; return Invoke < DeleteDBParameterGroupResponse > ( request , options ) ; }
|
public GetReservedNodeExchangeOfferingsResult getReservedNodeExchangeOfferings ( GetReservedNodeExchangeOfferingsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetReservedNodeExchangeOfferings ( request ) ; }
|
public virtual GetReservedNodeExchangeOfferingsResponse GetReservedNodeExchangeOfferings ( GetReservedNodeExchangeOfferingsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetReservedNodeExchangeOfferingsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetReservedNodeExchangeOfferingsResponseUnmarshaller . Instance ; return Invoke < GetReservedNodeExchangeOfferingsResponse > ( request , options ) ; }
|
public static long nextHighestPowerOfTwo ( long v ) { v -- ; v |= v > > 1 ; v |= v > > 2 ; v |= v > > 4 ; v |= v > > 8 ; v |= v > > 16 ; v |= v > > 32 ; v ++ ; return v ; }
|
public static int NextHighestPowerOfTwo ( int v ) { v -- ; v |= v > > 1 ; v |= v > > 2 ; v |= v > > 4 ; v |= v > > 8 ; v |= v > > 16 ; v ++ ; return v ; }
|
public RunInstancesResult runInstances ( RunInstancesRequest request ) { request = beforeClientExecution ( request ) ; return executeRunInstances ( request ) ; }
|
public virtual RunInstancesResponse RunInstances ( RunInstancesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = RunInstancesRequestMarshaller . Instance ; options . ResponseUnmarshaller = RunInstancesResponseUnmarshaller . Instance ; return Invoke < RunInstancesResponse > ( request , options ) ; }
|
public ChangeMessageVisibilityBatchResult changeMessageVisibilityBatch ( String queueUrl , java . util . List < ChangeMessageVisibilityBatchRequestEntry > entries ) { return changeMessageVisibilityBatch ( new ChangeMessageVisibilityBatchRequest ( ) . withQueueUrl ( queueUrl ) . withEntries ( entries ) ) ; }
|
public virtual ChangeMessageVisibilityBatchResponse ChangeMessageVisibilityBatch ( string queueUrl , List < ChangeMessageVisibilityBatchRequestEntry > entries ) { var request = new ChangeMessageVisibilityBatchRequest ( ) ; request . QueueUrl = queueUrl ; request . Entries = entries ; return ChangeMessageVisibilityBatch ( request ) ; }
|
public DeleteRealtimeEndpointResult deleteRealtimeEndpoint ( DeleteRealtimeEndpointRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteRealtimeEndpoint ( request ) ; }
|
public virtual DeleteRealtimeEndpointResponse DeleteRealtimeEndpoint ( DeleteRealtimeEndpointRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteRealtimeEndpointRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteRealtimeEndpointResponseUnmarshaller . Instance ; return Invoke < DeleteRealtimeEndpointResponse > ( request , options ) ; }
|
public CreateDiskSnapshotResult createDiskSnapshot ( CreateDiskSnapshotRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateDiskSnapshot ( request ) ; }
|
public virtual CreateDiskSnapshotResponse CreateDiskSnapshot ( CreateDiskSnapshotRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateDiskSnapshotRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateDiskSnapshotResponseUnmarshaller . Instance ; return Invoke < CreateDiskSnapshotResponse > ( request , options ) ; }
|
public void mark ( int readLimit ) throws IOException { if ( readLimit < 0 ) { throw new IllegalArgumentException ( ) ; } synchronized ( lock ) { checkNotClosed ( ) ; markpos = pos ; } }
|
public override void mark ( int readLimit ) { if ( readLimit < 0 ) { throw new System . ArgumentException ( ) ; } lock ( @ lock ) { checkNotClosed ( ) ; markpos = pos ; } }
|
public TokenStream create ( TokenStream input ) { return new ICUNormalizer2Filter ( input , normalizer ) ; }
|
public override TokenStream Create ( TokenStream input ) { return new ICUNormalizer2Filter ( input , normalizer ) ; }
|
public ModifyImageAttributeResult modifyImageAttribute ( ModifyImageAttributeRequest request ) { request = beforeClientExecution ( request ) ; return executeModifyImageAttribute ( request ) ; }
|
public virtual ModifyImageAttributeResponse ModifyImageAttribute ( ModifyImageAttributeRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ModifyImageAttributeRequestMarshaller . Instance ; options . ResponseUnmarshaller = ModifyImageAttributeResponseUnmarshaller . Instance ; return Invoke < ModifyImageAttributeResponse > ( request , options ) ; }
|
public DescribeClusterSubnetGroupsResult describeClusterSubnetGroups ( DescribeClusterSubnetGroupsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeClusterSubnetGroups ( request ) ; }
|
public virtual DescribeClusterSubnetGroupsResponse DescribeClusterSubnetGroups ( DescribeClusterSubnetGroupsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeClusterSubnetGroupsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeClusterSubnetGroupsResponseUnmarshaller . Instance ; return Invoke < DescribeClusterSubnetGroupsResponse > ( request , options ) ; }
|
public StopQueryExecutionResult stopQueryExecution ( StopQueryExecutionRequest request ) { request = beforeClientExecution ( request ) ; return executeStopQueryExecution ( request ) ; }
|
public virtual StopQueryExecutionResponse StopQueryExecution ( StopQueryExecutionRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = StopQueryExecutionRequestMarshaller . Instance ; options . ResponseUnmarshaller = StopQueryExecutionResponseUnmarshaller . Instance ; return Invoke < StopQueryExecutionResponse > ( request , options ) ; }
|
public UpdateUserInfoRequest ( ) { super ( "cr" , "2016-06-07" , "UpdateUserInfo" , "cr" ) ; setUriPattern ( "/users" ) ; setMethod ( MethodType . POST ) ; }
|
public UpdateUserInfoRequest ( ) : base ( "cr" , "2016-06-07" , "UpdateUserInfo" , "cr" , "openAPI" ) { UriPattern = "/users" ; Method = MethodType . POST ; }
|
public DiscoverInputSchemaResult discoverInputSchema ( DiscoverInputSchemaRequest request ) { request = beforeClientExecution ( request ) ; return executeDiscoverInputSchema ( request ) ; }
|
public virtual DiscoverInputSchemaResponse DiscoverInputSchema ( DiscoverInputSchemaRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DiscoverInputSchemaRequestMarshaller . Instance ; options . ResponseUnmarshaller = DiscoverInputSchemaResponseUnmarshaller . Instance ; return Invoke < DiscoverInputSchemaResponse > ( request , options ) ; }
|
public GetEnvironmentResult getEnvironment ( GetEnvironmentRequest request ) { request = beforeClientExecution ( request ) ; return executeGetEnvironment ( request ) ; }
|
public virtual GetEnvironmentResponse GetEnvironment ( GetEnvironmentRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetEnvironmentRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetEnvironmentResponseUnmarshaller . Instance ; return Invoke < GetEnvironmentResponse > ( request , options ) ; }
|
public UpdateCondition ( String name , String value , Boolean exists ) { setName ( name ) ; setValue ( value ) ; setExists ( exists ) ; }
|
public UpdateCondition ( string name , string value , bool exists ) { _name = name ; _value = value ; _exists = exists ; }
|
public void serialize ( LittleEndianOutput out ) { out . writeShort ( getCalcMode ( ) ) ; }
|
public override void Serialize ( ILittleEndianOutput out1 ) { out1 . WriteShort ( GetCalcMode ( ) ) ; }
|
public AmazonS3EncryptionClient ( EncryptionMaterials encryptionMaterials ) { this ( new StaticEncryptionMaterialsProvider ( encryptionMaterials ) ) ; }
|
public AmazonS3EncryptionClient ( EncryptionMaterials materials ) : base ( ) { this . EncryptionMaterials = materials ; S3CryptoConfig = new AmazonS3CryptoConfiguration ( ) ; }
|
public void addRule ( ConditionalFormattingRule cfRule ) { addRule ( ( HSSFConditionalFormattingRule ) cfRule ) ; }
|
public void AddRule ( HSSFConditionalFormattingRule cfRule ) { cfAggregate . AddRule ( cfRule . CfRuleRecord ) ; }
|
public Iterator < E > descendingIterator ( ) { return descendingSet ( ) . iterator ( ) ; }
|
public virtual java . util . Iterator < E > descendingIterator ( ) { return descendingSet ( ) . iterator ( ) ; }
|
public DescribeSubnetGroupsResult describeSubnetGroups ( DescribeSubnetGroupsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeSubnetGroups ( request ) ; }
|
public virtual DescribeSubnetGroupsResponse DescribeSubnetGroups ( DescribeSubnetGroupsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeSubnetGroupsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeSubnetGroupsResponseUnmarshaller . Instance ; return Invoke < DescribeSubnetGroupsResponse > ( request , options ) ; }
|
public void append ( String name , RevBlob blob ) { append ( name , REGULAR_FILE , blob ) ; }
|
public virtual void Append ( string name , RevTree tree ) { Append ( name , FileMode . TREE , tree ) ; }
|
public NavigableMap < K , V > subMap ( K from , boolean fromInclusive , K to , boolean toInclusive ) { Bound fromBound = fromInclusive ? INCLUSIVE : EXCLUSIVE ; Bound toBound = toInclusive ? INCLUSIVE : EXCLUSIVE ; return subMap ( from , fromBound , to , toBound ) ; }
|
public java . util . NavigableMap < K , V > subMap ( K from , bool fromInclusive , K to , booltoInclusive ) { java . util . TreeMap . Bound fromBound = fromInclusive ? java . util . TreeMap . Bound . INCLUSIVE : java . util . TreeMap . Bound . EXCLUSIVE ; java . util . TreeMap . Bound toBound = toInclusive ? java . util . TreeMap . Bound . INCLUSIVE : java . util . TreeMap . Bound . EXCLUSIVE ; return this . subMap ( from , fromBound , to , toBound ) ; }
|
public E next ( ) { if ( expectedModCount == modCount ) { try { E result = get ( pos + 1 ) ; lastPosition = ++ pos ; return result ; } catch ( IndexOutOfBoundsException e ) { throw new NoSuchElementException ( ) ; } } throw new ConcurrentModificationException ( ) ; }
|
public virtual E next ( ) { if ( this . expectedModCount == this . _enclosing . modCount ) { try { E result = this . _enclosing . get ( this . pos + 1 ) ; this . lastPosition = ++ this . pos ; return result ; } catch ( System . IndexOutOfRangeException ) { throw new java . util . NoSuchElementException ( ) ; } } throw new java . util . ConcurrentModificationException ( ) ; }
|
static public double ipmt ( double r , int per , int nper , double pv ) { return ipmt ( r , per , nper , pv , 0 ) ; }
|
static public double IPMT ( double r , int per , int nper , double pv ) { return IPMT ( r , per , nper , pv , 0 ) ; }
|
public TokenStream create ( TokenStream input ) { if ( dictionary == null ) { return input ; } return new DictionaryCompoundWordTokenFilter ( input , dictionary , minWordSize , minSubwordSize , maxSubwordSize , onlyLongestMatch ) ; }
|
public override TokenStream Create ( TokenStream input ) { return dictionary == null ? input : new DictionaryCompoundWordTokenFilter ( m_luceneMatchVersion , input , dictionary , minWordSize , minSubwordSize , maxSubwordSize , onlyLongestMatch ) ; }
|
public String toString ( ) { StringBuilder r = new StringBuilder ( ) ; r . append ( "(" ) ; fieldNamesToString ( r ) ; r . append ( q . toString ( ) ) ; r . append ( ")" ) ; return r . toString ( ) ; }
|
public override string ToString ( ) { StringBuilder r = new StringBuilder ( ) ; r . Append ( "(" ) ; FieldNamesToString ( r ) ; r . Append ( q . ToString ( ) ) ; r . Append ( ")" ) ; return r . ToString ( ) ; }
|
public AssociateDeviceWithRoomResult associateDeviceWithRoom ( AssociateDeviceWithRoomRequest request ) { request = beforeClientExecution ( request ) ; return executeAssociateDeviceWithRoom ( request ) ; }
|
public virtual AssociateDeviceWithRoomResponse AssociateDeviceWithRoom ( AssociateDeviceWithRoomRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = AssociateDeviceWithRoomRequestMarshaller . Instance ; options . ResponseUnmarshaller = AssociateDeviceWithRoomResponseUnmarshaller . Instance ; return Invoke < AssociateDeviceWithRoomResponse > ( request , options ) ; }
|
public DeleteRetentionPolicyRequest ( String logGroupName ) { setLogGroupName ( logGroupName ) ; }
|
public DeleteRetentionPolicyRequest ( string logGroupName ) { _logGroupName = logGroupName ; }
|
public TypeTokenFilterFactory ( Map < String , String > args ) { super ( args ) ; stopTypesFiles = require ( args , "types" ) ; useWhitelist = getBoolean ( args , "useWhitelist" , false ) ; if ( ! args . isEmpty ( ) ) { throw new IllegalArgumentException ( "Unknown parameters: " + args ) ; } }
|
public TypeTokenFilterFactory ( IDictionary < string , string > args ) : base ( args ) { stopTypesFiles = Require ( args , "types" ) ; enablePositionIncrements = GetBoolean ( args , "enablePositionIncrements" , true ) ; useWhitelist = GetBoolean ( args , "useWhitelist" , false ) ; if ( args . Count > 0 ) { throw new System . ArgumentException ( "Unknown parameters: " + args ) ; } }
|
public ServerCertificate ( ServerCertificateMetadata serverCertificateMetadata , String certificateBody ) { setServerCertificateMetadata ( serverCertificateMetadata ) ; setCertificateBody ( certificateBody ) ; }
|
public ServerCertificate ( ServerCertificateMetadata serverCertificateMetadata , string certificateBody ) { _serverCertificateMetadata = serverCertificateMetadata ; _certificateBody = certificateBody ; }
|
public final void add ( RevCommit c , RevFlag queueControl ) { if ( ! c . has ( queueControl ) ) { c . add ( queueControl ) ; add ( c ) ; } }
|
public void Add ( RevCommit c , RevFlag queueControl ) { if ( ! c . Has ( queueControl ) ) { c . Add ( queueControl ) ; Add ( c ) ; } }
|
public BlameCommand setFilePath ( String filePath ) { this . path = filePath ; return this ; }
|
public virtual NGit . Api . BlameCommand SetFilePath ( string filePath ) { this . path = filePath ; return this ; }
|
public boolean isTraverseEmptyCells ( ) { return traverseEmptyCells ; }
|
public bool IsTraverseEmptyCells ( ) { return traverseEmptyCells ; }
|
public QueryCustomerByIdRequest ( ) { super ( "xspace" , "2017-07-20" , "QueryCustomerById" ) ; setUriPattern ( "/customer" ) ; setMethod ( MethodType . PUT ) ; }
|
public QueryCustomerByIdRequest ( ) : base ( "xspace" , "2017-07-20" , "QueryCustomerById" ) { UriPattern = "/customer" ; Method = MethodType . PUT ; }
|
public OpenNLPPOSFilterFactory ( Map < String , String > args ) { super ( args ) ; posTaggerModelFile = require ( args , POS_TAGGER_MODEL ) ; if ( ! args . isEmpty ( ) ) { throw new IllegalArgumentException ( "Unknown parameters: " + args ) ; } }
|
public OpenNLPPOSFilterFactory ( IDictionary < string , string > args ) : base ( args ) { posTaggerModelFile = Require ( args , POS_TAGGER_MODEL ) ; if ( args . Any ( ) ) { throw new ArgumentException ( "Unknown parameters: " + args ) ; } }
|
public GetLinkAttributesResult getLinkAttributes ( GetLinkAttributesRequest request ) { request = beforeClientExecution ( request ) ; return executeGetLinkAttributes ( request ) ; }
|
public virtual GetLinkAttributesResponse GetLinkAttributes ( GetLinkAttributesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetLinkAttributesRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetLinkAttributesResponseUnmarshaller . Instance ; return Invoke < GetLinkAttributesResponse > ( request , options ) ; }
|
public byte [ ] getByteBlock ( ) { bytesUsed . addAndGet ( blockSize ) ; return new byte [ blockSize ] ; }
|
public override byte [ ] GetByteBlock ( ) { bytesUsed . AddAndGet ( m_blockSize ) ; return new byte [ m_blockSize ] ; }
|
public CanonicalTreeParser ( ) { reset ( EMPTY ) ; }
|
public CanonicalTreeParser ( ) { Reset ( EMPTY ) ; }
|
public OldLabelRecord ( RecordInputStream in ) { super ( in , in . getSid ( ) == biff2_sid ) ; if ( isBiff2 ( ) ) { field_4_string_len = ( short ) in . readUByte ( ) ; } else { field_4_string_len = in . readShort ( ) ; } field_5_bytes = IOUtils . safelyAllocate ( field_4_string_len , MAX_RECORD_LENGTH ) ; in . read ( field_5_bytes , 0 , field_4_string_len ) ; if ( in . remaining ( ) > 0 ) { logger . log ( POILogger . INFO , "LabelRecord data remains: " + in . remaining ( ) + " : " + HexDump . toHex ( in . readRemainder ( ) ) ) ; } }
|
public OldLabelRecord ( RecordInputStream in1 ) : base ( in1 , in1 . Sid == biff2_sid ) { if ( IsBiff2 ) { field_4_string_len = ( short ) in1 . ReadUByte ( ) ; } else { field_4_string_len = in1 . ReadShort ( ) ; } field_5_bytes = new byte [ field_4_string_len ] ; in1 . Read ( field_5_bytes , 0 , field_4_string_len ) ; if ( in1 . Remaining > 0 ) { logger . Log ( POILogger . INFO , "LabelRecord data remains: " + in1 . Remaining + " : " + HexDump . ToHex ( in1 . ReadRemainder ( ) ) ) ; } }
|
public DBCellRecord clone ( ) { return copy ( ) ; }
|
public override Object Clone ( ) { return this ; }
|
public GetCampaignResult getCampaign ( GetCampaignRequest request ) { request = beforeClientExecution ( request ) ; return executeGetCampaign ( request ) ; }
|
public virtual GetCampaignResponse GetCampaign ( GetCampaignRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetCampaignRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetCampaignResponseUnmarshaller . Instance ; return Invoke < GetCampaignResponse > ( request , options ) ; }
|
public boolean isEmpty ( ) { return backingMap . isEmpty ( ) ; }
|
public override bool isEmpty ( ) { return backingMap . isEmpty ( ) ; }
|
public Object subtract ( Object object , Object inc ) { return outputs . subtract ( ( T ) object , ( T ) inc ) ; }
|
public override object Subtract ( object @ object , object inc ) { return outputs . Subtract ( ( T ) @ object , ( T ) inc ) ; }
|
public String toString ( ) { StringBuilder sb = new StringBuilder ( ) ; sb . append ( "[COLINFO]\n" ) ; sb . append ( " colfirst = " ) . append ( getFirstColumn ( ) ) . append ( "\n" ) ; sb . append ( " collast = " ) . append ( getLastColumn ( ) ) . append ( "\n" ) ; sb . append ( " colwidth = " ) . append ( getColumnWidth ( ) ) . append ( "\n" ) ; sb . append ( " xfindex = " ) . append ( getXFIndex ( ) ) . append ( "\n" ) ; sb . append ( " options = " ) . append ( HexDump . shortToHex ( _options ) ) . append ( "\n" ) ; sb . append ( " hidden = " ) . append ( getHidden ( ) ) . append ( "\n" ) ; sb . append ( " olevel = " ) . append ( getOutlineLevel ( ) ) . append ( "\n" ) ; sb . append ( " collapsed= " ) . append ( getCollapsed ( ) ) . append ( "\n" ) ; sb . append ( "[/COLINFO]\n" ) ; return sb . toString ( ) ; }
|
public override String ToString ( ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . Append ( "[COLINFO]\n" ) ; buffer . Append ( "colfirst = " ) . Append ( FirstColumn ) . Append ( "\n" ) ; buffer . Append ( "collast = " ) . Append ( LastColumn ) . Append ( "\n" ) ; buffer . Append ( "colwidth = " ) . Append ( ColumnWidth ) . Append ( "\n" ) ; buffer . Append ( "xFindex = " ) . Append ( XFIndex ) . Append ( "\n" ) ; buffer . Append ( "options = " ) . Append ( Options ) . Append ( "\n" ) ; buffer . Append ( " hidden = " ) . Append ( IsHidden ) . Append ( "\n" ) ; buffer . Append ( " olevel = " ) . Append ( OutlineLevel ) . Append ( "\n" ) ; buffer . Append ( " collapsed = " ) . Append ( IsCollapsed ) . Append ( "\n" ) ; buffer . Append ( "[/COLINFO]\n" ) ; return buffer . ToString ( ) ; }
|
public EditList toEditList ( ) { final EditList r = new EditList ( ) ; for ( HunkHeader hunk : hunks ) r . addAll ( hunk . toEditList ( ) ) ; return r ; }
|
public virtual EditList ToEditList ( ) { EditList r = new EditList ( ) ; foreach ( HunkHeader hunk in hunks ) { Sharpen . Collections . AddAll ( r , hunk . ToEditList ( ) ) ; } return r ; }
|
public void setParams ( String params ) { super . setParams ( params ) ; if ( params != null ) { String [ ] split = params . split ( "," ) ; if ( split . length > 0 ) { commitUserData = split [ 0 ] ; } } }
|
public override void SetParams ( string @ params ) { base . SetParams ( @ params ) ; if ( @ params != null ) { string [ ] split = @ params . Split ( ',' ) . TrimEnd ( ) ; if ( split . Length > 0 ) { commitUserData = split [ 0 ] ; } } }
|
public HSSFCell createCell ( int columnIndex , CellType type ) { short shortCellNum = ( short ) columnIndex ; if ( columnIndex > 0x7FFF ) { shortCellNum = ( short ) ( 0xffff - columnIndex ) ; } HSSFCell cell = new HSSFCell ( book , sheet , getRowNum ( ) , shortCellNum , type ) ; addCell ( cell ) ; sheet . getSheet ( ) . addValueRecord ( getRowNum ( ) , cell . getCellValueRecord ( ) ) ; return cell ; }
|
public ICell CreateCell ( int columnIndex , CellType type ) { short shortCellNum = ( short ) columnIndex ; if ( columnIndex > 0x7FFF ) { shortCellNum = ( short ) ( 0xffff - columnIndex ) ; } ICell cell = new HSSFCell ( book , sheet , RowNum , ( short ) columnIndex , type ) ; AddCell ( cell ) ; sheet . Sheet . AddValueRecord ( RowNum , ( ( HSSFCell ) cell ) . CellValueRecord ) ; return cell ; }
|
public PhraseQuery build ( ) { Term [ ] terms = this . terms . toArray ( new Term [ this . terms . size ( ) ] ) ; int [ ] positions = new int [ this . positions . size ( ) ] ; for ( int i = 0 ; i < positions . length ; ++ i ) { positions [ i ] = this . positions . get ( i ) ; } return new PhraseQuery ( slop , terms , positions ) ; }
|
public virtual StemmerOverrideMap Build ( ) { ByteSequenceOutputs outputs = ByteSequenceOutputs . Singleton ; Builder < BytesRef > builder = new Builder < BytesRef > ( FST . INPUT_TYPE . BYTE4 , outputs ) ; int [ ] sort = hash . Sort ( BytesRef . UTF8SortedAsUnicodeComparer ) ; Int32sRef intsSpare = new Int32sRef ( ) ; int size = hash . Count ; for ( int i = 0 ; i < size ; i ++ ) { int id = sort [ i ] ; BytesRef bytesRef = hash . Get ( id , spare ) ; UnicodeUtil . UTF8toUTF32 ( bytesRef , intsSpare ) ; builder . Add ( intsSpare , new BytesRef ( outputValues [ id ] ) ) ; } return new StemmerOverrideMap ( builder . Finish ( ) , ignoreCase ) ; }
|
public ModifyInstanceEventStartTimeResult modifyInstanceEventStartTime ( ModifyInstanceEventStartTimeRequest request ) { request = beforeClientExecution ( request ) ; return executeModifyInstanceEventStartTime ( request ) ; }
|
public virtual ModifyInstanceEventStartTimeResponse ModifyInstanceEventStartTime ( ModifyInstanceEventStartTimeRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ModifyInstanceEventStartTimeRequestMarshaller . Instance ; options . ResponseUnmarshaller = ModifyInstanceEventStartTimeResponseUnmarshaller . Instance ; return Invoke < ModifyInstanceEventStartTimeResponse > ( request , options ) ; }
|
public boolean checkShowJsonItemName ( ) { return false ; }
|
public override bool CheckShowJsonItemName ( ) { return false ; }
|
public Analyzer create ( ) { return new Analyzer ( ) { private final Integer positionIncrementGap = AnalyzerFactory . this . positionIncrementGap ; private final Integer offsetGap = AnalyzerFactory . this . offsetGap ; } ; }
|
public Analyzer Create ( ) { return new AnalyzerAnonymousHelper ( this ) ; }
|
public static RevFilter create ( RevFilter [ ] list ) { if ( list . length == 2 ) return create ( list [ 0 ] , list [ 1 ] ) ; if ( list . length < 2 ) throw new IllegalArgumentException ( JGitText . get ( ) . atLeastTwoFiltersNeeded ) ; final RevFilter [ ] subfilters = new RevFilter [ list . length ] ; System . arraycopy ( list , 0 , subfilters , 0 , list . length ) ; return new List ( subfilters ) ; }
|
public static RevFilter Create ( RevFilter [ ] list ) { if ( list . Length == 2 ) { return Create ( list [ 0 ] , list [ 1 ] ) ; } if ( list . Length < 2 ) { throw new ArgumentException ( JGitText . Get ( ) . atLeastTwoFiltersNeeded ) ; } RevFilter [ ] subfilters = new RevFilter [ list . Length ] ; System . Array . Copy ( list , 0 , subfilters , 0 , list . Length ) ; return new OrRevFilter . List ( subfilters ) ; }
|
public DescribePrefixListsResult describePrefixLists ( DescribePrefixListsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribePrefixLists ( request ) ; }
|
public virtual DescribePrefixListsResponse DescribePrefixLists ( DescribePrefixListsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribePrefixListsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribePrefixListsResponseUnmarshaller . Instance ; return Invoke < DescribePrefixListsResponse > ( request , options ) ; }
|
public CharVector clone ( ) { CharVector cv = new CharVector ( array . clone ( ) , blockSize ) ; cv . n = this . n ; return cv ; }
|
public virtual object Clone ( ) { CharVector cv = new CharVector ( ( char [ ] ) array . Clone ( ) , blockSize ) ; cv . n = this . n ; return cv ; }
|
public CreateDatasetImportJobResult createDatasetImportJob ( CreateDatasetImportJobRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateDatasetImportJob ( request ) ; }
|
public virtual CreateDatasetImportJobResponse CreateDatasetImportJob ( CreateDatasetImportJobRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateDatasetImportJobRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateDatasetImportJobResponseUnmarshaller . Instance ; return Invoke < CreateDatasetImportJobResponse > ( request , options ) ; }
|
public GetRecommenderConfigurationsResult getRecommenderConfigurations ( GetRecommenderConfigurationsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetRecommenderConfigurations ( request ) ; }
|
public virtual GetRecommenderConfigurationsResponse GetRecommenderConfigurations ( GetRecommenderConfigurationsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetRecommenderConfigurationsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetRecommenderConfigurationsResponseUnmarshaller . Instance ; return Invoke < GetRecommenderConfigurationsResponse > ( request , options ) ; }
|
public void setOldPrefix ( String prefix ) { oldPrefix = prefix ; }
|
public virtual void SetOldPrefix ( string prefix ) { oldPrefix = prefix ; }
|
public DescribeAvailabilityZonesResult describeAvailabilityZones ( ) { return describeAvailabilityZones ( new DescribeAvailabilityZonesRequest ( ) ) ; }
|
public virtual DescribeAvailabilityZonesResponse DescribeAvailabilityZones ( ) { return DescribeAvailabilityZones ( new DescribeAvailabilityZonesRequest ( ) ) ; }
|
public final boolean matches ( char c ) { return this . expectedCharacter == c ; }
|
public bool Matches ( char c ) { return this . expectedCharacter == c ; }
|
public static void putCompressedUnicode ( String input , byte [ ] output , int offset ) { byte [ ] bytes = input . getBytes ( ISO_8859_1 ) ; System . arraycopy ( bytes , 0 , output , offset , bytes . length ) ; }
|
public static void PutCompressedUnicode ( String input , byte [ ] output , int offset ) { byte [ ] bytes = ISO_8859_1 . GetBytes ( input ) ; Array . Copy ( bytes , 0 , output , offset , bytes . Length ) ; }
|
public void put ( int key , int value ) { int i = binarySearch ( mKeys , 0 , mSize , key ) ; if ( i >= 0 ) { mValues [ i ] = value ; } else { i = ~ i ; if ( mSize >= mKeys . length ) { int n = ArrayUtils . idealIntArraySize ( mSize + 1 ) ; int [ ] nkeys = new int [ n ] ; int [ ] nvalues = new int [ n ] ; System . arraycopy ( mKeys , 0 , nkeys , 0 , mKeys . length ) ; System . arraycopy ( mValues , 0 , nvalues , 0 , mValues . length ) ; mKeys = nkeys ; mValues = nvalues ; } if ( mSize - i != 0 ) { System . arraycopy ( mKeys , i , mKeys , i + 1 , mSize - i ) ; System . arraycopy ( mValues , i , mValues , i + 1 , mSize - i ) ; } mKeys [ i ] = key ; mValues [ i ] = value ; mSize ++ ; } }
|
public virtual void put ( int key , int value ) { int i = binarySearch ( mKeys , 0 , mSize , key ) ; if ( i >= 0 ) { mValues [ i ] = value ; } else { i = ~ i ; if ( mSize >= mKeys . Length ) { int n = android . util . @ internal . ArrayUtils . idealIntArraySize ( mSize + 1 ) ; int [ ] nkeys = new int [ n ] ; int [ ] nvalues = new int [ n ] ; System . Array . Copy ( mKeys , 0 , nkeys , 0 , mKeys . Length ) ; System . Array . Copy ( mValues , 0 , nvalues , 0 , mValues . Length ) ; mKeys = nkeys ; mValues = nvalues ; } if ( mSize - i != 0 ) { System . Array . Copy ( mKeys , i , mKeys , i + 1 , mSize - i ) ; System . Array . Copy ( mValues , i , mValues , i + 1 , mSize - i ) ; } mKeys [ i ] = key ; mValues [ i ] = value ; mSize ++ ; } }
|
public void clearEscherRecords ( ) { escherRecords . clear ( ) ; }
|
public void ClearEscherRecords ( ) { escherRecords . Clear ( ) ; }
|
public String getSchemeSpecificPart ( ) { return decode ( schemeSpecificPart ) ; }
|
public string getSchemeSpecificPart ( ) { return decode ( schemeSpecificPart ) ; }
|
public DeleteSkillAuthorizationResult deleteSkillAuthorization ( DeleteSkillAuthorizationRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteSkillAuthorization ( request ) ; }
|
public virtual DeleteSkillAuthorizationResponse DeleteSkillAuthorization ( DeleteSkillAuthorizationRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteSkillAuthorizationRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteSkillAuthorizationResponseUnmarshaller . Instance ; return Invoke < DeleteSkillAuthorizationResponse > ( request , options ) ; }
|
public QuerySyncPicScheduleRequest ( ) { super ( "LinkFace" , "2018-07-20" , "QuerySyncPicSchedule" ) ; setProtocol ( ProtocolType . HTTPS ) ; setMethod ( MethodType . POST ) ; }
|
public QuerySyncPicScheduleRequest ( ) : base ( "LinkFace" , "2018-07-20" , "QuerySyncPicSchedule" ) { Protocol = ProtocolType . HTTPS ; Method = MethodType . POST ; }
|
public SheetRecordCollectingListener ( HSSFListener childListener ) { this . childListener = childListener ; }
|
public SheetRecordCollectingListener ( IHSSFListener childListener ) { this . childListener = childListener ; }
|
public boolean equals ( Object o ) { return o instanceof RussianStemmer ; }
|
public override bool Equals ( object o ) { return o is RussianStemmer ; }
|
public void clear ( ) { ArrayList < HSSFShape > copy = new ArrayList < > ( _shapes ) ; for ( HSSFShape shape : copy ) { removeShape ( shape ) ; } }
|
public void Clear ( ) { List < HSSFShape > copy = new List < HSSFShape > ( _shapes ) ; foreach ( HSSFShape shape in copy ) { RemoveShape ( shape ) ; } }
|
public AddTagsToVaultResult addTagsToVault ( AddTagsToVaultRequest request ) { request = beforeClientExecution ( request ) ; return executeAddTagsToVault ( request ) ; }
|
public virtual AddTagsToVaultResponse AddTagsToVault ( AddTagsToVaultRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = AddTagsToVaultRequestMarshaller . Instance ; options . ResponseUnmarshaller = AddTagsToVaultResponseUnmarshaller . Instance ; return Invoke < AddTagsToVaultResponse > ( request , options ) ; }
|
public String toString ( ) { return getClass ( ) . getSimpleName ( ) + '@' + Integer . toHexString ( hashCode ( ) ) ; }
|
public override string ToString ( ) { return this . GetType ( ) . Name + '@' + GetHashCode ( ) . ToString ( "x" ) + " lockFactory=" + LockFactory ; }
|
public final boolean equals ( Object obj ) { if ( obj instanceof Charset ) { Charset that = ( Charset ) obj ; return this . canonicalName . equals ( that . canonicalName ) ; } return false ; }
|
public sealed override bool Equals ( object obj ) { if ( obj is java . nio . charset . Charset ) { java . nio . charset . Charset that = ( java . nio . charset . Charset ) obj ; return this . canonicalName . Equals ( that . canonicalName ) ; } return false ; }
|
public String toString ( ) { return source + " --> " + dest + " " + ( char ) min + "-" + ( char ) max ; }
|
public override string ToString ( ) { StringBuilder b = new StringBuilder ( ) ; AppendCharString ( min , b ) ; if ( min != max ) { b . Append ( "-" ) ; AppendCharString ( max , b ) ; } b . Append ( " -> " ) . Append ( to . number ) ; return b . ToString ( ) ; }
|
public DeleteDirectoryConfigResult deleteDirectoryConfig ( DeleteDirectoryConfigRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteDirectoryConfig ( request ) ; }
|
public virtual DeleteDirectoryConfigResponse DeleteDirectoryConfig ( DeleteDirectoryConfigRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteDirectoryConfigRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteDirectoryConfigResponseUnmarshaller . Instance ; return Invoke < DeleteDirectoryConfigResponse > ( request , options ) ; }
|
public static DVConstraint createTimeConstraint ( int comparisonOperator , String expr1 , String expr2 ) { if ( expr1 == null ) { throw new IllegalArgumentException ( "expr1 must be supplied" ) ; } OperatorType . validateSecondArg ( comparisonOperator , expr1 ) ; String formula1 = getFormulaFromTextExpression ( expr1 ) ; Double value1 = formula1 == null ? convertTime ( expr1 ) : null ; String formula2 = getFormulaFromTextExpression ( expr2 ) ; Double value2 = formula2 == null ? convertTime ( expr2 ) : null ; return new DVConstraint ( ValidationType . TIME , comparisonOperator , formula1 , formula2 , value1 , value2 , null ) ; }
|
public static DVConstraint CreateTimeConstraint ( int comparisonOperator , String expr1 , String expr2 ) { if ( expr1 == null ) { throw new ArgumentException ( "expr1 must be supplied" ) ; } OperatorType . ValidateSecondArg ( comparisonOperator , expr1 ) ; String formula1 = GetFormulaFromTextExpression ( expr1 ) ; Double value1 = formula1 == null ? ConvertTime ( expr1 ) : Double . NaN ; String formula2 = GetFormulaFromTextExpression ( expr2 ) ; Double value2 = formula2 == null ? ConvertTime ( expr2 ) : Double . NaN ; return new DVConstraint ( ValidationType . TIME , comparisonOperator , formula1 , formula2 , value1 , value2 , null ) ; }
|
public String toString ( ) { return "." ; }
|
public override string ToString ( ) { return "." ; }
|
public RestoreDBInstanceFromDBSnapshotRequest ( String dBInstanceIdentifier , String dBSnapshotIdentifier ) { setDBInstanceIdentifier ( dBInstanceIdentifier ) ; setDBSnapshotIdentifier ( dBSnapshotIdentifier ) ; }
|
public RestoreDBInstanceFromDBSnapshotRequest ( string dbInstanceIdentifier , string dbSnapshotIdentifier ) { _dbInstanceIdentifier = dbInstanceIdentifier ; _dbSnapshotIdentifier = dbSnapshotIdentifier ; }
|
public String getName ( ) { return seqName ; }
|
public override string GetName ( ) { return seqName ; }
|
public void readFully ( byte [ ] buf ) { readFully ( buf , 0 , buf . length ) ; }
|
public virtual void ReadFully ( byte [ ] buf ) { ReadFully ( buf , 0 , buf . Length ) ; }
|
public boolean containsKey ( Object o ) { if ( o == null ) throw new NullPointerException ( ) ; return false ; }
|
public override bool ContainsKey ( char [ ] text ) { if ( text == null ) { throw new ArgumentNullException ( "text" ) ; } return false ; }
|
public String toFormulaString ( ) { return FormulaError . REF . getString ( ) ; }
|
public override String ToFormulaString ( ) { return "#REF!" ; }
|
public History getWorkflowExecutionHistory ( GetWorkflowExecutionHistoryRequest request ) { request = beforeClientExecution ( request ) ; return executeGetWorkflowExecutionHistory ( request ) ; }
|
public virtual GetWorkflowExecutionHistoryResponse GetWorkflowExecutionHistory ( GetWorkflowExecutionHistoryRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetWorkflowExecutionHistoryRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetWorkflowExecutionHistoryResponseUnmarshaller . Instance ; return Invoke < GetWorkflowExecutionHistoryResponse > ( request , options ) ; }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.