question stringlengths 33 1.59k | target stringlengths 33 1.58k |
|---|---|
public int groupCount ( ) { return groupCountImpl ( address ) ; } | public int groupCount ( ) { return groupCountImpl ( address ) ; } |
public GetConsoleOutputRequest ( String instanceId ) { setInstanceId ( instanceId ) ; } | public GetConsoleOutputRequest ( string instanceId ) { _instanceId = instanceId ; } |
public DeleteHITResult deleteHIT ( DeleteHITRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteHIT ( request ) ; } | public virtual DeleteHITResponse DeleteHIT ( DeleteHITRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteHITRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteHITResponseUnmarshaller . Instance ; return Invoke < DeleteHITResponse > ( request , options ) ; } |
public static DVConstraint createFormulaListConstraint ( String listFormula ) { return new DVConstraint ( listFormula , null ) ; } | public static DVConstraint CreateFormulaListConstraint ( String listFormula ) { return new DVConstraint ( listFormula , null ) ; } |
public UnbufferedCharStream ( Reader input , int bufferSize ) { this ( bufferSize ) ; this . input = input ; fill ( 1 ) ; } | public UnbufferedCharStream ( Stream input , int bufferSize ) : this ( bufferSize ) { this . input = new StreamReader ( input ) ; Fill ( 1 ) ; } |
public String toString ( ) { return "LimitTokenCountAnalyzer(" + delegate . toString ( ) + ", maxTokenCount=" + maxTokenCount + ", consumeAllTokens=" + consumeAllTokens + ")" ; } | public override string ToString ( ) { return "LimitTokenCountAnalyzer(" + @ delegate . ToString ( ) + ", maxTokenCount=" + maxTokenCount + ", consumeAllTokens=" + consumeAllTokens + ")" ; } |
@ Override public boolean contains ( Object object ) { return c . contains ( object ) ; } | public virtual bool contains ( object @ object ) { return c . contains ( @ object ) ; } |
public NotImplementedFunction ( String name ) { _functionName = name ; } | public NotImplementedFunction ( String name ) { _functionName = name ; } |
public CreateRecommenderConfigurationResult createRecommenderConfiguration ( CreateRecommenderConfigurationRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateRecommenderConfiguration ( request ) ; } | public virtual CreateRecommenderConfigurationResponse CreateRecommenderConfiguration ( CreateRecommenderConfigurationRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateRecommenderConfigurationRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateRecommenderConfigurationResponseUnmarshaller . Instance ; return Invoke < CreateRecommenderConfigurationResponse > ( request , options ) ; } |
public GetNamespaceListRequest ( ) { super ( "cr" , "2016-06-07" , "GetNamespaceList" , "cr" ) ; setUriPattern ( "/namespace" ) ; setMethod ( MethodType . GET ) ; } | public GetNamespaceListRequest ( ) : base ( "cr" , "2016-06-07" , "GetNamespaceList" , "cr" , "openAPI" ) { UriPattern = "/namespace" ; Method = MethodType . GET ; } |
public CreateDefaultVpcResult createDefaultVpc ( CreateDefaultVpcRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateDefaultVpc ( request ) ; } | public virtual CreateDefaultVpcResponse CreateDefaultVpc ( CreateDefaultVpcRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateDefaultVpcRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateDefaultVpcResponseUnmarshaller . Instance ; return Invoke < CreateDefaultVpcResponse > ( request , options ) ; } |
public CreateTemplateResult createTemplate ( CreateTemplateRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateTemplate ( request ) ; } | public virtual CreateTemplateResponse CreateTemplate ( CreateTemplateRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateTemplateRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateTemplateResponseUnmarshaller . Instance ; return Invoke < CreateTemplateResponse > ( request , options ) ; } |
public Collection < ReflogEntry > call ( ) throws GitAPIException , InvalidRefNameException { checkCallable ( ) ; try { ReflogReader reader = repo . getReflogReader ( ref ) ; if ( reader == null ) throw new RefNotFoundException ( MessageFormat . format ( JGitText . get ( ) . refNotResolved , ref ) ) ; return reader . getReverseEntries ( ) ; } catch ( IOException e ) { throw new InvalidRefNameException ( MessageFormat . format ( JGitText . get ( ) . cannotRead , ref ) , e ) ; } } | public override ICollection < ReflogEntry > Call ( ) { CheckCallable ( ) ; try { ReflogReader reader = new ReflogReader ( repo , @ ref ) ; return reader . GetReverseEntries ( ) ; } catch ( IOException e ) { throw new InvalidRefNameException ( MessageFormat . Format ( JGitText . Get ( ) . cannotRead , @ ref ) , e ) ; } } |
public CreateVpcRequest ( String cidrBlock ) { setCidrBlock ( cidrBlock ) ; } | public CreateVpcRequest ( string cidrBlock ) { _cidrBlock = cidrBlock ; } |
public FormulaUsedBlankCellSet ( ) { _sheetGroupsByBookSheet = new HashMap < > ( ) ; } | public FormulaUsedBlankCellSet ( ) { _sheetGroupsByBookSheet = new Hashtable ( ) ; } |
public SpatialPrefixTree ( SpatialContext ctx , int maxLevels ) { assert maxLevels > 0 ; this . ctx = ctx ; this . maxLevels = maxLevels ; } | public SpatialPrefixTree ( SpatialContext ctx , int maxLevels ) { Debug . Assert ( maxLevels > 0 ) ; this . m_ctx = ctx ; this . m_maxLevels = maxLevels ; } |
public ListObjectParentsResult listObjectParents ( ListObjectParentsRequest request ) { request = beforeClientExecution ( request ) ; return executeListObjectParents ( request ) ; } | public virtual ListObjectParentsResponse ListObjectParents ( ListObjectParentsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListObjectParentsRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListObjectParentsResponseUnmarshaller . Instance ; return Invoke < ListObjectParentsResponse > ( request , options ) ; } |
static public double ppmt ( double r , int per , int nper , double pv ) { return pmt ( r , nper , pv ) - ipmt ( r , per , nper , pv ) ; } | static public double PPMT ( double r , int per , int nper , double pv ) { return PMT ( r , nper , pv ) - IPMT ( r , per , nper , pv ) ; } |
public Header ( InputStream is ) throws IOException { final MimeStreamParser parser = new MimeStreamParser ( ) ; parser . setContentHandler ( new AbstractContentHandler ( ) ) ; } | public Header ( int level ) { throw new System . NotImplementedException ( ) ; } |
public DescribeSpotInstanceRequestsResult describeSpotInstanceRequests ( ) { return describeSpotInstanceRequests ( new DescribeSpotInstanceRequestsRequest ( ) ) ; } | public virtual DescribeSpotInstanceRequestsResponse DescribeSpotInstanceRequests ( ) { return DescribeSpotInstanceRequests ( new DescribeSpotInstanceRequestsRequest ( ) ) ; } |
public SetTransition ( ATNState target , IntervalSet set ) { super ( target ) ; if ( set == null ) set = IntervalSet . of ( Token . INVALID_TYPE ) ; this . set = set ; } | public SetTransition ( ATNState target , IntervalSet set ) : base ( target ) { if ( set == null ) { set = IntervalSet . Of ( TokenConstants . InvalidType ) ; } this . set = set ; } |
public LbsDataSubRecord clone ( ) { return copy ( ) ; } | public override Object Clone ( ) { return this ; } |
public int read ( char [ ] cbuf , int off , int len ) throws IOException { if ( off < 0 ) throw new IllegalArgumentException ( "off < 0" ) ; if ( off >= cbuf . length ) throw new IllegalArgumentException ( "off >= cbuf.length" ) ; if ( len <= 0 ) throw new IllegalArgumentException ( "len <= 0" ) ; while ( ! inputFinished || inputBuffer . length ( ) > 0 || resultBuffer . length ( ) > 0 ) { int retLen ; if ( resultBuffer . length ( ) > 0 ) { retLen = outputFromResultBuffer ( cbuf , off , len ) ; if ( retLen > 0 ) { return retLen ; } } int resLen = readAndNormalizeFromInput ( ) ; if ( resLen > 0 ) { retLen = outputFromResultBuffer ( cbuf , off , len ) ; if ( retLen > 0 ) { return retLen ; } } readInputToBuffer ( ) ; } return - 1 ; } | public override int Read ( char [ ] cbuf , int off , int len ) { if ( off < 0 ) throw new ArgumentException ( "off < 0" ) ; if ( off >= cbuf . Length ) throw new ArgumentException ( "off >= cbuf.length" ) ; if ( len <= 0 ) throw new ArgumentException ( "len <= 0" ) ; while ( ! inputFinished || inputBuffer . Length > 0 || resultBuffer . Length > 0 ) { int retLen ; if ( resultBuffer . Length > 0 ) { retLen = OutputFromResultBuffer ( cbuf , off , len ) ; if ( retLen > 0 ) { return retLen ; } } int resLen = ReadAndNormalizeFromInput ( ) ; if ( resLen > 0 ) { retLen = OutputFromResultBuffer ( cbuf , off , len ) ; if ( retLen > 0 ) { return retLen ; } } ReadInputToBuffer ( ) ; } return 0 ; } |
public void readFully ( byte [ ] buffer ) { checkPosition ( buffer . length ) ; read ( buffer , 0 , buffer . length ) ; } | public void ReadFully ( byte [ ] buf ) { ReadFully ( buf , 0 , buf . Length ) ; } |
public void setBaselineTfFactors ( float base , float min ) { tf_min = min ; tf_base = base ; } | public virtual void SetBaselineTfFactors ( float @ base , float min ) { tf_min = min ; tf_base = @ base ; } |
public DatasetSplitter ( double testRatio , double crossValidationRatio ) { this . crossValidationRatio = crossValidationRatio ; this . testRatio = testRatio ; } | public DatasetSplitter ( double testRatio , double crossValidationRatio ) { this . _crossValidationRatio = crossValidationRatio ; this . _testRatio = testRatio ; } |
public ListBuildsResult listBuilds ( ListBuildsRequest request ) { request = beforeClientExecution ( request ) ; return executeListBuilds ( request ) ; } | public virtual ListBuildsResponse ListBuilds ( ListBuildsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListBuildsRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListBuildsResponseUnmarshaller . Instance ; return Invoke < ListBuildsResponse > ( request , options ) ; } |
public int getStartLine ( ) { return startLine ; } | public virtual int GetStartLine ( ) { return startLine ; } |
public void ReInit ( CharStream stream ) { token_source . ReInit ( stream ) ; token = new Token ( ) ; jj_ntk = - 1 ; jj_gen = 0 ; for ( int i = 0 ; i < 10 ; i ++ ) jj_la1 [ i ] = - 1 ; for ( int i = 0 ; i < jj_2_rtns . length ; i ++ ) jj_2_rtns [ i ] = new JJCalls ( ) ; } | public virtual void ReInit ( ICharStream stream ) { TokenSource . ReInit ( stream ) ; Token = new Token ( ) ; jj_ntk = - 1 ; jj_gen = 0 ; for ( int i = 0 ; i < 10 ; i ++ ) jj_la1 [ i ] = - 1 ; for ( int i = 0 ; i < jj_2_rtns . Length ; i ++ ) jj_2_rtns [ i ] = new JJCalls ( ) ; } |
public void serialize ( LittleEndianOutput out ) { out . writeShort ( rtFirst ) ; out . writeShort ( rtLast ) ; } | public void Serialize ( ILittleEndianOutput out1 ) { out1 . WriteShort ( rtFirst ) ; out1 . WriteShort ( rtLast ) ; } |
public DBCluster restoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request ) { request = beforeClientExecution ( request ) ; return executeRestoreDBClusterFromS3 ( request ) ; } | public virtual RestoreDBClusterFromS3Response RestoreDBClusterFromS3 ( RestoreDBClusterFromS3Request request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = RestoreDBClusterFromS3RequestMarshaller . Instance ; options . ResponseUnmarshaller = RestoreDBClusterFromS3ResponseUnmarshaller . Instance ; return Invoke < RestoreDBClusterFromS3Response > ( request , options ) ; } |
public void println ( boolean b ) { println ( String . valueOf ( b ) ) ; } | public virtual void println ( bool b ) { println ( b . ToString ( ) ) ; } |
public ThrowingPrintWriter ( Writer out ) { this . out = out ; LF = AccessController . doPrivileged ( ( PrivilegedAction < String > ) ( ) -> SystemReader . getInstance ( ) . getProperty ( "line.separator" ) ) ; } | public ThrowingPrintWriter ( TextWriter @ out ) { this . @ out = @ out ; LF = AccessController . DoPrivileged ( new _PrivilegedAction_69 ( ) ) ; } |
public DescribeResourceResult describeResource ( DescribeResourceRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeResource ( request ) ; } | public virtual DescribeResourceResponse DescribeResource ( DescribeResourceRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeResourceRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeResourceResponseUnmarshaller . Instance ; return Invoke < DescribeResourceResponse > ( request , options ) ; } |
public String getFlags ( ) { return flags ; } | public virtual string getFlags ( ) { return flags ; } |
public GetAccountSettingsResult getAccountSettings ( GetAccountSettingsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetAccountSettings ( request ) ; } | public virtual GetAccountSettingsResponse GetAccountSettings ( GetAccountSettingsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetAccountSettingsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetAccountSettingsResponseUnmarshaller . Instance ; return Invoke < GetAccountSettingsResponse > ( request , options ) ; } |
public UpdateClusterSettingsResult updateClusterSettings ( UpdateClusterSettingsRequest request ) { request = beforeClientExecution ( request ) ; return executeUpdateClusterSettings ( request ) ; } | public virtual UpdateClusterSettingsResponse UpdateClusterSettings ( UpdateClusterSettingsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = UpdateClusterSettingsRequestMarshaller . Instance ; options . ResponseUnmarshaller = UpdateClusterSettingsResponseUnmarshaller . Instance ; return Invoke < UpdateClusterSettingsResponse > ( request , options ) ; } |
public GetRelationalDatabaseSnapshotsResult getRelationalDatabaseSnapshots ( GetRelationalDatabaseSnapshotsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetRelationalDatabaseSnapshots ( request ) ; } | public virtual GetRelationalDatabaseSnapshotsResponse GetRelationalDatabaseSnapshots ( GetRelationalDatabaseSnapshotsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetRelationalDatabaseSnapshotsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetRelationalDatabaseSnapshotsResponseUnmarshaller . Instance ; return Invoke < GetRelationalDatabaseSnapshotsResponse > ( request , options ) ; } |
public ByteBuffer putShort ( short value ) { int newPosition = position + SizeOf . SHORT ; if ( newPosition > limit ) { throw new BufferOverflowException ( ) ; } Memory . pokeShort ( backingArray , offset + position , value , order ) ; position = newPosition ; return this ; } | public override java . nio . ByteBuffer putShort ( short value ) { int newPosition = _position + libcore . io . SizeOf . SHORT ; if ( newPosition > _limit ) { throw new java . nio . BufferOverflowException ( ) ; } libcore . io . Memory . pokeShort ( backingArray , offset + _position , value , _order ) ; _position = newPosition ; return this ; } |
public DescribeProcessingJobResult describeProcessingJob ( DescribeProcessingJobRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeProcessingJob ( request ) ; } | public virtual DescribeProcessingJobResponse DescribeProcessingJob ( DescribeProcessingJobRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeProcessingJobRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeProcessingJobResponseUnmarshaller . Instance ; return Invoke < DescribeProcessingJobResponse > ( request , options ) ; } |
public UnbindInstance2VpcRequest ( ) { super ( "Ots" , "2016-06-20" , "UnbindInstance2Vpc" , "ots" ) ; setMethod ( MethodType . POST ) ; } | public UnbindInstance2VpcRequest ( ) : base ( "Ots" , "2016-06-20" , "UnbindInstance2Vpc" , "ots" , "openAPI" ) { Method = MethodType . POST ; } |
public ByteArrayBackedDataSource ( byte [ ] data , int size ) { this . buffer = data ; this . size = size ; } | public ByteArrayBackedDataSource ( byte [ ] data , int size ) { this . buffer = data ; this . size = size ; } |
public Set < String > getSchemes ( ) { return Collections . emptySet ( ) ; } | public virtual ICollection < string > GetSchemes ( ) { return Sharpen . Collections . EmptySet < string > ( ) ; } |
public void seekExact ( long ord ) { termOrd = ( int ) ord ; setTerm ( ) ; } | public override void SeekExact ( long ord ) { termOrd = ( int ) ord ; SetTerm ( ) ; } |
public QueryConfigHandler getQueryConfigHandler ( ) { return queryConfigHandler ; } | public virtual QueryConfigHandler GetQueryConfigHandler ( ) { return queryConfigHandler ; } |
public void set ( int index , long value ) { final int o = index / 9 ; final int b = index % 9 ; final int shift = b * 7 ; blocks [ o ] = ( blocks [ o ] & ~ ( 127L << shift ) ) | ( value << shift ) ; } | public override void Set ( int index , long value ) { int o = index / 9 ; int b = index % 9 ; int shift = b * 7 ; blocks [ o ] = ( blocks [ o ] & ~ ( 127L << shift ) ) | ( value << shift ) ; } |
public UpdateDocumentationPartResult updateDocumentationPart ( UpdateDocumentationPartRequest request ) { request = beforeClientExecution ( request ) ; return executeUpdateDocumentationPart ( request ) ; } | public virtual UpdateDocumentationPartResponse UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = UpdateDocumentationPartRequestMarshaller . Instance ; options . ResponseUnmarshaller = UpdateDocumentationPartResponseUnmarshaller . Instance ; return Invoke < UpdateDocumentationPartResponse > ( request , options ) ; } |
public DBCluster deleteDBCluster ( DeleteDBClusterRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteDBCluster ( request ) ; } | public virtual DeleteDBClusterResponse DeleteDBCluster ( DeleteDBClusterRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteDBClusterRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteDBClusterResponseUnmarshaller . Instance ; return Invoke < DeleteDBClusterResponse > ( request , options ) ; } |
public Drawable getProgressDrawable ( ) { return mProgressDrawable ; } | public virtual android . graphics . drawable . Drawable getProgressDrawable ( ) { return mProgressDrawable ; } |
public ConfigureHealthCheckRequest ( String loadBalancerName , HealthCheck healthCheck ) { setLoadBalancerName ( loadBalancerName ) ; setHealthCheck ( healthCheck ) ; } | public ConfigureHealthCheckRequest ( string loadBalancerName , HealthCheck healthCheck ) { _loadBalancerName = loadBalancerName ; _healthCheck = healthCheck ; } |
public Row ( Row old ) { cells = old . cells ; } | public Row ( Row old ) { cells = old . cells ; } |
public void incrementShapeCount ( ) { this . field_1_numShapes ++ ; } | public void IncrementShapeCount ( ) { this . field_1_numShapes ++ ; } |
public EnableEbsEncryptionByDefaultResult enableEbsEncryptionByDefault ( EnableEbsEncryptionByDefaultRequest request ) { request = beforeClientExecution ( request ) ; return executeEnableEbsEncryptionByDefault ( request ) ; } | public virtual EnableEbsEncryptionByDefaultResponse EnableEbsEncryptionByDefault ( EnableEbsEncryptionByDefaultRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = EnableEbsEncryptionByDefaultRequestMarshaller . Instance ; options . ResponseUnmarshaller = EnableEbsEncryptionByDefaultResponseUnmarshaller . Instance ; return Invoke < EnableEbsEncryptionByDefaultResponse > ( request , options ) ; } |
public void setValueNoCopy ( char [ ] newValue ) { clear ( ) ; value = newValue ; } | public virtual void SetValueNoCopy ( char [ ] newValue ) { Clear ( ) ; value = newValue ; } |
public String toString ( ) { return "(" + a . toString ( ) + " AND " + b . toString ( ) + ")" ; } | public override string ToString ( ) { return "(" + a . ToString ( ) + " AND " + b . ToString ( ) + ")" ; } |
public DeleteIntegrationResponseResult deleteIntegrationResponse ( DeleteIntegrationResponseRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteIntegrationResponse ( request ) ; } | public virtual DeleteIntegrationResponseResponse DeleteIntegrationResponse ( DeleteIntegrationResponseRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteIntegrationResponseRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteIntegrationResponseResponseUnmarshaller . Instance ; return Invoke < DeleteIntegrationResponseResponse > ( request , options ) ; } |
public boolean contains ( CharSequence cs ) { return map . containsKey ( cs ) ; } | public virtual bool Contains ( ICharSequence cs ) { return map . ContainsKey ( cs ) ; } |
public String getLocalizedMessage ( Locale locale ) { return this . message . getLocalizedMessage ( locale ) ; } | public virtual string GetLocalizedMessage ( CultureInfo locale ) { return this . m_message . GetLocalizedMessage ( locale ) ; } |
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 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 CreateTransitGatewayMulticastDomainResult createTransitGatewayMulticastDomain ( CreateTransitGatewayMulticastDomainRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateTransitGatewayMulticastDomain ( request ) ; } | public virtual CreateTransitGatewayMulticastDomainResponse CreateTransitGatewayMulticastDomain ( CreateTransitGatewayMulticastDomainRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateTransitGatewayMulticastDomainRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateTransitGatewayMulticastDomainResponseUnmarshaller . Instance ; return Invoke < CreateTransitGatewayMulticastDomainResponse > ( request , options ) ; } |
public DisassociateDomainResult disassociateDomain ( DisassociateDomainRequest request ) { request = beforeClientExecution ( request ) ; return executeDisassociateDomain ( request ) ; } | public virtual DisassociateDomainResponse DisassociateDomain ( DisassociateDomainRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DisassociateDomainRequestMarshaller . Instance ; options . ResponseUnmarshaller = DisassociateDomainResponseUnmarshaller . Instance ; return Invoke < DisassociateDomainResponse > ( request , options ) ; } |
public String toString ( ) { StringBuilder sb = new StringBuilder ( ) ; sb . append ( "arn:" ) ; sb . append ( this . partition ) ; sb . append ( ":" ) ; sb . append ( this . service ) ; sb . append ( ":" ) ; sb . append ( region ) ; sb . append ( ":" ) ; sb . append ( this . accountId ) ; sb . append ( ":" ) ; sb . append ( this . resource ) ; return sb . toString ( ) ; } | public override string ToString ( ) { var sb = new StringBuilder ( ) ; sb . Append ( "arn:" ) ; sb . Append ( this . Partition ) ; sb . Append ( ":" ) ; sb . Append ( this . Service ) ; sb . Append ( ":" ) ; sb . Append ( this . Region ) ; sb . Append ( ":" ) ; sb . Append ( this . AccountId ) ; sb . Append ( ":" ) ; sb . Append ( this . Resource ) ; return sb . ToString ( ) ; } |
public CellWalk ( Sheet sheet , CellRangeAddress range ) { this . sheet = sheet ; this . range = range ; this . traverseEmptyCells = false ; } | public CellWalk ( ISheet sheet , CellRangeAddress range ) { this . sheet = sheet ; this . range = range ; this . traverseEmptyCells = false ; } |
public SendMessageBatchResult sendMessageBatch ( String queueUrl , java . util . List < SendMessageBatchRequestEntry > entries ) { return sendMessageBatch ( new SendMessageBatchRequest ( ) . withQueueUrl ( queueUrl ) . withEntries ( entries ) ) ; } | public virtual SendMessageBatchResponse SendMessageBatch ( string queueUrl , List < SendMessageBatchRequestEntry > entries ) { var request = new SendMessageBatchRequest ( ) ; request . QueueUrl = queueUrl ; request . Entries = entries ; return SendMessageBatch ( request ) ; } |
public GetImportJobsResult getImportJobs ( GetImportJobsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetImportJobs ( request ) ; } | public virtual GetImportJobsResponse GetImportJobs ( GetImportJobsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetImportJobsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetImportJobsResponseUnmarshaller . Instance ; return Invoke < GetImportJobsResponse > ( request , options ) ; } |
public float docScore ( int docId , String field , int numPayloadsSeen , float payloadScore ) { return numPayloadsSeen > 0 ? payloadScore : 1 ; } | public override float DocScore ( int docId , string field , int numPayloadsSeen , float payloadScore ) { return numPayloadsSeen > 0 ? payloadScore : 1 ; } |
public CreateRelationalDatabaseResult createRelationalDatabase ( CreateRelationalDatabaseRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateRelationalDatabase ( request ) ; } | public virtual CreateRelationalDatabaseResponse CreateRelationalDatabase ( CreateRelationalDatabaseRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateRelationalDatabaseRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateRelationalDatabaseResponseUnmarshaller . Instance ; return Invoke < CreateRelationalDatabaseResponse > ( request , options ) ; } |
public Arc < T > copyFrom ( Arc < T > other ) { label = other . label ( ) ; target = other . target ( ) ; flags = other . flags ( ) ; output = other . output ( ) ; nextFinalOutput = other . nextFinalOutput ( ) ; nextArc = other . nextArc ( ) ; nodeFlags = other . nodeFlags ( ) ; bytesPerArc = other . bytesPerArc ( ) ; if ( bytesPerArc ( ) != 0 ) { posArcsStart = other . posArcsStart ( ) ; arcIdx = other . arcIdx ( ) ; numArcs = other . numArcs ( ) ; if ( nodeFlags ( ) == ARCS_FOR_DIRECT_ADDRESSING ) { bitTable = other . bitTable ( ) == null ? null : other . bitTable ( ) . copy ( ) ; firstLabel = other . firstLabel ( ) ; } } return this ; } | public Arc < T > CopyFrom ( Arc < T > other ) { Node = other . Node ; Label = other . Label ; Target = other . Target ; Flags = other . Flags ; Output = other . Output ; NextFinalOutput = other . Output ; NextFinalOutput = other . NextFinalOutput ; NextArc = other . NextArc ; BytesPerArc = other . BytesPerArc ; if ( BytesPerArc != 0 ) { PosArcsStart = other . PosArcsStart ; ArcIdx = other . ArcIdx ; NumArcs = other . NumArcs ; } return this ; } |
public AbbreviatedObjectId getOldId ( ) { return oldId ; } | public virtual AbbreviatedObjectId GetOldId ( ) { return oldId ; } |
public ContinueUpdateRollbackResult continueUpdateRollback ( ContinueUpdateRollbackRequest request ) { request = beforeClientExecution ( request ) ; return executeContinueUpdateRollback ( request ) ; } | public virtual ContinueUpdateRollbackResponse ContinueUpdateRollback ( ContinueUpdateRollbackRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ContinueUpdateRollbackRequestMarshaller . Instance ; options . ResponseUnmarshaller = ContinueUpdateRollbackResponseUnmarshaller . Instance ; return Invoke < ContinueUpdateRollbackResponse > ( request , options ) ; } |
public ListDataSourcesResult listDataSources ( ListDataSourcesRequest request ) { request = beforeClientExecution ( request ) ; return executeListDataSources ( request ) ; } | public virtual ListDataSourcesResponse ListDataSources ( ListDataSourcesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListDataSourcesRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListDataSourcesResponseUnmarshaller . Instance ; return Invoke < ListDataSourcesResponse > ( request , options ) ; } |
public void execute ( Lexer lexer ) { lexer . setChannel ( channel ) ; } | public void Execute ( Lexer lexer ) { lexer . Channel = channel ; } |
public int LA ( int i ) { if ( i == - 1 ) return lastChar ; sync ( i ) ; int index = p + i - 1 ; if ( index < 0 ) throw new IndexOutOfBoundsException ( ) ; if ( index >= n ) return IntStream . EOF ; return data [ index ] ; } | public virtual int LA ( int i ) { if ( i == - 1 ) { return lastChar ; } Sync ( i ) ; int index = p + i - 1 ; if ( index < 0 ) { throw new ArgumentOutOfRangeException ( ) ; } if ( index >= n ) { return IntStreamConstants . EOF ; } return data [ index ] ; } |
public final int [ ] array ( ) { return protectedArray ( ) ; } | public sealed override object array ( ) { return protectedArray ( ) ; } |
public String toFormulaString ( String [ ] operands ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . append ( operands [ 0 ] ) ; buffer . append ( "-" ) ; buffer . append ( operands [ 1 ] ) ; return buffer . toString ( ) ; } | public override String ToFormulaString ( String [ ] operands ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . Append ( operands [ 0 ] ) ; buffer . Append ( "-" ) ; buffer . Append ( operands [ 1 ] ) ; return buffer . ToString ( ) ; } |
public RefWriter ( RefList < Ref > refs ) { this . refs = refs . asList ( ) ; } | public RefWriter ( RefList < Ref > refs ) { this . refs = refs . AsList ( ) ; } |
public long get ( int index ) { final int o = index / 6 ; final int b = index % 6 ; final int shift = b * 10 ; return ( blocks [ o ] > > > shift ) & 1023L ; } | public override long Get ( int index ) { int o = index / 6 ; int b = index % 6 ; int shift = b * 10 ; return ( ( long ) ( ( ulong ) blocks [ o ] > > shift ) ) & 1023L ; } |
public SubmoduleUpdateCommand setProgressMonitor ( final ProgressMonitor monitor ) { this . monitor = monitor ; return this ; } | public virtual NGit . Api . SubmoduleUpdateCommand SetProgressMonitor ( ProgressMonitormonitor ) { this . monitor = monitor ; return this ; } |
public DescribeDatasetGroupResult describeDatasetGroup ( DescribeDatasetGroupRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeDatasetGroup ( request ) ; } | public virtual DescribeDatasetGroupResponse DescribeDatasetGroup ( DescribeDatasetGroupRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeDatasetGroupRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeDatasetGroupResponseUnmarshaller . Instance ; return Invoke < DescribeDatasetGroupResponse > ( request , options ) ; } |
public ListGameServerGroupsResult listGameServerGroups ( ListGameServerGroupsRequest request ) { request = beforeClientExecution ( request ) ; return executeListGameServerGroups ( request ) ; } | public virtual ListGameServerGroupsResponse ListGameServerGroups ( ListGameServerGroupsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListGameServerGroupsRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListGameServerGroupsResponseUnmarshaller . Instance ; return Invoke < ListGameServerGroupsResponse > ( request , options ) ; } |
public NameRecord getSpecificBuiltinRecord ( byte name , int sheetNumber ) { return getOrCreateLinkTable ( ) . getSpecificBuiltinRecord ( name , sheetNumber ) ; } | public NameRecord GetSpecificBuiltinRecord ( byte name , int sheetIndex ) { return OrCreateLinkTable . GetSpecificBuiltinRecord ( name , sheetIndex ) ; } |
public long readLong ( ) { int b0 = _in . readUByte ( ) ; int b1 = _in . readUByte ( ) ; int b2 = _in . readUByte ( ) ; int b3 = _in . readUByte ( ) ; int b4 = _in . readUByte ( ) ; int b5 = _in . readUByte ( ) ; int b6 = _in . readUByte ( ) ; int b7 = _in . readUByte ( ) ; return ( ( ( long ) b7 << 56 ) + ( ( long ) b6 << 48 ) + ( ( long ) b5 << 40 ) + ( ( long ) b4 << 32 ) + ( ( long ) b3 << 24 ) + ( b2 << 16 ) + ( b1 << 8 ) + ( b0 << 0 ) ) ; } | public long ReadLong ( ) { int b0 = _in . ReadUByte ( ) ; int b1 = _in . ReadUByte ( ) ; int b2 = _in . ReadUByte ( ) ; int b3 = _in . ReadUByte ( ) ; int b4 = _in . ReadUByte ( ) ; int b5 = _in . ReadUByte ( ) ; int b6 = _in . ReadUByte ( ) ; int b7 = _in . ReadUByte ( ) ; return ( ( ( long ) b7 << 56 ) + ( ( long ) b6 << 48 ) + ( ( long ) b5 << 40 ) + ( ( long ) b4 << 32 ) + ( ( long ) b3 << 24 ) + ( b2 << 16 ) + ( b1 << 8 ) + ( b0 << 0 ) ) ; } |
public static ValueVector createVector ( TwoDEval ae ) { if ( ae . isColumn ( ) ) { return createColumnVector ( ae , 0 ) ; } if ( ae . isRow ( ) ) { return createRowVector ( ae , 0 ) ; } return null ; } | public static ValueVector CreateVector ( TwoDEval ae ) { if ( ae . IsColumn ) { return CreateColumnVector ( ae , 0 ) ; } if ( ae . IsRow ) { return CreateRowVector ( ae , 0 ) ; } return null ; } |
public boolean isSupported ( int bitsPerValue ) { return bitsPerValue >= 1 && bitsPerValue <= 64 ; } | public virtual bool IsSupported ( int bitsPerValue ) { return bitsPerValue >= 1 && bitsPerValue <= 64 ; } |
public String toString ( ) { return "{" + "decision=" + decision + ", contextSensitivities=" + contextSensitivities . size ( ) + ", errors=" + errors . size ( ) + ", ambiguities=" + ambiguities . size ( ) + ", SLL_lookahead=" + SLL_TotalLook + ", SLL_ATNTransitions=" + SLL_ATNTransitions + ", SLL_DFATransitions=" + SLL_DFATransitions + ", LL_Fallback=" + LL_Fallback + ", LL_lookahead=" + LL_TotalLook + ", LL_ATNTransitions=" + LL_ATNTransitions + '}' ; } | public override string ToString ( ) { return "{" + "decision=" + decision + ", contextSensitivities=" + contextSensitivities . Count + ", errors=" + errors . Count + ", ambiguities=" + ambiguities . Count + ", SLL_lookahead=" + SLL_TotalLook + ", SLL_ATNTransitions=" + SLL_ATNTransitions + ", SLL_DFATransitions=" + SLL_DFATransitions + ", LL_Fallback=" + LL_Fallback + ", LL_lookahead=" + LL_TotalLook + ", LL_ATNTransitions=" + LL_ATNTransitions + '}' ; } |
public RemoveNoteCommand notesRemove ( ) { return new RemoveNoteCommand ( repo ) ; } | public virtual RemoveNoteCommand NotesRemove ( ) { return new RemoveNoteCommand ( repo ) ; } |
public int serialize ( int offset , byte [ ] data , EscherSerializationListener listener ) { listener . beforeRecordSerialize ( offset , getRecordId ( ) , this ) ; LittleEndian . putShort ( data , offset , getOptions ( ) ) ; LittleEndian . putShort ( data , offset + 2 , getRecordId ( ) ) ; int remainingBytes = thedata . length ; for ( EscherRecord r : _childRecords ) { remainingBytes += r . getRecordSize ( ) ; } LittleEndian . putInt ( data , offset + 4 , remainingBytes ) ; System . arraycopy ( thedata , 0 , data , offset + 8 , thedata . length ) ; int pos = offset + 8 + thedata . length ; for ( EscherRecord r : _childRecords ) { pos += r . serialize ( pos , data , listener ) ; } listener . afterRecordSerialize ( pos , getRecordId ( ) , pos - offset , this ) ; return pos - offset ; } | public override int Serialize ( int offset , byte [ ] data , EscherSerializationListener listener ) { listener . BeforeRecordSerialize ( offset , RecordId , this ) ; LittleEndian . PutShort ( data , offset , Options ) ; LittleEndian . PutShort ( data , offset + 2 , RecordId ) ; int remainingBytes = _thedata . Length ; for ( IEnumerator iterator = ChildRecords . GetEnumerator ( ) ; iterator . MoveNext ( ) ; ) { EscherRecord r = ( EscherRecord ) iterator . Current ; remainingBytes += r . RecordSize ; } LittleEndian . PutInt ( data , offset + 4 , remainingBytes ) ; Array . Copy ( _thedata , 0 , data , offset + 8 , _thedata . Length ) ; int pos = offset + 8 + _thedata . Length ; for ( IEnumerator iterator = ChildRecords . GetEnumerator ( ) ; iterator . MoveNext ( ) ; ) { EscherRecord r = ( EscherRecord ) iterator . Current ; pos += r . Serialize ( pos , data ) ; } listener . AfterRecordSerialize ( pos , RecordId , pos - offset , this ) ; return pos - offset ; } |
public void inform ( ResourceLoader loader ) throws IOException { if ( stopWordFiles != null ) { if ( FORMAT_WORDSET . equalsIgnoreCase ( format ) ) { stopWords = getWordSet ( loader , stopWordFiles , ignoreCase ) ; } else if ( FORMAT_SNOWBALL . equalsIgnoreCase ( format ) ) { stopWords = getSnowballWordSet ( loader , stopWordFiles , ignoreCase ) ; } else { throw new IllegalArgumentException ( "Unknown 'format' specified for 'words' file: " + format ) ; } } else { if ( null != format ) { throw new IllegalArgumentException ( "'format' can not be specified w/o an explicit 'words' file: " + format ) ; } stopWords = new CharArraySet ( EnglishAnalyzer . ENGLISH_STOP_WORDS_SET , ignoreCase ) ; } } | public virtual void Inform ( IResourceLoader loader ) { if ( stopWordFiles != null ) { if ( FORMAT_WORDSET . Equals ( format , StringComparison . OrdinalIgnoreCase ) ) { stopWords = GetWordSet ( loader , stopWordFiles , ignoreCase ) ; } else if ( FORMAT_SNOWBALL . Equals ( format , StringComparison . OrdinalIgnoreCase ) ) { stopWords = GetSnowballWordSet ( loader , stopWordFiles , ignoreCase ) ; } else { throw new System . ArgumentException ( "Unknown 'format' specified for 'words' file: " + format ) ; } } else { if ( null != format ) { throw new System . ArgumentException ( "'format' can not be specified w/o an explicit 'words' file: " + format ) ; } stopWords = new CharArraySet ( m_luceneMatchVersion , StopAnalyzer . ENGLISH_STOP_WORDS_SET , ignoreCase ) ; } } |
public PredicateTransition ( ATNState target , int ruleIndex , int predIndex , boolean isCtxDependent ) { super ( target ) ; this . ruleIndex = ruleIndex ; this . predIndex = predIndex ; this . isCtxDependent = isCtxDependent ; } | public PredicateTransition ( ATNState target , int ruleIndex , int predIndex , bool isCtxDependent ) : base ( target ) { this . ruleIndex = ruleIndex ; this . predIndex = predIndex ; this . isCtxDependent = isCtxDependent ; } |
public CharFilter ( Reader input ) { super ( input ) ; this . input = input ; } | public CharFilter ( TextReader input ) { this . m_input = input ; } |
public final DoubleBuffer put ( DoubleBuffer buf ) { throw new ReadOnlyBufferException ( ) ; } | public sealed override java . nio . DoubleBuffer put ( java . nio . DoubleBuffer buf ) { throw new java . nio . ReadOnlyBufferException ( ) ; } |
public AssociateVpcCidrBlockResult associateVpcCidrBlock ( AssociateVpcCidrBlockRequest request ) { request = beforeClientExecution ( request ) ; return executeAssociateVpcCidrBlock ( request ) ; } | public virtual AssociateVpcCidrBlockResponse AssociateVpcCidrBlock ( AssociateVpcCidrBlockRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = AssociateVpcCidrBlockRequestMarshaller . Instance ; options . ResponseUnmarshaller = AssociateVpcCidrBlockResponseUnmarshaller . Instance ; return Invoke < AssociateVpcCidrBlockResponse > ( request , options ) ; } |
public static Date getJavaDate ( double date , boolean use1904windowing , TimeZone tz , boolean roundSeconds ) { Calendar calendar = getJavaCalendar ( date , use1904windowing , tz , roundSeconds ) ; return calendar == null ? null : calendar . getTime ( ) ; } | public static DateTime GetJavaDate ( double date , bool use1904windowing , TimeZone tz , bool roundSeconds ) { return GetJavaCalendar ( date , use1904windowing , roundSeconds ) ; } |
public AttachTypedLinkResult attachTypedLink ( AttachTypedLinkRequest request ) { request = beforeClientExecution ( request ) ; return executeAttachTypedLink ( request ) ; } | public virtual AttachTypedLinkResponse AttachTypedLink ( AttachTypedLinkRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = AttachTypedLinkRequestMarshaller . Instance ; options . ResponseUnmarshaller = AttachTypedLinkResponseUnmarshaller . Instance ; return Invoke < AttachTypedLinkResponse > ( request , options ) ; } |
public static CellValue getError ( int errorCode ) { return new CellValue ( CellType . ERROR , 0.0 , false , null , errorCode ) ; } | public static CellValue GetError ( int errorCode ) { return new CellValue ( CellType . Error , 0.0 , false , null , errorCode ) ; } |
public short getHeaderValue ( ) { return headerValue ; } | public short GetHeaderValue ( ) { return headerValue ; } |
public DescribeFindingsResult describeFindings ( DescribeFindingsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeFindings ( request ) ; } | public virtual DescribeFindingsResponse DescribeFindings ( DescribeFindingsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeFindingsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeFindingsResponseUnmarshaller . Instance ; return Invoke < DescribeFindingsResponse > ( request , options ) ; } |
public GetSdkTypeResult getSdkType ( GetSdkTypeRequest request ) { request = beforeClientExecution ( request ) ; return executeGetSdkType ( request ) ; } | public virtual GetSdkTypeResponse GetSdkType ( GetSdkTypeRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetSdkTypeRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetSdkTypeResponseUnmarshaller . Instance ; return Invoke < GetSdkTypeResponse > ( request , options ) ; } |
public PutLifecycleConfigurationResult putLifecycleConfiguration ( PutLifecycleConfigurationRequest request ) { request = beforeClientExecution ( request ) ; return executePutLifecycleConfiguration ( request ) ; } | public virtual PutLifecycleConfigurationResponse PutLifecycleConfiguration ( PutLifecycleConfigurationRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = PutLifecycleConfigurationRequestMarshaller . Instance ; options . ResponseUnmarshaller = PutLifecycleConfigurationResponseUnmarshaller . Instance ; return Invoke < PutLifecycleConfigurationResponse > ( request , options ) ; } |
public CommonToken create ( int type , String text ) { return new CommonToken ( type , text ) ; } | public virtual CommonToken Create ( int type , string text ) { return new CommonToken ( type , text ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.