idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
3,700
determine whether the multipart content is still available . if a temporary file has been moved , the content is no longer available . concode_field_sep long size concode_elem_sep Log logger concode_elem_sep FileItem fileItem concode_elem_sep long serialVersionUID concode_field_sep String getOriginalFilename concode_el...
boolean function ( ) { if ( this . fileItem . isInMemory ( ) ) { return true ; } if ( this . fileItem instanceof DiskFileItem ) { return ( ( DiskFileItem ) this . fileItem ) . getStoreLocation ( ) . exists ( ) ; } return ( this . fileItem . getSize ( ) == this . size ) ; }
3,701
read the meta-config file and load it in memory . concode_field_sep int CLASS concode_elem_sep int VALUES concode_elem_sep int m_state concode_elem_sep MetaConfig instance concode_elem_sep String m_currName concode_elem_sep ConfigProperty m_currProperty concode_elem_sep String METACON_FILENAME concode_elem_sep String C...
List function ( String arg0 ) { return ( List ) m_metaMap . get ( arg0 ) ; }
3,702
set up a month equal to jan 1900 . request the next month , it should be feb 1900 . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetS...
void function ( ) { Month loc0 = ( Month ) this . jan1900 . loc0 ( ) ; assertEquals ( this . feb1900 , loc0 ) ; }
3,703
adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep Method savePropsMethod concode_elem_sep String fileName concode_elem_sep String[] errorKeys concode_elem_sep Properties str...
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;...
3,704
get the input stream for the given lob . concode_field_sep DataHandler handler concode_elem_sep int TABLE_TEMP concode_elem_sep int TABLE_RESULT concode_elem_sep int TABLE_ID_SESSION_VARIABLE concode_field_sep void init concode_elem_sep boolean isReadOnly concode_elem_sep void removeLob concode_elem_sep void setTable c...
InputStream function ( ValueLobDb arg0 , byte [ ] arg1 , long arg2 ) { if ( arg2 < 0 ) { arg2 = Long . MAX_VALUE ; } return new BufferedInputStream ( new LobStorageRemoteInputStream ( handler , arg0 , arg1 , arg2 ) ) ; }
3,705
given a set , determine the proper initial size for a new set to hold the same number of values . specifically we want to account for load size and load factor to prevent immediate resizing . concode_field_sep int MINIMUM_INITIAL_CAPACITY concode_elem_sep Collection EMPTY_COLLECTION concode_elem_sep List EMPTY_LIST con...
int function ( Set arg0 ) { return determineProperSizing ( arg0 . size ( ) ) ; }
3,706
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String bar concode_elem_sep String foo concode_field_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFoo concode_elem_sep String toString
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
3,707
returns the id of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttri...
long function ( ) { return _kiemDemVien . getId ( ) ; }
3,708
gets the file object of the config file that should be used to store data such as the guid and opt-out status concode_field_sep String REPORT_URL concode_elem_sep boolean debug concode_elem_sep int REVISION concode_elem_sep String BASE_URL concode_elem_sep Plugin plugin concode_elem_sep YamlConfiguration configuration ...
File function ( ) { File loc0 = plugin . getDataFolder ( ) . getParentFile ( ) ; return new File ( new File ( loc0 , "srini_string" ) , "srini_string" ) ; }
3,709
sets the value of the groupid property . concode_field_sep List<Object> structid concode_elem_sep String label5 concode_elem_sep List<Object> admid concode_elem_sep XMLGregorianCalendar created concode_elem_sep String btype concode_elem_sep String groupid concode_elem_sep String id concode_elem_sep ObjectType mechanism...
void function ( String arg0 ) { this . groupid = arg0 ; }
3,710
a state must be reachable . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_sep ...
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; }
3,711
number of set bits 1s concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep void putAll concode_elem_sep boolean...
long function ( ) { return bitCount ; }
3,712
creates a rethrow retry decision . concode_field_sep boolean retryCurrent concode_elem_sep ConsistencyLevel retryCL concode_elem_sep Type type concode_field_sep boolean isRetryCurrent concode_elem_sep Type getType concode_elem_sep RetryDecision onUnavailable concode_elem_sep RetryDecision onReadTimeout concode_elem_sep...
RetryDecision function ( ) { return new RetryDecision ( Type . RETHROW , null , true ) ; }
3,713
the primary cluster id which will be applied immediately if -- apply-immediately was specified , or during the next maintenance window . concode_field_sep String primaryClusterId concode_elem_sep String automaticFailoverStatus concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReplicationGr...
String function ( ) { return primaryClusterId ; }
3,714
sets the value of the mimetype property . concode_field_sep CipherDataType cipherData concode_elem_sep EncryptionPropertiesType encryptionProperties concode_elem_sep String id concode_elem_sep String mimeType concode_elem_sep String type concode_elem_sep String encoding concode_elem_sep KeyInfoType keyInfo concode_elem...
void function ( String arg0 ) { this . mimeType = arg0 ; }
3,715
sets the value of the repeating property . concode_field_sep String _default concode_elem_sep WadlLink link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating c...
void function ( Boolean arg0 ) { this . repeating = arg0 ; }
3,716
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Snapshot> snapshots concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep java.util.List<Snapshot> getSnapsh...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getSnapshots ( ) != null ) loc0 . append ( "srini_string" + getSnapshots ( ) ) ; loc0 . append ( "srini_string" ) ; ...
3,717
returns a hash code for this instance . concode_field_sep double std concode_elem_sep double mean concode_elem_sep double factor concode_elem_sep double denominator concode_field_sep double getStandardDeviation concode_elem_sep double getValue concode_elem_sep boolean equals concode_elem_sep double getMean
int function ( ) { int loc0 = 29 ; loc0 = HashUtilities . hashCode ( loc0 , this . mean ) ; loc0 = HashUtilities . hashCode ( loc0 , this . std ) ; return loc0 ; }
3,718
get the page from the adapter type concode_field_sep PlaceHolder placeHolder concode_field_sep Object getAdapter concode_elem_sep Class[] getAdapterList concode_elem_sep boolean loadRequirementModelWithSpecifiedPolicy
AbstractRequirementPage function ( Class < ? > arg0 ) { if ( arg0 == IUpstreamRequirementPage . class ) { return new UpstreamPage ( ) ; } else if ( arg0 == ICurrentRequirementPage . class ) { return new CurrentPage ( ) ; } return null ; }
3,719
constructs a message using a pattern with two parameters . concode_field_sep JRFillParameter resourceBundle concode_elem_sep JRFillParameter locale concode_elem_sep WhenResourceMissingTypeEnum whenResourceMissingType concode_field_sep String str concode_elem_sep void customizedInit concode_elem_sep void init concode_el...
String function ( String arg2 , Object arg0 , Object arg1 ) { return getMessageFormat ( arg2 ) . format ( new Object [ ] { arg0 , arg1 } , new StringBuffer ( ) , null ) . toString ( ) ; }
3,720
a configurablebeanfactory is expected for resolving expressionsin method argument default values . concode_field_sep List<HandlerMethodArgumentResolver> customArgumentResolvers concode_elem_sep ConversionService conversionService concode_elem_sep ConfigurableBeanFactory beanFactory concode_elem_sep List<HandlerMethodAr...
void function ( BeanFactory arg0 ) { if ( arg0 instanceof ConfigurableBeanFactory ) { this . beanFactory = ( ConfigurableBeanFactory ) arg0 ; } }
3,721
create an instance of simplerequest concode_field_sep QName _SimpleMethod2Response_QNAME concode_elem_sep QName _SimpleMethod1_QNAME concode_elem_sep QName _SimpleMethod1Response_QNAME concode_elem_sep QName _SimpleMethod2_QNAME concode_field_sep SimpleResponse createSimpleResponse concode_elem_sep SimpleMethod2Respons...
SimpleRequest function ( ) { return new SimpleRequest ( ) ; }
3,722
determines if this is a from field . concode_field_sep String RESENT_SENDER concode_elem_sep String TO concode_elem_sep String CONTENT_TRANSFER_ENCODING concode_elem_sep String RESENT_DATE concode_elem_sep String RESENT_TO concode_elem_sep DefaultFieldParser parser concode_elem_sep String RESENT_FROM concode_elem_sep S...
boolean function ( ) { return FROM . equalsIgnoreCase ( name ) ; }
3,723
called when the server becomes idle . should not block , but may invoke new threads . concode_field_sep Logger LOG concode_elem_sep ScheduledThreadPoolExecutor executor concode_elem_sep Path workspaceDir concode_elem_sep long FIVE_MIN_MILLIS concode_field_sep void busy concode_elem_sep boolean memoryHeuristic concode_e...
void function ( ) { Preconditions . checkState ( ! executor . isShutdown ( ) ) ; executor . schedule ( new Runnable ( ) { @ Override public void run ( ) { long loc0 = System . currentTimeMillis ( ) ; System . gc ( ) ; LOG . info ( "srini_string" + ( System . currentTimeMillis ( ) - loc0 ) + "srini_string" ) ; } } , 10 ...
3,724
returns the layout branch id of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_e...
long function ( ) { return _recentLayoutBranch . getLayoutBranchId ( ) ; }
3,725
actual implementation of the semantic highlighting calculation . it is ensured , that the given resource is not null and refers to an initialized parse result . by default this will visit the elements in the resource recursively and call #highlightelement eobject , ihighlightedpositionacceptor , cancelindicator for eac...
void function ( XtextResource arg0 , IHighlightedPositionAcceptor arg1 , CancelIndicator arg2 ) { searchAndHighlightElements ( arg0 , arg1 , arg2 ) ; highlightTasks ( arg0 , arg1 ) ; }
3,726
get _ double minimum : 67.8 maximum : 123.4 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep...
Double function ( ) { return _double ; }
3,727
create an instance of jaxbelement concode_field_sep QName _StoreSalesOpportunityResponse_QNAME concode_elem_sep QName _StoreSalesOpportunity_QNAME concode_elem_sep QName _FindCustomer_QNAME concode_elem_sep QName _FindCustomerById_QNAME concode_elem_sep QName _FindCustomerResponse_QNAME concode_elem_sep QName _FindCust...
JAXBElement < FindCustomerById > function ( FindCustomerById arg0 ) { return new JAXBElement < FindCustomerById > ( _FindCustomerById_QNAME , FindCustomerById . class , null , arg0 ) ; }
3,728
gets the incomeaccount value for this revrectemplaterecurrence . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long periodOffset concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String recamount concode_elem_se...
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return incomeaccount ; }
3,729
maximum session timeout in milliseconds , -1 if unset concode_field_sep InetSocketAddress secureClientPortAddress concode_elem_sep int minSessionTimeout concode_elem_sep int tickTime concode_elem_sep File dataDir concode_elem_sep int maxSessionTimeout concode_elem_sep File dataLogDir concode_elem_sep InetSocketAddress ...
int function ( ) { return maxSessionTimeout ; }
3,730
sets the value of the id property . concode_field_sep String zone concode_elem_sep String id concode_elem_sep String uri concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep void setUri concode_elem_sep String getZone concode_elem_sep String getId concode_elem_sep void setZone concode_elem_sep S...
void function ( String arg0 ) { this . id = arg0 ; }
3,731
opens the file for buffered reading concode_field_sep BufferedReader br concode_elem_sep Viewer viewer concode_elem_sep int numFrames concode_elem_sep boolean haveDrawCmds concode_elem_sep File logsrc concode_elem_sep int curFramePtr concode_elem_sep List<LogfileListener> listeners concode_elem_sep boolean execDrawCmds...
void function ( ) { br = TarBz2ZipUtil . createBufferedReader ( logsrc ) ; if ( br != null ) { curFrameMsg = br . readLine ( ) ; if ( curFrameMsg != null && curFrameMsg . startsWith ( "srini_string" ) ) { curFrameMsg = processDrawCmds ( curFrameMsg ) ; } } curFramePtr = 0 ; }
3,732
sets the block from which the arrow originates to sourceblock concode_field_sep double endAt concode_elem_sep DataElementBlock destinationBlock concode_elem_sep String destination concode_elem_sep double startAt concode_elem_sep DataElementBlock sourceBlock concode_elem_sep String source concode_field_sep DataElementBl...
void function ( DataElementBlock arg0 ) { this . sourceBlock = arg0 ; }
3,733
this is a helper method which retrieves the schema tags from the jsonobject if they are present . concode_field_sep Logger LOG concode_elem_sep String FIELD_TAGS concode_field_sep String jarResourceFileToString concode_elem_sep Set<String> getSetOfJSONKeys concode_elem_sep String inputStreamToString concode_elem_sep bo...
List < String > function ( JSONObject arg0 ) { if ( arg0 . has ( FIELD_TAGS ) ) { return getStringsFromJSONArray ( arg0 . getJSONArray ( FIELD_TAGS ) ) ; } else { return Collections . emptyList ( ) ; } }
3,734
function that converts a solution between matrix representation and array representation concode_field_sep int nc concode_elem_sep int nv concode_elem_sep Tsp tspp concode_elem_sep double[] demands concode_elem_sep double capacity concode_field_sep double total_cost concode_elem_sep double total_cost concode_elem_sep v...
int [ ] function ( int [ ] [ ] arg0 ) { int [ ] loc0 = new int [ nc + nv - 1 ] ; for ( int loc1 = 0 , loc2 = 0 ; loc1 < nv ; loc1 ++ ) { for ( int loc3 = 1 ; loc3 < arg0 [ loc1 ] . length ; loc3 ++ , loc2 ++ ) loc0 [ loc2 ] = arg0 [ loc1 ] [ loc3 ] - 1 ; if ( loc1 != nv - 1 ) { loc0 [ loc2 ] = nc + loc1 ; loc2 ++ ; } }...
3,735
gets the value of the value property . concode_field_sep String realm concode_elem_sep String value concode_elem_sep String friendlyName concode_field_sep void setValue concode_elem_sep String getFriendlyName concode_elem_sep String getRealm concode_elem_sep void setRealm concode_elem_sep void setFriendlyName
String function ( ) { return value ; }
3,736
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence_main_region concode_...
void function ( ) { }
3,737
arguments are never null . concode_field_sep Collator i18nCollator concode_field_sep BigInteger getUnscaledValue concode_elem_sep void setLogToSystem concode_elem_sep void saveProperties concode_elem_sep void saveProperties concode_elem_sep void runFinalizers concode_elem_sep int CompareInLocale concode_elem_sep void c...
int function ( String arg0 , String arg1 ) { return arg0 . compareToIgnoreCase ( arg1 ) ; }
3,738
remove any resourses and invalidate concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNum...
void function ( ) { reset ( ) ; }
3,739
set the identifier . concode_field_sep TypeInfo typeInfo concode_elem_sep ObjectInspector oi concode_elem_sep List<String> fieldNames concode_elem_sep int bucketId concode_elem_sep TypeInfo fieldType concode_elem_sep List<ObjectInspector> fieldOis concode_elem_sep ObjectInspector fieldOI concode_elem_sep List<TypeInfo>...
void function ( long arg0 , int arg1 , long arg2 ) { this . transactionId = arg0 ; this . bucketId = arg1 ; this . rowId = arg2 ; }
3,740
returns the index of this dependency in the injection point 's parameter list , or -1 ifthis dependency does not belong to a parameter list . only method and constuctor dependencies are elements in a parameter list . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key conc...
int function ( ) { return parameterIndex ; }
3,741
sets the demergerscrubberprocess attribute value . concode_field_sep org.apache.log4j.Logger LOG concode_elem_sep String COLLECTOR_SCRUBBER_PROCESS_BEAN_NAME concode_elem_sep ScrubberProcess reportOnlyScrubberProcess concode_elem_sep ScrubberProcess demergerScrubberProcess concode_elem_sep ScrubberProcess scrubberProce...
void function ( ScrubberProcess arg0 ) { this . demergerScrubberProcess = arg0 ; }
3,742
merges all fields specified by this fieldmasktree from source to destination . concode_field_sep TreeMap<String,Node> children concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep Logger logger concode_elem_sep Node root concode_field_sep FieldMaskTree addFieldPath concode_elem_sep FieldMaskTree mergeFro...
void function ( Message arg0 , Message . Builder arg1 , FieldMaskUtil . MergeOptions arg2 ) { if ( arg0 . getDescriptorForType ( ) != arg1 . getDescriptorForType ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( root . children . isEmpty ( ) ) { return ; } merge ( root , "srini_string" , arg0 , arg...
3,743
width pixels int . concode_field_sep boolean isFullScreen concode_field_sep int densityDpi concode_elem_sep DisplayMetrics displayMetrics concode_elem_sep float density concode_elem_sep void keepBright concode_elem_sep int heightPixels concode_elem_sep boolean isFullScreen concode_elem_sep void toggleFullScreen
int function ( Context arg0 ) { return displayMetrics ( arg0 ) . widthPixels ; }
3,744
return the aggregate functions concode_field_sep KeyValueSchema schema concode_elem_sep Aggregator[] aggregators concode_elem_sep int estimatedByteSize concode_elem_sep ValueBitSet valueSet concode_elem_sep SingleAggregateFunction[] functions concode_elem_sep ImmutableBytesWritable ptr concode_field_sep Aggregator getA...
SingleAggregateFunction [ ] function ( ) { return functions ; }
3,745
get successful task attempt id concode_field_sep long finishTime concode_elem_sep TaskType taskType concode_elem_sep Counters counters concode_elem_sep TaskFinished datum concode_elem_sep TaskID taskid concode_elem_sep TaskAttemptID successfulAttemptId concode_elem_sep String status concode_field_sep TaskID getTaskId c...
TaskAttemptID function ( ) { return successfulAttemptId ; }
3,746
set the row count concode_field_sep long rawDataSize concode_elem_sep long rowCount concode_field_sep void setRawDataSize concode_elem_sep long getRawDataSize concode_elem_sep long getRowCount
void function ( long arg0 ) { this . rowCount = arg0 ; }
3,747
it will consult each individual textprovider s and return true if either one of the textprovider '' has such a key else false . concode_field_sep Logger LOG concode_elem_sep List<TextProvider> textProviders concode_field_sep ResourceBundle getTexts concode_elem_sep ResourceBundle getTexts concode_elem_sep String getTex...
boolean function ( String arg0 ) { for ( TextProvider loc0 : textProviders ) { if ( loc0 . hasKey ( arg0 ) ) { return true ; } } return false ; }
3,748
sets directory offset concode_field_sep int header_len concode_elem_sep byte[] dir_uuid concode_elem_sep byte[] signature concode_elem_sep int currentPlace concode_elem_sep long serialVersionUID concode_elem_sep long lang_id concode_elem_sep long dir_offset concode_elem_sep int dataRemained concode_elem_sep long dir_le...
void function ( long arg0 ) { this . dir_offset = arg0 ; }
3,749
get the element 's status image . these will display next to the element on the form page . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String ge...
String function ( ) { return this . image ; }
3,750
looks up the filestore associated with a path . this is an enhanced version of files #getfilestore path : on nix systems , the store returned for the root filesystem will contain the actual filesystem type e.g. ext4 instead of rootfs . on some systems , the custom attribute lucene : spins is supportedvia the filestore ...
FileStore function ( Path arg0 ) { return ESFileStore . getMatchingFileStore ( arg0 , fileStores ) ; }
3,751
get the title . concode_field_sep String mContactReference concode_elem_sep String mMessage concode_elem_sep String mFriendKey concode_elem_sep String mTitle concode_elem_sep int mCount concode_elem_sep String mProfileImageUri concode_elem_sep long mTime concode_elem_sep long mSourceId concode_elem_sep String mName con...
String function ( ) { if ( mTitle != null ) { return mTitle ; } else { return mMessage ; } }
3,752
sets lookup interface for maximum number of connections allowed per route . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections concode_elem_sep void setTimeout concode_elem_sep int getMaxTotalConnections concode_elem_sep...
void function ( final HttpParams arg0 , final ConnPerRoute arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setParameter ( MAX_CONNECTIONS_PER_ROUTE , arg1 ) ; }
3,753
remove a parameter filter from a layer concode_field_sep PlaceHolder placeHolder concode_field_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep void checkAutomaticStyles concode_elem_sep ParameterFilter findParameterFilter concode_elem_sep void updateAcceptAllRegExParameterFilte...
boolean function ( final GeoServerTileLayerInfo arg0 , final String arg1 ) { return arg0 . removeParameterFilter ( arg1 ) ; }
3,754
get current thread id concode_field_sep String[] args concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void init concode_elem_sep void _assert concode_elem_sep void _assert concode_elem_sep Thread start concode_...
int function ( ) { return ( int ) Thread . currentThread ( ) . getId ( ) ; }
3,755
returns the node for the next index on this database row , given the node for any index . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row newRow concode_elem_sep Row getUpdatedRow concode_elem_sep boolean isDeleted concode_elem_sep Node getNode concode_elem_sep void delete conc...
Node function ( Node arg0 ) { if ( arg0 == null ) { arg0 = nPrimaryNode ; } else { arg0 = arg0 . nNext ; } return arg0 ; }
3,756
configures the xstream instance used to serialize/deserialize provider configuration . concode_field_sep SingleValueConverter encrypter concode_field_sep MasterPasswordProvider createMasterPasswordProvider concode_elem_sep boolean isAvailable concode_elem_sep void init concode_elem_sep GeoServerRoleService createRoleSe...
void function ( XStreamPersister arg0 ) { for ( Entry < Class < ? > , Set < String >> loc0 : getFieldsForEncryption ( ) . entrySet ( ) ) { for ( String loc1 : loc0 . getValue ( ) ) { arg0 . getXStream ( ) . registerLocalConverter ( loc0 . getKey ( ) , loc1 , encrypter ) ; } } }
3,757
adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , double insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues ...
ToStringHelper function ( double arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
3,758
creates the paint object for drawing the crop window guidelines . concode_field_sep int DEFAULT_CORNER_COLOR concode_elem_sep float DEFAULT_GUIDELINE_THICKNESS_PX concode_elem_sep float DEFAULT_LINE_THICKNESS_DP concode_elem_sep float DEFAULT_CORNER_THICKNESS_DP concode_elem_sep String SEMI_TRANSPARENT concode_elem_sep...
Paint function ( ) { final Paint loc0 = new Paint ( ) ; loc0 . setColor ( Color . parseColor ( SEMI_TRANSPARENT ) ) ; loc0 . setStrokeWidth ( DEFAULT_GUIDELINE_THICKNESS_PX ) ; return loc0 ; }
3,759
adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , boolean instead and give value areadable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues...
ToStringHelper function ( boolean arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
3,760
sets the stroking color . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent renderingIntent...
void function ( PDColor arg0 ) { strokingColor = arg0 ; }
3,761
gets whether the supplied cardinal number is included in the current range . concode_field_sep long serialVersionUID concode_elem_sep boolean[] m_SelectFlags concode_elem_sep Vector m_RangeStrings concode_elem_sep int m_Upper concode_elem_sep boolean m_Invert concode_field_sep int rangeUpper concode_elem_sep boolean ge...
boolean function ( int arg0 ) { if ( m_Upper == - 1 ) { throw new RuntimeException ( "srini_string" ) ; } if ( m_Invert ) { return ! m_SelectFlags [ arg0 ] ; } else { return m_SelectFlags [ arg0 ] ; } }
3,762
gets the final response for server ts . concode_field_sep Hashtable s_clients concode_elem_sep Hashtable s_response concode_elem_sep Hashtable c_server concode_field_sep void removeClient concode_elem_sep TransactionServer getServer concode_elem_sep int numOfServers concode_elem_sep int numOfClients concode_elem_sep vo...
Message function ( TransactionServer arg0 ) { return ( Message ) s_response . get ( arg0 . getTransactionId ( ) ) ; }
3,763
convert an existing button view to display the data at a new position . concode_field_sep PlaceHolder placeHolder concode_field_sep View button concode_elem_sep View convertText concode_elem_sep View doubleText concode_elem_sep View twoButtonsSeparatedByFiller concode_elem_sep View horizontalButtonSlots concode_elem_se...
View function ( View arg0 , String arg1 , int arg2 ) { if ( ( ( String ) arg0 . getTag ( ) ) . equals ( "srini_string" ) ) { ( ( Button ) arg0 ) . setText ( arg1 ) ; arg0 . setId ( arg2 ) ; return arg0 ; } else { return null ; } }
3,764
writes a bytes array as a typed bytes sequence , using a given typecode . concode_field_sep ThreadLocal<TypedBytesOutput> TB_OUT concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep ...
void function ( byte [ ] arg0 , int arg1 ) { writeBytes ( arg0 , arg1 , arg0 . length ) ; }
3,765
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
3,766
defaults to 60 seconds . 0 implies no timeout . concode_field_sep Map<String,Collection<String>> headers concode_elem_sep Charset charset concode_elem_sep String method concode_elem_sep int readTimeoutMillis concode_elem_sep int connectTimeoutMillis concode_elem_sep byte[] body concode_elem_sep String url concode_field...
int function ( ) { return readTimeoutMillis ; }
3,767
sets empty pages pool size . concode_field_sep DataPageEvictionMode pageEvictionMode concode_elem_sep double evictionThreshold concode_elem_sep long size concode_elem_sep String swapFilePath concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int emptyPagesPoolSize concode_field_sep Mem...
MemoryPolicyConfiguration function ( int arg0 ) { this . emptyPagesPoolSize = arg0 ; return this ; }
3,768
set the nickname of this identity concode_field_sep String nickname concode_elem_sep List<String> aliases concode_elem_sep String username concode_elem_sep String realname concode_field_sep void setRealName concode_elem_sep List<String> getAliases concode_elem_sep String getNickname concode_elem_sep void setUsername co...
void function ( String arg0 ) { this . nickname = arg0 ; }
3,769
positions the specified frame at a random location on the screen while ensuring that the entire frame is visible provided that the frame is smaller than the screen . concode_field_sep PlaceHolder placeHolder concode_field_sep void centerDialogInParent concode_elem_sep JButton createJButton concode_elem_sep Rectangle ge...
void function ( final Window arg0 ) { positionFrameOnScreen ( arg0 , Math . random ( ) , Math . random ( ) ) ; }
3,770
returns the list of sparkline data series . concode_field_sep ArrayList<JSparklinesDataSeries> data concode_field_sep void setData concode_elem_sep String toString concode_elem_sep int compareTo
ArrayList < JSparklinesDataSeries > function ( ) { return data ; }
3,771
set the role . concode_field_sep String role concode_elem_sep Integer id concode_elem_sep Set<User> users concode_field_sep void setUsers concode_elem_sep Set<User> getUsers concode_elem_sep String getRole concode_elem_sep void setId concode_elem_sep Integer getId
void function ( String arg0 ) { this . role = arg0 ; }
3,772
returns the bucketlifecycleconfiguration rule id for thisobject 's expiration , or null if it does n't expire . concode_field_sep String versionId concode_elem_sep String serverSideEncryption concode_elem_sep String expirationTimeRuleId concode_elem_sep Date expirationTime concode_elem_sep String eTag concode_field_sep...
String function ( ) { return expirationTimeRuleId ; }
3,773
attempt to convert a typed value to a byte using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep int toInt concode_elem_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep float toFloat concod...
byte function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Byte ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Byte . class ) ) ; }
3,774
returns the coordinates of projected data . concode_field_sep Logger logger concode_elem_sep double t concode_elem_sep double[][] coordinates concode_elem_sep int[] index concode_elem_sep Graph graph concode_field_sep int[] getIndex concode_elem_sep Graph getNearestNeighborGraph concode_elem_sep double getHeatKernelWid...
double [ ] [ ] function ( ) { return coordinates ; }
3,775
called when a product 's node has been selected in the tree . concode_field_sep PlaceHolder placeHolder concode_field_sep void metadataElementSelected concode_elem_sep void bandSelected concode_elem_sep void productNodeSelected concode_elem_sep void tiePointGridSelected concode_elem_sep void productAdded concode_elem_s...
void function ( VectorDataNode arg0 , int arg1 ) { }
3,776
get custom serializer concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state concode_elem_sep org.apache.axis.desc...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
3,777
creates and starts a new blocker thread . does n't return until the new blocker thread starts . concode_field_sep Map peerMap concode_elem_sep AWTAutoShutdown theInstance concode_elem_sep boolean toolkitThreadBusy concode_elem_sep Object activationLock concode_elem_sep Thread blockerThread concode_elem_sep Object mainL...
void function ( ) { Thread loc0 = new Thread ( this , "srini_string" ) ; loc0 . setDaemon ( false ) ; blockerThread = loc0 ; loc0 . start ( ) ; try { mainLock . wait ( ) ; } catch ( InterruptedException loc1 ) { System . err . println ( "srini_string" ) ; loc1 . printStackTrace ( ) ; } }
3,778
the transaction has canceled , and the participant should undo any work . the participant can not have informed the coordinator that it has completed . concode_field_sep List<String> values concode_elem_sep String txID concode_elem_sep HashMap<String,SetParticipantBA> participants concode_elem_sep long serialVersionUID...
void function ( ) { System . out . println ( "srini_string" ) ; doCompensate ( ) ; removeParticipant ( txID ) ; }
3,779
save given repository definitions to the preference store . concode_field_sep ScopedPreferenceStore preferenceStore concode_field_sep String getStringValue concode_elem_sep String getStringValue concode_elem_sep E getObject concode_elem_sep List<CmrRepositoryDefinition> getCmrRepositoryDefinitions concode_elem_sep void...
void function ( List < CmrRepositoryDefinition > arg0 , boolean arg1 ) { saveObject ( PreferencesConstants . CMR_REPOSITORY_DEFINITIONS , arg0 , arg1 ) ; }
3,780
returns the customer id . concode_field_sep String customerId concode_elem_sep String token concode_field_sep String getToken
String function ( ) { return customerId ; }
3,781
sets the value of the originallocationstanox property . concode_field_sep String division concode_elem_sep String originalTrainID concode_elem_sep String trainServiceCode concode_elem_sep String originalLocationStanox concode_elem_sep XMLGregorianCalendar originalWTTTimestamp concode_elem_sep String trainFileAddress co...
void function ( String arg0 ) { this . originalLocationStanox = arg0 ; }
3,782
this method resets the incoming events time events included . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean toA concode_elem_sep boolean toC concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean toZ concode_elem_...
void function ( ) { sCInterface . clearEvents ( ) ; }
3,783
sets the value of the identifikatorfyzickeosoby property . concode_field_sep String organizacniUtvar concode_elem_sep String nazevFyzickeOsoby concode_elem_sep String sidloOrganizace concode_elem_sep TIdentifikator identifikatorOrganizace concode_elem_sep String nazevOrganizace concode_elem_sep TIdentifikator identifik...
void function ( TIdentifikator arg0 ) { this . identifikatorFyzickeOsoby = arg0 ; }
3,784
delegates to the configured testcontextmanager to @linkplain testcontextmanager #beforetestmethod object , method pre-process the test method before the actual test is executed . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Throwable testException concode_elem_sep...
void function ( Method arg0 ) { this . testContextManager . beforeTestMethod ( this , arg0 ) ; }
3,785
stop program concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean testMode concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep vo...
void function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > 0 ) { CWin . arg0 ( Clarion . newString ( arg0 ) , Clarion . newString ( "srini_string" ) , Icon . HAND ) ; } System . exit ( 0 ) ; }
3,786
removes all the members from this membership concode_field_sep List<Address> members concode_field_sep Membership add concode_elem_sep Membership add concode_elem_sep Membership add concode_elem_sep boolean contains concode_elem_sep Membership set concode_elem_sep Membership set concode_elem_sep int size concode_elem_s...
Membership function ( ) { synchronized ( members ) { members . clear ( ) ; } return this ; }
3,787
you can set a list of mina iofilters to use . concode_field_sep boolean disconnect concode_elem_sep TextLineDelimiter textlineDelimiter concode_elem_sep boolean disconnectOnNoReply concode_elem_sep boolean sync concode_elem_sep List<IoFilter> filters concode_elem_sep String encoding concode_elem_sep long timeout concod...
void function ( List < IoFilter > arg0 ) { this . filters = arg0 ; }
3,788
getter method for createdby concode_field_sep Date endDate concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Integer classificationId concode_elem_sep Timestamp createdDate concode_elem_sep String alertName concode_elem_sep String createdBy concode_elem_sep Timestamp modifiedDa...
String function ( ) { return createdBy ; }
3,789
returns the number of plugin settings . concode_field_sep PluginSettingLocalService _pluginSettingLocalService concode_field_sep com.liferay.portal.model.PluginSetting addPluginSetting concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal....
int function ( ) { return _pluginSettingLocalService . getPluginSettingsCount ( ) ; }
3,790
determines whether the supplied password is authorized to view the pdf document . if a password is rejected , the user should be restricted from viewing the document . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_se...
boolean function ( String arg0 ) { return securityHandler . isAuthorized ( arg0 ) ; }
3,791
clears the default hyphenation tree cache . this method can be used if the underlying data files are changed at runtime . concode_field_sep HyphenationTreeCache hTreeCache concode_elem_sep Log log concode_elem_sep boolean statisticsDump concode_field_sep HyphenationTree readHyphenationTree concode_elem_sep InputStream ...
void function ( ) { hTreeCache = new HyphenationTreeCache ( ) ; }
3,792
gets the odometer reading from this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep String getModel concode_elem_sep int getStock concode...
int function ( ) { return odometer ; }
3,793
writes a 16bit integer at the index . concode_field_sep PlaceHolder placeHolder concode_field_sep int read32bit concode_elem_sep int readU16bit concode_elem_sep void write32bit concode_elem_sep void copy32bit concode_elem_sep int readS16bit
void function ( int arg0 , byte [ ] arg1 , int arg2 ) { arg1 [ arg2 ] = ( byte ) ( arg0 >>> 8 ) ; arg1 [ arg2 + 1 ] = ( byte ) arg0 ; }
3,794
creates an instance of defaulthttpresponsefactory to be usedfor creating httpresponse objects received by over thisconnection . this method can be overridden in a super class in order to provide a different implementation of the httpresponsefactory interface . concode_field_sep EntitySerializer entityserializer concode...
HttpResponseFactory function ( ) { return new DefaultHttpResponseFactory ( ) ; }
3,795
called when the enter phase starts . concode_field_sep Resolve rs concode_elem_sep Types types concode_elem_sep Name.Table names concode_elem_sep Log log concode_elem_sep ConstFold cfolder concode_elem_sep Check chk concode_elem_sep ListBuffer<Annotator> q concode_elem_sep Context.Key<Annotate> annotateKey concode_elem...
void function ( ) { enterCount ++ ; }
3,796
gets resource . concode_field_sep T rsrc concode_field_sep String toString concode_elem_sep void inject concode_elem_sep void inject concode_elem_sep void undeploy
T function ( ) { return rsrc ; }
3,797
called whenever the osgi framework stops our bundle . concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
3,798
estimated sum of all tiles based on average and hidden/border tiles concode_field_sep int mine concode_elem_sep int border concode_elem_sep Token next concode_elem_sep int numberCounter concode_elem_sep int hidden concode_elem_sep int x concode_elem_sep int y concode_elem_sep int sum concode_elem_sep Pattern pair conco...
int function ( ) { return averageSum ( ) + ( hidden + border ) / 2 ; }
3,799
print the help message concode_field_sep Logger log concode_field_sep void updateSpiderFiles concode_elem_sep void main
void function ( Options arg0 , int arg1 ) { HelpFormatter loc0 = new HelpFormatter ( ) ; loc0 . printHelp ( "srini_string" , arg0 ) ; System . exit ( arg1 ) ; }