idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
4,100
returns time when snapshot started concode_field_sep XContentBuilderString PROCESSED_SIZE_IN_BYTES concode_elem_sep XContentBuilderString NUMBER_OF_FILES concode_elem_sep XContentBuilderString PROCESSED_FILES concode_elem_sep XContentBuilderString TIME concode_elem_sep XContentBuilderString STATS concode_elem_sep XCont...
long function ( ) { return startTime ; }
4,101
verbose log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; }
4,102
determine whether the specified flags request any of the slee specification defined special behavior . concode_field_sep int NO_FLAGS concode_elem_sep int REQUEST_ENDED_CALLBACK concode_elem_sep int STANDARD_FLAGS_MASK concode_elem_sep int VENDOR_FLAGS_MASK concode_elem_sep int SLEE_MAY_MARSHAL concode_elem_sep int REQ...
boolean function ( int arg0 ) { return ( arg0 & STANDARD_FLAGS_MASK ) != NO_FLAGS ; }
4,103
returns true if other has the same values for x , y and z. concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep int dimensionsToTest concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep int compare concode_elem_sep double distance concode_elem_...
boolean function ( Coordinate arg0 ) { return ( x == arg0 . x ) && ( y == arg0 . y ) && ( ( z == arg0 . z ) || ( Double . isNaN ( z ) && Double . isNaN ( arg0 . z ) ) ) ; }
4,104
the identifier of the workspace . concode_field_sep String errorMessage concode_elem_sep String errorCode concode_elem_sep String workspaceId concode_field_sep void setErrorMessage concode_elem_sep FailedWorkspaceChangeRequest withWorkspaceId concode_elem_sep FailedWorkspaceChangeRequest withErrorCode concode_elem_sep ...
void function ( String arg0 ) { this . workspaceId = arg0 ; }
4,105
schedule the given scheduledthreadpoolexecutor to run at the given interval . concode_field_sep boolean instrumentationEnabled concode_elem_sep long DEFAULT_WRITER_METRICS_UPDATER_INTERVAL concode_elem_sep Optional<Meter> recordsInMeter concode_elem_sep MetricContext metricContext concode_elem_sep Optional<Meter> succe...
ScheduledFuture < ? > function ( ScheduledThreadPoolExecutor arg0 , long arg1 ) { return arg0 . scheduleAtFixedRate ( new WriterMetricsUpdater ( ) , arg1 , arg1 , TimeUnit . MILLISECONDS ) ; }
4,106
sets the value of the uri property . concode_field_sep ResponderIDType responderID concode_elem_sep XMLGregorianCalendar producedAt concode_elem_sep long serialVersionUID concode_elem_sep String uri concode_field_sep void setProducedAt concode_elem_sep void setResponderID concode_elem_sep ResponderIDType getResponderID...
void function ( String arg0 ) { this . uri = arg0 ; }
4,107
used to get a random number within a range , with all numbers being equally likely . concode_field_sep Random rand concode_field_sep int abs concode_elem_sep boolean chance concode_elem_sep String randomElementOf concode_elem_sep int randomElementOf concode_elem_sep Object randomElementOf concode_elem_sep Object random...
int function ( int arg0 , int arg1 ) { int loc0 = ( int ) ( ( rand . nextDouble ( ) * ( arg1 - arg0 + 1 ) ) + arg0 ) ; return loc0 ; }
4,108
sets inputlinecount . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List filePathList concode_elem_sep int outputStartLine concode_elem_sep List fileNameList concode_elem_sep String stratumName concode_ele...
void function ( int arg0 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; this . inputLineCount = arg0 ; }
4,109
by default , transient and derived references are never copied , and containment references always are copied . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep...
boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } }
4,110
show how to use datastream concode_field_sep PlaceHolder placeHolder concode_field_sep void testRandomAccessFile concode_elem_sep void testByteStream concode_elem_sep void testBufferStream concode_elem_sep void testFileStream concode_elem_sep void main concode_elem_sep void testDataStreamAndRandomAccessFile
void function ( ) { FileOutputStream loc0 = new FileOutputStream ( "srini_string" ) ; DataOutputStream loc1 = new DataOutputStream ( loc0 ) ; loc1 . writeInt ( 1000 ) ; FileInputStream loc2 = new FileInputStream ( "srini_string" ) ; DataInputStream loc3 = new DataInputStream ( loc2 ) ; int loc4 = loc3 . readInt ( ) ; }
4,111
retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPa...
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; }
4,112
adds a canvas with the given index to the explorer with the specified name . if no explorer is found to have that name , or if the name is null , then do nothing . concode_field_sep JPanel explorerTabber concode_elem_sep JPanel view concode_elem_sep List<CButton> buttons concode_elem_sep Color BUTTON_COLOR_TEXT concode...
void function ( Canvas arg0 , int arg1 , String arg2 ) { for ( Explorer loc0 : explorers ) { if ( loc0 . getName ( ) . equals ( arg2 ) ) { loc0 . addDrawersCard ( arg0 , arg1 ) ; } } this . reformView ( ) ; }
4,113
unique identifier for this canvas app . this value will be different for each instance of a canvas app , even if the same canvas app is placed on a page more than once . concode_field_sep String OAuthToken concode_elem_sep String clientId concode_elem_sep String instanceId concode_elem_sep String targetOrigin concode_e...
String function ( ) { return instanceId ; }
4,114
returns true if this map contains a storepage for the specified key . concode_field_sep Entry next concode_elem_sep int size concode_elem_sep int threshold concode_elem_sep TableStorePage value concode_elem_sep Entry[] table concode_elem_sep long key concode_field_sep TableStorePage add concode_elem_sep void transfer c...
boolean function ( long arg0 ) { return ( get ( arg0 ) != null ) ; }
4,115
set true if it is a major compacted segment . concode_field_sep String loadStatus concode_elem_sep String updateDeltaStartTimestamp concode_elem_sep String modificationOrdeletionTimesStamp concode_elem_sep String loadStartTime concode_elem_sep String updateDeltaEndTimestamp concode_elem_sep String updateStatusFileName ...
void function ( String arg0 ) { this . majorCompacted = arg0 ; }
4,116
sets the newfilelist . concode_field_sep IFolder sootOutputFolder concode_elem_sep ArrayList newFilelist concode_elem_sep ArrayList beforeFileList concode_elem_sep IWorkbenchWindow window concode_elem_sep ArrayList oldFilelist concode_field_sep void resetSootOutputFolder concode_elem_sep void setSootOutputFolder concod...
void function ( ArrayList arg0 ) { this . newFilelist = arg0 ; }
4,117
generates a cache key for a string resource . concode_field_sep Locale defaultLocale concode_elem_sep Set loadedLocales concode_elem_sep String PROPERTY_BUNDLE concode_elem_sep String[] propertyBundles concode_elem_sep Logger logger concode_elem_sep String LOG_CATEGORY concode_elem_sep String LCDS_PROPERTY_BUNDLE conco...
String function ( String arg0 , String arg1 ) { return ( arg0 + "srini_string" + arg1 ) ; }
4,118
sets a new ttl value or unsets an existing ttl value for file at path . concode_field_sep String DATE_FORMAT_PATTERN concode_field_sep void setPinned concode_elem_sep String convertMsToDate
void function ( FileSystem arg0 , AlluxioURI arg1 , long arg2 , TtlAction arg3 ) { SetAttributeOptions loc0 = SetAttributeOptions . defaults ( ) . setRecursive ( true ) . setTtl ( arg2 ) . setTtlAction ( arg3 ) ; arg0 . setAttribute ( arg1 , loc0 ) ; }
4,119
a list of identities . concode_field_sep java.util.List<String> identities concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep ListIdentitiesResult withIdentities concode_elem_sep ListIdenti...
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . identities = null ; return ; } java . util . List < String > loc0 = new java . util . ArrayList < String > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . identities = loc0 ; }
4,120
tests the webutils #convertmstoclocktime long method with one day , four hours , ten minutes and forty-five seconds . concode_field_sep PlaceHolder placeHolder concode_field_sep void convertToClockTimeWithOneMinute30Seconds concode_elem_sep void convertToClockTimeWithOneDay4Hours10Minutes45SecondsWithStopwatch concode_...
void function ( ) { long loc0 = TimeUnit . DAYS . toMillis ( 1 ) + TimeUnit . HOURS . toMillis ( 4 ) + TimeUnit . MINUTES . toMillis ( 10 ) + TimeUnit . SECONDS . toMillis ( 45 ) ; String loc1 = WebUtils . convertMsToClockTime ( loc0 ) ; Assert . assertEquals ( "srini_string" , loc1 ) ; }
4,121
flush and close standard output . once standard output is closed , you can no longer write bits to it . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main ...
void function ( ) { flush ( ) ; try { out . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
4,122
returns the bottom offset concode_field_sep float mLegendOffsetTop concode_elem_sep float mFormToTextSpace concode_elem_sep float mLegendOffsetBottom concode_elem_sep float mLegendOffsetRight concode_elem_sep String[] mLegendLabels concode_elem_sep LegendForm mShape concode_elem_sep float mFormSize concode_elem_sep int...
float function ( ) { return mLegendOffsetBottom ; }
4,123
this method is called when an one of the methods of the com.hazelcast.core.entrylistener is notoverridden . it can be practical if you want to bundle some/all of the methods to a single method . concode_field_sep PlaceHolder placeHolder concode_field_sep void entryUpdated concode_elem_sep void mapCleared concode_elem_s...
void function ( MapEvent arg0 ) { }
4,124
this implementation iterates over the elements in the collection , checking each element in turn for equality with the specified element . concode_field_sep int MAX_ARRAY_SIZE concode_field_sep boolean add concode_elem_sep T[] finishToArray concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_e...
boolean function ( Object arg0 ) { Iterator < E > loc0 = iterator ( ) ; if ( arg0 == null ) { while ( loc0 . hasNext ( ) ) if ( loc0 . next ( ) == null ) return true ; } else { while ( loc0 . hasNext ( ) ) if ( arg0 . equals ( loc0 . next ( ) ) ) return true ; } return false ; }
4,125
sets #id . concode_field_sep Timestamp timeStamp concode_elem_sep long serialVersionUID concode_elem_sep PlatformIdent platformIdent concode_elem_sep String methodName concode_elem_sep Set<MethodIdentToSensorType> methodIdentToSensorTypes concode_elem_sep String className concode_elem_sep Long id concode_elem_sep Strin...
void function ( Long arg0 ) { this . id = arg0 ; }
4,126
atomically sets the value to the given updated value if the current value == the expected value . concode_field_sep Unsafe unsafe concode_elem_sep long serialVersionUID concode_elem_sep long valueOffset concode_elem_sep V value concode_field_sep void set concode_elem_sep boolean weakCompareAndSet concode_elem_sep V get...
boolean function ( V arg0 , V arg1 ) { return unsafe . compareAndSwapObject ( this , valueOffset , arg0 , arg1 ) ; }
4,127
sets the message property . concode_field_sep String stack concode_elem_sep List<StackFrame> parsedStack concode_elem_sep String typeName concode_elem_sep int outerId concode_elem_sep int id concode_elem_sep String message concode_elem_sep boolean hasFullStack concode_field_sep void setHasFullStack concode_elem_sep boo...
void function ( String arg0 ) { this . message = arg0 ; }
4,128
initialized the animationgroup . this must be called before using animationgroup concode_field_sep Hashtable<String,Animation> usableAnimationGroup concode_elem_sep ConcurrentHashMap<UUID,Animation> displayGroup concode_elem_sep UUID ID concode_elem_sep long serialVersionUID concode_field_sep UUID add concode_elem_sep ...
void function ( ) { for ( String loc0 : this . usableAnimationGroup . keySet ( ) ) this . usableAnimationGroup . get ( loc0 ) . init ( ) ; setup ( ) ; }
4,129
remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str...
void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; }
4,130
the status . constraints : allowed values : ok , impaired , insufficient-data , not-applicable , initializing concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<InstanceStatusDetails> details concode_elem_sep String status concode_field_sep InstanceStatusSummary withStatus concode_elem_sep InstanceStatu...
void function ( String arg0 ) { this . status = arg0 ; }
4,131
retrieves the jdbc database connection url attribute . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep P...
String function ( ) { return url ; }
4,132
notifies all registered listeners that the dial layer has changed . the diallayerchangeevent provides information about the change . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep void removeChangeListener concode_elem_sep int hashCod...
void function ( DialLayerChangeEvent arg0 ) { Object [ ] loc0 = this . listenerList . getListenerList ( ) ; for ( int loc1 = loc0 . length - 2 ; loc1 >= 0 ; loc1 -= 2 ) { if ( loc0 [ loc1 ] == DialLayerChangeListener . class ) { ( ( DialLayerChangeListener ) loc0 [ loc1 + 1 ] ) . dialLayerChanged ( arg0 ) ; } } }
4,133
sets the station id . concode_field_sep Double latitude concode_elem_sep String name concode_elem_sep String id concode_elem_sep Double longitude concode_field_sep void setName concode_elem_sep void setLatitude concode_elem_sep String getName concode_elem_sep Double getLongitude concode_elem_sep Double getLatitude conc...
void function ( String arg0 ) { this . id = arg0 ; }
4,134
prompts for the keys directory concode_field_sep File initialDirectory concode_elem_sep ResourceBundle resources concode_field_sep File getUserHome concode_elem_sep File getDirectory concode_elem_sep File getDirectory concode_elem_sep File promptEncryptedBallotsFile
File function ( ) { return getDirectory ( resources . getString ( "srini_string" ) ) ; }
4,135
get the collection of user specified host names for the host group . if the user specified a count instead of host names then an empty collection is returned . concode_field_sep Predicate predicate concode_elem_sep Logger LOG concode_elem_sep int requested_count concode_elem_sep Configuration configuration concode_elem...
Collection < String > function ( ) { synchronized ( hostNames ) { return new HashSet < String > ( hostNames ) ; } }
4,136
inserts the given character at the cursor position in the buffer . concode_field_sep Stack<Character> first concode_elem_sep Stack<Character> second concode_field_sep int size concode_elem_sep void left concode_elem_sep void main concode_elem_sep void right concode_elem_sep char delete
void function ( char arg0 ) { first . push ( arg0 ) ; }
4,137
the row that has changed . concode_field_sep Mode mode concode_elem_sep SQLRowValues vals concode_elem_sep List<String> fieldNames concode_elem_sep SQLRow row concode_elem_sep List<SQLField> fields concode_elem_sep SQLTable table concode_field_sep List<SQLField> getFields concode_elem_sep SQLTable getTable concode_elem...
SQLRow function ( ) { return this . row ; }
4,138
sets the item table . concode_field_sep List itemTable concode_field_sep void init concode_elem_sep double getTotal concode_elem_sep List getShoppingList concode_elem_sep List getItemTable
void function ( List arg0 ) { this . itemTable = arg0 ; }
4,139
returns the clear text representation of a given url using http format . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseURL concode_elem_sep boolean hostsEqual concode_elem_sep int getDefaultPort concode_elem_sep URLConnection openConnection concode_elem_sep URLConnection openConnection concode_e...
String function ( URL arg0 ) { return toExternalForm ( arg0 , false ) ; }
4,140
issingle . concode_field_sep String baseUrl concode_elem_sep String title concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getBaseUrl concode_elem_sep Set<Protocol> getProtocols concode_elem_sep String getTitle concode_elem_sep boolean doFullTree concode_elem_sep String getRes...
boolean function ( ) { return false ; }
4,141
gets the prefix of the name of threads to be created through this threadfactory . concode_field_sep Log LOG concode_elem_sep boolean daemon concode_elem_sep String prefix concode_elem_sep int counter concode_elem_sep Object lock concode_field_sep void setDaemon concode_elem_sep Thread newThread concode_elem_sep void se...
String function ( ) { return prefix ; }
4,142
get the private exponent . concode_field_sep BigInteger p concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getG concode_elem_sep BigInteger getP
BigInteger function ( ) { return x ; }
4,143
test method for com.flatironschool.javacs.mylinearmap #clear . concode_field_sep MyTreeMap<String,Integer> map concode_field_sep void testContainsValue concode_elem_sep void testKeySet concode_elem_sep void testGet concode_elem_sep void testIsEmpty concode_elem_sep void testRemove concode_elem_sep void testSize concode...
void function ( ) { map . clear ( ) ; assertThat ( map . size ( ) , is ( 0 ) ) ; }
4,144
creates the service name used for the bean manager on the deployment . concode_field_sep ServiceName BASE_BATCH_THREAD_POOL_NAME concode_field_sep ServiceName jobOperatorServiceName concode_elem_sep ServiceName jobOperatorServiceName concode_elem_sep ServiceName jobOperatorServiceName concode_elem_sep ServiceName batch...
ServiceName function ( final DeploymentUnit arg0 ) { return arg0 . getServiceName ( ) . append ( "srini_string" ) ; }
4,145
sets whether document builders obtained from this factory will convert cdata sections to text nodes and normalize adjacent text nodes into a single text node . concode_field_sep boolean ignoringElementContentWhitespace concode_elem_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xIncludeA...
void function ( boolean arg0 ) { this . coalescing = arg0 ; }
4,146
get declaringclass concode_field_sep String fileName concode_elem_sep String methodName concode_elem_sep long serialVersionUID concode_elem_sep int lineNumber concode_elem_sep String declaringClass concode_field_sep void setFileName concode_elem_sep int getLineNumber concode_elem_sep ErStackTraceElement fromStackTraceE...
String function ( ) { return declaringClass ; }
4,147
returns the i-th int in this list . the first element , which is in location 0 , is the 0th element . assume i takes on the values 0 , length of list - 1 . concode_field_sep Comparable head concode_elem_sep SortedComparableList tail concode_field_sep void extend concode_elem_sep SortedComparableList subTail concode_ele...
Comparable function ( int arg0 ) { SortedComparableList loc0 = this ; for ( int loc1 = 0 ; loc0 != null && loc1 < arg0 ; loc1 ++ ) { loc0 = loc0 . tail ; } if ( loc0 == null ) return null ; return loc0 . head ; }
4,148
add a command to a command to the commandqueue . concode_field_sep String MPD_CMD_BULK_SEP concode_elem_sep String TAG concode_elem_sep String MPD_CMD_START_BULK concode_elem_sep int mCommandQueueStringLength concode_elem_sep String MPD_CMD_END_BULK concode_elem_sep String MPD_CMD_START_BULK_OK concode_elem_sep boolean...
void function ( final String arg0 , final String ... arg1 ) { add ( new MPDCommand ( arg0 , arg1 ) ) ; }
4,149
returns the comma-separated list of clientids which are candidates to be real components . concode_field_sep RendererUtils RENDERER_UTILS concode_field_sep String[] getFocusCandidates concode_elem_sep String getFocusCandidatesAsString concode_elem_sep String[] getClientIdsWithMessages concode_elem_sep UIComponent getFo...
String function ( FacesContext arg0 , AbstractFocus arg1 ) { Map < String , String > loc0 = arg0 . getExternalContext ( ) . getRequestParameterMap ( ) ; String loc1 = loc0 . get ( "srini_string" ) ; return loc1 ; }
4,150
detach all credentials of this type from passed curi . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String domain concode_field_sep String getDomain concode_elem_sep String getKey concode_elem_sep boolean hasPrerequisite concode_elem_sep void setDomain concode_elem_sep boolean...
boolean function ( CrawlURI arg0 ) { boolean loc0 = false ; Iterator < Credential > loc1 = arg0 . getCredentials ( ) . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Credential loc2 = loc1 . next ( ) ; if ( loc2 . getClass ( ) == this . getClass ( ) ) { loc1 . remove ( ) ; loc0 = true ; } } return loc0 ; }
4,151
altera o maximo concode_field_sep int minimo concode_elem_sep int maximo concode_elem_sep int media concode_field_sep int getMedia concode_elem_sep int calculaMedia concode_elem_sep void setMedia concode_elem_sep String toString concode_elem_sep int getMaximo concode_elem_sep void setMinimo concode_elem_sep int getMini...
void function ( int arg0 ) { this . maximo = arg0 ; }
4,152
returns the next power of 2 given a certain integer value code was partially taken from ij.plugin.fft.java : : pad . thanks for the inspiration ! concode_field_sep int sizeOfBead concode_elem_sep ImagePlus image concode_elem_sep int vW concode_elem_sep int vH concode_elem_sep double end concode_elem_sep double r concod...
int function ( int arg0 ) { int loc0 = 2 ; while ( loc0 < arg0 ) { loc0 *= 2 ; } return loc0 ; }
4,153
returns the version string of the used available openssl library or null if #isavailable returns false . concode_field_sep InternalLogger logger concode_elem_sep Throwable UNAVAILABILITY_CAUSE concode_elem_sep Set<String> AVAILABLE_CIPHER_SUITES concode_field_sep boolean isAvailable concode_elem_sep Set<String> availab...
String function ( ) { if ( isAvailable ( ) ) { return SSL . versionString ( ) ; } return null ; }
4,154
enables the indexer concode_field_sep long lastIndexStart concode_elem_sep int MAXMESSAGELENGTH concode_elem_sep long lastIndexUsedTime concode_elem_sep Logger log concode_elem_sep long lastIndexFinish concode_elem_sep String NOTIFICATIONINFOSTRINGTYPE concode_elem_sep boolean enabled concode_elem_sep String NOTIFICATI...
void function ( ) { enabled = true ; }
4,155
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _vcmsArticleVersionLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
4,156
a list of batchprediction objects that meet the search criteria . note : this method appends the values to the existing list if any . use #setresults java.util.collection or #withresults java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep com.amazonaws.i...
DescribeBatchPredictionsResult function ( BatchPrediction ... arg0 ) { if ( this . results == null ) { setResults ( new com . amazonaws . internal . SdkInternalList < BatchPrediction > ( arg0 . length ) ) ; } for ( BatchPrediction loc0 : arg0 ) { this . results . add ( loc0 ) ; } return this ; }
4,157
deletes an element from the integerset by setting the corresponding value within the set array to false . returns false if the value was out of range and true otherwise . concode_field_sep boolean[] array concode_field_sep boolean insertElement concode_elem_sep IntegerSet intersection concode_elem_sep String toString c...
boolean function ( int arg0 ) { if ( 0 <= arg0 && arg0 <= 100 ) { this . array [ arg0 ] = false ; return true ; } return false ; }
4,158
reads the first line from a file , and return the content of this line as a string array , using the supplied separator concode_field_sep PlaceHolder placeHolder concode_field_sep void readGrc concode_elem_sep void readRda concode_elem_sep HashMap<String,String> readCodelist
String [ ] function ( String arg0 , String arg1 ) { try { BufferedReader loc0 = new BufferedReader ( new FileReader ( new File ( arg0 ) ) ) ; String loc1 = loc0 . readLine ( ) ; return loc1 . split ( arg1 ) ; } catch ( IOException loc0 ) { throw new ArgusException ( "srini_string" ) ; } }
4,159
hook for blocking navigation by the cordova webview . this applies both to top-level and iframe navigations . this will be called when the webview 's needs to know whether to navigate to a new page . return false to block the navigation : if any plugin returns false , cordova will block the navigation . if all plugins ...
Boolean function ( String arg0 ) { return null ; }
4,160
getter for sheetslist . concode_field_sep String thousandSeparator concode_elem_sep String lastColumn concode_elem_sep boolean advancedSeparator concode_elem_sep boolean dieOnError concode_elem_sep boolean selectAllSheets concode_elem_sep ArrayList sheetsList concode_elem_sep String sheetName concode_elem_sep String fi...
ArrayList function ( ) { return this . sheetsList ; }
4,161
set the operation . concode_field_sep LockRequestMode mode concode_elem_sep int op concode_elem_sep int modeFlag concode_elem_sep DatabaseEntry obj concode_elem_sep DbLock lock concode_elem_sep int timeout concode_field_sep void setLock concode_elem_sep void setTimeout concode_elem_sep Lock getLock concode_elem_sep voi...
void function ( final LockOperation arg0 ) { this . op = arg0 . getFlag ( ) ; }
4,162
gets the description value for this businesspartner . concode_field_sep java.lang.String clientId concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String ...
java . lang . String function ( ) { return description ; }
4,163
method to set the current direction concode_field_sep int DIRECTION_RIGHT concode_elem_sep int direction_ concode_elem_sep String DIR_DOWN concode_elem_sep int DIRECTION_UP concode_elem_sep int DIRECTION_DOWN concode_elem_sep int DIRECTION_LEFT concode_elem_sep String DIR_RIGHT concode_elem_sep Random random_generator_...
void function ( int arg0 ) { if ( isLegalDirection ( arg0 ) ) { direction_ = arg0 ; } else { throw new IllegalDirectionException ( "srini_string" ) ; } }
4,164
this is called after the jvm warmup phase to make sure the data structure is well initalized . no need to do anything for this . concode_field_sep Node head concode_elem_sep Node next concode_elem_sep Node next concode_elem_sep Stack<Node> stack concode_elem_sep E value concode_field_sep boolean add concode_elem_sep E ...
void function ( ) { head = null ; }
4,165
remove a character from a string concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLong concode_elem_sep String plural concode_elem_sep String friendlyBlockType concode_elem_sep double distance concode_elem_sep Player matchExactPlayer concode_elem_sep String formatLocation concode_elem_sep int wordL...
String function ( String arg0 , char arg1 ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != arg1 ) { loc0 += arg0 . charAt ( loc1 ) ; } } return loc0 ; }
4,166
flush all cached conversations . concode_field_sep long date concode_elem_sep long validCache concode_elem_sep Bitmap NO_PHOTO concode_elem_sep String READ concode_elem_sep String DATE_FORMAT concode_elem_sep int INDEX_SIMPLE_BODY concode_elem_sep String BODY concode_elem_sep int INDEX_SIMPLE_NID concode_elem_sep Strin...
void function ( ) { synchronized ( CACHE ) { CACHE . clear ( ) ; } }
4,167
the codec to use for encoding and decoding sockjs messages . by default jackson2sockjsmessagecodec is used requiring thejackson library to be present on the classpath . concode_field_sep Long heartbeatTime concode_elem_sep Boolean webSocketEnabled concode_elem_sep SockJsMessageCodec messageCodec concode_elem_sep Boolea...
SockJsServiceRegistration function ( SockJsMessageCodec arg0 ) { this . messageCodec = arg0 ; return this ; }
4,168
converts a string to a short . concode_field_sep PlaceHolder placeHolder concode_field_sep String toAttributeValue
Object function ( final String arg0 ) { return new Short ( arg0 ) ; }
4,169
creates a new track name . concode_field_sep Context context concode_field_sep boolean useTimestampTrackName
String function ( long arg0 , long arg1 ) { if ( useTimestampTrackName ( ) ) { DateFormat loc0 = DateFormat . getDateTimeInstance ( DateFormat . SHORT , DateFormat . SHORT ) ; return loc0 . format ( new Date ( arg1 ) ) ; } else { return String . format ( context . getString ( R . string . route_name_format ) , arg0 ) ;...
4,170
calls glteximage2d on the current opengl context . if no context is current the behavior is the same as calling glteximage2d with no current context , that is , eglgeterror will return the appropriate error . unlike glteximage2d bitmap can not be null and will raise an exception in that case . all other parameters are ...
void function ( int arg0 , int arg1 , int arg2 , Bitmap arg3 , int arg4 ) { if ( arg3 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( native_texImage2D ( arg0 , arg1 , arg2 , arg3 , - 1 , arg4 ) != 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
4,171
the details of the input artifact for the action , such as its commit id . concode_field_sep ActionTypeSettings settings concode_elem_sep ArtifactDetails inputArtifactDetails concode_elem_sep java.util.List<ActionConfigurationProperty> actionConfigurationProperties concode_elem_sep ArtifactDetails outputArtifactDetails...
void function ( ArtifactDetails arg0 ) { this . inputArtifactDetails = arg0 ; }
4,172
sets the value of the message property . concode_field_sep Integer returnCode concode_elem_sep JAXBElement<String> longMessage concode_elem_sep JAXBElement<String> message concode_field_sep JAXBElement<String> getMessage concode_elem_sep void setLongMessage concode_elem_sep JAXBElement<String> getLongMessage concode_el...
void function ( JAXBElement < String > arg0 ) { this . message = arg0 ; }
4,173
gettimestamp . concode_field_sep long timeStamp concode_elem_sep int power concode_elem_sep int toughness concode_field_sep int getPower concode_elem_sep int getToughness concode_elem_sep boolean equals
long function ( ) { return timeStamp ; }
4,174
returns the session id of the socks5 bytestream initialization request . concode_field_sep Bytestream bytestreamRequest concode_elem_sep int CONNECTION_FAILURE_THRESHOLD concode_elem_sep Socks5BytestreamManager manager concode_elem_sep Cache<String,Integer> ADDRESS_BLACKLIST concode_elem_sep long BLACKLIST_LIFETIME con...
String function ( ) { return this . bytestreamRequest . getSessionID ( ) ; }
4,175
used to convert a player username to a stored version . concode_field_sep String host concode_field_sep String decode
String function ( String arg0 ) { if ( arg0 . equals ( host ) ) return "srini_string" ; else return arg0 ; }
4,176
returns the index for which #keyat would return thespecified key , or a negative number if the specified key is not mapped . 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_...
int function ( long arg0 ) { if ( mGarbage ) { gc ( ) ; } return binarySearch ( mKeys , 0 , mSize , arg0 ) ; }
4,177
ok . concode_field_sep SerializerFeature[] features concode_field_sep String jsonp concode_elem_sep String badResult concode_elem_sep String badResult concode_elem_sep String badResult concode_elem_sep String badResult concode_elem_sep String okWithTotal concode_elem_sep String emptyResult concode_elem_sep String okWit...
String function ( Object arg0 ) { JSONObject loc0 = new JSONObject ( ) ; loc0 . put ( "srini_string" , 0 ) ; loc0 . put ( "srini_string" , arg0 ) ; return "srini_string" + loc0 . toJSONString ( ) ; }
4,178
catch clause of try/catch/finally concode_field_sep TokenStream ts concode_field_sep Object createForIn concode_elem_sep void addChildToBack concode_elem_sep Object createFor concode_elem_sep Object createBlock concode_elem_sep Object createWhile concode_elem_sep Object createExprStatement concode_elem_sep Object creat...
Object function ( String arg0 , Object arg1 , Object arg2 , int arg3 ) { if ( arg1 == null ) { arg1 = new Node ( TokenStream . PRIMARY , TokenStream . TRUE ) ; } return new Node ( TokenStream . CATCH , ( Node ) createName ( arg0 ) , ( Node ) arg1 , ( Node ) arg2 , arg3 ) ; }
4,179
an operation , either replace or remove . concode_field_sep String op concode_elem_sep Long syncCount concode_elem_sep String value concode_elem_sep String key concode_elem_sep java.util.Date deviceLastModifiedDate concode_field_sep String getKey concode_elem_sep java.util.Date getDeviceLastModifiedDate concode_elem_se...
void function ( String arg0 ) { this . op = arg0 ; }
4,180
call the consumer with the path of every ancestor except root down to this path . concode_field_sep PlaceHolder placeHolder concode_field_sep Optional<Path> parent concode_elem_sep boolean isRoot concode_elem_sep Path subpath concode_elem_sep boolean isMultiple concode_elem_sep Path parse concode_elem_sep Path parse co...
void function ( Consumer < Path > arg0 ) { Path loc0 = root ( ) ; for ( String loc1 : this ) { loc0 = loc0 . append ( loc1 ) ; arg0 . accept ( loc0 ) ; } }
4,181
gets the number of elements contained in the collection . concode_field_sep List<Map<PropertyDefinitionBase,SortDirection>> propDefSortOrderPairList concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep Iterator<Map<PropertyDefinitionBase,SortDirection>> iterator concode_elem_sep boolean tryGetV...
int function ( ) { return this . propDefSortOrderPairList . size ( ) ; }
4,182
get a string representation of this md-sequence to system.out concode_field_sep Sequence sequence concode_elem_sep int support concode_elem_sep MDPattern mdpattern concode_elem_sep int id concode_field_sep boolean strictlyContains concode_elem_sep void print concode_elem_sep boolean contains concode_elem_sep double get...
String function ( ) { String loc0 = "srini_string" + id + "srini_string" ; loc0 += mdpattern . toString ( ) ; loc0 += sequence . toString ( ) ; return loc0 ; }
4,183
sets the serializer factory . concode_field_sep SerializerFactory _serializerFactory concode_field_sep SerializerFactory findSerializerFactory concode_elem_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStart concode_elem_sep void...
void function ( SerializerFactory arg0 ) { _serializerFactory = arg0 ; }
4,184
sac : implements org.w3c.css.sac.conditionalselector #getsimpleselector . concode_field_sep Condition condition concode_elem_sep SimpleSelector simpleSelector concode_field_sep Condition getCondition concode_elem_sep short getSelectorType concode_elem_sep String toString
SimpleSelector function ( ) { return simpleSelector ; }
4,185
setter method to set the total sla concode_field_sep String ART concode_elem_sep String l1 concode_elem_sep String l2 concode_elem_sep String l3 concode_elem_sep String l4 concode_elem_sep String l5 concode_elem_sep String SLA concode_elem_sep String type concode_elem_sep String percentSLAMet concode_elem_sep String cu...
void function ( String arg0 ) { this . totalSR = arg0 ; }
4,186
factory method to keep the api cleaner , avoid ambiguity ; this wo n't be used as often as the string constructor . concode_field_sep int VERSION concode_elem_sep int MAGIC concode_elem_sep long serialVersionUID concode_elem_sep String mimeType concode_field_sep void writeTo concode_elem_sep boolean isTrivial concode_e...
ClientMetadata function ( DataInputStream arg0 ) { return new ClientMetadata ( arg0 ) ; }
4,187
move put permits from take side to put side ; return the number of put side permits that are available . call only under synch on puguard _ and this . concode_field_sep Object takeGuard_ concode_elem_sep LinkedNode last_ concode_elem_sep int putSidePutPermits_ concode_elem_sep Logger logger concode_elem_sep LinkedNode ...
int function ( ) { logger . debug ( "srini_string" ) ; putSidePutPermits_ += takeSidePutPermits_ ; takeSidePutPermits_ = 0 ; return putSidePutPermits_ ; }
4,188
the directory identifier . concode_field_sep String directoryId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteDirectoryResult clone concode_elem_sep String toString concode_elem_sep void setDirectoryId concode_elem_sep DeleteDirectoryResult withDirectoryId
String function ( ) { return this . directoryId ; }
4,189
gets string representation of nameaddress concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep String getDisplayName concode_elem_sep boolean equals concode_elem_sep boolean equals con...
String function ( ) { String loc0 ; if ( hasDisplayName ( ) ) loc0 = "srini_string" = "srini_string" + url + "srini_string" ; else loc0 = "srini_string" + url + "srini_string" ; return loc0 ; }
4,190
cancel the edit and cleanup . concode_field_sep String m_origValue concode_elem_sep Log M_log concode_elem_sep boolean m_isList concode_elem_sep PreferencesService m_preferencesService concode_elem_sep Collection m_stuff concode_elem_sep boolean m_origIsList concode_elem_sep String m_name concode_elem_sep PreferencesEd...
void function ( ) { m_preferencesService . cancel ( m_edit ) ; m_stuff = null ; m_edit = null ; }
4,191
get the error value . concode_field_sep ResourceManagementErrorWithDetails error concode_elem_sep DeploymentPropertiesExtended properties concode_field_sep DeploymentValidateResultInner withProperties concode_elem_sep DeploymentValidateResultInner withError concode_elem_sep DeploymentPropertiesExtended properties
ResourceManagementErrorWithDetails function ( ) { return this . error ; }
4,192
see class javadoc for information on what this is for and how to use . concode_field_sep AtomicReference<ScheduledExecutorService> executor concode_elem_sep GenericScheduledExecutorService INSTANCE concode_elem_sep ScheduledExecutorService NONE concode_elem_sep String THREAD_NAME_PREFIX concode_elem_sep RxThreadFactory...
ScheduledExecutorService function ( ) { return INSTANCE . executor . get ( ) ; }
4,193
limits the drawing on the x-axis concode_field_sep int index concode_elem_sep float phaseX concode_elem_sep float phaseY concode_elem_sep float[] buffer concode_elem_sep int mTo concode_elem_sep int mFrom concode_field_sep void feed concode_elem_sep int size concode_elem_sep void limitFrom concode_elem_sep void setPhas...
void function ( int arg0 ) { if ( arg0 < 0 ) arg0 = 0 ; mTo = arg0 ; }
4,194
return a description for the storage location of the multipart content . tries to be as specific as possible : mentions the file location in case of a temporary file . concode_field_sep long size concode_elem_sep Log logger concode_elem_sep FileItem fileItem concode_field_sep String getOriginalFilename concode_elem_sep...
String function ( ) { if ( this . fileItem . isInMemory ( ) ) { return "srini_string" ; } else if ( this . fileItem instanceof DiskFileItem ) { return "srini_string" + ( ( DiskFileItem ) this . fileItem ) . getStoreLocation ( ) . getAbsolutePath ( ) + "srini_string" ; } else { return "srini_string" ; } }
4,195
skips sequences of diffnode diffnodes until a snake or bootstrap node is found , or the endof the path is reached . concode_field_sep PathNode prev concode_elem_sep int i concode_elem_sep int j concode_field_sep boolean isSnake concode_elem_sep boolean isBootstrap concode_elem_sep String toString
PathNode function ( ) { if ( isBootstrap ( ) ) return null ; if ( ! isSnake ( ) && prev != null ) return prev . previousSnake ( ) ; return this ; }
4,196
sets the externalid value for this address . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String externalId concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.inventory.api.Item[] items concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_fiel...
void function ( java . lang . String arg0 ) { this . externalId = arg0 ; }
4,197
test of tostring method , of class defaultdateandtime . concode_field_sep DateAndTime dateAndTime1 concode_elem_sep DateAndTime dateAndTime2 concode_field_sep void testGetClockTime concode_elem_sep void testSetClockTime concode_elem_sep void testSetCalendarEraName concode_elem_sep void testGetCalendarDate concode_elem_...
void function ( ) { String loc0 = dateAndTime1 . toString ( ) ; assertFalse ( dateAndTime2 . toString ( ) . equals ( loc0 ) ) ; }
4,198
listens for the invoke_application phase . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep void afterPhase
PhaseId function ( ) { return PhaseId . INVOKE_APPLICATION ; }
4,199
tests whether this segment intersects another concode_field_sep Number maxVal concode_elem_sep Number minVal concode_field_sep boolean contains concode_elem_sep Number measure concode_elem_sep void setMaxVal concode_elem_sep Number getMaxVal concode_elem_sep void setMinVal concode_elem_sep Number getMinVal concode_elem...
boolean function ( Number arg0 , Number arg1 ) { if ( arg0 . doubleValue ( ) <= this . minVal . doubleValue ( ) && arg1 . doubleValue ( ) >= this . maxVal . doubleValue ( ) ) { return true ; } else return contains ( arg0 ) || contains ( arg1 ) ; }