idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
36,400
set the value of typeh concode_field_sep String typeh concode_elem_sep PropertyChangeSupport propertySupport concode_field_sep String getTypeh concode_elem_sep double prixHerbe concode_elem_sep void addPropertyChangeListener concode_elem_sep void removePropertyChangeListener
void function ( String arg0 ) { this . typeh = arg0 ; }
36,401
returns the alignment along the y axis for the container . concode_field_sep Container container concode_elem_sep int Y_AXIS concode_elem_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements yTotal concode_elem_sep int[] spansY concode_elem_sep int X_AXIS concode_elem_sep int[] offsetsX concode_elem_sep i...
float function ( Container arg0 ) { synchronized ( container . getTreeLock ( ) ) { if ( container != arg0 ) throw new AWTError ( "srini_string" ) ; checkTotalRequirements ( ) ; return yTotal . alignment ; } }
36,402
parses out a token until any of the given terminators is encountered . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concod...
String function ( final char [ ] arg0 ) { char loc0 ; i1 = pos ; i2 = pos ; while ( hasChar ( ) ) { loc0 = chars [ pos ] ; if ( isOneOf ( loc0 , arg0 ) ) { break ; } i2 ++ ; pos ++ ; } return getToken ( false ) ; }
36,403
this method sets multiplier that is used to calculate max image scale from min image scale . concode_field_sep int REQUEST_CROP concode_elem_sep String EXTRA_MAX_SIZE_X concode_elem_sep String EXTRA_COMPRESSION_FORMAT_NAME concode_elem_sep String EXTRA_OVAL_DIMMED_LAYER concode_elem_sep String EXTRA_MAX_SIZE_Y concode_...
void function ( @ FloatRange ( from = 1.0 , fromInclusive = false ) float arg0 ) { mOptionBundle . putFloat ( EXTRA_MAX_SCALE_MULTIPLIER , arg0 ) ; }
36,404
gets the value of the line property . concode_field_sep Double total concode_elem_sep Double amount concode_elem_sep String refNum concode_elem_sep Boolean apply concode_elem_sep Double due concode_elem_sep Long line concode_elem_sep Long doc concode_elem_sep String currency concode_elem_sep XMLGregorianCalendar applyD...
Long function ( ) { return line ; }
36,405
parse cookie port attribute . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean portMatch concode_elem_sep boolean match concode_elem_sep int[] parsePortAttribute concode_elem_sep void validate
void function ( final SetCookie arg0 , final String arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; if ( arg0 instanceof SetCookie2 ) { final SetCookie2 loc0 = ( SetCookie2 ) arg0 ; if ( arg1 != null && arg1 . trim ( ) . length ( ) > 0 ) { final int [ ] loc1 = parsePortAttribute ( arg1 ) ; loc0 . setPorts ( loc1 ) ...
36,406
used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String...
String function ( ) { return "srini_string" ; }
36,407
retrieve the fetches associated with this profile concode_field_sep String name concode_elem_sep String association concode_elem_sep String style concode_elem_sep MetadataSource source concode_elem_sep LinkedHashSet<Fetch> fetches concode_elem_sep String entity concode_field_sep String getName concode_elem_sep String g...
LinkedHashSet < Fetch > function ( ) { return fetches ; }
36,408
small icon resource id for the local notification . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatIn...
int function ( ) { String loc0 = options . optString ( "srini_string" , "srini_string" ) ; return assets . getResIdForDrawable ( loc0 ) ; }
36,409
return the first comment in the list of comments that precede this token , or null ifthere are no comments preceding this token . additional comments can be reached by following the token stream using #getnext until null is returned . concode_field_sep Token next concode_elem_sep int offset concode_elem_sep Token previ...
Token function ( ) { return null ; }
36,410
handles the given input for the given jsvgviewerframe concode_field_sep String[] SVG_FILE_EXTENSIONS concode_elem_sep String[] SVG_MIME_TYPES concode_field_sep String[] getHandledMimeTypes concode_elem_sep String[] getHandledExtensions concode_elem_sep String getDescription concode_elem_sep boolean accept concode_elem_...
void function ( ParsedURL arg0 , JSVGViewerFrame arg1 ) { arg1 . getJSVGCanvas ( ) . loadSVGDocument ( arg0 . toString ( ) ) ; }
36,411
sets the dryrun property default value is @literal false . concode_field_sep Integer timeToLive concode_elem_sep String restrictedPackageName concode_elem_sep Boolean dryRun concode_elem_sep Map<String,String> data concode_elem_sep String collapseKey concode_elem_sep Boolean delayWhileIdle concode_field_sep String getC...
Builder function ( boolean arg0 ) { dryRun = arg0 ; return this ; }
36,412
find the first whitespace concode_field_sep String DEFAULT_TEXT_CONTENT_TYPE concode_elem_sep String CONTENT_DISPOSITION concode_elem_sep String MULTIPART_MIXED concode_elem_sep String DEFAULT_BINARY_CONTENT_TYPE concode_elem_sep String FILE concode_elem_sep String NAME concode_elem_sep String FORM_DATA concode_elem_se...
int function ( String arg0 , int arg1 ) { int loc0 ; for ( loc0 = arg1 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { if ( Character . isWhitespace ( arg0 . charAt ( loc0 ) ) ) { break ; } } return loc0 ; }
36,413
unregisters the mbean for the database if one is registered . concode_field_sep Database database concode_elem_sep Map<String,ObjectName> MBEANS concode_field_sep int getCacheSize concode_elem_sep String getVersion concode_elem_sep int getTraceLevel concode_elem_sep String listSessions concode_elem_sep boolean isMultiT...
void function ( String arg0 ) { ObjectName loc0 = MBEANS . remove ( arg0 ) ; if ( loc0 != null ) { MBeanServer loc1 = ManagementFactory . getPlatformMBeanServer ( ) ; loc1 . unregisterMBean ( loc0 ) ; } }
36,414
apply any additional configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep void applyImports concode_elem_sep void applyDependencies concode_elem_sep boolean matches concode_elem_sep void applyToMainClass
void function ( GroovyClassLoader arg0 , GroovyCompilerConfiguration arg1 , GeneratorContext arg2 , SourceUnit arg3 , ClassNode arg4 ) { }
36,415
gets the type value for this data_warehouse_segment_group . concode_field_sep com.omniture.www.Data_warehouse_segment_group[] group_list concode_elem_sep java.lang.String group_operator concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_...
java . lang . String function ( ) { return type ; }
36,416
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; }
36,417
gets and removes the headername header form the input message the header will not be propagated concode_field_sep Logger LOG concode_field_sep void writeOutputInMessage concode_elem_sep boolean isListOfStrings concode_elem_sep void writeOutput concode_elem_sep ExecCommand readInput
T function ( Message arg0 , String arg1 , T arg2 , Class < T > arg3 ) { T loc0 = arg0 . getHeader ( arg1 , arg2 , arg3 ) ; arg0 . removeHeader ( arg1 ) ; return loc0 ; }
36,418
creates an sslengine instance from this context with thespecified hostname and port . concode_field_sep String protocol concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep SSLContextSpi spiImpl concode_elem_sep SSLContext DEFAULT concode_field_sep SSLSocket...
SSLEngine function ( String arg0 , int arg1 ) { return spiImpl . engineCreateSSLEngine ( arg0 , arg1 ) ; }
36,419
remove review service for book concode_field_sep ReviewBookLikeRepository reviewBookLikeRepository concode_elem_sep BookService bookService concode_elem_sep ReviewAuthorLikeRepository reviewAuthorLikeRepository concode_elem_sep ReviewBookRepository reviewBookRepository concode_elem_sep AuthorRepository authorRepository...
void function ( Long arg0 ) { if ( reviewBookRepository . findOne ( arg0 ) == null ) { throw new ReviewDoesnotExistException ( "srini_string" ) ; } reviewBookRepository . delete ( reviewBookRepository . findByReviewBookId ( arg0 ) ) ; }
36,420
decrements the count of in-flight transactions to the resource being monitored . if this operation results in the counter falling below 0 - an exception is raised . concode_field_sep AtomicInteger counter concode_elem_sep String mResourceName concode_elem_sep ResourceCallback resourceCallback concode_field_sep String g...
void function ( ) { int loc0 = counter . decrementAndGet ( ) ; if ( loc0 == 0 && null != resourceCallback ) { resourceCallback . onTransitionToIdle ( ) ; } if ( loc0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
36,421
ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
36,422
forward a packet to the client . `` mclient '' will never be null , though it 's possible that the channel in the client has closed and our send attempt will fail . consumes the packet . concode_field_sep int mConnState concode_elem_sep ByteBuffer mReadBuffer concode_elem_sep int MAX_BUF_SIZE concode_elem_sep Client mC...
void function ( JdwpPacket arg0 ) { mClient . sendAndConsume ( arg0 ) ; }
36,423
returns a snapshot of the calls currently being executed . concode_field_sep ExecutorService executorService concode_elem_sep Deque<RealCall> runningSyncCalls concode_elem_sep int maxRequestsPerHost concode_elem_sep Deque<AsyncCall> readyAsyncCalls concode_elem_sep Deque<AsyncCall> runningAsyncCalls concode_elem_sep Ru...
List < Call > function ( ) { List < Call > loc0 = new ArrayList < > ( ) ; loc0 . addAll ( runningSyncCalls ) ; for ( AsyncCall loc1 : runningAsyncCalls ) { loc0 . add ( loc1 . get ( ) ) ; } return Collections . unmodifiableList ( loc0 ) ; }
36,424
sets the value of the infoboxidentifier property . concode_field_sep String infoboxIdentifier concode_field_sep String getInfoboxIdentifier
void function ( String arg0 ) { this . infoboxIdentifier = arg0 ; }
36,425
builds the hcataddpartitiondesc . concode_field_sep String dbName concode_elem_sep Logger LOG concode_elem_sep String location concode_elem_sep HCatPartition hcatPartition concode_elem_sep Map<String,String> partitionKeyValues concode_elem_sep Map<String,String> partitionSpec concode_elem_sep String tableName concode_f...
HCatAddPartitionDesc function ( ) { return hcatPartition == null ? new HCatAddPartitionDesc ( dbName , tableName , location , partitionSpec ) : new HCatAddPartitionDesc ( hcatPartition ) ; }
36,426
set the expiration state of this timer . concode_field_sep long expiryTime concode_elem_sep long minExpiryTime concode_elem_sep boolean expired concode_elem_sep Random rand concode_elem_sep long maxExpiryTime concode_field_sep void restart concode_elem_sep long getMinExpiryTime concode_elem_sep long getMaxExpiryTime co...
void function ( boolean arg0 ) { this . expired = arg0 ; }
36,427
gets the maximum value for this longcomparisonoperation . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long maximum concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long minimum concode_field_sep org.apache.ax...
java . lang . Long function ( ) { return maximum ; }
36,428
populates the internal collection of registered authscheme authentication schemes with the content of the map passed as a parameter . concode_field_sep ConcurrentHashMap<String,AuthSchemeFactory> registeredSchemes concode_field_sep AuthScheme getAuthScheme concode_elem_sep void unregister concode_elem_sep List<String> ...
void function ( final Map < String , AuthSchemeFactory > arg0 ) { if ( arg0 == null ) { return ; } registeredSchemes . clear ( ) ; registeredSchemes . putAll ( arg0 ) ; }
36,429
returns the font-weight . concode_field_sep String fontStretch concode_elem_sep float strikethroughPosition concode_elem_sep float overlinePosition concode_elem_sep String fontVariant concode_elem_sep float unitsPerEm concode_elem_sep String fontStyle concode_elem_sep float slope concode_elem_sep float underlinePositio...
String function ( ) { return fontWeight ; }
36,430
returns the trang thai 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 setExpandoBri...
long function ( ) { return _kiemDemVien . getTrangThai ( ) ; }
36,431
checks if the source user has enabled notifications for updates of the target user concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep Relationship target concode_field_sep boolean isSourceBlockingTarget concode_elem_sep long getTargetUserId concode_elem_sep boolean isTargetFollow...
boolean function ( ) { return getTarget ( ) . isSourceNotificationsEnabled ( ) ; }
36,432
implements java.io.flushable . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int GZ...
void function ( ) { writeStream . flush ( ) ; }
36,433
this method is called to invalidate the cached image . concode_field_sep BufferedImage myImage concode_field_sep BufferedImage createImage concode_elem_sep void paint concode_elem_sep void paint concode_elem_sep void updateImage
void function ( ) { myImage = null ; }
36,434
checks if the method is called on the valid thread . assigns the current thread if no thread was assigned . concode_field_sep Long mThreadId concode_field_sep void detachFromThread concode_elem_sep void ensureThreadIdAssigned
boolean function ( ) { ensureThreadIdAssigned ( ) ; return mThreadId . equals ( Thread . currentThread ( ) . getId ( ) ) ; }
36,435
how long it took to process the request , in milliseconds . concode_field_sep String rid concode_elem_sep Long timems concode_field_sep SearchStatus withRid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SearchStatus clone concode_elem_sep void setRid concode_elem_sep String toString con...
Long function ( ) { return this . timems ; }
36,436
gets the value of the statusdetail property . concode_field_sep StatusDetailType statusDetail concode_elem_sep String statusMessage concode_elem_sep StatusCodeType statusCode concode_field_sep void setStatusDetail concode_elem_sep void setStatusMessage concode_elem_sep StatusCodeType getStatusCode concode_elem_sep void...
StatusDetailType function ( ) { return statusDetail ; }
36,437
subsequently , newmethod name will fail . concode_field_sep String consumerSecret concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep String BASE64_ENCODING concode_elem_sep Map.Entry value concode_elem_sep String tokenSecret concode_elem_se...
void function ( String arg0 ) { NAME_TO_CLASS . remove ( arg0 ) ; }
36,438
creates a date . concode_field_sep Calendar CALENDAR concode_field_sep placeholderType placeHolder
Date function ( final int arg0 , final int arg1 , final int arg2 ) { CALENDAR . clear ( ) ; CALENDAR . set ( arg0 , arg1 - 1 , arg2 ) ; return CALENDAR . getTime ( ) ; }
36,439
create a new categorycontextmapping concode_field_sep String name concode_field_sep SortedMap<String,ContextMapping> loadMappings concode_elem_sep ContextMapping loadMapping concode_elem_sep E build concode_elem_sep GeolocationContextMapping.Builder location concode_elem_sep GeolocationContextMapping.Builder location c...
CategoryContextMapping . Builder function ( String arg0 , String arg1 , Iterable < String > arg2 ) { return new CategoryContextMapping . Builder ( arg0 , arg1 ) . addDefaultValues ( arg2 ) ; }
36,440
gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode...
String function ( ) { return queue ; }
36,441
return a function that maps from stringlabel labeled trees to labeledscoredtrees with a categorywordtag label . concode_field_sep TreeFactory tf concode_elem_sep TreeFactory tf concode_elem_sep TreeFactory tf concode_field_sep Function<Tree,Tree> getLabeledTreeToStringLabeledTreeFunction concode_elem_sep Function<Tree,...
Function < Tree , Tree > function ( ) { return new LabeledTreeToCategoryWordTagTreeFunction ( ) ; }
36,442
returns the primary key of this expando table . concode_field_sep ExpandoTable _expandoTable concode_field_sep long getClassNameId concode_elem_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isC...
long function ( ) { return _expandoTable . getPrimaryKey ( ) ; }
36,443
add the specified credential to the subject 's private credentials set . concode_field_sep SecurityDomain securityDomain concode_elem_sep Callback mappings concode_elem_sep Subject executionSubject concode_field_sep SecurityIdentity authenticate concode_elem_sep void handle concode_elem_sep void handleInternal concode_...
void function ( final Subject arg0 , final Object arg1 ) { if ( ! WildFlySecurityManager . isChecking ( ) ) { arg0 . getPrivateCredentials ( ) . add ( arg1 ) ; } else { AccessController . doPrivileged ( ( PrivilegedAction < Void > ) ( ) -> { arg0 . getPrivateCredentials ( ) . add ( arg1 ) ; return null ; } ) ; } }
36,444
end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep char stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem...
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; }
36,445
obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St...
IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; }
36,446
sets the value of the measurdefinitionid property . concode_field_sep int measurDefinitionId concode_field_sep int getMeasurDefinitionId
void function ( int arg0 ) { this . measurDefinitionId = arg0 ; }
36,447
extracts the first word from a timezone displayname . concode_field_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 TimeZone selectedTimeZone concode_elem...
String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } } return arg0 ; }
36,448
retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep...
String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; }
36,449
gives this key 's name . concode_field_sep String applyTo concode_elem_sep String name concode_elem_sep String id concode_elem_sep String type concode_elem_sep Class<?> desc concode_field_sep String getType concode_elem_sep String getApplyTo concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep S...
String function ( ) { return this . name ; }
36,450
the base path name that callers of the api must provide as part of the url after the domain name . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep BasePathMapping withStage concode_elem_sep int hashCode concode_elem_sep...
String function ( ) { return this . basePath ; }
36,451
tests whether this bag contains a given entry . concode_field_sep int numberOfEntries concode_elem_sep Node next concode_elem_sep T data concode_elem_sep Node firstNode concode_field_sep boolean add concode_elem_sep int getFrequencyOf concode_elem_sep void setNextNode concode_elem_sep void setData concode_elem_sep bool...
boolean function ( T arg0 ) { boolean loc0 = false ; Node loc1 = firstNode ; while ( ! loc0 && ( loc1 != null ) ) { if ( arg0 . equals ( loc1 . data ) ) loc0 = true ; else loc1 = loc1 . getNextNode ( ) ; } return loc0 ; }
36,452
returns the smallest power of two that is greater than or equal to the absolute value of x concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPowerOfTwo concode_elem_sep double log2
int function ( int arg0 ) { double loc0 = ( double ) arg0 ; return ( int ) Math . pow ( 2 , Math . ceil ( log2 ( loc0 ) ) ) ; }
36,453
utility method for jswrapper to throw an exception . concode_field_sep Extractor<JavaScriptObject> JSO_EXTRACTOR concode_elem_sep Extractor<Byte> BYTE_EXTRACTOR concode_elem_sep Extractor<Double> DOUBLE_EXTRACTOR concode_elem_sep Extractor<Integer> INTEGER_EXTRACTOR concode_elem_sep Extractor<String> STRING_EXTRACTOR c...
void function ( ) { throw new MultipleWrapperException ( ) ; }
36,454
send response concode_field_sep int port concode_elem_sep BufferedReader theIn concode_elem_sep PrintStream theOut concode_field_sep void init concode_elem_sep void readCommand concode_elem_sep void main
void function ( ) { String loc0 = "srini_string" ; theOut . println ( loc0 ) ; }
36,455
reformats the date from the form - dow mon dd hh : mm : ss zzz yyyy to mon/dd/yyyy hh : mm where dow is the day of the week , mon is the month , dd is the day of the month , hh is the hour of the day , mm is the minute within the hour , ss is the second within the minute , zzz is the time zone , and yyyy is the year . ...
String function ( KerberosTime arg0 ) { String loc0 = arg0 . toDate ( ) . toString ( ) ; return ( loc0 . substring ( 4 , 7 ) + "srini_string" + loc0 . substring ( 8 , 10 ) + "srini_string" + loc0 . substring ( 24 ) + "srini_string" + loc0 . substring ( 11 , 19 ) ) ; }
36,456
clears the memory of all dependencies among all compilation units tracked by this dependencyinfo instance . concode_field_sep Map<String,Set<String>> fIsDependedUponBy concode_elem_sep IProject fProject concode_elem_sep Map<String,Set<String>> fDependsUpon concode_elem_sep String fWorkspacePath concode_field_sep Set<St...
void function ( ) { fDependsUpon . clear ( ) ; fIsDependedUponBy . clear ( ) ; }
36,457
set the type of framing to use . the options for framing are : linefeed - means use anlf-delimited linefeed codec . length - means use a length-field based codec where the initialbytes of a message are the length of the rest of the message . concode_field_sep Environment environment concode_elem_sep String framing conc...
ReactorPeerFactoryBean < IN , OUT > function ( String arg0 ) { Assert . isTrue ( "srini_string" . equals ( arg0 ) || "srini_string" . equals ( arg0 ) ) ; this . framing = arg0 ; return this ; }
36,458
used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_fi...
void function ( Object arg0 ) { }
36,459
retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab...
ServerProperties function ( int arg0 , String arg1 ) { if ( StringUtil . isEmpty ( arg1 ) ) { return null ; } ServerProperties loc0 = new ServerProperties ( arg0 , arg1 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; }
36,460
return the source list for this holder . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_elem_sep boolean n...
List < E > function ( ) { return this . source ; }
36,461
sets the id of the first element returned . concode_field_sep Integer firstIndex concode_elem_sep Long last concode_elem_sep Long before concode_elem_sep Integer max concode_elem_sep Integer count concode_elem_sep Integer index concode_elem_sep Long after concode_elem_sep Long first concode_elem_sep String NAMESPACE co...
void function ( Long arg0 ) { this . first = arg0 ; }
36,462
return true if the specified servlet name matches the filtermapping otherwise return false . concode_field_sep Log log concode_elem_sep Module module concode_elem_sep List<String> urlPatterns concode_elem_sep String filterName concode_elem_sep List<String> servletNames concode_elem_sep long serialVersionUID concode_fie...
boolean function ( String arg0 , String arg1 ) { if ( arg1 == null ) { return false ; } log . debug ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; if ( ( "srini_string" ) . equals ( arg0 ) || arg1 . equals ( arg0 ) ) { return true ; } return false ; }
36,463
create a local map spill file name . concode_field_sep String SPILL_FILE_FORMAT_STRING concode_elem_sep LocalDirAllocator lDirAlloc concode_elem_sep String TASKTRACKER_OUTPUT concode_elem_sep String OUTPUT_FILE_FORMAT_STRING concode_elem_sep JobConf conf concode_elem_sep String OUTPUT_FILE_INDEX_FORMAT_STRING concode_e...
Path function ( int arg0 , long arg1 ) { String loc0 = String . format ( SPILL_FILE_FORMAT_STRING , id , TASKTRACKER_OUTPUT , arg0 ) ; return lDirAlloc . getLocalPathForWrite ( loc0 , arg1 , conf ) ; }
36,464
shuts down the queue buffer . once this method has been called , the queue buffer is not operational and all subsequent calls to it may fail concode_field_sep SendQueueBuffer sendBuffer concode_elem_sep ExecutorService executor concode_elem_sep ReceiveQueueBuffer receiveBuffer concode_elem_sep AtomicInteger threadCount...
void function ( ) { receiveBuffer . shutdown ( ) ; }
36,465
returns a string representing the object . concode_field_sep AreaRendererEndType TRUNCATE concode_elem_sep AreaRendererEndType TAPER concode_elem_sep String name concode_elem_sep AreaRendererEndType LEVEL concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep boolean equals
String function ( ) { return this . name ; }
36,466
returns the value of the metric . concode_field_sep String name concode_elem_sep T value concode_elem_sep Date timestamp concode_field_sep String getName concode_elem_sep Metric<S> set concode_elem_sep Date getTimestamp concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Metric<Long> incremen...
T function ( ) { return this . value ; }
36,467
setup the dictionary from the test data file . concode_field_sep Dict pList concode_elem_sep String TEST_SETTINGS concode_field_sep void testNavigate2 concode_elem_sep void testNavigate concode_elem_sep void testStructure concode_elem_sep void testNavigate3 concode_elem_sep void testLoadFile concode_elem_sep void testN...
void function ( ) { pList = PListParser . load ( new File ( TEST_SETTINGS ) ) ; }
36,468
cancel a request that is on top of the canceling queue . concode_field_sep BlockingQueue<CanceledRequest> cancelingQueue concode_elem_sep String id concode_elem_sep String HELLO_ASYNC_WORLD concode_elem_sep String CANCELED concode_elem_sep AsyncResponse asyncResponse concode_field_sep void get concode_elem_sep void get...
String function ( final String arg0 ) { final CanceledRequest loc0 = cancelingQueue . take ( ) ; loc0 . asyncResponse . cancel ( ) ; return CANCELED + "srini_string" + loc0 . id + "srini_string" + arg0 ; }
36,469
helper function that returns a concatenation of the loadpaths in the provided hdf . concode_field_sep String HDF_LOADPATHS concode_field_sep File locateFile
List < String > function ( HDF arg0 ) { return getLoadPaths ( arg0 , false ) ; }
36,470
a map of any extension parameters such as the x-foo = bar in rrule ; x-foo = bar . maps the parameter name , x-foo , to the parameter value , bar . concode_field_sep Pattern CONTENT_LINE_RE concode_elem_sep Pattern ICAL_SPECIALS concode_elem_sep String name concode_elem_sep Map<String,String> extParams concode_elem_sep...
Map < String , String > function ( ) { if ( null == extParams ) { extParams = new LinkedHashMap < String , String > ( ) ; } return extParams ; }
36,471
adds record of a new file , by filename and path . the path may be relative to a source compilation path . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List<String> filePathList concode_elem_sep int outpu...
void function ( String arg0 , String arg1 ) { int loc0 = filePathList . indexOf ( arg1 ) ; if ( loc0 == - 1 ) { fileNameList . add ( arg0 ) ; filePathList . add ( arg1 ) ; } }
36,472
tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co...
boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; }
36,473
find the first element that matches the provided filter and convert it using the provided mapper . if no element matches the provided filter or if the collection is empty , the provided default value is returned . if this collection does not maintain order like set it is undefined which value is returned . concode_fiel...
DSTTYPE function ( @ Nullable final Predicate < ? super ELEMENTTYPE > arg0 , @ Nonnull final Function < ? super ELEMENTTYPE , DSTTYPE > arg1 , @ Nullable final DSTTYPE arg2 ) { return CollectionHelper . findFirstMapped ( this , arg0 , arg1 , arg2 ) ; }
36,474
the main program entry point . sets up and parses the command line options , then merges those options and then dumps those options and the runs the corresponding map/reduce job that those operations represent and then writes the report for the output of the run that occurred . concode_field_sep Log LOG concode_elem_se...
void function ( String [ ] arg0 ) { Configuration loc0 = new Configuration ( true ) ; SliveTest loc1 = new SliveTest ( loc0 ) ; int loc2 = ToolRunner . run ( loc1 , arg0 ) ; System . exit ( loc2 ) ; }
36,475
to string concode_field_sep int m_col concode_elem_sep int m_row concode_field_sep int getCol concode_elem_sep ALayoutConstraint createNext concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep int getRow
String function ( ) { return "srini_string" + m_row + "srini_string" + m_col + "srini_string" ; }
36,476
returns the width of the icon . concode_field_sep BufferedImage image concode_elem_sep int width concode_elem_sep long serialVersionUID concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep ImageIcon get
int function ( ) { return width ; }
36,477
checks if this file already registered to a replica catalogue concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concod...
boolean function ( ) { boolean loc0 = true ; if ( id == File . NOT_REGISTERED ) { loc0 = false ; } return loc0 ; }
36,478
rotates the anchor around u , v = 0 , 0 . concode_field_sep RotationLayout mRotationLayout concode_elem_sep int STYLE_ORANGE concode_elem_sep int STYLE_PURPLE concode_elem_sep int STYLE_GREEN concode_elem_sep int STYLE_RED concode_elem_sep int STYLE_BLUE concode_elem_sep ViewGroup mContainer concode_elem_sep Context mC...
float function ( float arg0 , float arg1 ) { switch ( mRotation ) { case 0 : return arg0 ; case 1 : return 1 - arg1 ; case 2 : return 1 - arg0 ; case 3 : return arg1 ; } throw new IllegalStateException ( ) ; }
36,479
gets the value of the results 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 results property . for example , to add a new item , do as...
List < Activity > function ( ) { if ( results == null ) { results = new ArrayList < Activity > ( ) ; } return this . results ; }
36,480
update progress . concode_field_sep String boundary concode_elem_sep int bytesWritten concode_elem_sep char[] MULTIPART_CHARS concode_elem_sep ByteArrayOutputStream out concode_elem_sep List<FilePart> fileParts concode_elem_sep String TAG concode_elem_sep byte[] TRANSFER_ENCODING_BINARY concode_elem_sep AbHttpResponseL...
void function ( int arg0 ) { bytesWritten += arg0 ; responseListener . sendProgressMessage ( bytesWritten , totalSize ) ; }
36,481
binds an action to a jcomponent via the action 's configured accelerator_key . concode_field_sep PlaceHolder placeHolder concode_field_sep void tieButtonSizes concode_elem_sep void tieButtonSizes concode_elem_sep void scrollToExtremity concode_elem_sep void bindDoubleClickAndEnter concode_elem_sep void scroll concode_e...
void function ( JComponent arg0 , Action arg1 ) { KeyStroke loc0 = ( KeyStroke ) arg1 . getValue ( Action . ACCELERATOR_KEY ) ; initKeyBinding ( arg0 , loc0 , arg1 ) ; }
36,482
gets the value of the description property . concode_field_sep String code concode_elem_sep String name concode_elem_sep String description concode_elem_sep Operation operation concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setCode concode_elem_sep Operation getOperation concode_el...
String function ( ) { return description ; }
36,483
inserts a string at a given position in the buffer . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastStringBuffer appendN concode_elem_...
FastStringBuffer function ( int arg0 , String arg1 ) { int loc0 = arg1 . length ( ) ; int loc1 = count + loc0 ; if ( loc1 > value . length ) { resizeForMinimum ( loc1 ) ; } System . arraycopy ( value , arg0 , value , arg0 + loc0 , count - arg0 ) ; arg1 . getChars ( 0 , loc0 , value , arg0 ) ; count = loc1 ; return this...
36,484
get the block 's datanode locations concode_field_sep String[] storageIDs concode_elem_sep String[] datanodeUuids concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_elem_sep StorageType[] storageTypes concode_field_sep Block getBlock concode_elem_sep StringBuilder appendString concode_ele...
String [ ] function ( ) { return datanodeUuids ; }
36,485
returns true if cars/motorcycles/hgv are explicitly denied access . concode_field_sep I18NString creativeName concode_elem_sep Map<String,String> _tags concode_elem_sep long id concode_field_sep boolean isTagDeniedAccess concode_elem_sep Map<String,String> getTagsByPrefix concode_elem_sep boolean isMotorcarExplicitlyDe...
boolean function ( ) { return isTagDeniedAccess ( "srini_string" ) ; }
36,486
return the value of the branchcontractedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper c...
String function ( ) { return branchContractedIcon ; }
36,487
sets the element at position i to the given value . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int shift concode_elem_sep long serialVersionUID concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep boolean weakCompareA...
void function ( int arg0 , long arg1 ) { unsafe . putLongVolatile ( array , checkedByteOffset ( arg0 ) , arg1 ) ; }
36,488
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
36,489
return type metadata object concode_field_sep java.lang.String[] urls concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.axis...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
36,490
gest parameter value from the the session scope . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Obje...
String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; }
36,491
initializes a double matrix with normal distributed gaussian noise . concode_field_sep PlaceHolder placeHolder concode_field_sep double rowAverage concode_elem_sep double maxDouble concode_elem_sep void rowInitNormal concode_elem_sep List<Double> rowDifference concode_elem_sep void columnInitNormal concode_elem_sep int...
void function ( Matrix < Double > arg0 , double arg1 , double arg2 ) { Random loc0 = Random . getInstance ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . dim1 ; loc1 ++ ) for ( int loc2 = 0 ; loc2 < arg0 . dim2 ; loc2 ++ ) arg0 . set ( loc1 , loc2 , loc0 . nextNormal ( arg1 , arg2 ) ) ; }
36,492
generate a random matrix with respect to the number of inputs and outputs . this is a bound uniform distribution with the specified minimum and maximum concode_field_sep char DEFAULT_WEIGHT_INIT_ORDER concode_field_sep INDArray reshapeWeights concode_elem_sep INDArray reshapeWeights concode_elem_sep INDArray initWeight...
INDArray function ( int [ ] arg0 , int arg1 , int arg2 ) { double loc0 = - 4.0 * Math . sqrt ( 6.0 / ( double ) ( arg2 + arg1 ) ) ; double loc1 = 4.0 * Math . sqrt ( 6.0 / ( double ) ( arg2 + arg1 ) ) ; return Nd4j . rand ( arg0 , Nd4j . getDistributions ( ) . createUniform ( loc0 , loc1 ) ) ; }
36,493
sets the value of the resourceadaptortypename property . concode_field_sep ResourceAdaptorTypeName resourceAdaptorTypeName concode_elem_sep ResourceAdaptorTypeVersion resourceAdaptorTypeVersion concode_elem_sep String id concode_elem_sep ResourceAdaptorTypeVendor resourceAdaptorTypeVendor concode_field_sep void setReso...
void function ( ResourceAdaptorTypeName arg0 ) { this . resourceAdaptorTypeName = arg0 ; }
36,494
the vpc id of the cluster subnet group . concode_field_sep String vpcId concode_elem_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String clusterSubnetGroupName concode_elem_sep String subnetGroupStatus concode_elem_sep com.amazonaws.internal.L...
void function ( String arg0 ) { this . vpcId = arg0 ; }
36,495
gets the date_order value for this projectversiondata . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar date_order concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep j...
java . util . Calendar function ( ) { return date_order ; }
36,496
get the cmap which maps the characters in this font to unicode names concode_field_sep String subtype concode_elem_sep PDFCMap unicodeMap concode_elem_sep PDFFontDescriptor descriptor concode_elem_sep PDFFontEncoding encoding concode_elem_sep String baseFont concode_elem_sep Map<Character,PDFGlyph> charCache concode_fi...
PDFCMap function ( ) { return this . unicodeMap ; }
36,497
gets the file version . concode_field_sep int endLine concode_elem_sep int endColumn concode_elem_sep int GRADIENT_ENTRIES_MAX_INCLUSIVE concode_elem_sep int startLine concode_elem_sep double ALPHA_MAX_INCLUSIVE concode_elem_sep double EPSILON concode_elem_sep String uri concode_elem_sep int COLOR_RED concode_elem_sep ...
FXGVersion function ( ) { return ( ( GraphicNode ) this . documentNode ) . getVersion ( ) ; }
36,498
return the number of supported entity references . concode_field_sep Map<String,Character> entityReferenceToCharacterMap concode_elem_sep char REFERENCE_START concode_elem_sep String HEX_REFERENCE_START concode_elem_sep String PROPERTIES_FILE concode_elem_sep char CHAR_NULL concode_elem_sep char REFERENCE_END concode_e...
int function ( ) { return this . entityReferenceToCharacterMap . size ( ) ; }
36,499
sets the source of random numbers used when generating keys . if you do not provide one , a system default facility is used . you may wish to provide your own source of random numbers to get a reproducible sequence of keys and signatures , or because you may be able to take advantage of strong sources of randomness/ent...
void function ( SecureRandom arg0 ) { prng = arg0 ; }