idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,600
gets an iterator of the objects associated with the longest prefix matching string key starting at the specified position . concode_field_sep List<Node> _children concode_elem_sep boolean _ignoreCase concode_elem_sep int length concode_elem_sep Iterator<V> matches concode_elem_sep List<V> _values concode_elem_sep Node ...
Iterator < V > function ( CharSequence arg0 , int arg1 ) { return get ( arg0 , arg1 , null ) ; }
10,601
the name of a dozerbeanmapperconfiguration bean in the camel registry which should be used for configuring the dozer mapping . this is an alternative to the mappingfile option that can be used for fine-grained control over how dozer is configured . remember to use a '' # '' prefix in the value to indicate that the bean...
void function ( DozerBeanMapperConfiguration arg0 ) { this . mappingConfiguration = arg0 ; }
10,602
adds a set of atoms , subsequent call to getcontacts will produce the interatomic contacts . the bounding box of the atoms will be computed based on input array concode_field_sep boolean noOverlap concode_elem_sep int SCALE concode_elem_sep BoundingBox ibounds concode_elem_sep GridCell[][][] cells concode_elem_sep Atom...
void function ( Atom [ ] arg0 ) { addAtoms ( arg0 , ( BoundingBox ) null ) ; }
10,603
downloads the entire resource instead of part . concode_field_sep Collection<String> REDIRECTOR_DOMAINS concode_elem_sep String TAG concode_field_sep String getEncoding concode_elem_sep URI unredirect concode_elem_sep CharSequence consume concode_elem_sep int safelyConnect
CharSequence function ( String arg0 , ContentType arg1 ) { return downloadViaHttp ( arg0 , arg1 , Integer . MAX_VALUE ) ; }
10,604
retrieves the fully-qualified name of the java class whose instances should be passed to the method preparedstatement.setobject concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep bo...
String function ( int arg0 ) { checkRange ( arg0 ) ; return classNames [ -- arg0 ] ; }
10,605
returns the atom . concode_field_sep Integer isotope concode_elem_sep long serialVersionUID concode_elem_sep Atom atom concode_field_sep Integer getIsotope concode_elem_sep Integer getIsotopeNumber concode_elem_sep boolean isSameAs concode_elem_sep Double getMass concode_elem_sep String toString concode_elem_sep void s...
Atom function ( ) { return atom ; }
10,606
gets the bond order of this bond . a return value of ' 1 ' corresponds to a single bond , ' 2 ' to a double bond , etc. . concode_field_sep long serialVersionUID concode_elem_sep Atom atomB concode_elem_sep Atom atomA concode_elem_sep int bondOrder concode_field_sep Atom getAtomA concode_elem_sep Atom getAtomB concode_...
int function ( ) { return bondOrder ; }
10,607
test of getlistname method , of class splistitem . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetOwshiddenversion concode_elem_sep void testLoadFromXml concode_elem_sep void setUpClass concode_elem_sep void testGetWebAbsluteUrl concode_elem_sep void testAddAttachment_String_byteArr concode_ele...
void function ( ) { System . out . println ( "srini_string" ) ; SPListItem loc0 = null ; String loc1 = "srini_string" ; String loc2 = loc0 . getListName ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; }
10,608
yellow . the health agent is reporting a moderate number of request failures or other issues for an instance or environment . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded c...
InstanceHealthSummary function ( Integer arg0 ) { setWarning ( arg0 ) ; return this ; }
10,609
connects to the given http url and configure time out , to avoid infinite hang . concode_field_sep int TIMEOUT concode_elem_sep boolean isUnitTest concode_elem_sep boolean isDevelopmentMode concode_field_sep String getHudsonHome concode_elem_sep int remotePost concode_elem_sep void main concode_elem_sep int run
HttpURLConnection function ( URL arg0 ) { HttpURLConnection loc0 = ( HttpURLConnection ) arg0 . openConnection ( ) ; loc0 . setReadTimeout ( TIMEOUT ) ; loc0 . setConnectTimeout ( TIMEOUT ) ; return loc0 ; }
10,610
gets the value of the unbilledindicator property . concode_field_sep BigInteger billSequenceNumber concode_elem_sep Integer usageCycle concode_elem_sep Boolean includeExpiredPassUsage concode_elem_sep Long groupId concode_elem_sep TimePeriod usagePeriod concode_elem_sep long serialVersionUID concode_elem_sep boolean un...
boolean function ( ) { return unbilledIndicator ; }
10,611
cancels the incremental saving process if the write mode is cancel . concode_field_sep int CANCEL concode_elem_sep Instances m_instances concode_elem_sep int m_retrieval concode_elem_sep int STRUCTURE_READY concode_elem_sep int WRITE concode_elem_sep int WAIT concode_elem_sep int m_writeMode concode_field_sep void setI...
void function ( ) { if ( m_writeMode == CANCEL ) resetOptions ( ) ; }
10,612
retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by...
String function ( String arg0 , String arg1 ) { return StringConverter . byteToHex ( digestString ( arg0 , arg1 ) ) ; }
10,613
a convenience method for creating a contextelement concode_field_sep PlaceHolder placeHolder concode_field_sep UpdateContextRequest toUpdateContextRequest concode_elem_sep UpdateContextRequest toUpdateContextRequest concode_elem_sep UpdateContextRequest toUpdateContextRequest concode_elem_sep UpdateContextRequest toUpd...
ContextElement function ( String arg0 ) { EntityId loc0 = new EntityId ( ) ; loc0 . setId ( arg0 ) ; loc0 . setIsPattern ( false ) ; loc0 . setType ( null ) ; ContextElement loc1 = new ContextElement ( ) ; loc1 . setEntityId ( loc0 ) ; return loc1 ; }
10,614
send a request to thumbnail store to read and decompress the thumbnail for the given tab id . concode_field_sep int mFullResThumbnailsMaxSize concode_elem_sep int[] mPriorityTabIds concode_elem_sep long mNativeTabContentManager concode_elem_sep ArrayList<ThumbnailChangeListener> mListeners concode_elem_sep float mThumb...
void function ( int arg0 , DecompressThumbnailCallback arg1 ) { if ( mNativeTabContentManager == 0 ) return ; if ( mDecompressRequests . get ( arg0 ) != null ) return ; mDecompressRequests . put ( arg0 , arg1 ) ; nativeGetDecompressedThumbnail ( mNativeTabContentManager , arg0 ) ; }
10,615
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
10,616
if the number of items that are returned is significantly large , this is an identifier that is also returned , which can be used in a subsequent call to this operation to return the next set of items in the list . concode_field_sep String nextToken concode_elem_sep java.util.List<Upload> uploads concode_field_sep java...
void function ( String arg0 ) { this . nextToken = arg0 ; }
10,617
swaps elements at i and j in array arr concode_field_sep PlaceHolder placeHolder concode_field_sep String sortHeap concode_elem_sep void main concode_elem_sep int[] removeLast concode_elem_sep int[] constructAdd
int [ ] function ( int arg0 , int arg1 , int [ ] arg2 ) { int loc0 = arg2 [ arg0 ] ; arg2 [ arg0 ] = arg2 [ arg1 ] ; arg2 [ arg1 ] = loc0 ; return arg2 ; }
10,618
returns map containing a single entry . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put
Map < K , V > function ( K arg0 , V arg1 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; }
10,619
get current persistence context . only call while a transaction is active in the current thread . concode_field_sep int associationCounter concode_elem_sep EntityManager manager concode_elem_sep String scopedPuName concode_elem_sep EnumSet<EventType> eventTypes concode_elem_sep boolean afterCompletionCalled concode_fie...
EntityManager function ( String arg0 , TransactionSynchronizationRegistry arg1 ) { return getEntityManagerInTransactionRegistry ( arg0 , arg1 ) ; }
10,620
sets the log write delay mode to number of seconds . by default executed commands written to the log are committed fully at most 60 second after they are executed . this improves performance for applications that execute a large number of short running statements in a short period of time , but risks failing to log som...
void function ( int arg0 ) { if ( log != null ) { syncFile = ( arg0 == 0 ) ; log . setWriteDelay ( arg0 ) ; } }
10,621
implements transformlisthandler #translate float , float . concode_field_sep TransformListHandler INSTANCE concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void endTransformList concode_elem_sep void skewX concode_elem_sep void startTransformList concode_elem_sep void scale concode_elem_sep v...
void function ( float arg0 , float arg1 ) { }
10,622
callback for when an option with an argument is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String[][] opts concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_...
boolean function ( String arg0 , String arg1 ) { throw new UnsupportedOperationException ( ) ; }
10,623
gets rendermanager concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_...
RenderManager function ( ) { return null ; }
10,624
returns true if the character is a digit between 0 and 9 inclusive . concode_field_sep int _DIGIT_BEGIN concode_elem_sep int _DIGIT_END concode_elem_sep int _CHAR_LOWER_CASE_BEGIN concode_elem_sep int _CHAR_LOWER_CASE_END concode_elem_sep int _CHAR_UPPER_CASE_BEGIN concode_elem_sep int _CHAR_UPPER_CASE_END concode_fiel...
boolean function ( char arg0 ) { int loc0 = arg0 ; if ( ( loc0 >= _DIGIT_BEGIN ) && ( loc0 <= _DIGIT_END ) ) { return true ; } return false ; }
10,625
the amount of throughput consumed on each local index affected by the operation . concode_field_sep java.util.Map<String,Capacity> globalSecondaryIndexes concode_elem_sep Double capacityUnits concode_elem_sep java.util.Map<String,Capacity> localSecondaryIndexes concode_elem_sep Capacity table concode_elem_sep String ta...
java . util . Map < String , Capacity > function ( ) { return localSecondaryIndexes ; }
10,626
returns the address with the matching uuid and company . concode_field_sep AddressLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Address> getAddresses concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Addres...
com . liferay . portal . kernel . model . Address function ( java . lang . String arg0 , long arg1 ) { return getService ( ) . fetchAddressByUuidAndCompanyId ( arg0 , arg1 ) ; }
10,627
sets the company id of this ticket . concode_field_sep Ticket _ticket concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ...
void function ( long arg0 ) { _ticket . setCompanyId ( arg0 ) ; }
10,628
getpackages concode_field_sep StatisticsDaemonConfiguration m_castorConfig concode_elem_sep List<Report> m_reports concode_elem_sep List<StatsdPackage> m_packages concode_field_sep Report loadReport concode_elem_sep List<org.opennms.netmgt.config.statsd.Report> getCastorReports concode_elem_sep List<Report> getReports ...
List < StatsdPackage > function ( ) { return m_packages ; }
10,629
method under test : findgame string scenario : when game is found expectation : it will return game object concode_field_sep Session session concode_elem_sep GameDao gameDao concode_elem_sep Query query concode_elem_sep SessionFactory sessionFactory concode_elem_sep String gameName concode_field_sep void testSaveGame c...
void function ( ) { List < Game > loc0 = new ArrayList < Game > ( ) ; loc0 . add ( new Game ( ) ) ; Mockito . when ( query . list ( ) ) . thenReturn ( loc0 ) ; Assert . assertNotNull ( gameDao . findGame ( gameName ) ) ; Assert . assertTrue ( ! loc0 . isEmpty ( ) ) ; }
10,630
set the ethernet interface configuration mode concode_field_sep int mEthState concode_elem_sep String EXTRA_LINK_CAPABILITIES concode_elem_sep String[] DevName concode_elem_sep String EXTRA_LINK_PROPERTIES concode_elem_sep int ETHERNET_HAS_CONFIG concode_elem_sep String EXTRA_PREVIOUS_ETHERNET_STATE concode_elem_sep in...
void function ( String arg0 ) { final ContentResolver loc0 = mContext . getContentResolver ( ) ; if ( DevName != null ) { SystemProperties . set ( "srini_string" + DevName [ 0 ] + "srini_string" , arg0 ) ; } }
10,631
adds an embedded server factory for the provided identifier . concode_field_sep Map<Object,EmbeddedServerFactory> factories concode_field_sep Identifiers defaultIdentifier concode_elem_sep EmbeddedServer create concode_elem_sep void initialize
void function ( Object arg0 , EmbeddedServerFactory arg1 ) { factories . put ( arg0 , arg1 ) ; }
10,632
if no profile has been configured , set by default the `` dev '' profile . concode_field_sep Logger log concode_elem_sep Environment env concode_field_sep void initApplication concode_elem_sep void main concode_elem_sep void addLiquibaseScanPackages
void function ( SpringApplication arg0 , SimpleCommandLinePropertySource arg1 ) { if ( ! arg1 . containsProperty ( "srini_string" ) && ! System . getenv ( ) . containsKey ( "srini_string" ) ) { arg0 . setAdditionalProfiles ( Constants . SPRING_PROFILE_DEVELOPMENT ) ; } }
10,633
return the level concode_field_sep FileEntry parent concode_elem_sep File file concode_elem_sep long serialVersionUID concode_elem_sep FileEntry[] children concode_elem_sep String name concode_elem_sep long length concode_elem_sep boolean exists concode_elem_sep long lastModified concode_elem_sep FileEntry[] EMPTY_ENTR...
int function ( ) { return parent == null ? 0 : parent . getLevel ( ) + 1 ; }
10,634
sets visitor as the visitor for all instructions . concode_field_sep Visitor stringVisitor concode_elem_sep Visitor fieldVisitor concode_elem_sep Visitor methodVisitor concode_elem_sep Visitor typeVisitor concode_elem_sep Visitor fallbackVisitor concode_field_sep void setMethodVisitor concode_elem_sep void visitAll con...
void function ( Visitor arg0 ) { fallbackVisitor = arg0 ; stringVisitor = arg0 ; typeVisitor = arg0 ; fieldVisitor = arg0 ; methodVisitor = arg0 ; }
10,635
removes a listener from the set listening to this animation . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep ArrayList<AnimatorListener> getListeners concode_elem_sep void setInterpolator concode_elem_sep void removeAllListen...
void function ( AnimatorListener arg0 ) { if ( mListeners == null ) { return ; } mListeners . remove ( arg0 ) ; if ( mListeners . size ( ) == 0 ) { mListeners = null ; } }
10,636
sets the startingwith value for this reportdefinitionelement . concode_field_sep com.omniture.www.ReportDefinitionSearch search concode_elem_sep com.omniture.www.ReportDefinitionExpanded expanded concode_elem_sep java.lang.Integer top concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java....
void function ( java . lang . Integer arg0 ) { this . startingWith = arg0 ; }
10,637
readabledatasource #getbykey object concode_field_sep Collection<ReadableDataSource<K,V>> readableDataSources concode_elem_sep Collection<WriteableDataSource<K,V>> writeableDataSources concode_elem_sep Collection<CacheDataSource<K,V>> cacheDataSources concode_field_sep Collection<V> getAll concode_elem_sep Collection<V...
V function ( K arg0 , ReadPolicy arg1 ) { validateKey ( arg0 ) ; V loc0 = null ; if ( arg1 . useCache ( ) ) { loc0 = getValueFromCaches ( arg0 ) ; } if ( loc0 == null && arg1 . useReadable ( ) ) { loc0 = getValueFromReadables ( arg0 ) ; } if ( loc0 != null ) { populateCaches ( loc0 ) ; } return loc0 ; }
10,638
preselects the frameworks in tree . concode_field_sep ExtensionPointName<ProjectCategory> EXTENSION_POINT_NAME concode_field_sep String getGroupName concode_elem_sep String getDisplayName concode_elem_sep int getWeight concode_elem_sep ModuleBuilder createModuleBuilder concode_elem_sep String getId concode_elem_sep Str...
String [ ] function ( ) { return ArrayUtil . EMPTY_STRING_ARRAY ; }
10,639
returns the obvious . concode_field_sep Marker FATAL_MARKER concode_elem_sep String CATEGORY_FQCN concode_elem_sep org.slf4j.spi.LocationAwareLogger locationAwareLogger concode_elem_sep String name concode_elem_sep org.slf4j.Logger slf4jLogger concode_field_sep void debug concode_elem_sep void debug concode_elem_sep vo...
String function ( ) { return name ; }
10,640
the availability options configured for the domain . concode_field_sep Boolean options concode_elem_sep OptionStatus status concode_field_sep AvailabilityOptionsStatus withStatus concode_elem_sep AvailabilityOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Availab...
Boolean function ( ) { return options ; }
10,641
sets the value of the encapsulated primitive double . concode_field_sep long serialVersionUID concode_elem_sep double value concode_field_sep void copyTo concode_elem_sep double getValue concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep boolean equals concode...
void function ( double arg0 ) { this . value = arg0 ; }
10,642
return the householder vectors concode_field_sep double[][] QR concode_elem_sep long serialVersionUID concode_elem_sep int m concode_elem_sep int n concode_elem_sep double[] Rdiag concode_field_sep Matrix solve concode_elem_sep boolean isFullRank concode_elem_sep Matrix getQ concode_elem_sep Matrix getR concode_elem_se...
Matrix function ( ) { Matrix loc0 = new Matrix ( m , n ) ; double [ ] [ ] loc1 = loc0 . getArray ( ) ; for ( int loc2 = 0 ; loc2 < m ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < n ; loc3 ++ ) { if ( loc2 >= loc3 ) { loc1 [ loc2 ] [ loc3 ] = QR [ loc2 ] [ loc3 ] ; } else { loc1 [ loc2 ] [ loc3 ] = 0.0 ; } } } return loc0 ;...
10,643
adds an outlier to the list . concode_field_sep List outliers concode_elem_sep Outlier averagedOutlier concode_elem_sep boolean multiple concode_field_sep boolean isOverlapped concode_elem_sep Outlier getAveragedOutlier concode_elem_sep int getItemCount concode_elem_sep void updateAveragedOutlier concode_elem_sep void ...
boolean function ( Outlier arg0 ) { return this . outliers . add ( arg0 ) ; }
10,644
specifies the level of permissions you want a mail application to have to a user account . see https://developers.google.com/gmail/api/auth/scopes for more info . concode_field_sep List<String> DEFAULT_SCOPES concode_elem_sep GoogleMailApiName apiName concode_elem_sep String clientId concode_elem_sep List<String> scope...
void function ( List < String > arg0 ) { this . scopes = arg0 ; }
10,645
gets the value of the format property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the format property . for example , to add a new item , do as f...
List < CTFormat > function ( ) { if ( format == null ) { format = new ArrayList < CTFormat > ( ) ; } return this . format ; }
10,646
formats a request line . concode_field_sep BasicLineFormatter DEFAULT concode_field_sep String formatHeader concode_elem_sep CharArrayBuffer formatHeader concode_elem_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String formatProtocolVersion concode_elem_sep CharArrayBu...
String function ( final RequestLine arg0 , LineFormatter arg1 ) { if ( arg1 == null ) arg1 = BasicLineFormatter . DEFAULT ; return arg1 . formatRequestLine ( null , arg0 ) . toString ( ) ; }
10,647
gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode_elem_sep void clea...
E function ( long arg0 , E arg1 ) { int loc0 = ContainerHelpers . binarySearch ( mKeys , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED ) { return arg1 ; } else { return ( E ) mValues [ loc0 ] ; } }
10,648
gets the value of the value property . concode_field_sep String value concode_field_sep void setValue
String function ( ) { return value ; }
10,649
the five most recent communications associated with the case . note : this method appends the values to the existing list if any . use #setcommunications java.util.collection or #withcommunications java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.internal.SdkInternalList...
RecentCaseCommunications function ( Communication ... arg0 ) { if ( this . communications == null ) { setCommunications ( new com . amazonaws . internal . SdkInternalList < Communication > ( arg0 . length ) ) ; } for ( Communication loc0 : arg0 ) { this . communications . add ( loc0 ) ; } return this ; }
10,650
lookup an broker connection by name . concode_field_sep Logger logger concode_elem_sep ConcurrentHashMap<String,MqttBrokerConnection> brokerConnections concode_elem_sep EventPublisher eventPublisher concode_field_sep void unsetEventPublisher concode_elem_sep void unregisterMessageConsumer concode_elem_sep void register...
MqttBrokerConnection function ( String arg0 ) { MqttBrokerConnection loc0 = brokerConnections . get ( arg0 . toLowerCase ( ) ) ; if ( loc0 == null ) { loc0 = new MqttBrokerConnection ( arg0 ) ; brokerConnections . put ( arg0 . toLowerCase ( ) , loc0 ) ; } return loc0 ; }
10,651
returns the maximum number of results to fetch from the directory when performing the search query . concode_field_sep boolean isDelaySet concode_elem_sep int delay concode_elem_sep int maxResults concode_elem_sep Scope scope concode_elem_sep boolean isMaxResultsSet concode_elem_sep boolean isScopeSet concode_field_sep...
int function ( ) { return this . maxResults ; }
10,652
this method is executed one per superstep after the vertex update function has been invoked for each vertex . concode_field_sep Collector<Vertex<K,Tuple3<VV,Long,Long>>> outWithDegrees concode_elem_sep boolean setNewVertexValueCalled concode_elem_sep IterationRuntimeContext runtimeContext concode_elem_sep Vertex<K,VV> ...
void function ( ) { }
10,653
returns the source file containing the expression . concode_field_sep CtClass thisClass concode_elem_sep int maxLocals concode_elem_sep CodeIterator iterator concode_elem_sep boolean edited concode_elem_sep String javaLangObject concode_elem_sep MethodInfo thisMethod concode_elem_sep int currentPos concode_elem_sep int...
String function ( ) { ClassFile loc0 = thisClass . getClassFile2 ( ) ; if ( loc0 == null ) return null ; else return loc0 . getSourceFile ( ) ; }
10,654
get the new rank number . concode_field_sep PlaceHolder placeHolder concode_field_sep void shiftRanks concode_elem_sep Pair<Integer,Integer> getRankBorders concode_elem_sep void rankToBottom concode_elem_sep void validateRankable concode_elem_sep RankDirection findOutRankDirection concode_elem_sep void rankUnder
int function ( Rankable arg0 , Rankable arg1 , RankDirection arg2 ) { if ( arg2 == RankDirection . TOP ) { return 0 ; } else if ( arg2 == RankDirection . UP ) { return arg1 . getRank ( ) + 1 ; } return arg1 . getRank ( ) ; }
10,655
serves the javascript file associated with this console annotator factory . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ConsoleAnnotatorFactory> all concode_elem_sep URL getResource concode_elem_sep boolean hasScript concode_elem_sep void doStyleCss concode_elem_sep ConsoleAnnotator newIns...
void function ( StaplerRequest arg0 , StaplerResponse arg1 ) { arg1 . serveFile ( arg0 , getResource ( "srini_string" ) , TimeUnit2 . DAYS . toMillis ( 1 ) ) ; }
10,656
returns the osgi service identifier . concode_field_sep KaleoActionLocalService _kaleoActionLocalService concode_field_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions concode_elem...
java . lang . String function ( ) { return _kaleoActionLocalService . getOSGiServiceIdentifier ( ) ; }
10,657
this method is overridden by providers to return the parameters used with this signature engine , or null if this signature engine does not use any parameters . the returned parameters may be the same that were used to initialize this signature engine , or may contain a combination of default and randomly generated par...
AlgorithmParameters function ( ) { throw new UnsupportedOperationException ( ) ; }
10,658
gets the x-coordinate . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandButton concode_elem_sep Effects effectsBean con...
int function ( ) { return x ; }
10,659
get the string representation of the symlink . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byt...
String function ( ) { return DFSUtilClient . bytes2String ( symlink ) ; }
10,660
returns absolutetableidentifier concode_field_sep boolean isSegmentUpdated concode_elem_sep Map<String,List<TableBlockInfo>> segmentToTableBlocksInfos concode_elem_sep String segmentId concode_elem_sep AbsoluteTableIdentifier absoluteTableIdentifier concode_field_sep String getUniqueTableSegmentIdentifier concode_elem_...
AbsoluteTableIdentifier function ( ) { return absoluteTableIdentifier ; }
10,661
retrieves the scope of the best row identifier . this implements the rules described in databaseinformationmain.system _ bestrowidentifier . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_co...
Integer function ( ) { return ( table . isWritable ( ) ) ? ValuePool . getInt ( bestRowTemporary ) : ValuePool . getInt ( bestRowSession ) ; }
10,662
gets the value of the response property . concode_field_sep String hresult concode_elem_sep String ticket concode_elem_sep String response concode_elem_sep String message concode_field_sep void setHresult concode_elem_sep String getMessage concode_elem_sep void setTicket concode_elem_sep void setResponse concode_elem_s...
String function ( ) { return response ; }
10,663
get / audits : get a page of auditevents between the fromdate and todate . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<List<AuditEvent>> getAll concode_elem_sep ResponseEntity<AuditEvent> get
ResponseEntity < List < AuditEvent >> function ( @ RequestParam ( value = "srini_string" ) LocalDate arg0 , @ RequestParam ( value = "srini_string" ) LocalDate arg1 , Pageable arg2 ) { Page < AuditEvent > loc0 = auditEventService . findByDates ( arg0 . atTime ( 0 , 0 ) , arg1 . atTime ( 23 , 59 ) , arg2 ) ; HttpHeaders...
10,664
gets the parser for the type specified by the given class . returns null , if no parser for that class is known . concode_field_sep Map<Class<?>,Class<? extends FieldParser<?>>> PARSERS concode_elem_sep ParseErrorState errorState concode_field_sep int parseField concode_elem_sep ParseErrorState getErrorState concode_el...
Class < FieldParser < T >> function ( Class < T > arg0 ) { Class < ? extends FieldParser < ? >> loc0 = PARSERS . get ( arg0 ) ; if ( loc0 == null ) { return null ; } else { @ SuppressWarnings ( "srini_string" ) Class < FieldParser < T >> loc1 = ( Class < FieldParser < T >> ) loc0 ; return loc1 ; } }
10,665
gets the current time . can be overridden for unit testing . concode_field_sep long backoffIncrementalMillis concode_elem_sep long minTriggerMillis concode_elem_sep long periodicIntervalMillis concode_elem_sep SharedPreferences mStorage concode_elem_sep long maxMoratoriumMillis concode_elem_sep long backoffFixedMillis ...
long function ( ) { return System . currentTimeMillis ( ) ; }
10,666
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
10,667
returns a transformation matrix mapping world space to camera space . concode_field_sep Matrix4[] c2w concode_elem_sep Matrix4[] w2c concode_elem_sep CameraLens lens concode_field_sep boolean updateCameraMatrix concode_elem_sep boolean update concode_elem_sep Ray getRay concode_elem_sep Ray getRay concode_elem_sep Matr...
Matrix4 function ( ) { return w2c == null ? Matrix4 . IDENTITY : w2c [ 0 ] ; }
10,668
gets the time zone offset hour from gmt . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_Y...
String function ( ) { return timeZoneHour ; }
10,669
removes buffers from the pool until it is under its size limit . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode_field_sep void returnBuf concode_ele...
void function ( ) { while ( mCurrentSize > mSizeLimit ) { byte [ ] loc0 = mBuffersByLastUse . remove ( 0 ) ; mBuffersBySize . remove ( loc0 ) ; mCurrentSize -= loc0 . length ; } }
10,670
deletefolder ignores non-existing folders concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetRelativePath1 concode_elem_sep void testGetRelativePath2 concode_elem_sep void testGetRelativePath3 concode_elem_sep void copyFile_NotExists concode_elem_sep void deleteFolder concode_elem_sep void copyFold...
void function ( ) { File loc0 = new File ( "srini_string" ) ; try { FileUtils . deleteFolder ( loc0 ) ; assertTrue ( true ) ; } catch ( IOException loc1 ) { fail ( "srini_string" ) ; } }
10,671
returns true if the client has a currently open socket . concode_field_sep DatagramSocketFactory __DEFAULT_SOCKET_FACTORY concode_elem_sep int _timeout_ concode_elem_sep boolean _isOpen_ concode_elem_sep DatagramSocket _socket_ concode_elem_sep DatagramSocketFactory _socketFactory_ concode_field_sep void setDefaultTime...
boolean function ( ) { return _isOpen_ ; }
10,672
called once at the beginning of the task . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void run concode_elem_sep void map
void function ( Context arg0 ) { }
10,673
the number of elements in this list . concode_field_sep ArrayList mailboxes concode_field_sep void print concode_elem_sep Mailbox get
int function ( ) { return mailboxes . size ( ) ; }
10,674
returns the int at the specified position in this array object . concode_field_sep int[] data concode_elem_sep int size concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep void throwExcepti...
int function ( int arg0 ) { if ( arg0 >= size ) { throwException ( arg0 ) ; } return data [ arg0 ] ; }
10,675
returns the threadlocal session instance . lazy initialize the sessionfactory if needed . concode_field_sep Configuration configuration concode_elem_sep String configFile concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionF...
Session function ( ) { Session loc0 = ( Session ) threadLocal . get ( ) ; if ( loc0 == null || ! loc0 . isOpen ( ) ) { if ( sessionFactory == null ) { rebuildSessionFactory ( ) ; } loc0 = ( sessionFactory != null ) ? sessionFactory . openSession ( ) : null ; threadLocal . set ( loc0 ) ; } return loc0 ; }
10,676
the status of an option , including when it was last updated and whether it is actively in use for searches . concode_field_sep String options concode_elem_sep OptionStatus status concode_field_sep SynonymOptionsStatus withStatus concode_elem_sep SynonymOptionsStatus withOptions concode_elem_sep int hashCode concode_el...
OptionStatus function ( ) { return status ; }
10,677
register capabilities associated with this resource . concode_field_sep PlaceHolder placeHolder concode_field_sep PathElement getPathElement concode_elem_sep void registerAttributes concode_elem_sep void registerOperations concode_elem_sep void registerChildren concode_elem_sep boolean isOrderedChild concode_elem_sep D...
void function ( final ManagementResourceRegistration arg0 ) { }
10,678
returns the content-length header if available . concode_field_sep JSONObject headers concode_elem_sep Boolean connectionReused concode_elem_sep ResourceTiming timing concode_elem_sep String mimeType concode_elem_sep String headersText concode_elem_sep String requestHeadersText concode_elem_sep String url concode_elem_...
Long function ( ) { if ( contentLength == null ) { throw new OptionalInformationUnavailableException ( "srini_string" , json ) ; } return contentLength ; }
10,679
get where the file was extracted to concode_field_sep boolean unarchived concode_elem_sep String path concode_elem_sep int extractedSize concode_elem_sep long unarchiveTime concode_elem_sep Date downloadDate concode_elem_sep boolean createdParentDirectory concode_elem_sep String extractedPath concode_elem_sep String na...
String function ( ) { return extractedPath ; }
10,680
gets the y-coordinate . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandButton concode_elem_sep Effects effectsBean con...
int function ( ) { return y ; }
10,681
create a text-indexed dataset concode_field_sep PlaceHolder placeHolder concode_field_sep Dataset createLucene concode_elem_sep DatasetGraph createLucene concode_elem_sep SpatialIndex createLuceneIndex concode_elem_sep SpatialIndex createSolrIndex concode_elem_sep Dataset createSolrIndex concode_elem_sep DatasetGraph c...
Dataset function ( Dataset arg0 , SpatialIndex arg1 ) { DatasetGraph loc0 = arg0 . asDatasetGraph ( ) ; loc0 = create ( loc0 , arg1 ) ; return DatasetFactory . create ( loc0 ) ; }
10,682
get custom serializer concode_field_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String bridge concode_elem_sep java.lang.Stri...
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 ) ; }
10,683
sets the open graph id of the object that action type will be performed on only valid and required for actiontypes send , askfor concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_se...
Builder function ( String arg0 ) { this . objectId = arg0 ; return this ; }
10,684
answers true if the current state is in the given states . concode_field_sep Thread fCurrentThread concode_elem_sep Timeout fCurrentTimeoutState concode_elem_sep int IDLE concode_elem_sep Display fDisplay concode_elem_sep Object fMutex concode_elem_sep boolean fTimeoutState concode_elem_sep long fNextTimeout concode_el...
boolean function ( int arg0 ) { return ( arg0 & fState ) == fState ; }
10,685
read in and return an m-by-n array of booleans from standard input . concode_field_sep PlaceHolder placeHolder concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep int[][] readInt2D conco...
boolean [ ] [ ] function ( ) { int loc0 = StdIn . readInt ( ) ; int loc1 = StdIn . readInt ( ) ; boolean [ ] [ ] loc2 = new boolean [ loc0 ] [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { for ( int loc4 = 0 ; loc4 < loc1 ; loc4 ++ ) { loc2 [ loc3 ] [ loc4 ] = StdIn . readBoolean ( ) ; } } return loc2 ; }
10,686
this method resets the outgoing events . concode_field_sep long j1 concode_elem_sep long a concode_elem_sep long b concode_elem_sep long c concode_elem_sep long d concode_elem_sep long e concode_elem_sep long f concode_elem_sep long k1 concode_elem_sep long g concode_elem_sep long h concode_elem_sep long i1 concode_ele...
void function ( ) { }
10,687
returns this field 's info . concode_field_sep ProductData _data concode_elem_sep FieldInfo _info concode_field_sep boolean isIntType concode_elem_sep String getName concode_elem_sep void readFrom concode_elem_sep int getElemInt concode_elem_sep double getElemDouble concode_elem_sep int getDataType concode_elem_sep int...
FieldInfo function ( ) { return _info ; }
10,688
called after the index shard has been created . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void...
void function ( IndexShard arg0 ) { }
10,689
defines , whether the key is a global key . global keys are read from the global report configuration and specifying them in the report local configuration is useless . concode_field_sep boolean hidden concode_elem_sep String keyName concode_elem_sep String description concode_elem_sep boolean global concode_field_sep ...
void function ( final boolean arg0 ) { this . global = arg0 ; }
10,690
gets the value of the date property . concode_field_sep Date date concode_field_sep void setDate
Date function ( ) { return date ; }
10,691
creates a named annotation with name as the value . concode_field_sep PlaceHolder placeHolder concode_field_sep void bindProperties concode_elem_sep void bindProperties
Named function ( String arg0 ) { return new NamedImpl ( arg0 ) ; }
10,692
get the column number concode_field_sep ContentHandlerProxy parent concode_field_sep int getLineNumber concode_elem_sep String getSystemId concode_elem_sep Stack getContextItemStack concode_elem_sep String getPublicId
int function ( ) { return - 1 ; }
10,693
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
10,694
returns the osgi service identifier . concode_field_sep WikiNodeService _wikiNodeService concode_field_sep void setWrappedService concode_elem_sep com.liferay.wiki.model.WikiNode addNode concode_elem_sep java.util.List<com.liferay.wiki.model.WikiNode> getNodes concode_elem_sep java.util.List<com.liferay.wiki.model.Wiki...
java . lang . String function ( ) { return _wikiNodeService . getOSGiServiceIdentifier ( ) ; }
10,695
converts db date format to the format `` month day '' , e.g `` june 24 '' . concode_field_sep String DATE_FORMAT concode_field_sep String formatDate concode_elem_sep String formatTemperature concode_elem_sep String getDayName concode_elem_sep boolean isMetric concode_elem_sep String getFriendlyDayString concode_elem_se...
String function ( Context arg0 , long arg1 ) { Time loc0 = new Time ( ) ; loc0 . setToNow ( ) ; SimpleDateFormat loc1 = new SimpleDateFormat ( Utility . DATE_FORMAT ) ; SimpleDateFormat loc2 = new SimpleDateFormat ( "srini_string" ) ; String loc3 = loc2 . format ( arg1 ) ; return loc3 ; }
10,696
fixme comment this concode_field_sep String FORMAT_XML_HEADER concode_field_sep String getCharset
JAXBElement < T > function ( Class < T > arg0 , InputStream arg1 ) { XMLStreamReader loc0 = XMLStreamFactory . getXMLStreamReader ( arg1 ) ; return unmarshall ( arg0 , arg1 , loc0 ) ; }
10,697
sets a value in an object or array concode_field_sep Logger logger concode_field_sep Object getMapValue concode_elem_sep Iterable<? extends Object> toIterable concode_elem_sep Collection<String> getPropertyKeys concode_elem_sep int length concode_elem_sep boolean isArray concode_elem_sep Object getArrayIndex concode_el...
void function ( Object arg0 , Object arg1 , Object arg2 ) { if ( isMap ( arg0 ) ) ( ( Map ) arg0 ) . put ( arg1 . toString ( ) , arg2 ) ; else { List loc0 = ( List ) arg0 ; int loc1 ; if ( arg1 != null ) { loc1 = arg1 instanceof Integer ? ( Integer ) arg1 : Integer . parseInt ( arg1 . toString ( ) ) ; } else { loc1 = l...
10,698
ends the drawing and restores the opengl state . concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep bo...
void function ( GL10 arg0 ) { checkState ( STATE_DRAWING , STATE_INITIALIZED ) ; arg0 . glDisable ( GL10 . GL_BLEND ) ; arg0 . glMatrixMode ( GL10 . GL_PROJECTION ) ; arg0 . glPopMatrix ( ) ; arg0 . glMatrixMode ( GL10 . GL_MODELVIEW ) ; arg0 . glPopMatrix ( ) ; }
10,699
gets the revision number of the cpu . concode_field_sep int numCores concode_elem_sep Context ctx concode_elem_sep String hardware concode_elem_sep int variant concode_elem_sep String part concode_elem_sep String processorInfo concode_elem_sep String features concode_elem_sep int revision concode_elem_sep String implem...
int function ( ) { return revision ; }