idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
18,100 | gets the shared slot into which this constraint 's tasks are places . concode_field_sep boolean locationLocked concode_elem_sep SharedSlot sharedSlot concode_elem_sep CoLocationGroup group concode_field_sep Instance getLocation concode_elem_sep boolean isAssigned concode_elem_sep void lockLocation concode_elem_sep bool... | SharedSlot function ( ) { return sharedSlot ; } |
18,101 | checks if text is empty characters < = space concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep Str... | boolean function ( String arg0 ) { int loc0 = arg0 == null ? 0 : arg0 . length ( ) ; while ( loc0 > 0 ) { if ( arg0 . charAt ( -- loc0 ) > ' ' ) { return false ; } } return true ; } |
18,102 | this method is idempotent . concode_field_sep long startTime concode_elem_sep OperatingSystemMXBean OS_JMX concode_elem_sep ImmutableList<String> shellCommandArgs concode_elem_sep Optional<String> stdout concode_elem_sep Path workingDirectory concode_elem_sep Logger LOG concode_elem_sep Optional<String> stderr concode_... | ImmutableList < String > function ( ExecutionContext arg0 ) { if ( shellCommandArgs == null ) { shellCommandArgs = getShellCommandInternal ( arg0 ) ; LOG . debug ( "srini_string" , Joiner . on ( "srini_string" ) . join ( shellCommandArgs ) ) ; } return shellCommandArgs ; } |
18,103 | gets the float value of the field on the jsonobject with the given name , or the given default value if the field is missing . concode_field_sep String __OBFID concode_field_sep String getJsonElementStringValue concode_elem_sep JsonArray getJsonObjectJsonArrayField concode_elem_sep String getJsonObjectStringFieldValueO... | float function ( JsonObject arg0 , String arg1 , float arg2 ) { return arg0 . has ( arg1 ) ? getJsonElementFloatValue ( arg0 . get ( arg1 ) , arg1 ) : arg2 ; } |
18,104 | extracts the session of this result value . concode_field_sep ResponseHeader header concode_elem_sep HttpEntity body concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_elem_sep Cookie cookie concode_elem_sep Result withHeaders concode_elem_sep HttpEntity body concode_elem_sep... | Session function ( ) { return JavaResultExtractor . getSession ( header ) ; } |
18,105 | putshort methods ... concode_field_sep long SIZEOF_BYTE concode_elem_sep long SIZEOF_DOUBLE concode_elem_sep long SIZEOF_FLOAT concode_elem_sep long baseAddress concode_elem_sep long SIZEOF_INT concode_elem_sep long curAddress concode_elem_sep long SIZEOF_LONG concode_elem_sep Unsafe unsafe concode_elem_sep int COPY_FR... | RenderBuffer function ( short arg0 ) { unsafe . putShort ( curAddress , arg0 ) ; curAddress += SIZEOF_SHORT ; return this ; } |
18,106 | the current number of manual snapshots of the directory . concode_field_sep Boolean manualSnapshotsLimitReached concode_elem_sep Integer manualSnapshotsCurrentCount concode_elem_sep Integer manualSnapshotsLimit concode_field_sep void setManualSnapshotsCurrentCount concode_elem_sep void setManualSnapshotsLimitReached co... | SnapshotLimits function ( Integer arg0 ) { setManualSnapshotsCurrentCount ( arg0 ) ; return this ; } |
18,107 | set the version value . concode_field_sep DateTime storageUrlExpiry concode_elem_sep String format concode_elem_sep DateTime lastActivationTime concode_elem_sep String id concode_elem_sep PackageState state concode_elem_sep String version concode_elem_sep String storageUrl concode_field_sep ApplicationPackageInner with... | ApplicationPackageInner function ( String arg0 ) { this . version = arg0 ; return this ; } |
18,108 | obtains my progress monitor . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOperationH... | IProgressMonitor function ( ) { return monitor ; } |
18,109 | complete this progressstatus and all sub-progressstatuses but does not fire event to parent statuses . concode_field_sep ProgressStatusBase parent concode_elem_sep Set<ChildProgressStatus> children concode_elem_sep int totalStepCount concode_elem_sep boolean completed concode_elem_sep String name concode_elem_sep Progr... | boolean function ( ) { if ( completed ) { return false ; } if ( totalStepCount >= 0 ) { currentStepCount = totalStepCount ; } completed = true ; for ( ChildProgressStatus loc0 : children ) { loc0 . getProgressStatus ( ) . completeSilently ( ) ; } return true ; } |
18,110 | creates a new filter description with the given class . the filter name is inferred from the simple name of the class . concode_field_sep ServletContainer container concode_field_sep WebResourceCollection webResourceCollection concode_elem_sep SecurityConstraint securityConstraint concode_elem_sep LoginConfig loginConf... | FilterInfo function ( final Class < ? extends Filter > arg0 ) { return filter ( arg0 . getSimpleName ( ) , arg0 ) ; } |
18,111 | setter method for ticketdetailslist concode_field_sep String endDate concode_elem_sep List subCategoryDetails concode_elem_sep List subSubCategoryDetails concode_elem_sep List categoryDetails concode_elem_sep String reportFormat concode_elem_sep int subCategoryID concode_elem_sep int classificationID concode_elem_sep S... | void function ( List arg0 ) { this . ticketDetailsList = arg0 ; } |
18,112 | determines if the os on which ant is executing matches the given os architecture . concode_field_sep String FAMILY_WINDOWS concode_elem_sep String FAMILY_9X concode_elem_sep String FAMILY_ZOS concode_elem_sep String PATH_SEP concode_elem_sep String OS_NAME concode_elem_sep String FAMILY_OS2 concode_elem_sep String FAMI... | boolean function ( String arg0 ) { return isOs ( null , null , arg0 , null ) ; } |
18,113 | sets the value of the textadspec property . concode_field_sep TextAdSpec textAdSpec concode_elem_sep InStreamAdSpec inStreamAdSpec concode_elem_sep DisplayAdSpec displayAdSpec concode_field_sep DisplayAdSpec getDisplayAdSpec concode_elem_sep void setInStreamAdSpec concode_elem_sep TextAdSpec getTextAdSpec concode_elem_... | void function ( TextAdSpec arg0 ) { this . textAdSpec = arg0 ; } |
18,114 | get the specified data item as a boolean . concode_field_sep boolean[] data concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep int size concode_elem_sep void setData concode_elem_sep void setData concode_elem_sep void setData concode_elem_sep void clear concode_elem_sep MLData clone conc... | boolean function ( final int arg0 ) { return this . data [ arg0 ] ; } |
18,115 | return an iterator of all children of this node . if there are no children , an empty iterator is returned . 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_el... | Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; } |
18,116 | get token end line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn... | int function ( ) { return bufline [ bufpos ] ; } |
18,117 | the number of deadlocks . concode_field_sep long st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep long st_maxlsteals concode_elem_sep int st_partitions concode_elem_sep long st_part_max_nowait concode_elem_sep long st_objs_wait concod... | long function ( ) { return st_ndeadlocks ; } |
18,118 | returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_... | boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; } |
18,119 | specifies the parts of web requests that you want to inspect for cross-site scripting attacks . note : this method appends the values to the existing list if any . use #setxssmatchtuples java.util.collection or #withxssmatchtuples java.util.collection if you want to overridethe existing values . concode_field_sep java.... | XssMatchSet function ( XssMatchTuple ... arg0 ) { if ( this . xssMatchTuples == null ) { setXssMatchTuples ( new java . util . ArrayList < XssMatchTuple > ( arg0 . length ) ) ; } for ( XssMatchTuple loc0 : arg0 ) { this . xssMatchTuples . add ( loc0 ) ; } return this ; } |
18,120 | gets the number of successful messages that also returned a canonical registration id . concode_field_sep long multicastId concode_elem_sep int success concode_elem_sep int failure concode_elem_sep int canonicalIds concode_elem_sep List<Result> results concode_elem_sep List<Result> results concode_elem_sep List<Long> r... | int function ( ) { return canonicalIds ; } |
18,121 | copies additional information from the source to the result . inherited classes can override this method and copy their specific data . concode_field_sep String copyFromAbsoluteFilePath concode_elem_sep String charset concode_elem_sep String fileName concode_elem_sep boolean probeContentType concode_elem_sep Logger LOG... | void function ( GenericFile < T > arg0 , GenericFile < T > arg1 ) { } |
18,122 | resets the underlying byte input to start a new segment . the bit buffer is flushed . concode_field_sep ByteInputBuffer in concode_elem_sep int bpos concode_elem_sep int bbuf concode_field_sep int readBit concode_elem_sep void flush concode_elem_sep boolean checkBytePadding | void function ( byte arg0 [ ] , int arg1 , int arg2 ) { in . setByteArray ( arg0 , arg1 , arg2 ) ; bbuf = 0 ; bpos = - 1 ; } |
18,123 | enables / disables auto throttling on the concurrentmergescheduler concode_field_sep Setting<Integer> MAX_MERGE_COUNT_SETTING concode_elem_sep int maxThreadCount concode_elem_sep int maxMergeCount concode_elem_sep boolean autoThrottle concode_elem_sep Setting<Boolean> AUTO_THROTTLE_SETTING concode_elem_sep Setting<Inte... | void function ( boolean arg0 ) { this . autoThrottle = arg0 ; } |
18,124 | lookup a value from the nonserializablefactory map . concode_field_sep Map wrapperMap concode_field_sep void bind concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep Object getObjec... | Object function ( Name arg0 ) { String loc0 = arg0 . toString ( ) ; Object loc1 = wrapperMap . get ( loc0 ) ; return loc1 ; } |
18,125 | extracts list of all executables associated with given collection of label artifacts . concode_field_sep int MAX_PATHS_SHOWN concode_elem_sep ImmutableSet<Options> options concode_elem_sep Map<Label,Collection<Artifact>> locationMap concode_elem_sep String LOCATION concode_elem_sep RuleContext ruleContext concode_elem_... | Set < String > function ( Collection < Artifact > arg0 , boolean arg1 ) { TreeSet < String > loc0 = Sets . newTreeSet ( ) ; for ( Artifact loc1 : arg0 ) { PathFragment loc2 = arg1 ? loc1 . getExecPath ( ) : loc1 . getRootRelativePath ( ) ; if ( loc2 != null ) { loc0 . add ( loc2 . getPathString ( ) ) ; } } return loc0 ... |
18,126 | sets the country value for this address . concode_field_sep java.lang.String zip concode_elem_sep java.lang.String country concode_elem_sep java.lang.String address concode_elem_sep java.lang.String city concode_elem_sep org.tatrc.paws.encounter.ConceptValue addressType concode_elem_sep java.lang.Object __equalsCalc co... | void function ( java . lang . String arg0 ) { this . country = arg0 ; } |
18,127 | gets the parent jframe of the component . concode_field_sep PlaceHolder placeHolder concode_field_sep void addWindowListener concode_elem_sep void addBrowseBehavior concode_elem_sep void packLater concode_elem_sep void browse | JFrame function ( Component arg0 ) { return ( JFrame ) SwingUtilities . getWindowAncestor ( arg0 ) ; } |
18,128 | returns the standard error of the estimate for the slope . concode_field_sep double r2 concode_elem_sep double svar concode_elem_sep double intercept concode_elem_sep double svar1 concode_elem_sep double svar0 concode_elem_sep double slope concode_elem_sep int N concode_field_sep double R2 concode_elem_sep double inter... | double function ( ) { return Math . sqrt ( svar1 ) ; } |
18,129 | get one of the libraries . concode_field_sep TunesArtist artist concode_elem_sep int anomalyCount concode_elem_sep TunesSources sources concode_elem_sep LibraryTable libraries concode_elem_sep ArrayList<TunesArtist> artists concode_elem_sep int artistIndex concode_elem_sep DefaultMutableTreeNode anomalyRoot concode_ele... | TunesLibrary function ( int arg0 ) { if ( arg0 >= 0 && arg0 < libraries . size ( ) ) { return libraries . get ( arg0 ) ; } else { return null ; } } |
18,130 | normally pattern formatters are not meant to handle exceptions although few pattern formatters might . by examining the return values for this method , the containing layout will determine whether it handles throwables or not . concode_field_sep FormattingInfo field concode_elem_sep LogEventPatternConverter converter c... | boolean function ( ) { return converter . handlesThrowable ( ) ; } |
18,131 | sets an indication about whether the preferred encoding for the slots of concepts compliants to this schema is by oredr or by name . it should be noted however that the content language encoder is free to use or ignore this indication depending on the cl grammar and actual implementation . concode_field_sep int UNLIMIT... | void function ( boolean arg0 ) { encodingByOrder = arg0 ; } |
18,132 | retrieves a character from the alphabet for display in the ui . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep ... | String function ( int arg0 , int arg1 ) { String loc0 = "srini_string" ; intValue = ( arg0 + ( arg1 * rows ) ) ; if ( intValue <= NUMBER_OF_ITEMS ) { loc0 = getCharacter ( intValue ) ; } return loc0 ; } |
18,133 | close the passed jms connectionconsumer concode_field_sep Logger s_aLogger concode_field_sep JMSException createException | void function ( @ Nullable final ConnectionConsumer arg0 ) { if ( arg0 != null ) try { arg0 . close ( ) ; } catch ( final JMSException loc0 ) { s_aLogger . error ( "srini_string" + arg0 . toString ( ) , loc0 ) ; } } |
18,134 | evaluate xpath string to an xobject . using this method , xpath namespace prefixes will be resolved from the namespacenode . concode_field_sep XPathContext xpathSupport concode_field_sep NodeList selectNodeList concode_elem_sep NodeList selectNodeList concode_elem_sep Node selectSingleNode concode_elem_sep Node selectS... | XObject function ( Node arg0 , String arg1 ) { return eval ( arg0 , arg1 , arg0 ) ; } |
18,135 | adds a new point concode_field_sep String id concode_elem_sep SortedMap<Integer,Coord> points concode_field_sep double getDistance concode_elem_sep double getAngle concode_elem_sep Vector2D getVector concode_elem_sep String getId concode_elem_sep SortedMap<Integer,Coord> getPoints | void function ( Coord arg0 , int arg1 ) { points . put ( arg1 , arg0 ) ; } |
18,136 | reports an error using the specified resource key and text formatting arguments . concode_field_sep ClassDoc docException concode_elem_sep ClassDoc docRemoteException concode_elem_sep boolean verbose concode_elem_sep List<File> generatedFiles concode_elem_sep RootDoc rootDoc concode_elem_sep ClassDoc docRemote concode_... | void function ( String arg0 , String ... arg1 ) { rootDoc . printError ( Resources . getText ( arg0 , arg1 ) ) ; } |
18,137 | returns macro with given name concode_field_sep HashMap<String,Macro> macroMap concode_elem_sep ArrayList<Macro> macroList concode_field_sep void removeAllMacros concode_elem_sep String getMacroXML concode_elem_sep void removeMacro concode_elem_sep int getMacroID concode_elem_sep ArrayList<Macro> getAllMacros concode_e... | Macro function ( String arg0 ) { return macroMap . get ( StringUtil . toLowerCase ( arg0 ) ) ; } |
18,138 | how long the longest single execution took . concode_field_sep long maxTime concode_elem_sep long totalTime concode_elem_sep long minTime concode_field_sep String toString concode_elem_sep long getMinTime concode_elem_sep long getTotalTime | long function ( ) { return maxTime ; } |
18,139 | get the optional noteid that this note is a reply to . concode_field_sep NoteType noteType concode_elem_sep Optional<NoteId> replyToId concode_elem_sep UserId author concode_elem_sep Optional<String> subject concode_elem_sep NoteHeader header concode_elem_sep NoteId noteId concode_elem_sep String body concode_elem_sep ... | Optional < NoteId > function ( ) { return header . getReplyToId ( ) ; } |
18,140 | debug log message . 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } |
18,141 | clear all data concode_field_sep String[] sProjection concode_elem_sep String METHOD concode_elem_sep String REQUEST concode_elem_sep String STATUS concode_elem_sep int STATUS_FIELD concode_elem_sep Uri CONTENT_URI concode_elem_sep String NAME concode_elem_sep int mStatus concode_elem_sep String mName concode_elem_sep ... | void function ( ) { mID = - 1 ; mName = "srini_string" ; mRequest = "srini_string" ; mStatus = - 1 ; mMethod = - 1 ; mResult = - 1 ; } |
18,142 | gets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MIImageDescriptionType miImageDescription concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type co... | String function ( ) { return href ; } |
18,143 | apply the default values . concode_field_sep Account owner concode_elem_sep Logger log concode_elem_sep Integer numberOfPages concode_elem_sep long serialVersionUID concode_elem_sep Integer id concode_elem_sep Integer version concode_elem_sep IdentifiableHashBuilder identifiableHashBuilder concode_elem_sep String bookT... | Book function ( ) { return this ; } |
18,144 | sets the created by . concode_field_sep Boolean deleteFlag concode_elem_sep String createdBy concode_elem_sep String lastModifiedBy concode_elem_sep Date createdTimestamp concode_elem_sep long version concode_elem_sep Date lastModifiedTimestamp concode_elem_sep Boolean statusFlag concode_field_sep long getVersion conco... | void function ( String arg0 ) { this . createdBy = arg0 ; } |
18,145 | is a number ? concode_field_sep int DATE concode_elem_sep int STRING concode_elem_sep int kind concode_elem_sep int PI concode_elem_sep int NUMBER concode_elem_sep int SET concode_elem_sep int LITERAL concode_elem_sep int type concode_elem_sep int ATTRIBUTE concode_elem_sep String attributeId concode_elem_sep int CONCE... | boolean function ( ) { return ( this . type == NUMBER ) ; } |
18,146 | get the nameavailable value . concode_field_sep String reason concode_elem_sep Boolean nameAvailable concode_elem_sep String message concode_field_sep CheckNameAvailabilityOutputInner withNameAvailable concode_elem_sep String reason concode_elem_sep CheckNameAvailabilityOutputInner withReason concode_elem_sep String me... | Boolean function ( ) { return this . nameAvailable ; } |
18,147 | sets the company id of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep... | void function ( long arg0 ) { _systemEvent . setCompanyId ( arg0 ) ; } |
18,148 | some text . concode_field_sep String fFirstName concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... | void function ( String arg0 ) { } |
18,149 | sets the mvcc version of this subscription . concode_field_sep Subscription _subscription concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem... | void function ( long arg0 ) { _subscription . setMvccVersion ( arg0 ) ; } |
18,150 | returns asn .1 encoded form of this x. 509 othername value . concode_field_sep ASN1Sequence ASN1 concode_elem_sep String typeID concode_elem_sep byte[] encoding concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void getValues concode_elem_sep Object getDecodedObject | byte [ ] function ( ) { if ( encoding == null ) { encoding = ASN1 . encode ( this ) ; } return encoding ; } |
18,151 | fix multiple assignment by doing silent closes on each rs hosting the region and then force zk unassigned node to offline to trigger assignment by master . concode_field_sep Log LOG concode_field_sep void closeRegionSilentlyAndWait concode_elem_sep HRegion createHDFSRegionDir concode_elem_sep void waitUntilAssigned con... | void function ( Connection arg0 , HRegionInfo arg1 , List < ServerName > arg2 ) { HRegionInfo loc0 = new HRegionInfo ( arg1 ) ; for ( ServerName loc1 : arg2 ) { closeRegionSilentlyAndWait ( arg0 , loc1 , loc0 ) ; } forceOfflineInZK ( arg0 . getAdmin ( ) , loc0 ) ; } |
18,152 | simple ` main ' to facilitate manual testing of the pause monitor . this main function just leaks memory into a list . running this class with a 1gb heap will very quickly go into `` gc hell '' and result in log messages about the gc pauses . concode_field_sep Thread monitorThread concode_elem_sep long gcTimeMillis con... | void function ( String [ ] arg0 ) { new JvmPauseMonitor ( new Configuration ( ) ) . start ( ) ; List < String > loc0 = Lists . newArrayList ( ) ; int loc1 = 0 ; while ( true ) { loc0 . add ( String . valueOf ( loc1 ++ ) ) ; } } |
18,153 | invoked after the response is updated with the status code and headers , if the responsebodyemitter is wrapped in a responseentity , but before the response is committed , i.e. before the response body has been written to . the default implementation is empty . concode_field_sep Runnable delegate concode_elem_sep Handl... | void function ( ServerHttpResponse arg0 ) { } |
18,154 | returns all document phrases that were mapped to this candidate . concode_field_sep double totalWikipKeyphraseness concode_elem_sep double wikipKeyphraseness concode_elem_sep double termFrequency concode_elem_sep HashMap<String,Counter> fullForms concode_elem_sep String title concode_elem_sep Article article concode_el... | HashMap < String , Counter > function ( ) { return fullForms ; } |
18,155 | sets the time in the given calendar using the given milliseconds value ; wrapper method to allow use of more efficient jdk1 .4 method on jdk1 .4 was protected in earlier versions . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT1 concode_elem_sep SimpleDateForm... | void function ( Calendar arg0 , long arg1 ) { arg0 . setTimeInMillis ( arg1 ) ; } |
18,156 | set the number of started sch 's concode_field_sep String desiredState concode_elem_sep String displayName concode_elem_sep String clusterName concode_elem_sep int installedCount concode_elem_sep String desiredStackVersion concode_elem_sep Long clusterId concode_elem_sep String componentName concode_elem_sep String ser... | void function ( int arg0 ) { this . startedCount = arg0 ; } |
18,157 | getsessioncontext concode_field_sep Connection con concode_elem_sep String strClassName concode_elem_sep WSConnectionPooling conPool concode_elem_sep SessionContext mySessionCtx concode_elem_sep Logger logger concode_elem_sep DataSource ds concode_field_sep void ejbCreate concode_elem_sep ArrayList getGroupList concode... | javax . ejb . SessionContext function ( ) { return mySessionCtx ; } |
18,158 | the method hassimulationview specifies if the monitor has an agent independent , graphical representation that can be displayed in the visualizers main window . if the method returns true , getsimulationview should return the graphical representation . concode_field_sep PositiveBoundedRangeModel dayModel concode_elem_s... | boolean function ( ) { return false ; } |
18,159 | create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists | File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; } |
18,160 | set the subject concode_field_sep NameIDType issuerID concode_elem_sep List<StatementAbstractType> statements concode_elem_sep AssertionType issuedAssertion concode_elem_sep ConditionsType conditions concode_elem_sep SubjectType subjectType concode_field_sep AssertionType getIssuedAssertion concode_elem_sep ConditionsT... | void function ( SubjectType arg0 ) { this . subjectType = arg0 ; } |
18,161 | checks whether all machines of this resource are working properly or not . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTH... | boolean function ( ) { boolean loc0 = false ; if ( getNumberOfFailedHosts ( ) == 0 ) { loc0 = true ; } return loc0 ; } |
18,162 | store the managed bean inside the request scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... | void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . put ( arg0 , arg1 ) ; } |
18,163 | helper method for #copyshapefiles . concode_field_sep URI NSURI concode_elem_sep File tempDir concode_field_sep FileStoreFactory getFileStoreFactory concode_elem_sep void deleteDirectory concode_elem_sep File copyShapefiles concode_elem_sep File copyShapefiles concode_elem_sep void tearDown | String function ( String arg0 , final String arg1 ) { final int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 >= 0 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } return arg0 + '.' + arg1 ; } |
18,164 | moves this particle in a straight line based on its velocity for the specified amount of time . concode_field_sep double vx concode_elem_sep double vy concode_elem_sep Color color concode_elem_sep double INFINITY concode_elem_sep double rx concode_elem_sep double ry concode_elem_sep double mass concode_elem_sep int cou... | void function ( double arg0 ) { rx += vx * arg0 ; ry += vy * arg0 ; } |
18,165 | sets the image id of this product . concode_field_sep Product _product concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_elem_sep boolean i... | void function ( long arg0 ) { _product . setImageId ( arg0 ) ; } |
18,166 | gets event type name . concode_field_sep String msg concode_elem_sep ClusterNode node concode_elem_sep IgniteUuid id concode_elem_sep long locId concode_elem_sep long serialVersionUID concode_elem_sep int type concode_elem_sep long tstamp concode_field_sep long localOrder concode_elem_sep void node concode_elem_sep Clu... | String function ( ) { return U . gridEventName ( type ( ) ) ; } |
18,167 | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... | void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } |
18,168 | gets types configuration . concode_field_sep Collection<BinaryTypeConfiguration> typeCfgs concode_elem_sep boolean compactFooter concode_elem_sep BinaryIdMapper idMapper concode_elem_sep BinarySerializer serializer concode_elem_sep boolean DFLT_COMPACT_FOOTER concode_elem_sep BinaryNameMapper nameMapper concode_field_s... | Collection < BinaryTypeConfiguration > function ( ) { return typeCfgs ; } |
18,169 | sets the ` dead ' bytes . these bytes are left if the content of the box has been parsed but not all bytes have been used up . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer... | void function ( ByteBuffer arg0 ) { deadBytes = arg0 ; } |
18,170 | set the name slot of this object . concode_field_sep String ownership concode_elem_sep String name concode_elem_sep List ontology concode_elem_sep List interactionProtocols concode_elem_sep List language concode_elem_sep String type concode_elem_sep List properties concode_field_sep Iterator getAllProtocols concode_ele... | void function ( String arg0 ) { name = arg0 ; } |
18,171 | used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep P... | void function ( Object arg0 ) { log . trace ( "srini_string" ) ; } |
18,172 | gets the coefficients of the constraint left hand side . concode_field_sep RealVector coefficients concode_elem_sep Relationship relationship concode_elem_sep long serialVersionUID concode_elem_sep double value concode_field_sep double getValue concode_elem_sep int hashCode concode_elem_sep void writeObject concode_ele... | RealVector function ( ) { return coefficients ; } |
18,173 | fix for bug id 6255588 from sun bug database concode_field_sep int pageOffset concode_elem_sep Log log concode_elem_sep JasperPrint jasperPrint concode_field_sep int print concode_elem_sep long getImageSize concode_elem_sep Image printPageToImage concode_elem_sep Image printPageToImage concode_elem_sep boolean printPag... | void function ( PrinterJob arg0 ) { try { arg0 . setPrintService ( arg0 . getPrintService ( ) ) ; } catch ( PrinterException loc0 ) { } } |
18,174 | restores the annotationcomponents state to the state stored during the construction of this object . concode_field_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2D.Float userSpaceRectangle concode_field_sep void apply concode_elem_sep void synchronizeState | void function ( ) { if ( annotationComponent != null && annotationComponent . getAnnotation ( ) != null ) { Annotation loc0 = annotationComponent . getAnnotation ( ) ; restore ( loc0 ) ; synchronizeState ( ) ; } } |
18,175 | returns the branch qualifier . concode_field_sep byte[] branchQualifier_ concode_elem_sep int formatId_ concode_elem_sep byte[] globalTransactionId_ concode_elem_sep String copyright concode_field_sep byte[] getGlobalTransactionId concode_elem_sep int getFormatId concode_elem_sep byte[] toBytes concode_elem_sep byte[] ... | byte [ ] function ( ) { return branchQualifier_ ; } |
18,176 | dummy test case to make intellij recognize this as a test class . concode_field_sep AttachedDiskService.State testState concode_elem_sep AttachedDiskService service concode_elem_sep DcpRestClient dcpRestClient concode_elem_sep BasicServiceHost host concode_field_sep void testStartState concode_elem_sep void testService... | void function ( ) { } |
18,177 | get the total count per player of pieces . concode_field_sep String PIECE_BOMB_TYPE concode_elem_sep String PIECE_LIEUTENANT_TYPE concode_elem_sep Map<String,Integer> pieceStrength concode_elem_sep String PIECE_MARSHAL_TYPE concode_elem_sep Map<String,Integer> pieceCount concode_elem_sep String PIECE_MAJOR_TYPE concode... | int function ( ) { int loc0 = 0 ; for ( int loc1 : pieceCount . values ( ) ) { loc0 += loc1 ; } return loc0 ; } |
18,178 | get the partial derivative of active power with respect to voltage magnitude concode_field_sep int _r concode_elem_sep int _c concode_elem_sep JacobianMatrix _m concode_field_sep float getDpda concode_elem_sep float getDpda concode_elem_sep void setDpda concode_elem_sep void setDpda concode_elem_sep void dec concode_el... | float function ( int arg0 , int arg1 ) { return getValue ( arg0 , arg1 ) . getDpdv ( ) ; } |
18,179 | this method obtains the session getclientresponse value which contains the challenge the client used to verify the session key . concode_field_sep CallbackHandler handler concode_elem_sep String cacheJndiName concode_elem_sep Map sharedState concode_elem_sep Logger log concode_elem_sep Subject subject concode_elem_sep ... | boolean function ( SRPServerSession arg0 ) { byte [ ] loc0 = arg0 . getClientResponse ( ) ; boolean loc1 = Arrays . equals ( loc0 , clientChallenge ) ; return loc1 ; } |
18,180 | the index the document was fetched from . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString EXISTS concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep BytesHo... | String function ( ) { return index ; } |
18,181 | return the id of the element that currently has focus in the browser . concode_field_sep Pattern ClientIdPattern concode_field_sep UIComponent findComponentInView concode_elem_sep UIComponent findComponent concode_elem_sep UIComponent findComponent concode_elem_sep char getSeparatorChar concode_elem_sep int getNumberOf... | String function ( FacesContext arg0 ) { ExternalContext loc0 = arg0 . getExternalContext ( ) ; Map loc1 = loc0 . getRequestParameterMap ( ) ; String loc2 = ( String ) loc1 . get ( "srini_string" ) ; return loc2 != null && ClientIdPattern . matcher ( loc2 ) . matches ( ) ? loc2 : "srini_string" ; } |
18,182 | the value of this flag determines whether the children of entity reference nodes are visible to the iterator . concode_field_sep boolean valid concode_elem_sep DTMIterator dtm_iter concode_field_sep NodeFilter getFilter concode_elem_sep int getWhatToShow concode_elem_sep DTMIterator getDTMIterator concode_elem_sep Node... | boolean function ( ) { return false ; } |
18,183 | finds a product in the database concode_field_sep ZWaveDbRoot database concode_elem_sep Logger logger concode_elem_sep ZWaveDbProduct selProduct concode_elem_sep ZWaveDbManufacturer selManufacturer concode_elem_sep List<ZWaveDbManufacturer> Manufacturer concode_elem_sep ZWaveDbProductFile productFile concode_elem_sep S... | boolean function ( int arg0 , int arg1 , int arg2 ) { if ( FindManufacturer ( arg0 ) == false ) return false ; return FindProduct ( arg1 , arg2 ) ; } |
18,184 | delete a user provider concode_field_sep String serviceName concode_elem_sep SCIMConfigAdminServiceStub scimConfigAdminServiceStub concode_field_sep SCIMProviderDTO[] listUserProviders concode_elem_sep void addUserProvider concode_elem_sep void deleteGlobalProvider concode_elem_sep SCIMProviderDTO[] listGlobalProviders... | void function ( String arg0 , String arg1 ) { scimConfigAdminServiceStub . deleteUserProvider ( arg0 , arg1 ) ; } |
18,185 | sets the products value for this wsdtoproducts . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String query concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer pageProductsCount concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.... | void function ( it . test . kion . WsdtoProduct [ ] arg0 ) { this . products = arg0 ; } |
18,186 | retourne true si le channel est mod?r ? on ne peut disctuer que si @ ou + concode_field_sep String password concode_elem_sep boolean moderated concode_elem_sep boolean istopic concode_elem_sep String nomChannel concode_elem_sep String topic concode_field_sep void setPassword concode_elem_sep String getNomChannel concod... | boolean function ( ) { return moderated ; } |
18,187 | a result set would come to be an edge result set only if its aggregation function is null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean existAggregation concode_elem_sep IAggregationResultSet getMatchedResultSet concode_elem_sep void sort concode_elem_sep int getBaseResultSetIndex concode_elem_s... | boolean function ( IAggregationResultSet arg0 ) { return ( arg0 . getAggregationDefinition ( ) == null || arg0 . getAggregationDefinition ( ) . getAggregationFunctions ( ) == null ) ; } |
18,188 | define el valor de la propiedad tipoidentificacionproveedorreembolso . concode_field_sep String tipoProveedorReembolso concode_elem_sep String fechaEmisionDocReembolso concode_elem_sep String ptoEmiDocReembolso concode_elem_sep String secuencialDocReembolso concode_elem_sep String codDocReembolso concode_elem_sep Strin... | void function ( String arg0 ) { this . tipoIdentificacionProveedorReembolso = arg0 ; } |
18,189 | convenience method to log a message concode_field_sep String FATAL_PREFIX concode_elem_sep Logger DEFAULT_LOG concode_elem_sep Logger logger concode_elem_sep Marker fatalMarker concode_elem_sep Object[] NULL_ARRAY concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void wa... | void function ( String arg0 , Object ... arg1 ) { this . trace ( null , arg0 , arg1 ) ; } |
18,190 | properties describing the layout of the data grouping/sorting within each partition concode_field_sep TupleDomain<ColumnHandle> predicate concode_elem_sep Optional<List<ColumnHandle>> columns concode_elem_sep ConnectorTableLayoutHandle handle concode_elem_sep Optional<ConnectorNodePartitioning> nodePartitioning concode... | List < LocalProperty < ColumnHandle >> function ( ) { return localProperties ; } |
18,191 | returns the name of the specified operation concode_field_sep String INDEX concode_elem_sep String KEY concode_field_sep ModelNode getAttributeValue concode_elem_sep ModelNode createWriteAttributeOperation concode_elem_sep ModelNode createReadAttributeOperation concode_elem_sep Set<String> getAllWriteAttributeOperation... | String function ( ModelNode arg0 ) { return arg0 . require ( ModelDescriptionConstants . OP ) . asString ( ) ; } |
18,192 | warn ivokes the warn method on the loghandler instance of this monitor . this results in a message , `` monitorname : warning '' beeing displayed in the logmanager interface . concode_field_sep PositiveBoundedRangeModel dayModel concode_elem_sep LogHandler logHandler concode_elem_sep SimulationParser simParser concode_... | void function ( String arg0 ) { logHandler . warn ( name + "srini_string" + arg0 ) ; } |
18,193 | gets the collection of item events . concode_field_sep LazyMember<Map<String,EventType>> xmlElementNameToEventTypeMap concode_elem_sep Collection<NotificationEvent> events concode_elem_sep String newWatermark concode_elem_sep String subscriptionId concode_elem_sep String previousWatermark concode_elem_sep boolean moreE... | Iterable < ItemEvent > function ( ) { Collection < ItemEvent > loc0 = new ArrayList < ItemEvent > ( ) ; for ( Object loc1 : this . events ) { if ( loc1 instanceof ItemEvent ) { loc0 . add ( ( ItemEvent ) loc1 ) ; } } return loc0 ; } |
18,194 | wrap an object . use this when you want to access instance fields and methods on any object concode_field_sep boolean isClass concode_elem_sep Object object concode_field_sep T accessible concode_elem_sep Class<?>[] types concode_elem_sep Reflect set concode_elem_sep Class<?> forName concode_elem_sep Class<?> forName c... | Reflect function ( Object arg0 ) { return new Reflect ( arg0 ) ; } |
18,195 | the number of bytes that are free on the file system , including reserved blocks that are not available to normal applications . most applications will want to use #getavailablebytes instead . concode_field_sep StructStatVfs mStat concode_field_sep long getAvailableBlocksLong concode_elem_sep long getTotalBytes concode... | long function ( ) { return mStat . f_bfree * mStat . f_bsize ; } |
18,196 | moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction . concode_field_sep CubicCurve2D cubic concode_elem_sep int index concode_elem_sep AffineTransform affine concode_field_sep int getWindingRule concode_elem_sep int curr... | void function ( ) { index ++ ; } |
18,197 | pops the current scissor rectangle from the stack and sets the new scissor area to the new top of stack rectangle . in case no more rectangles are on the stack , gl20 #gl_scissor_test is disabled . any drawing should be flushed before popping scissors . concode_field_sep Vector3 tmp concode_elem_sep Rectangle viewport ... | Rectangle function ( ) { Rectangle loc0 = scissors . pop ( ) ; if ( scissors . size == 0 ) Gdx . gl . glDisable ( GL20 . GL_SCISSOR_TEST ) ; else { Rectangle loc1 = scissors . peek ( ) ; Gdx . gl . glScissor ( ( int ) loc1 . x , ( int ) loc1 . y , ( int ) loc1 . width , ( int ) loc1 . height ) ; } return loc0 ; } |
18,198 | gets the value of the replaceall property . concode_field_sep Boolean replaceAll concode_elem_sep List<CustomerSalesTeam> salesTeam concode_field_sep List<CustomerSalesTeam> getSalesTeam concode_elem_sep void setReplaceAll | boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } } |
18,199 | create observable from one entity emits its one item concode_field_sep Action1<String> printAction concode_elem_sep Action1<Object> printFileAction concode_elem_sep List<String> dunsList concode_field_sep void call concode_elem_sep void Observable_from concode_elem_sep void Observable_create concode_elem_sep String rea... | void function ( ) { Observable < String > loc0 = Observable . just ( "srini_string" ) ; loc0 . subscribe ( printAction ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.