idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
5,600 | returns a hashcode for the specified value . concode_field_sep PlaceHolder placeHolder concode_field_sep int fastCeil | int function ( float arg0 ) { assert ! Float . isNaN ( arg0 ) : "srini_string" ; return Float . floatToIntBits ( arg0 * 663608941.737f ) ; } |
5,601 | returns a color model for a category set . this method builds up the color model from each category 's colors as returned by category #getcolors . concode_field_sep int numBands concode_elem_sep int visibleBand concode_elem_sep Category[] categories concode_elem_sep int type concode_elem_sep Map<ColorModelFactory,Color... | ColorModel function ( final Category [ ] arg0 , final int arg1 , final int arg2 , final int arg3 ) { synchronized ( colors ) { ColorModelFactory loc0 = new ColorModelFactory ( arg0 , arg1 , arg2 , arg3 ) ; ColorModel loc1 = colors . get ( loc0 ) ; if ( loc1 == null ) { loc1 = loc0 . getColorModel ( ) ; colors . put ( l... |
5,602 | the id of the instance . concode_field_sep String instanceId concode_elem_sep String publicIp concode_elem_sep String region concode_field_sep String getPublicIp concode_elem_sep String getRegion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo | String function ( ) { return instanceId ; } |
5,603 | returns the print notes . concode_field_sep PrintSetupRecord printSetupRecord concode_field_sep short getPaperSize concode_elem_sep short getFitWidth concode_elem_sep void setFitHeight concode_elem_sep short getHResolution concode_elem_sep boolean getValidSettings concode_elem_sep void setFitWidth concode_elem_sep void... | boolean function ( ) { return printSetupRecord . getNotes ( ) ; } |
5,604 | sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ... | int function ( ) { return sampleIsDependedOn ; } |
5,605 | review . concode_field_sep ViewpointRegistry registry concode_field_sep Viewpoint extend concode_elem_sep UmlViewpoints fromViewpointRegistry concode_elem_sep void enable concode_elem_sep Viewpoint design concode_elem_sep Viewpoint capture concode_elem_sep Viewpoint dashboard | Viewpoint function ( ) { return registry . getViewpoint ( URI . createURI ( "srini_string" ) ) ; } |
5,606 | sets the west . concode_field_sep Double minAltitude concode_elem_sep String east concode_elem_sep Double maxAltitude concode_elem_sep String south concode_elem_sep String north concode_elem_sep String west concode_elem_sep String altitudeMode concode_field_sep String getWest concode_elem_sep Double getMinAltitude conc... | void function ( String arg0 ) { this . west = arg0 ; } |
5,607 | static implementation of removeconsumer method concode_field_sep List<ImageConsumer> consumers concode_elem_sep List<ImageDecoder> decoders concode_elem_sep ImageDecoder decoder concode_elem_sep boolean loading concode_field_sep boolean isConsumer concode_elem_sep void addConsumer concode_elem_sep void requestTopDownLe... | void function ( List < ImageConsumer > arg0 , ImageConsumer arg1 ) { ImageConsumer loc0 = null ; for ( Iterator < ImageConsumer > loc1 = arg0 . iterator ( ) ; loc1 . hasNext ( ) ; ) { loc0 = loc1 . next ( ) ; if ( loc0 . equals ( arg1 ) ) { loc1 . remove ( ) ; } } } |
5,608 | return a general naming exception with a root cause . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep boolean isEmpty concode_elem_sep NameNotFoundExc... | NamingException function ( final String arg0 , final Throwable arg1 ) { final NamingException loc0 = new NamingException ( arg0 ) ; if ( arg1 != null ) loc0 . initCause ( arg1 ) ; return loc0 ; } |
5,609 | testcustomresourceusingforward . concode_field_sep CustomResourceFilter customResourceFilter concode_elem_sep String MONITORING_CSS concode_elem_sep Map<String,String> CUSTOM_RESOURCES concode_elem_sep FilterConfig config concode_field_sep void testNoResource concode_elem_sep void init concode_elem_sep void doTestResou... | void function ( ) { init ( true ) ; doTestResource ( MONITORING_CSS , true ) ; } |
5,610 | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... | Boolean function ( ) { return isTruncated ; } |
5,611 | the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose | void function ( IAction arg0 ) { try { } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } |
5,612 | sets mimetypes supported by the javax.print.docflavor api concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_... | void function ( String arg0 ) { this . mimeType = arg0 ; } |
5,613 | looks up a format by name concode_field_sep PostingsFormat[] EMPTY concode_elem_sep String name concode_elem_sep NamedSPILoader<PostingsFormat> loader concode_field_sep FieldsConsumer fieldsConsumer concode_elem_sep String getName concode_elem_sep Set<String> availablePostingsFormats concode_elem_sep void reloadPosting... | PostingsFormat function ( String arg0 ) { if ( loader == null ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } return loader . lookup ( arg0 ) ; } |
5,614 | return file list from storage . concode_field_sep ConcurrentDirectoryFactory lockFactory concode_elem_sep File storageDir concode_field_sep List<TransactionLog> getTransactionLogs concode_elem_sep File getStorageDir concode_elem_sep boolean hasFiles concode_elem_sep boolean hasUncommitedTransactions concode_elem_sep Co... | List < File > function ( final File arg0 ) { final List < File > loc0 = new ArrayList < File > ( ) ; final File [ ] loc1 = arg0 . listFiles ( ) ; for ( final File loc2 : loc1 ) { if ( loc2 . isFile ( ) ) { loc0 . add ( loc2 ) ; } else { loc0 . addAll ( this . getFileList ( loc2 ) ) ; } } return loc0 ; } |
5,615 | reads the short from the corba input stream . concode_field_sep PlaceHolder placeHolder concode_field_sep short[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | short [ ] function ( InputStream arg0 ) { short [ ] loc0 = new short [ arg0 . read_long ( ) ] ; arg0 . read_short_array ( loc0 , 0 , loc0 . length ) ; return loc0 ; } |
5,616 | determines if this menu result indicates that the user chose to apply any task currently in progress and go back to the previous menu if applicable . any result values can be retrieved using the #getvalue or #getvalues methods . concode_field_sep Collection<T> values concode_elem_sep Type type concode_field_sep MenuRes... | boolean function ( ) { return type == Type . SUCCESS ; } |
5,617 | gets the property value as text . concode_field_sep String[] availableTypeNames concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Class[] availableTypes concode_elem_sep Class value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Compone... | String function ( ) { if ( value == null ) { return null ; } for ( int loc0 = 0 ; loc0 < availableTypes . length ; loc0 ++ ) { if ( ObjectUtilities . equal ( availableTypes [ loc0 ] , value ) ) { return availableTypeNames [ loc0 ] ; } } return null ; } |
5,618 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } |
5,619 | convenience method for merging a new field containing a single varint value . this is used in particular when an unknown enum value is encountered . for use by generated code only . concode_field_sep boolean isMutable concode_elem_sep UnknownFieldSetLite set concode_elem_sep Object[] objects concode_elem_sep int count ... | Builder function ( int arg0 , int arg1 ) { ensureNotBuilt ( ) ; set . mergeVarintField ( arg0 , arg1 ) ; return this ; } |
5,620 | observer message received notification . concode_field_sep Map<String,UserBindss> userBindTable concode_elem_sep Date startTime concode_elem_sep AtomicInteger currBinds concode_elem_sep AtomicInteger totalFailedBinds concode_elem_sep AtomicInteger totalBinds concode_elem_sep AtomicInteger messageSentCount concode_elem_... | void function ( final SmscIoSession arg0 , final SmscRequest arg1 ) { if ( this . observer != null ) { this . observer . notifyMessageReceived ( ) ; } if ( this . messageObserver != null ) { this . messageObserver . notifyMessageReceived ( arg0 , arg1 ) ; } } |
5,621 | indicates the end of the frame . concode_field_sep int PROFILE_FRAME concode_elem_sep ProfileRecorder sSingleton concode_elem_sep long mMinTime concode_elem_sep ProfileRecord[] mProfiles concode_elem_sep int PROFILE_SIM concode_elem_sep int mFrameCount concode_elem_sep long mTotalTime concode_elem_sep int PROFILE_DRAW ... | void function ( ) { mFrameCount ++ ; } |
5,622 | information about the volume attachment . concode_field_sep VolumeAttachment attachment concode_field_sep VolumeAttachment getAttachment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DetachVolumeResult clone concode_elem_sep String toString concode_elem_sep DetachVolumeResult withAttach... | void function ( VolumeAttachment arg0 ) { this . attachment = arg0 ; } |
5,623 | gets whether or not this time zone uses daylight time . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplay... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; } |
5,624 | initializes the processor with the processing environment by setting the processingenv field to the value of the processingenv argument . an illegalstateexception will be thrown if this method is calledmore than once on the same object . concode_field_sep ProcessingEnvironment processingEnv concode_elem_sep boolean ini... | void function ( ProcessingEnvironment arg0 ) { if ( initialized ) throw new IllegalStateException ( "srini_string" ) ; if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; this . processingEnv = arg0 ; initialized = true ; } |
5,625 | puts an integer into the buffer as 4 bytes , big-endian . concode_field_sep String DEFAULT_UNITS concode_elem_sep String GANGLIA_CONTEXT concode_elem_sep GangliaServer server concode_elem_sep int offset concode_elem_sep int DEFAULT_TMAX concode_elem_sep String CONF_POLL_FREQUENCY concode_elem_sep List<HostInfo> hosts c... | void function ( int arg0 ) { buffer [ offset ++ ] = ( byte ) ( ( arg0 >> 24 ) & 0xff ) ; buffer [ offset ++ ] = ( byte ) ( ( arg0 >> 16 ) & 0xff ) ; buffer [ offset ++ ] = ( byte ) ( ( arg0 >> 8 ) & 0xff ) ; buffer [ offset ++ ] = ( byte ) ( arg0 & 0xff ) ; } |
5,626 | tostring method concode_field_sep int[] predictionSuccess concode_elem_sep int score concode_elem_sep int timeHorizon concode_elem_sep int memorySize concode_elem_sep int[] predictions concode_field_sep int getPrediction concode_elem_sep void updateScore concode_elem_sep int signalToIndex concode_elem_sep int getScore | String function ( ) { String loc0 = "srini_string" ; loc0 += "srini_string" + score + "srini_string" ; for ( int loc1 = 0 ; loc1 < timeHorizon ; loc1 ++ ) loc0 += predictionSuccess [ loc1 ] ; loc0 += "srini_string" ; return loc0 ; } |
5,627 | sets the current allocated ram . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_elem... | void function ( int arg0 ) { this . currentAllocatedRam = arg0 ; } |
5,628 | get string representation , e.g. '' a = 0 , b = true , c = 5 '' , with variables names taken from a string list . concode_field_sep Object varValues[] concode_field_sep int hashCode concode_elem_sep State setValue concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep String toStringNoParentheses ... | String function ( List < String > arg0 ) { int loc0 , loc1 ; String loc2 = "srini_string" ; loc1 = varValues . length ; for ( loc0 = 0 ; loc0 < loc1 ; loc0 ++ ) { if ( loc0 > 0 ) loc2 += "srini_string" ; loc2 += arg0 . get ( loc0 ) + "srini_string" + varValues [ loc0 ] ; } loc2 += "srini_string" ; return loc2 ; } |
5,629 | method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process... | void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( loc0 . isFile ( ) && arg0 . endsWith ( "srini_string" ) ) { vList . addElement ( arg0 ) ; } else if ( loc0 . isDirectory ( ) ) { String loc1 [ ] = loc0 . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { addDir ( arg0 + File . separat... |
5,630 | sets the current maximum queue size for background revalidations . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_el... | void function ( int arg0 ) { this . revalidationQueueSize = arg0 ; } |
5,631 | sets the unit identifier of this modbusserialmaster . concode_field_sep WriteSingleRegisterRequest m_WriteSingleRegisterRequest concode_elem_sep ReadInputDiscretesRequest m_ReadInputDiscretesRequest concode_elem_sep WriteMultipleCoilsRequest m_WriteMultipleCoilsRequest concode_elem_sep ReadInputRegistersRequest m_ReadI... | void function ( int arg0 ) { ModbusCoupler . getReference ( ) . setUnitID ( arg0 ) ; } |
5,632 | returns the channelhandlercontext which will be used tosend the channelevent upstream . concode_field_sep int estimatedSize concode_elem_sep ChannelEvent e concode_elem_sep ChannelHandlerContext ctx concode_elem_sep Logger log concode_field_sep ChannelEvent getEvent concode_elem_sep void run concode_elem_sep Object unw... | ChannelHandlerContext function ( ) { return ctx ; } |
5,633 | returns the account number concode_field_sep String expiryDate concode_elem_sep Address address concode_elem_sep String secretCode concode_elem_sep String accountNumber concode_elem_sep Long userId concode_field_sep void setAccountNumber concode_elem_sep void setAddress concode_elem_sep String getExpiryDate concode_ele... | String function ( ) { return accountNumber ; } |
5,634 | logs a message with java.util.logging.level.severe . concode_field_sep String name concode_elem_sep Level dummyLevel concode_elem_sep long serialVersionUID concode_elem_sep Logger logger concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep Logger getLogger concode_elem_sep... | void function ( Object arg0 ) { log ( Level . SEVERE , String . valueOf ( arg0 ) , null ) ; } |
5,635 | this will get the height of this rectangle as calculated by upperrighty - lowerlefty . concode_field_sep float MM_PER_INCH concode_elem_sep PDRectangle A6 concode_elem_sep COSArray rectArray concode_elem_sep PDRectangle LEGAL concode_elem_sep PDRectangle A0 concode_elem_sep float POINTS_PER_INCH concode_elem_sep PDRect... | float function ( ) { return getUpperRightY ( ) - getLowerLeftY ( ) ; } |
5,636 | notifies that a load is started for a given frame . concode_field_sep WeakReference<WebContents> mWebContents concode_field_sep void wasShown concode_elem_sep void documentLoadedInFrame concode_elem_sep void didFailLoad concode_elem_sep void didStartNavigationToPendingEntry concode_elem_sep void renderProcessGone conco... | void function ( long arg0 , long arg1 , boolean arg2 , String arg3 , boolean arg4 , boolean arg5 ) { } |
5,637 | retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode... | double function ( ) { return total2 . getDeviationN ( ) ; } |
5,638 | get the export flag for user roles . concode_field_sep ExportFlag userRolesFlag concode_elem_sep String attachedFilePath concode_elem_sep String[] limitedTypesName concode_elem_sep ExportFlag categoriesFlag concode_elem_sep ExportFlag productsFlag concode_elem_sep String[] limitedProductsName concode_elem_sep boolean e... | ExportFlag function ( ) { return userRolesFlag ; } |
5,639 | initialise the passed in calculator with the metadata for this message , if it is required as part of the initial message imprint calculation . concode_field_sep TimeStampDataUtil util concode_elem_sep TimeStampedData timeStampedData concode_elem_sep ContentInfo contentInfo concode_field_sep byte[] getEncoded concode_e... | void function ( DigestCalculator arg0 ) { util . initialiseMessageImprintDigestCalculator ( arg0 ) ; } |
5,640 | returns the point value of this card . concode_field_sep int pointValue concode_elem_sep Design cardDesign concode_elem_sep Color cardColor concode_field_sep Color[] getStandardColors concode_elem_sep boolean matchesDesign concode_elem_sep Design getDesign concode_elem_sep Color getColor concode_elem_sep String toStrin... | int function ( ) { return pointValue ; } |
5,641 | indicate whether this thread is within a call to vmaccesscontroller #getcontext . concode_field_sep boolean inGetContext concode_elem_sep LinkedList contexts concode_field_sep void setInGetContext concode_elem_sep LinkedList getContexts concode_elem_sep VMAccessControlState getThreadState | boolean function ( ) { return inGetContext ; } |
5,642 | get the param value for the menu item which fired the event . concode_field_sep String param concode_elem_sep String orientation concode_field_sep void setOrientation concode_elem_sep String getOrientation concode_elem_sep void setParam concode_elem_sep void listener | String function ( ) { return param ; } |
5,643 | sets header values concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vector getValues concode_elem_sep Vector get... | void function ( Vector arg0 ) { values = new Vector ( arg0 . size ( ) ) ; for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { values . addElement ( ( ( Header ) arg0 . elementAt ( loc0 ) ) . getValue ( ) ) ; } } |
5,644 | unmarshals from an input stream an exception thrown by the method . concode_field_sep Class<?> clz concode_elem_sep String reposId concode_elem_sep CDRStreamWriter[] paramWriters concode_elem_sep CDRStreamReader retvalReader concode_elem_sep List<Class<?>> exceptionList concode_elem_sep Class<?> retvalRemoteInterface c... | Exception function ( String arg0 , InputStream arg1 ) { ExceptionReader loc0 = ( ExceptionReader ) exceptionMap . get ( arg0 ) ; if ( loc0 == null ) { return new UnexpectedException ( arg0 ) ; } else { return loc0 . read ( arg1 ) ; } } |
5,645 | this method needs to be called before event is sent to event dispatcher . concode_field_sep int mUniqueID concode_elem_sep int mViewTag concode_elem_sep int sUniqueID concode_elem_sep boolean mInitialized concode_elem_sep long mTimestampMs concode_field_sep boolean canCoalesce concode_elem_sep void dispatch concode_ele... | void function ( int arg0 , long arg1 ) { mViewTag = arg0 ; mTimestampMs = arg1 ; mInitialized = true ; } |
5,646 | returns the width of the cell . concode_field_sep double absoluteCellX concode_elem_sep double cellWidth concode_elem_sep Transform transform concode_elem_sep GridRenderer renderer concode_elem_sep double clipMinY concode_elem_sep double clipMinX concode_elem_sep boolean isFloating concode_elem_sep double cellHeight co... | double function ( ) { return cellWidth ; } |
5,647 | get xatransaction concode_field_sep Boolean localTransaction concode_elem_sep Boolean xaTransaction concode_elem_sep Boolean enable concode_elem_sep Logger log concode_field_sep Boolean getLocalTransaction concode_elem_sep void setEnable concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_s... | Boolean function ( ) { return xaTransaction ; } |
5,648 | set the parent class of this class . as of november 2011 , only the entitybase class does not have a parent class . concode_field_sep String name concode_elem_sep ClassDescription parentClass concode_elem_sep ArrayList<Attribute> attributes concode_elem_sep long serialVersionUID concode_field_sep ClassDescription getPa... | void function ( ClassDescription arg0 ) { this . parentClass = arg0 ; } |
5,649 | transforms a 32-bit word with the more significative byte at left into a 4-bytes array concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord concode_elem_sep byte[] f... | byte [ ] function ( long arg0 ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 3 ] = ( byte ) ( arg0 >> 24 ) ; loc0 [ 2 ] = ( byte ) ( ( arg0 >> 16 ) % 256 ) ; loc0 [ 1 ] = ( byte ) ( ( arg0 >> 8 ) % 256 ) ; loc0 [ 0 ] = ( byte ) ( arg0 % 256 ) ; return loc0 ; } |
5,650 | gets is this effect should fire partial submit when finished concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_e... | boolean function ( ) { return submit ; } |
5,651 | parse a libsvm sparse dataset from given uri . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | SparseDataset function ( String arg0 , URI arg1 ) { return parse ( arg0 , new File ( arg1 ) ) ; } |
5,652 | the name of the application associated with this release . concode_field_sep String versionLabel concode_elem_sep S3Location sourceBundle concode_elem_sep java.util.Date dateCreated concode_elem_sep String description concode_elem_sep String applicationName concode_elem_sep java.util.Date dateUpdated concode_elem_sep S... | String function ( ) { return this . applicationName ; } |
5,653 | sets the disabled . concode_field_sep int myDownKey concode_elem_sep int mySecondActionKey concode_elem_sep int myThirdActionKey concode_elem_sep boolean myIsDisabled concode_elem_sep int myFirstActionKey concode_elem_sep int myLeftKey concode_elem_sep int myRightKey concode_elem_sep Controllable myToControl concode_el... | void function ( boolean arg0 ) { myIsDisabled = arg0 ; } |
5,654 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep CTCtrlPr ctrlPr concode_field_sep void afterUnmarshal concode_elem_sep void setCtrlPr concode_elem_sep void setParent concode_elem_sep CTCtrlPr getCtrlPr | Object function ( ) { return this . parent ; } |
5,655 | compare the archived files to the files in the original directory concode_field_sep Log LOG concode_field_sep String assertArchiveEquality concode_elem_sep List<List<String>> getFileLists concode_elem_sep Path getStoreArchivePath concode_elem_sep Path getStoreArchivePath concode_elem_sep boolean compareArchiveToOrigina... | void function ( FileStatus [ ] arg0 , FileStatus [ ] arg1 , FileSystem arg2 ) { assertArchiveEqualToOriginal ( arg0 , arg1 , arg2 , false ) ; } |
5,656 | this method was generated by mybatis generator . this method sets the value of the database column core_member . password concode_field_sep String isDisable concode_elem_sep String password concode_elem_sep Date lastVisitTime concode_elem_sep Date createTime concode_elem_sep String lastIp concode_elem_sep String openId... | void function ( String arg0 ) { this . password = arg0 == null ? null : arg0 . trim ( ) ; } |
5,657 | returns the total test count in the test run . concode_field_sep int mTotalTestCount concode_elem_sep String mErrorMessage concode_elem_sep Map<String,TestSuiteReference> mTestTree concode_field_sep void testRunFailed concode_elem_sep void testRunStopped concode_elem_sep void testFailed concode_elem_sep void testRunEnd... | int function ( ) { return mTotalTestCount ; } |
5,658 | 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 ; } |
5,659 | this method was generated by mybatis generator . this method returns the value of the database column public.survey.modified _ date concode_field_sep Date date concode_elem_sep Integer country concode_elem_sep String preparedBy concode_elem_sep Integer deleted concode_elem_sep Date insertedDate concode_elem_sep String ... | Date function ( ) { return modifiedDate ; } |
5,660 | always returns the consumerdialecturi configured in app-manager . xml concode_field_sep String dialectURI concode_field_sep void init concode_elem_sep String[] claimMappingtoClaimURIString concode_elem_sep Cache getClaimsLocalCache concode_elem_sep SortedMap<String,String> getClaims | String function ( String arg0 ) { return dialectURI ; } |
5,661 | returns the afm for the given font . concode_field_sep Set<String> STANDARD_14_NAMES concode_elem_sep Map<String,String> STANDARD_14_MAPPING concode_elem_sep Map<String,FontMetrics> STANDARD14_AFM_MAP concode_field_sep void addAFM concode_elem_sep void addAFM concode_elem_sep boolean containsName concode_elem_sep Strin... | FontMetrics function ( String arg0 ) { return STANDARD14_AFM_MAP . get ( arg0 ) ; } |
5,662 | a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart... | void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; } |
5,663 | sets the value of the display property . concode_field_sep String constant concode_elem_sep String size concode_elem_sep String rot concode_elem_sep String display concode_elem_sep String name concode_elem_sep String x concode_elem_sep String y concode_elem_sep String value concode_elem_sep String layer concode_elem_se... | void function ( String arg0 ) { this . display = arg0 ; } |
5,664 | return the spring environment if available . concode_field_sep ConfigurableEnvironment environment concode_field_sep placeholderType placeHolder | Environment function ( ) { return this . environment ; } |
5,665 | retrieve the amount of money in the actor 's bank account concode_field_sep Deck<Card> playerCardDeck concode_elem_sep BankAccount bankAccount concode_field_sep BankAccount getBankAccount concode_elem_sep Deck<Card> getPlayerCardDeck | int function ( ) { return bankAccount . getMoneyAmount ( ) ; } |
5,666 | checks if text is empty characters < = space concode_field_sep PlaceHolder placeHolder concode_field_sep int rTrimSize concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubset concode_elem_sep int skipSpaces concode_elem_sep void appendPair | boolean function ( String arg0 ) { int loc0 = arg0 == null ? 0 : arg0 . length ( ) ; while ( loc0 > 0 ) { if ( arg0 . charAt ( -- loc0 ) > ' ' ) { return false ; } } return true ; } |
5,667 | adds an http response rule . the response will be returned when the rule is matched . concode_field_sep FakeHttpLayer instance concode_field_sep HttpRequest getNextSentHttpRequest concode_elem_sep void clearHttpResponseRules concode_elem_sep boolean httpRequestWasMade concode_elem_sep boolean httpRequestWasMade concode... | void function ( String arg0 , String arg1 ) { getFakeHttpLayer ( ) . addHttpResponseRule ( arg0 , arg1 ) ; } |
5,668 | used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList che... | void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; } |
5,669 | configure a default prefix to add to message destinations in cases where a method is not annotated with sendto @sendto or does not specify any destinationsthrough the annotation 's value attribute . by default , the prefix is set to '' / topic '' . concode_field_sep PropertyPlaceholderHelper placeholderHelper concode_e... | void function ( String arg0 ) { this . defaultDestinationPrefix = arg0 ; } |
5,670 | are the nodes equal for the purpose of inlining ? if type aware optimizations are on , type equality is checked . concode_field_sep AbstractCompiler compiler concode_field_sep Node optimizeSubtree concode_elem_sep void beginTraversal concode_elem_sep void endTraversal concode_elem_sep CodingConvention getCodingConventi... | boolean function ( Node arg0 , Node arg1 ) { Preconditions . checkNotNull ( compiler ) ; return compiler . areNodesEqualForInlining ( arg0 , arg1 ) ; } |
5,671 | returns the revision string . concode_field_sep Hashtable m_Info concode_field_sep void readProperties concode_elem_sep String toString concode_elem_sep void main concode_elem_sep Hashtable getSystemInfo | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
5,672 | gets the value of the product property . concode_field_sep String debitValueDate concode_elem_sep String product concode_elem_sep String creditAccount concode_elem_sep String debitAccount concode_elem_sep String debitCurrency concode_elem_sep String creditValueDate concode_elem_sep String debitBranch concode_elem_sep S... | String function ( ) { return product ; } |
5,673 | gets the value of the enddate property . concode_field_sep String lagUnits concode_elem_sep RecordRef task concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep ManufacturingLagType lagType concode_elem_sep Long lagAmount concode_elem_sep ManufacturingOperationTaskPredecessorPredecessorType type concode_elem_s... | XMLGregorianCalendar function ( ) { return endDate ; } |
5,674 | returns true if and only if all dependencies of a given managed bean are met concode_field_sep Multimap<String,BeanDescriptor> descriptors concode_elem_sep Comparator<Sortable> comparator concode_elem_sep Map<String,BeanDescriptor> installableComponents concode_elem_sep Set<AbstractFactoryDescriptor> factories concode_... | boolean function ( BeanDescriptor arg0 ) { for ( String loc0 : arg0 . getInstallDescriptor ( ) . getDependencies ( ) ) { if ( ! installComponent ( loc0 ) ) { return false ; } } return true ; } |
5,675 | returns the start position within the file that the modification should be applied starting at . concode_field_sep String newContent concode_elem_sep String sortKey concode_elem_sep int length concode_elem_sep int startPosition concode_field_sep String getNewContent concode_elem_sep int hashCode concode_elem_sep boolea... | int function ( ) { return startPosition ; } |
5,676 | creates a function that returns the same boolean output as the given predicate for all inputs . the returned function is consistent with equals as documented at function #apply if and only if predicate is itself consistent with equals . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate con... | Function < T , Boolean > function ( Predicate < T > arg0 ) { return new PredicateFunction < T > ( arg0 ) ; } |
5,677 | get all the values from the metadata for the command without the specified keys concode_field_sep String REQD concode_elem_sep List<String> errors concode_elem_sep String name concode_elem_sep Object commandData concode_elem_sep String ROOT_OBJ concode_elem_sep String ERR_MSGS concode_field_sep void addError concode_el... | Map < String , Object > function ( String ... arg0 ) { getMapVal ( null ) ; if ( hasError ( ) ) return emptyMap ( ) ; @ SuppressWarnings ( "srini_string" ) LinkedHashMap < String , Object > loc0 = new LinkedHashMap < > ( ( Map < String , Object > ) commandData ) ; if ( arg0 == null ) return loc0 ; for ( String loc1 : a... |
5,678 | get any files that match the file pattern but may or may not actually match the xpath concode_field_sep long lastScanned concode_elem_sep IServer server concode_elem_sep String xpathPattern concode_elem_sep long serialVersionUID concode_elem_sep String baseDir concode_elem_sep AntFileFilter filter concode_elem_sep Stri... | String [ ] function ( ) { return getFilter ( ) . getIncludedFiles ( ) ; } |
5,679 | returns the scope corresponding to the token request concode_field_sep ResponseType responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep String resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope conc... | String [ ] function ( ) { return approvedScope ; } |
5,680 | creates alert box for logging concode_field_sep PlaceHolder placeHolder concode_field_sep void setLAF | Object function ( String arg0 , String arg1 , int arg2 ) { setLAF ( ) ; String [ ] loc0 = { RStrings . get ( "srini_string" ) } ; JOptionPane loc1 = new JOptionPane ( arg1 , arg2 , JOptionPane . OK_CANCEL_OPTION , null , loc0 ) ; JDialog loc2 = loc1 . createDialog ( arg0 ) ; loc2 . setVisible ( true ) ; return loc1 . g... |
5,681 | creates the 3d cross product between two vectors concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void setY concode_elem_sep void setX concode_elem_sep void setZ concode_elem_sep float angleBetween concode_elem_sep float3 reflect concode_elem_sep float3 xyx concode_elem_sep ... | float3 function ( float3 arg0 ) { return new float3 ( y * arg0 . z - z * arg0 . y , z * arg0 . x - x * arg0 . z , x * arg0 . y - y * arg0 . x ) ; } |
5,682 | returns the result of interpretting the object as an instance of ` named element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep RdbPackage modelPackage concode_field_sep T caseTable concode_elem_sep T caseSchemaElement concode_elem_sep T caseColumn conco... | T function ( NamedElement arg0 ) { return null ; } |
5,683 | verify that the previously saved md5 for the given file matches expectedmd5 . concode_field_sep Log LOG concode_elem_sep Pattern LINE_REGEX concode_elem_sep String MD5_SUFFIX concode_field_sep File getDigestFileForFile concode_elem_sep MD5Hash readStoredMd5ForFile concode_elem_sep MD5Hash computeMd5ForFile concode_elem... | void function ( File arg0 , MD5Hash arg1 ) { MD5Hash loc0 = readStoredMd5ForFile ( arg0 ) ; if ( ! arg1 . equals ( loc0 ) ) { throw new IOException ( "srini_string" + arg0 + "srini_string" + "srini_string" + loc0 + "srini_string" + arg1 ) ; } } |
5,684 | whether facet information can be returned for the field . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep Long defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue concode_elem_sep IntArrayOptions w... | Boolean function ( ) { return facetEnabled ; } |
5,685 | remove a requestfinishedlistener . has no effect if listener was not previously added . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher conc... | void function ( RequestFinishedListener < T > arg0 ) { synchronized ( mFinishedListeners ) { mFinishedListeners . remove ( arg0 ) ; } } |
5,686 | gets the progress completed message . if the completedmessageenabled attribute is set to false an empty string is returned . this ensure that the component will use its default completed message instead of the last entered custom message . concode_field_sep boolean progressMessageEnabled concode_elem_sep boolean interm... | String function ( ) { if ( completedMessageEnabled ) { return completedMessage ; } else { return "srini_string" ; } } |
5,687 | set the subject distinguished name . the subject describes the entity associated with the public key . concode_field_sep V1TBSCertificateGenerator tbsGen concode_elem_sep AlgorithmIdentifier sigAlgId concode_elem_sep DERObjectIdentifier sigOID concode_elem_sep String signatureAlgorithm concode_field_sep void setSerialN... | void function ( X500Principal arg0 ) { try { tbsGen . setSubject ( new X509Principal ( arg0 . getEncoded ( ) ) ) ; } catch ( IOException loc0 ) { throw new IllegalArgumentException ( "srini_string" + loc0 ) ; } } |
5,688 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { IntervalBarRenderer loc0 = new IntervalBarRenderer ( ) ; IntervalBarRenderer loc1 = ( IntervalBarRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
5,689 | implement operator interface . concode_field_sep String endPoint concode_elem_sep Logger logger concode_elem_sep int batchSize concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep boolean isBatchProcessing concode_elem_sep DefaultInputPort<T> inputPort concode_elem_sep int sendCount conc... | void function ( long arg0 ) { if ( isBatchProcessing && putRecordsRequestEntryList . size ( ) != 0 ) { try { flushRecords ( ) ; } catch ( AmazonClientException loc0 ) { throw new RuntimeException ( loc0 ) ; } } } |
5,690 | e = mc delta t concode_field_sep double WATER_BOIL_ENTHALPY concode_elem_sep double LIFBE_HEAT concode_elem_sep double WATER_BLOCK_HEAT concode_elem_sep long ROCK_MELT_ENERGY concode_elem_sep double WATER_HEAT concode_elem_sep double GRAPHITE_HEAT concode_elem_sep double SODIUM_HEAT concode_elem_sep double CO2_HEAT con... | double function ( double arg0 , double arg1 , double arg2 ) { return arg2 / ( arg1 * arg0 ) ; } |
5,691 | 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 ( ) ; } } |
5,692 | gets first child node of specified node . concode_field_sep String[] TOKEN_VALUE_TO_NAME concode_elem_sep ImmutableMap<String,Integer> TOKEN_NAME_TO_VALUE concode_field_sep boolean branchContains concode_elem_sep DetailNode getPreviousSibling concode_elem_sep String getBlockCommentContent concode_elem_sep DetailNode ge... | DetailNode function ( DetailNode arg0 ) { return arg0 . getChildren ( ) . length > 0 ? arg0 . getChildren ( ) [ 0 ] : null ; } |
5,693 | gets the number of literal words for the current running length word . concode_field_sep IteratingBufferedRunningLengthWord iteratingBrlw concode_elem_sep CloneableIterator<EWAHIterator> masterIterator concode_field_sep boolean next concode_elem_sep boolean getRunningBit concode_elem_sep void discardFirstWords concode_... | int function ( ) { return this . iteratingBrlw . getNumberOfLiteralWords ( ) ; } |
5,694 | generate a guid for an array of strings . concode_field_sep int GUID_LENGTH concode_elem_sep Guid guid concode_elem_sep byte[] sha concode_field_sep Guid fromHasGuid concode_elem_sep Guid fromByteArrays concode_elem_sep Guid guid concode_elem_sep String toString concode_elem_sep byte[] computeGuid concode_elem_sep Guid... | Guid function ( String ... arg0 ) { if ( arg0 == null || arg0 . length == 0 ) { throw new IOException ( "srini_string" ) ; } return new Guid ( StringUtils . join ( arg0 ) . getBytes ( Charsets . UTF_8 ) ) ; } |
5,695 | increases the rate of time travel into the future or decreases the rate of time travel into the past . concode_field_sep int labelTag concode_elem_sep String TAG concode_elem_sep long simulatedTime concode_elem_sep int STOPPED_INDEX concode_elem_sep double rate concode_elem_sep long STOPPED concode_elem_sep Speed[] SPE... | void function ( ) { if ( speedIndex < SPEEDS . length - 1 ) { Log . d ( TAG , "srini_string" + SPEEDS [ speedIndex ] ) ; ++ speedIndex ; } else { Log . d ( TAG , "srini_string" ) ; } } |
5,696 | gets the fldfilterchecked value for this entitycustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull co... | java . lang . Boolean function ( ) { return fldFilterChecked ; } |
5,697 | posts a status update for a specified item to the event bus . concode_field_sep Logger logger concode_field_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object sendCommand concode_elem_sep Object restoreStates concode_elem_sep Map<Item,State> storeState... | Object function ( Item arg0 , Number arg1 ) { if ( arg0 != null && arg1 != null ) { return postUpdate ( arg0 . getName ( ) , arg1 . toString ( ) ) ; } else { return null ; } } |
5,698 | sets the patient list concode_field_sep Set<Patient> patients concode_elem_sep Set<String> accessCodes concode_elem_sep boolean includeExpired concode_elem_sep Long id concode_elem_sep Team team concode_elem_sep Encounter encounter concode_field_sep ScheduledProgramSearchFilter with concode_elem_sep Set<Patient> patien... | ScheduledProgramSearchFilter function ( Patient ... arg0 ) { if ( arg0 != null ) { if ( this . patients == null ) { this . patients = new HashSet < > ( ) ; } Collections . addAll ( this . patients , arg0 ) ; } return this ; } |
5,699 | creates a new sdfexpressionedgepropertytype given the expression expr . concode_field_sep SDFNumericalEdgePropertyTypeFactory instance concode_field_sep Object create concode_elem_sep SDFNumericalEdgePropertyTypeFactory getInstance | AbstractEdgePropertyType < ? > function ( final String arg0 ) { try { final int loc0 = Integer . decode ( arg0 ) ; return new SDFIntEdgePropertyType ( loc0 ) ; } catch ( final NumberFormatException loc0 ) { return new SDFExpressionEdgePropertyType ( new ExpressionValue ( arg0 ) ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.