question
stringlengths 33
1.59k
| target
stringlengths 33
1.58k
|
|---|---|
public static List < String > getBuiltinFormats ( ) { return Arrays . asList ( _builtinFormats ) ; }
|
public static List < string > GetBuiltinFormats ( ) { return builtinFormats ; }
|
public Snapshot authorizeSnapshotAccess ( AuthorizeSnapshotAccessRequest request ) { request = beforeClientExecution ( request ) ; return executeAuthorizeSnapshotAccess ( request ) ; }
|
public virtual AuthorizeSnapshotAccessResponse AuthorizeSnapshotAccess ( AuthorizeSnapshotAccessRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = AuthorizeSnapshotAccessRequestMarshaller . Instance ; options . ResponseUnmarshaller = AuthorizeSnapshotAccessResponseUnmarshaller . Instance ; return Invoke < AuthorizeSnapshotAccessResponse > ( request , options ) ; }
|
public void split ( ) throws IOException { boolean success = false ; DirectoryReader reader = DirectoryReader . open ( input ) ; try { createIndex ( config1 , dir1 , reader , docsInFirstIndex , false ) ; createIndex ( config2 , dir2 , reader , docsInFirstIndex , true ) ; success = true ; } finally { if ( success ) { IOUtils . close ( reader ) ; } else { IOUtils . closeWhileHandlingException ( reader ) ; } } }
|
public virtual void Split ( ) { bool success = false ; DirectoryReader reader = DirectoryReader . Open ( input ) ; try { CreateIndex ( config1 , dir1 , reader , docsInFirstIndex , false ) ; CreateIndex ( config2 , dir2 , reader , docsInFirstIndex , true ) ; success = true ; } finally { if ( success ) { IOUtils . Dispose ( reader ) ; } else { IOUtils . DisposeWhileHandlingException ( reader ) ; } } }
|
@ Override public boolean equals ( Object object ) { return mapEntry . equals ( object ) ; }
|
public override bool Equals ( object @ object ) { return mapEntry . Equals ( @ object ) ; }
|
public synchronized E pop ( ) { if ( elementCount == 0 ) { throw new EmptyStackException ( ) ; } final int index = -- elementCount ; final E obj = ( E ) elementData [ index ] ; elementData [ index ] = null ; modCount ++ ; return obj ; }
|
public virtual E pop ( ) { lock ( this ) { if ( elementCount == 0 ) { throw new java . util . EmptyStackException ( ) ; } int index = -- elementCount ; E obj = ( E ) elementData [ index ] ; elementData [ index ] = null ; modCount ++ ; return obj ; } }
|
public ListHealthChecksResult listHealthChecks ( ) { return listHealthChecks ( new ListHealthChecksRequest ( ) ) ; }
|
public virtual ListHealthChecksResponse ListHealthChecks ( ) { return ListHealthChecks ( new ListHealthChecksRequest ( ) ) ; }
|
public boolean equals ( Object obj ) { if ( ! ( obj instanceof File ) ) { return false ; } return path . equals ( ( ( File ) obj ) . getPath ( ) ) ; }
|
public override bool Equals ( object obj ) { if ( ! ( obj is java . io . File ) ) { return false ; } return path . Equals ( ( ( java . io . File ) obj ) . getPath ( ) ) ; }
|
public ListPhotoStoresRequest ( ) { super ( "CloudPhoto" , "2017-07-11" , "ListPhotoStores" , "cloudphoto" ) ; setProtocol ( ProtocolType . HTTPS ) ; }
|
public ListPhotoStoresRequest ( ) : base ( "CloudPhoto" , "2017-07-11" , "ListPhotoStores" , "cloudphoto" , "openAPI" ) { Protocol = ProtocolType . HTTPS ; }
|
public PutAccessControlRuleResult putAccessControlRule ( PutAccessControlRuleRequest request ) { request = beforeClientExecution ( request ) ; return executePutAccessControlRule ( request ) ; }
|
public virtual PutAccessControlRuleResponse PutAccessControlRule ( PutAccessControlRuleRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = PutAccessControlRuleRequestMarshaller . Instance ; options . ResponseUnmarshaller = PutAccessControlRuleResponseUnmarshaller . Instance ; return Invoke < PutAccessControlRuleResponse > ( request , options ) ; }
|
public StopTrainingEntityRecognizerResult stopTrainingEntityRecognizer ( StopTrainingEntityRecognizerRequest request ) { request = beforeClientExecution ( request ) ; return executeStopTrainingEntityRecognizer ( request ) ; }
|
public virtual StopTrainingEntityRecognizerResponse StopTrainingEntityRecognizer ( StopTrainingEntityRecognizerRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = StopTrainingEntityRecognizerRequestMarshaller . Instance ; options . ResponseUnmarshaller = StopTrainingEntityRecognizerResponseUnmarshaller . Instance ; return Invoke < StopTrainingEntityRecognizerResponse > ( request , options ) ; }
|
public GetRevisionResult getRevision ( GetRevisionRequest request ) { request = beforeClientExecution ( request ) ; return executeGetRevision ( request ) ; }
|
public virtual GetRevisionResponse GetRevision ( GetRevisionRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetRevisionRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetRevisionResponseUnmarshaller . Instance ; return Invoke < GetRevisionResponse > ( request , options ) ; }
|
public HSSFPicture createPicture ( HSSFChildAnchor anchor , int pictureIndex ) { HSSFPicture shape = new HSSFPicture ( this , anchor ) ; shape . setParent ( this ) ; shape . setAnchor ( anchor ) ; shape . setPictureIndex ( pictureIndex ) ; shapes . add ( shape ) ; onCreate ( shape ) ; EscherSpRecord sp = shape . getEscherContainer ( ) . getChildById ( EscherSpRecord . RECORD_ID ) ; if ( shape . getAnchor ( ) . isHorizontallyFlipped ( ) ) { sp . setFlags ( sp . getFlags ( ) | EscherSpRecord . FLAG_FLIPHORIZ ) ; } if ( shape . getAnchor ( ) . isVerticallyFlipped ( ) ) { sp . setFlags ( sp . getFlags ( ) | EscherSpRecord . FLAG_FLIPVERT ) ; } return shape ; }
|
public HSSFPicture CreatePicture ( HSSFChildAnchor anchor , int pictureIndex ) { HSSFPicture shape = new HSSFPicture ( this , anchor ) ; shape . Parent = this ; shape . Anchor = anchor ; shape . PictureIndex = pictureIndex ; shapes . Add ( shape ) ; OnCreate ( shape ) ; EscherSpRecord sp = ( EscherSpRecord ) shape . GetEscherContainer ( ) . GetChildById ( EscherSpRecord . RECORD_ID ) ; if ( shape . Anchor . IsHorizontallyFlipped ) { sp . Flags = ( sp . Flags | EscherSpRecord . FLAG_FLIPHORIZ ) ; } if ( shape . Anchor . IsVerticallyFlipped ) { sp . Flags = ( sp . Flags | EscherSpRecord . FLAG_FLIPVERT ) ; } return shape ; }
|
public RecordSizingVisitor ( ) { _totalSize = 0 ; }
|
public RecordSizingVisitor ( ) { _totalSize = 0 ; }
|
public UpdateApplicationSettingsResult updateApplicationSettings ( UpdateApplicationSettingsRequest request ) { request = beforeClientExecution ( request ) ; return executeUpdateApplicationSettings ( request ) ; }
|
public virtual UpdateApplicationSettingsResponse UpdateApplicationSettings ( UpdateApplicationSettingsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = UpdateApplicationSettingsRequestMarshaller . Instance ; options . ResponseUnmarshaller = UpdateApplicationSettingsResponseUnmarshaller . Instance ; return Invoke < UpdateApplicationSettingsResponse > ( request , options ) ; }
|
public LogCommand addPath ( String path ) { checkCallable ( ) ; pathFilters . add ( PathFilter . create ( path ) ) ; return this ; }
|
public virtual NGit . Api . LogCommand AddPath ( string path ) { CheckCallable ( ) ; pathFilters . AddItem ( PathFilter . Create ( path ) ) ; return this ; }
|
public GetRelationalDatabaseLogStreamsResult getRelationalDatabaseLogStreams ( GetRelationalDatabaseLogStreamsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetRelationalDatabaseLogStreams ( request ) ; }
|
public virtual GetRelationalDatabaseLogStreamsResponse GetRelationalDatabaseLogStreams ( GetRelationalDatabaseLogStreamsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetRelationalDatabaseLogStreamsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetRelationalDatabaseLogStreamsResponseUnmarshaller . Instance ; return Invoke < GetRelationalDatabaseLogStreamsResponse > ( request , options ) ; }
|
public FloatBuffer compact ( ) { if ( byteBuffer . isReadOnly ( ) ) { throw new ReadOnlyBufferException ( ) ; } byteBuffer . limit ( limit * SizeOf . FLOAT ) ; byteBuffer . position ( position * SizeOf . FLOAT ) ; byteBuffer . compact ( ) ; byteBuffer . clear ( ) ; position = limit - position ; limit = capacity ; mark = UNSET_MARK ; return this ; }
|
public override java . nio . FloatBuffer compact ( ) { if ( byteBuffer . isReadOnly ( ) ) { throw new java . nio . ReadOnlyBufferException ( ) ; } byteBuffer . limit ( _limit * libcore . io . SizeOf . FLOAT ) ; byteBuffer . position ( _position * libcore . io . SizeOf . FLOAT ) ; byteBuffer . compact ( ) ; byteBuffer . clear ( ) ; _position = _limit - _position ; _limit = _capacity ; _mark = UNSET_MARK ; return this ; }
|
public void serialize ( LittleEndianOutput out ) { out . writeInt ( field_1_lineColor ) ; out . writeShort ( field_2_linePattern ) ; out . writeShort ( field_3_weight ) ; out . writeShort ( field_4_format ) ; out . writeShort ( field_5_colourPaletteIndex ) ; }
|
public override void Serialize ( ILittleEndianOutput out1 ) { out1 . WriteInt ( field_1_lineColor ) ; out1 . WriteShort ( field_2_linePattern ) ; out1 . WriteShort ( field_3_weight ) ; out1 . WriteShort ( field_4_format ) ; out1 . WriteShort ( field_5_colourPaletteIndex ) ; }
|
public DBInstanceAutomatedBackup deleteDBInstanceAutomatedBackup ( DeleteDBInstanceAutomatedBackupRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteDBInstanceAutomatedBackup ( request ) ; }
|
public virtual DeleteDBInstanceAutomatedBackupResponse DeleteDBInstanceAutomatedBackup ( DeleteDBInstanceAutomatedBackupRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteDBInstanceAutomatedBackupRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteDBInstanceAutomatedBackupResponseUnmarshaller . Instance ; return Invoke < DeleteDBInstanceAutomatedBackupResponse > ( request , options ) ; }
|
public MultiSimilarity ( Similarity sims [ ] ) { this . sims = sims ; }
|
public MultiSimilarity ( Similarity [ ] sims ) { this . m_sims = sims ; }
|
public final Explanation explain ( BasicStats stats , double tfn ) { return Explanation . match ( ( float ) ( scoreTimes1pTfn ( stats ) / ( 1 + tfn ) ) , getClass ( ) . getSimpleName ( ) + ", computed as (F + 1) / (n * (tfn + 1)) from:" , Explanation . match ( ( float ) tfn , "tfn, normalized term frequency" ) , Explanation . match ( stats . getTotalTermFreq ( ) , "F, total number of occurrences of term across all documents + 1" ) , Explanation . match ( stats . getDocFreq ( ) , "n, number of documents containing term + 1" ) , Explanation . match ( ( float ) tfn , "tfn, normalized term frequency" ) ) ; }
|
public override sealed Explanation Explain ( BasicStats stats , float tfn ) { Explanation result = new Explanation ( ) ; result . Description = this . GetType ( ) . Name + ", computed from: " ; result . Value = Score ( stats , tfn ) ; result . AddDetail ( new Explanation ( tfn , "tfn" ) ) ; result . AddDetail ( new Explanation ( stats . TotalTermFreq , "totalTermFreq" ) ) ; result . AddDetail ( new Explanation ( stats . DocFreq , "docFreq" ) ) ; return result ; }
|
public GetNodeResult getNode ( GetNodeRequest request ) { request = beforeClientExecution ( request ) ; return executeGetNode ( request ) ; }
|
public virtual GetNodeResponse GetNode ( GetNodeRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetNodeRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetNodeResponseUnmarshaller . Instance ; return Invoke < GetNodeResponse > ( request , options ) ; }
|
public CreateCapacityProviderResult createCapacityProvider ( CreateCapacityProviderRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateCapacityProvider ( request ) ; }
|
public virtual CreateCapacityProviderResponse CreateCapacityProvider ( CreateCapacityProviderRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateCapacityProviderRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateCapacityProviderResponseUnmarshaller . Instance ; return Invoke < CreateCapacityProviderResponse > ( request , options ) ; }
|
public String [ ] listAll ( ) throws IOException { List < String > files = new ArrayList < > ( ) ; NoSuchFileException exc = null ; try { for ( String f : primaryDir . listAll ( ) ) { String ext = getExtension ( f ) ; if ( primaryExtensions . contains ( ext ) ) { files . add ( f ) ; } } } catch ( NoSuchFileException e ) { exc = e ; } try { for ( String f : secondaryDir . listAll ( ) ) { String ext = getExtension ( f ) ; if ( primaryExtensions . contains ( ext ) == false ) { files . add ( f ) ; } } } catch ( NoSuchFileException e ) { if ( exc != null ) { throw exc ; } if ( files . isEmpty ( ) ) { throw e ; } } if ( exc != null && files . isEmpty ( ) ) { throw exc ; } String [ ] result = files . toArray ( new String [ files . size ( ) ] ) ; Arrays . sort ( result ) ; return result ; }
|
public override string [ ] ListAll ( ) { ISet < string > files = new JCG . HashSet < string > ( ) ; DirectoryNotFoundException exc = null ; try { foreach ( string f in primaryDir . ListAll ( ) ) { files . Add ( f ) ; } } catch ( DirectoryNotFoundException e ) { exc = e ; } try { foreach ( string f in secondaryDir . ListAll ( ) ) { files . Add ( f ) ; } } catch ( DirectoryNotFoundException ) { if ( exc != null ) { throw exc ; } if ( files . Count == 0 ) { throw ; } } if ( exc != null && files . Count == 0 ) { throw exc ; } return files . ToArray ( ) ; }
|
public int readUByte ( ) { return readByte ( ) & 0xFF ; }
|
public int ReadUByte ( ) { return _rc4 . XorByte ( _le . ReadUByte ( ) ) ; }
|
public NumberEval ( double value ) { _value = value ; }
|
public NumberEval ( double value ) { this . _value = value ; }
|
@ Override public Iterator < E > iterator ( ) { synchronized ( mutex ) { return c . iterator ( ) ; } }
|
public virtual java . util . Iterator < E > iterator ( ) { lock ( mutex ) { return c . iterator ( ) ; } }
|
public String getInflectionType ( int wordId ) { return null ; }
|
public override string GetInflectionType ( int wordId ) { return null ; }
|
public GetDeliverabilityDashboardOptionsResult getDeliverabilityDashboardOptions ( GetDeliverabilityDashboardOptionsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetDeliverabilityDashboardOptions ( request ) ; }
|
public virtual GetDeliverabilityDashboardOptionsResponse GetDeliverabilityDashboardOptions ( GetDeliverabilityDashboardOptionsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetDeliverabilityDashboardOptionsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetDeliverabilityDashboardOptionsResponseUnmarshaller . Instance ; return Invoke < GetDeliverabilityDashboardOptionsResponse > ( request , options ) ; }
|
public static double getExcelDate ( LocalDateTime date ) { return getExcelDate ( date , false ) ; }
|
public static double GetExcelDate ( DateTime date ) { return GetExcelDate ( date , false ) ; }
|
public String getBaseForm ( int wordId , char surface [ ] , int off , int len ) { return null ; }
|
public string GetBaseForm ( int wordId , char [ ] surface , int off , int len ) { return null ; }
|
public DescribeDhcpOptionsResult describeDhcpOptions ( ) { return describeDhcpOptions ( new DescribeDhcpOptionsRequest ( ) ) ; }
|
public virtual DescribeDhcpOptionsResponse DescribeDhcpOptions ( ) { return DescribeDhcpOptions ( new DescribeDhcpOptionsRequest ( ) ) ; }
|
public FormatRecord ( int indexCode , String fs ) { field_1_index_code = indexCode ; field_4_formatstring = fs ; field_3_hasMultibyte = StringUtil . hasMultibyte ( fs ) ; }
|
public FormatRecord ( int indexCode , String fs ) { field_1_index_code = indexCode ; field_4_formatstring = fs ; field_3_hasMultibyte = StringUtil . HasMultibyte ( fs ) ; }
|
public String getPrintArea ( int sheetIndex ) { NameRecord name = workbook . getSpecificBuiltinRecord ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; if ( name == null ) { return null ; } return HSSFFormulaParser . toFormulaString ( this , name . getNameDefinition ( ) ) ; }
|
public String GetPrintArea ( int sheetIndex ) { NameRecord name = workbook . GetSpecificBuiltinRecord ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; if ( name == null ) return null ; return HSSFFormulaParser . ToFormulaString ( this , name . NameDefinition ) ; }
|
public CreateLoadBalancerResult createLoadBalancer ( CreateLoadBalancerRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateLoadBalancer ( request ) ; }
|
public virtual CreateLoadBalancerResponse CreateLoadBalancer ( CreateLoadBalancerRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateLoadBalancerRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateLoadBalancerResponseUnmarshaller . Instance ; return Invoke < CreateLoadBalancerResponse > ( request , options ) ; }
|
public GetVoiceConnectorTerminationHealthResult getVoiceConnectorTerminationHealth ( GetVoiceConnectorTerminationHealthRequest request ) { request = beforeClientExecution ( request ) ; return executeGetVoiceConnectorTerminationHealth ( request ) ; }
|
public virtual GetVoiceConnectorTerminationHealthResponse GetVoiceConnectorTerminationHealth ( GetVoiceConnectorTerminationHealthRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetVoiceConnectorTerminationHealthRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetVoiceConnectorTerminationHealthResponseUnmarshaller . Instance ; return Invoke < GetVoiceConnectorTerminationHealthResponse > ( request , options ) ; }
|
public CRNCountRecord ( RecordInputStream in ) { field_1_number_crn_records = in . readShort ( ) ; if ( field_1_number_crn_records < 0 ) { field_1_number_crn_records = ( short ) - field_1_number_crn_records ; } field_2_sheet_table_index = in . readShort ( ) ; }
|
public CRNCountRecord ( RecordInputStream in1 ) { field_1_number_crn_records = in1 . ReadShort ( ) ; if ( field_1_number_crn_records < 0 ) { field_1_number_crn_records = ( short ) - field_1_number_crn_records ; } field_2_sheet_table_index = in1 . ReadShort ( ) ; }
|
public BOFRecord ( RecordInputStream in ) { field_1_version = in . readShort ( ) ; field_2_type = in . readShort ( ) ; if ( in . remaining ( ) >= 2 ) { field_3_build = in . readShort ( ) ; } if ( in . remaining ( ) >= 2 ) { field_4_year = in . readShort ( ) ; } if ( in . remaining ( ) >= 4 ) { field_5_history = in . readInt ( ) ; } if ( in . remaining ( ) >= 4 ) { field_6_rversion = in . readInt ( ) ; } }
|
public BOFRecord ( RecordInputStream in1 ) { field_1_version = in1 . ReadShort ( ) ; field_2_type = in1 . ReadShort ( ) ; if ( in1 . Remaining >= 2 ) { field_3_build = in1 . ReadShort ( ) ; } if ( in1 . Remaining >= 2 ) { field_4_year = in1 . ReadShort ( ) ; } if ( in1 . Remaining >= 4 ) { field_5_history = in1 . ReadInt ( ) ; } if ( in1 . Remaining >= 4 ) { field_6_rversion = in1 . ReadInt ( ) ; } }
|
public AcsRequest buildRequest ( ) { if ( uriPattern != null ) { CommonRoaRequest request = new CommonRoaRequest ( product ) ; request . setSysUriPattern ( uriPattern ) ; for ( String pathParamKey : pathParameters . keySet ( ) ) { request . putPathParameter ( pathParamKey , pathParameters . get ( pathParamKey ) ) ; } fillParams ( request ) ; return request ; } else { CommonRpcRequest request = new CommonRpcRequest ( product ) ; fillParams ( request ) ; return request ; } }
|
public AcsRequest < CommonResponse > BuildRequest ( ) { if ( UriPattern != null ) { var request = new CommonRoaRequest ( Product ) ; request . UriPattern = UriPattern ; request . SetVersion ( Version ) ; foreach ( var entry in PathParameters ) { request . AddPathParameters ( entry . Key , entry . Value ) ; } FillParams ( request ) ; return request ; } else { var request = new CommonRpcRequest ( Product ) ; request . Version = Version ; FillParams ( request ) ; return request ; } }
|
public void undeleteAll ( ) { for ( FakeDeleteLeafIndexReader r : getSequentialSubReaders ( ) ) { r . undeleteAll ( ) ; } }
|
public void UndeleteAll ( ) { foreach ( FakeDeleteAtomicIndexReader r in GetSequentialSubReaders ( ) ) { r . UndeleteAll ( ) ; } }
|
public final String GetImage ( ) { return new String ( buffer , tokenStart , bufferPosition - tokenStart ) ; }
|
public string GetImage ( ) { return new string ( buffer , tokenStart , bufferPosition - tokenStart ) ; }
|
public DescribeComponentResult describeComponent ( DescribeComponentRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeComponent ( request ) ; }
|
public virtual DescribeComponentResponse DescribeComponent ( DescribeComponentRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeComponentRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeComponentResponseUnmarshaller . Instance ; return Invoke < DescribeComponentResponse > ( request , options ) ; }
|
public RoaringDocIdSet build ( ) { flush ( ) ; return new RoaringDocIdSet ( sets , cardinality ) ; }
|
public CompositeReaderContext Build ( ) { return ( CompositeReaderContext ) Build ( null , reader , 0 , 0 ) ; }
|
public TokenStream create ( TokenStream input ) { return new GermanNormalizationFilter ( input ) ; }
|
public override TokenStream Create ( TokenStream input ) { return new GermanNormalizationFilter ( input ) ; }
|
public DrillSideways ( IndexSearcher searcher , FacetsConfig config , TaxonomyReader taxoReader , SortedSetDocValuesReaderState state ) { this ( searcher , config , taxoReader , state , null ) ; }
|
public DrillSideways ( IndexSearcher searcher , FacetsConfig config , TaxonomyReader taxoReader , SortedSetDocValuesReaderState state ) { this . m_searcher = searcher ; this . m_config = config ; this . m_taxoReader = taxoReader ; this . m_state = state ; }
|
public DescribeAnalysisSchemesResult describeAnalysisSchemes ( DescribeAnalysisSchemesRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeAnalysisSchemes ( request ) ; }
|
public virtual DescribeAnalysisSchemesResponse DescribeAnalysisSchemes ( DescribeAnalysisSchemesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeAnalysisSchemesRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeAnalysisSchemesResponseUnmarshaller . Instance ; return Invoke < DescribeAnalysisSchemesResponse > ( request , options ) ; }
|
public PutTargetsResult putTargets ( PutTargetsRequest request ) { request = beforeClientExecution ( request ) ; return executePutTargets ( request ) ; }
|
public virtual PutTargetsResponse PutTargets ( PutTargetsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = PutTargetsRequestMarshaller . Instance ; options . ResponseUnmarshaller = PutTargetsResponseUnmarshaller . Instance ; return Invoke < PutTargetsResponse > ( request , options ) ; }
|
public RevokeIpRulesResult revokeIpRules ( RevokeIpRulesRequest request ) { request = beforeClientExecution ( request ) ; return executeRevokeIpRules ( request ) ; }
|
public virtual RevokeIpRulesResponse RevokeIpRules ( RevokeIpRulesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = RevokeIpRulesRequestMarshaller . Instance ; options . ResponseUnmarshaller = RevokeIpRulesResponseUnmarshaller . Instance ; return Invoke < RevokeIpRulesResponse > ( request , options ) ; }
|
public RegisterGameServerResult registerGameServer ( RegisterGameServerRequest request ) { request = beforeClientExecution ( request ) ; return executeRegisterGameServer ( request ) ; }
|
public virtual RegisterGameServerResponse RegisterGameServer ( RegisterGameServerRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = RegisterGameServerRequestMarshaller . Instance ; options . ResponseUnmarshaller = RegisterGameServerResponseUnmarshaller . Instance ; return Invoke < RegisterGameServerResponse > ( request , options ) ; }
|
public void write ( LittleEndianOutput out ) { out . writeByte ( sid + getPtgClass ( ) ) ; out . writeByte ( _options ) ; out . writeShort ( _data ) ; int [ ] jt = _jumpTable ; if ( jt != null ) { for ( int i = 0 ; i < jt . length ; i ++ ) { out . writeShort ( jt [ i ] ) ; } out . writeShort ( _chooseFuncOffset ) ; } }
|
public override void Write ( ILittleEndianOutput out1 ) { out1 . WriteByte ( sid + PtgClass ) ; out1 . WriteByte ( field_1_options ) ; out1 . WriteShort ( field_2_data ) ; int [ ] jt = _jumpTable ; if ( jt != null ) { for ( int i = 0 ; i < jt . Length ; i ++ ) { out1 . WriteShort ( jt [ i ] ) ; } out1 . WriteShort ( _chooseFuncOffset ) ; } }
|
public int getCellsPnt ( ) { Iterator < Character > i = cells . keySet ( ) . iterator ( ) ; int size = 0 ; for ( ; i . hasNext ( ) ; ) { Character c = i . next ( ) ; Cell e = at ( c ) ; if ( e . ref >= 0 ) { size ++ ; } } return size ; }
|
public int GetCellsPnt ( ) { int size = 0 ; foreach ( char c in cells . Keys ) { Cell e = At ( c ) ; if ( e . @ ref >= 0 ) { size ++ ; } } return size ; }
|
public E removeFirst ( ) { return removeFirstImpl ( ) ; }
|
public virtual E removeFirst ( ) { return removeFirstImpl ( ) ; }
|
public String toString ( ) { if ( getChildren ( ) == null || getChildren ( ) . size ( ) == 0 ) return "<boolean operation='default'/>" ; StringBuilder sb = new StringBuilder ( ) ; sb . append ( "<boolean operation='default'>" ) ; for ( QueryNode child : getChildren ( ) ) { sb . append ( "\n" ) ; sb . append ( child . toString ( ) ) ; } sb . append ( "\n</boolean>" ) ; return sb . toString ( ) ; }
|
public override string ToString ( ) { var children = GetChildren ( ) ; if ( children == null || children . Count == 0 ) return "<boolean operation='default'/>" ; StringBuilder sb = new StringBuilder ( ) ; sb . Append ( "<boolean operation='default'>" ) ; foreach ( IQueryNode child in children ) { sb . Append ( "\n" ) ; sb . Append ( child . ToString ( ) ) ; } sb . Append ( "\n</boolean>" ) ; return sb . ToString ( ) ; }
|
public TokenStream create ( TokenStream input ) { return new TruncateTokenFilter ( input , prefixLength ) ; }
|
public override TokenStream Create ( TokenStream input ) { return new TruncateTokenFilter ( input , prefixLength ) ; }
|
public String getErrorDisplay ( int c ) { String s = String . valueOf ( ( char ) c ) ; switch ( c ) { case Token . EOF : s = "<EOF>" ; break ; case '\n' : s = "\\n" ; break ; case '\t' : s = "\\t" ; break ; case '\r' : s = "\\r" ; break ; } return s ; }
|
public virtual string GetErrorDisplay ( int c ) { string s ; switch ( c ) { case TokenConstants . EOF : { s = "<EOF>" ; break ; } case '\n' : { s = "\\n" ; break ; } case '\t' : { s = "\\t" ; break ; } case '\r' : { s = "\\r" ; break ; } default : { s = Char . ConvertFromUtf32 ( c ) ; break ; } } return s ; }
|
public CreateContactResult createContact ( CreateContactRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateContact ( request ) ; }
|
public virtual CreateContactResponse CreateContact ( CreateContactRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateContactRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateContactResponseUnmarshaller . Instance ; return Invoke < CreateContactResponse > ( request , options ) ; }
|
public Transition [ ] [ ] getSortedTransitions ( ) { int numStates = getNumStates ( ) ; Transition [ ] [ ] transitions = new Transition [ numStates ] [ ] ; for ( int s = 0 ; s < numStates ; s ++ ) { int numTransitions = getNumTransitions ( s ) ; transitions [ s ] = new Transition [ numTransitions ] ; for ( int t = 0 ; t < numTransitions ; t ++ ) { Transition transition = new Transition ( ) ; getTransition ( s , t , transition ) ; transitions [ s ] [ t ] = transition ; } } return transitions ; }
|
public virtual Transition [ ] [ ] GetSortedTransitions ( ) { State [ ] states = GetNumberedStates ( ) ; Transition [ ] [ ] transitions = new Transition [ states . Length ] [ ] ; foreach ( State s in states ) { s . SortTransitions ( Transition . COMPARE_BY_MIN_MAX_THEN_DEST ) ; s . TrimTransitionsArray ( ) ; transitions [ s . number ] = s . TransitionsArray ; Debug . Assert ( s . TransitionsArray != null ) ; } return transitions ; }
|
public DescribeAccountModificationsResult describeAccountModifications ( DescribeAccountModificationsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeAccountModifications ( request ) ; }
|
public virtual DescribeAccountModificationsResponse DescribeAccountModifications ( DescribeAccountModificationsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeAccountModificationsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeAccountModificationsResponseUnmarshaller . Instance ; return Invoke < DescribeAccountModificationsResponse > ( request , options ) ; }
|
public ListSolutionVersionsResult listSolutionVersions ( ListSolutionVersionsRequest request ) { request = beforeClientExecution ( request ) ; return executeListSolutionVersions ( request ) ; }
|
public virtual ListSolutionVersionsResponse ListSolutionVersions ( ListSolutionVersionsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListSolutionVersionsRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListSolutionVersionsResponseUnmarshaller . Instance ; return Invoke < ListSolutionVersionsResponse > ( request , options ) ; }
|
public void finish ( FieldInfos fis , int numDocs ) throws IOException { if ( numDocsWritten != numDocs ) { throw new RuntimeException ( "mergeFields produced an invalid result: docCount is " + numDocs + " but only saw " + numDocsWritten + " file=" + out . toString ( ) + "; now aborting this merge to prevent index corruption" ) ; } write ( END ) ; newLine ( ) ; SimpleTextUtil . writeChecksum ( out , scratch ) ; }
|
public override void Finish ( FieldInfos fis , int numDocs ) { if ( _numDocsWritten != numDocs ) { throw new Exception ( "mergeFields produced an invalid result: docCount is " + numDocs + " but only saw " + _numDocsWritten + " file=" + _output + "; now aborting this merge to prevent index corruption" ) ; } Write ( END ) ; NewLine ( ) ; SimpleTextUtil . WriteChecksum ( _output , _scratch ) ; }
|
public SetVaultNotificationsRequest ( String vaultName , VaultNotificationConfig vaultNotificationConfig ) { setVaultName ( vaultName ) ; setVaultNotificationConfig ( vaultNotificationConfig ) ; }
|
public SetVaultNotificationsRequest ( string vaultName , VaultNotificationConfig vaultNotificationConfig ) { _vaultName = vaultName ; _vaultNotificationConfig = vaultNotificationConfig ; }
|
public Trie reduce ( Reduce by ) { List < Trie > h = new ArrayList < > ( ) ; for ( Trie trie : tries ) h . add ( trie . reduce ( by ) ) ; MultiTrie m = new MultiTrie ( forward ) ; m . tries = h ; return m ; }
|
public override Trie Reduce ( Reduce by ) { List < Trie > h = new List < Trie > ( ) ; foreach ( Trie trie in m_tries ) h . Add ( trie . Reduce ( by ) ) ; MultiTrie m = new MultiTrie ( forward ) ; m . m_tries = h ; return m ; }
|
public void println ( ) { synchronized ( lock ) { print ( System . lineSeparator ( ) ) ; if ( autoFlush ) { flush ( ) ; } } }
|
public virtual void println ( ) { lock ( @ lock ) { print ( System . Environment . NewLine ) ; if ( autoFlush ) { flush ( ) ; } } }
|
public final void writeChar ( int val ) throws IOException { writeShort ( val ) ; }
|
public virtual void writeChar ( int val ) { throw new System . NotImplementedException ( ) ; }
|
public String toFormulaString ( String [ ] operands ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . append ( operands [ 0 ] ) ; buffer . append ( GREATERTHAN ) ; buffer . append ( operands [ 1 ] ) ; return buffer . toString ( ) ; }
|
public override String ToFormulaString ( String [ ] operands ) { StringBuilder buffer = new StringBuilder ( ) ; buffer . Append ( operands [ 0 ] ) ; buffer . Append ( GREATERTHAN ) ; buffer . Append ( operands [ 1 ] ) ; return buffer . ToString ( ) ; }
|
public UpdateDeploymentResult updateDeployment ( UpdateDeploymentRequest request ) { request = beforeClientExecution ( request ) ; return executeUpdateDeployment ( request ) ; }
|
public virtual UpdateDeploymentResponse UpdateDeployment ( UpdateDeploymentRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = UpdateDeploymentRequestMarshaller . Instance ; options . ResponseUnmarshaller = UpdateDeploymentResponseUnmarshaller . Instance ; return Invoke < UpdateDeploymentResponse > ( request , options ) ; }
|
public ListRoutingProfilesResult listRoutingProfiles ( ListRoutingProfilesRequest request ) { request = beforeClientExecution ( request ) ; return executeListRoutingProfiles ( request ) ; }
|
public virtual ListRoutingProfilesResponse ListRoutingProfiles ( ListRoutingProfilesRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListRoutingProfilesRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListRoutingProfilesResponseUnmarshaller . Instance ; return Invoke < ListRoutingProfilesResponse > ( request , options ) ; }
|
public boolean isFormulaSame ( SharedFormulaRecord other ) { return field_7_parsed_expr . isSame ( other . field_7_parsed_expr ) ; }
|
public bool IsFormulaSame ( SharedFormulaRecord other ) { return field_7_parsed_expr . IsSame ( other . field_7_parsed_expr ) ; }
|
public static byte getType ( int ch ) { switch ( Character . getType ( ch ) ) { case Character . UPPERCASE_LETTER : return UPPER ; case Character . LOWERCASE_LETTER : return LOWER ; case Character . TITLECASE_LETTER : case Character . MODIFIER_LETTER : case Character . OTHER_LETTER : case Character . NON_SPACING_MARK : case Character . ENCLOSING_MARK : case Character . COMBINING_SPACING_MARK : return ALPHA ; case Character . DECIMAL_DIGIT_NUMBER : case Character . LETTER_NUMBER : case Character . OTHER_NUMBER : return DIGIT ; case Character . SURROGATE : return ALPHA | DIGIT ; default : return SUBWORD_DELIM ; } }
|
public static byte GetType ( int ch ) { switch ( CharUnicodeInfo . GetUnicodeCategory ( ( char ) ch ) ) { case UnicodeCategory . UppercaseLetter : return WordDelimiterFilter . UPPER ; case UnicodeCategory . LowercaseLetter : return WordDelimiterFilter . LOWER ; case UnicodeCategory . TitlecaseLetter : case UnicodeCategory . ModifierLetter : case UnicodeCategory . OtherLetter : case UnicodeCategory . NonSpacingMark : case UnicodeCategory . EnclosingMark : case UnicodeCategory . SpacingCombiningMark : return WordDelimiterFilter . ALPHA ; case UnicodeCategory . DecimalDigitNumber : case UnicodeCategory . LetterNumber : case UnicodeCategory . OtherNumber : return WordDelimiterFilter . DIGIT ; case UnicodeCategory . Surrogate : return WordDelimiterFilter . ALPHA | WordDelimiterFilter . DIGIT ; default : return WordDelimiterFilter . SUBWORD_DELIM ; } }
|
public CreateImageResult createImage ( CreateImageRequest request ) { request = beforeClientExecution ( request ) ; return executeCreateImage ( request ) ; }
|
public virtual CreateImageResponse CreateImage ( CreateImageRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = CreateImageRequestMarshaller . Instance ; options . ResponseUnmarshaller = CreateImageResponseUnmarshaller . Instance ; return Invoke < CreateImageResponse > ( request , options ) ; }
|
public void assume ( RevCommit c ) { if ( c != null ) assume . add ( c ) ; }
|
public virtual void Assume ( RevCommit c ) { if ( c != null ) { assume . AddItem ( c ) ; } }
|
public DeleteTagsResult deleteTags ( DeleteTagsRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteTags ( request ) ; }
|
public virtual DeleteTagsResponse DeleteTags ( DeleteTagsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteTagsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteTagsResponseUnmarshaller . Instance ; return Invoke < DeleteTagsResponse > ( request , options ) ; }
|
public ListTemplateVersionsResult listTemplateVersions ( ListTemplateVersionsRequest request ) { request = beforeClientExecution ( request ) ; return executeListTemplateVersions ( request ) ; }
|
public virtual ListTemplateVersionsResponse ListTemplateVersions ( ListTemplateVersionsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = ListTemplateVersionsRequestMarshaller . Instance ; options . ResponseUnmarshaller = ListTemplateVersionsResponseUnmarshaller . Instance ; return Invoke < ListTemplateVersionsResponse > ( request , options ) ; }
|
public String toString ( ) { return "(" + x + ", " + y + ")" ; }
|
public override string ToString ( ) { return "Point(" + x + ", " + y + ")" ; }
|
public DisjunctionMaxQueryBuilder ( QueryBuilder factory ) { this . factory = factory ; }
|
public DisjunctionMaxQueryBuilder ( IQueryBuilder factory ) { this . factory = factory ; }
|
public PutNotificationConfigurationResult putNotificationConfiguration ( PutNotificationConfigurationRequest request ) { request = beforeClientExecution ( request ) ; return executePutNotificationConfiguration ( request ) ; }
|
public virtual PutNotificationConfigurationResponse PutNotificationConfiguration ( PutNotificationConfigurationRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = PutNotificationConfigurationRequestMarshaller . Instance ; options . ResponseUnmarshaller = PutNotificationConfigurationResponseUnmarshaller . Instance ; return Invoke < PutNotificationConfigurationResponse > ( request , options ) ; }
|
public RecognizeFlowerRequest ( ) { super ( "visionai-poc" , "2020-04-08" , "RecognizeFlower" ) ; setMethod ( MethodType . POST ) ; }
|
public RecognizeFlowerRequest ( ) : base ( "visionai-poc" , "2020-04-08" , "RecognizeFlower" ) { Method = MethodType . POST ; }
|
public IndexFormatTooOldException ( String resourceDescription , int version , int minVersion , int maxVersion ) { super ( "Format version is not supported (resource " + resourceDescription + "): " + version + " (needs to be between " + minVersion + " and " + maxVersion + "). This version of Lucene only supports indexes created with release 8.0 and later." ) ; this . resourceDescription = resourceDescription ; this . version = version ; this . minVersion = minVersion ; this . maxVersion = maxVersion ; this . reason = null ; }
|
public IndexFormatTooOldException ( string resourceDesc , int version , int minVersion , int maxVersion ) : base ( "Format version is not supported (resource: " + resourceDesc + "): " + version + " (needs to be between " + minVersion + " and " + maxVersion + "). this version of Lucene only supports indexes created with release 3.0 and later." ) { Debug . Assert ( resourceDesc != null ) ; }
|
public void add ( int el ) { if ( readonly ) throw new IllegalStateException ( "can't alter readonly IntervalSet" ) ; add ( el , el ) ; }
|
public virtual void Add ( int el ) { if ( @ readonly ) { throw new InvalidOperationException ( "can't alter readonly IntervalSet" ) ; } Add ( el , el ) ; }
|
@ Override public final int read ( byte [ ] buffer ) throws IOException { return super . read ( buffer ) ; }
|
public sealed override int read ( byte [ ] buffer ) { throw new System . NotImplementedException ( ) ; }
|
@ Override public boolean remove ( Object key ) { if ( ! contains ( key ) ) { return false ; } removeFromBothMaps ( key ) ; return true ; }
|
public override bool remove ( object o ) { lock ( this . _enclosing ) { int oldSize = this . _enclosing . _size ; this . _enclosing . remove ( o ) ; return this . _enclosing . _size != oldSize ; } }
|
public DescribeClusterSecurityGroupsResult describeClusterSecurityGroups ( DescribeClusterSecurityGroupsRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeClusterSecurityGroups ( request ) ; }
|
public virtual DescribeClusterSecurityGroupsResponse DescribeClusterSecurityGroups ( DescribeClusterSecurityGroupsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeClusterSecurityGroupsRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeClusterSecurityGroupsResponseUnmarshaller . Instance ; return Invoke < DescribeClusterSecurityGroupsResponse > ( request , options ) ; }
|
public TokenStream create ( TokenStream input ) { return new ScandinavianFoldingFilter ( input ) ; }
|
public override TokenStream Create ( TokenStream input ) { return new ScandinavianFoldingFilter ( input ) ; }
|
public DeleteNotebookInstanceLifecycleConfigResult deleteNotebookInstanceLifecycleConfig ( DeleteNotebookInstanceLifecycleConfigRequest request ) { request = beforeClientExecution ( request ) ; return executeDeleteNotebookInstanceLifecycleConfig ( request ) ; }
|
public virtual DeleteNotebookInstanceLifecycleConfigResponse DeleteNotebookInstanceLifecycleConfig ( DeleteNotebookInstanceLifecycleConfigRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DeleteNotebookInstanceLifecycleConfigRequestMarshaller . Instance ; options . ResponseUnmarshaller = DeleteNotebookInstanceLifecycleConfigResponseUnmarshaller . Instance ; return Invoke < DeleteNotebookInstanceLifecycleConfigResponse > ( request , options ) ; }
|
public DescribeComponentConfigurationRecommendationResult describeComponentConfigurationRecommendation ( DescribeComponentConfigurationRecommendationRequest request ) { request = beforeClientExecution ( request ) ; return executeDescribeComponentConfigurationRecommendation ( request ) ; }
|
public virtual DescribeComponentConfigurationRecommendationResponse DescribeComponentConfigurationRecommendation ( DescribeComponentConfigurationRecommendationRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = DescribeComponentConfigurationRecommendationRequestMarshaller . Instance ; options . ResponseUnmarshaller = DescribeComponentConfigurationRecommendationResponseUnmarshaller . Instance ; return Invoke < DescribeComponentConfigurationRecommendationResponse > ( request , options ) ; }
|
public SimpleMergedSegmentWarmer ( InfoStream infoStream ) { this . infoStream = infoStream ; }
|
public SimpleMergedSegmentWarmer ( InfoStream infoStream ) { this . infoStream = infoStream ; }
|
public int nextIndex ( ) { return pos + 1 ; }
|
public int nextIndex ( ) { return pos + 1 ; }
|
public ThaiTokenizerFactory ( Map < String , String > args ) { super ( args ) ; if ( ! args . isEmpty ( ) ) { throw new IllegalArgumentException ( "Unknown parameters: " + args ) ; } }
|
public ThaiTokenizerFactory ( IDictionary < string , string > args ) : base ( args ) { if ( args . Count > 0 ) { throw new System . ArgumentException ( "Unknown parameters: " + args ) ; } }
|
public int doLogic ( ) throws Exception { if ( name == null || value == null ) { throw new Exception ( getName ( ) + " - undefined name or value: name=" + name + " value=" + value ) ; } getRunData ( ) . getConfig ( ) . set ( name , value ) ; return 0 ; }
|
public override int DoLogic ( ) { if ( name == null || value == null ) { throw new Exception ( GetName ( ) + " - undefined name or value: name=" + name + " value=" + value ) ; } RunData . Config . Set ( name , value ) ; return 0 ; }
|
public void setPrintArea ( int sheetIndex , String reference ) { NameRecord name = workbook . getSpecificBuiltinRecord ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; if ( name == null ) { name = workbook . createBuiltInName ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; } String [ ] parts = COMMA_PATTERN . split ( reference ) ; StringBuilder sb = new StringBuilder ( 32 ) ; for ( int i = 0 ; i < parts . length ; i ++ ) { if ( i > 0 ) { sb . append ( "," ) ; } SheetNameFormatter . appendFormat ( sb , getSheetName ( sheetIndex ) ) ; sb . append ( "!" ) ; sb . append ( parts [ i ] ) ; } name . setNameDefinition ( HSSFFormulaParser . parse ( sb . toString ( ) , this , FormulaType . NAMEDRANGE , sheetIndex ) ) ; }
|
public void SetPrintArea ( int sheetIndex , String reference ) { NameRecord name = workbook . GetSpecificBuiltinRecord ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; if ( name == null ) name = workbook . CreateBuiltInName ( NameRecord . BUILTIN_PRINT_AREA , sheetIndex + 1 ) ; String [ ] parts = reference . Split ( new char [ ] { ',' } ) ; StringBuilder sb = new StringBuilder ( 32 ) ; for ( int i = 0 ; i < parts . Length ; i ++ ) { if ( i > 0 ) { sb . Append ( "," ) ; } SheetNameFormatter . AppendFormat ( sb , GetSheetName ( sheetIndex ) ) ; sb . Append ( "!" ) ; sb . Append ( parts [ i ] ) ; } name . NameDefinition = ( HSSFFormulaParser . Parse ( sb . ToString ( ) , this , FormulaType . NamedRange , sheetIndex ) ) ; }
|
public String getPartOfSpeech ( ) { return dictionary . getPartOfSpeech ( wordId ) ; }
|
public virtual string GetPartOfSpeech ( ) { return dictionary . GetPartOfSpeech ( wordId ) ; }
|
public synchronized static DefaultProfile getProfile ( String regionId ) { return new DefaultProfile ( regionId ) ; }
|
public static DefaultProfile GetProfile ( string regionId ) { return new DefaultProfile ( regionId ) ; }
|
public TurkishLowerCaseFilterFactory ( Map < String , String > args ) { super ( args ) ; if ( ! args . isEmpty ( ) ) { throw new IllegalArgumentException ( "Unknown parameters: " + args ) ; } }
|
public TurkishLowerCaseFilterFactory ( IDictionary < string , string > args ) : base ( args ) { if ( args . Count > 0 ) { throw new System . ArgumentException ( "Unknown parameters: " + args ) ; } }
|
public static boolean equals ( double [ ] array1 , double [ ] array2 ) { if ( array1 == array2 ) { return true ; } if ( array1 == null || array2 == null || array1 . length != array2 . length ) { return false ; } for ( int i = 0 ; i < array1 . length ; i ++ ) { if ( Double . doubleToLongBits ( array1 [ i ] ) != Double . doubleToLongBits ( array2 [ i ] ) ) { return false ; } } return true ; }
|
public static bool equals ( double [ ] array1 , double [ ] array2 ) { if ( array1 == array2 ) { return true ; } if ( array1 == null || array2 == null || array1 . Length != array2 . Length ) { return false ; } { for ( int i = 0 ; i < array1 . Length ; i ++ ) { if ( Sharpen . Util . DoubleToLongBits ( array1 [ i ] ) != Sharpen . Util . DoubleToLongBits ( array2 [ i ] ) ) { return false ; } } } return true ; }
|
public ShortField ( final int offset ) throws ArrayIndexOutOfBoundsException { if ( offset < 0 ) { throw new ArrayIndexOutOfBoundsException ( "Illegal offset: " + offset ) ; } _offset = offset ; }
|
public ShortField ( int offset ) { if ( offset < 0 ) { throw new IndexOutOfRangeException ( "Illegal offset: " + offset ) ; } _offset = offset ; }
|
public int getEffectivePort ( ) { return getEffectivePort ( scheme , port ) ; }
|
public int getEffectivePort ( ) { return getEffectivePort ( scheme , port ) ; }
|
public GetDiskSnapshotsResult getDiskSnapshots ( GetDiskSnapshotsRequest request ) { request = beforeClientExecution ( request ) ; return executeGetDiskSnapshots ( request ) ; }
|
public virtual GetDiskSnapshotsResponse GetDiskSnapshots ( GetDiskSnapshotsRequest request ) { var options = new InvokeOptions ( ) ; options . RequestMarshaller = GetDiskSnapshotsRequestMarshaller . Instance ; options . ResponseUnmarshaller = GetDiskSnapshotsResponseUnmarshaller . Instance ; return Invoke < GetDiskSnapshotsResponse > ( request , options ) ; }
|
public ParseTreePatternMatcher ( Lexer lexer , Parser parser ) { this . lexer = lexer ; this . parser = parser ; }
|
public ParseTreePatternMatcher ( Lexer lexer , Parser parser ) { this . lexer = lexer ; this . parser = parser ; }
|
public PassageScorer ( float k1 , float b , float pivot ) { this . k1 = k1 ; this . b = b ; this . pivot = pivot ; }
|
public PassageScorer ( float k1 , float b , float pivot ) { this . k1 = k1 ; this . b = b ; this . pivot = pivot ; }
|
public CreateTicketRequest ( ) { super ( "Ccs" , "2017-10-01" , "CreateTicket" , "ccs" ) ; setMethod ( MethodType . POST ) ; }
|
public CreateTicketRequest ( ) : base ( "Ccs" , "2017-10-01" , "CreateTicket" , "ccs" , "openAPI" ) { Method = MethodType . POST ; }
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.