idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
700 | get the type of this client . concode_field_sep String name concode_elem_sep int type concode_elem_sep Maze maze concode_elem_sep Set listenerSet concode_elem_sep int LOCAL concode_elem_sep int REMOTE concode_elem_sep int ROBOT concode_field_sep Point getPoint concode_elem_sep boolean backup concode_elem_sep String get... | int function ( ) { return type ; } |
701 | gets the timezone id used to identify this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName c... | String function ( ) { return id ; } |
702 | sets the old string of this j i r a change item . concode_field_sep JIRAChangeItem _jiraChangeItem concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFi... | void function ( java . lang . String arg0 ) { _jiraChangeItem . setOldString ( arg0 ) ; } |
703 | unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run | Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; } |
704 | this is used for argument parsing in arch variable . it can extract a comma separated argument . assumes the input format is `` name arg , arg , arg '' , with possible spaces around the parentheses and comma s . concode_field_sep long serialVersionUID concode_elem_sep String zeroSt concode_elem_sep int position concode... | int function ( String arg0 , int arg1 ) { String [ ] loc0 = arg0 . split ( "srini_string" ) ; int loc1 = 0 ; try { loc1 = Integer . parseInt ( loc0 [ arg1 ] ) ; } catch ( NumberFormatException loc2 ) { } catch ( ArrayIndexOutOfBoundsException loc2 ) { } return loc1 ; } |
705 | sets the value of the pid property . concode_field_sep String pid concode_elem_sep String asOfDateTime concode_field_sep String getAsOfDateTime concode_elem_sep String getPid concode_elem_sep void setAsOfDateTime | void function ( String arg0 ) { this . pid = arg0 ; } |
706 | returns the osgi service identifier . concode_field_sep ServiceTracker<JournalFeedService,JournalFeedService> _serviceTracker concode_field_sep com.liferay.journal.model.JournalFeed updateFeed concode_elem_sep com.liferay.journal.model.JournalFeed getFeed concode_elem_sep com.liferay.journal.model.JournalFeed getFeed c... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
707 | returns the pattern string . concode_field_sep String ESCAPE_CHAR_ concode_elem_sep String copyright concode_elem_sep String patternString_ concode_field_sep boolean containsSearchPattern concode_elem_sep String getEscape concode_elem_sep int getIndicator concode_elem_sep String getSQLWhereClause concode_elem_sep boole... | String function ( ) { return patternString_ ; } |
708 | sets the value of the defaultdealerlanguage property . concode_field_sep CodeAndDescription channelInfo concode_elem_sep String dealerName concode_elem_sep String defaultDealerLanguage concode_elem_sep String defaultPaymentVendor concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep... | void function ( String arg0 ) { this . defaultDealerLanguage = arg0 ; } |
709 | sets the value of the fld property . concode_field_sep Object parent concode_elem_sep long item concode_elem_sep Long hier concode_elem_sep Long fld concode_field_sep Long getFld concode_elem_sep Object getParent concode_elem_sep Long getHier concode_elem_sep void afterUnmarshal concode_elem_sep long getItem concode_el... | void function ( Long arg0 ) { this . fld = arg0 ; } |
710 | encodes the specified bytes using the base64 encoding for url usage . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep byte[] encode | byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_FOR_URL_ALPHABET_ARRAY , false ) ; } |
711 | implements value #getleft . concode_field_sep Value computedValue concode_elem_sep Value cascadedValue concode_field_sep String getStringValue concode_elem_sep Value item concode_elem_sep Value getBottom concode_elem_sep Value getComputedValue concode_elem_sep Value getBlue concode_elem_sep Value getCascadedValue conco... | Value function ( ) { return computedValue . getLeft ( ) ; } |
712 | setter reloadtimeleft concode_field_sep int shipSize concode_elem_sep int[] startCoordsAndOrientation concode_elem_sep int reloadTime concode_elem_sep boolean isReady concode_elem_sep long serialVersionUID concode_elem_sep int[][] coordinates concode_elem_sep int reloadTimeLeft concode_elem_sep int shootArea concode_el... | void function ( int arg0 ) { this . reloadTimeLeft = arg0 ; if ( this . reloadTimeLeft > 0 ) { this . isReady = false ; } else { this . isReady = true ; } } |
713 | loads the given file from the classpath . concode_field_sep String ESCAPED_BACKSLASH concode_elem_sep Pattern WINDOWS_DRIVE_PATH concode_elem_sep String WINDOWS_DRIVE_PREFIX concode_elem_sep String CURRENT_DIRECTORY concode_elem_sep String BACKSLASH concode_elem_sep PathMatcher PATH_MATCHER concode_field_sep String rem... | File function ( final Class < ? > arg0 , final String arg1 ) { final URL loc0 = arg0 . getResource ( arg1 ) ; Assert . notNull ( loc0 , "srini_string" + arg1 + "srini_string" + arg0 . getName ( ) ) ; try { return new File ( loc0 . toURI ( ) ) ; } catch ( URISyntaxException loc1 ) { throw new IllegalArgumentException ( ... |
714 | the settings used to build this environment . concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Setting<String> PATH_SHARED_DATA_SETTING concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path modulesFile concode_elem_sep Path pidFile con... | Settings function ( ) { return this . settings ; } |
715 | returns file path of the dynamic ssl profiles concode_field_sep boolean invokedFromSchedule concode_elem_sep String PROFILE_CONFIG_NAME concode_elem_sep String INTERVAL_CONFIG_NAME concode_elem_sep long lastUpdatedtime concode_elem_sep String PATH_CONFIG_NAME concode_elem_sep String filePath concode_elem_sep Log log co... | String function ( ) { return this . filePath ; } |
716 | the type of the gate declaration . concode_field_sep String name concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BlockerDeclaration clone concode_elem_sep String toS... | void function ( String arg0 ) { this . type = arg0 ; } |
717 | determines if this character is one of the japanese hiragana . concode_field_sep String romaji[] concode_elem_sep String VERSION concode_field_sep boolean isHalfWidthHiragana concode_elem_sep boolean isFullWidthHiragana concode_elem_sep char toKatakana concode_elem_sep boolean isLegalUnit concode_elem_sep String lookup... | boolean function ( char arg0 ) { return ( ( '?' <= arg0 ) && ( arg0 <= '?' ) ) ; } |
718 | removes empty value markers . concode_field_sep Logger logger concode_elem_sep MetadataHandler metadataHandler concode_elem_sep String[] EMPTY_VALUES concode_field_sep void setValue concode_elem_sep void postProcessEach concode_elem_sep Weather startIfForecast concode_elem_sep void parseInto concode_elem_sep boolean en... | String function ( String arg0 ) { for ( String loc0 : EMPTY_VALUES ) { if ( StringUtils . equalsIgnoreCase ( arg0 , loc0 ) ) { return null ; } } return arg0 ; } |
719 | get a queuestats object representing queue statistics of this boundedblockingrecordqueue . concode_field_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optional<QueueStats> queueStats concode_elem_sep String PUT_ATTEMPT_COUNT concode_e... | Optional < QueueStats > function ( ) { return this . queueStats ; } |
720 | returns true if content views are defined on given document for given category . also fetches content view headers defined on a document type concode_field_sep Log log concode_elem_sep Map<String,Map<String,List<ContentViewHeader>>> typeToContentView concode_elem_sep Map<String,Map<String,List<ContentViewHeader>>> type... | boolean function ( DocumentModel arg0 , String arg1 ) { if ( arg0 == null ) { return false ; } retrieveContentViewHeaders ( arg0 ) ; String loc0 = arg0 . getType ( ) ; if ( ! typeToContentView . get ( loc0 ) . containsKey ( arg1 ) ) { return false ; } return ! typeToContentView . get ( loc0 ) . get ( arg1 ) . isEmpty (... |
721 | returns the file 's `` data ccsid '' setting . concode_field_sep long fileOffset_ concode_elem_sep AS400 system_ concode_elem_sep int shareOption_ concode_elem_sep Object parent_ concode_elem_sep String path_ concode_elem_sep Object fileOffsetLock_ concode_elem_sep boolean closed_ concode_elem_sep IFSFileDescriptorImpl... | int function ( ) { if ( impl_ == null ) chooseImpl ( ) ; return impl_ . getCCSID ( ) ; } |
722 | adds an bigdecimal update . concode_field_sep HashMap<Enum<?>,Update> map concode_elem_sep Class<?> clazz concode_field_sep Update deleteIstring concode_elem_sep Update add concode_elem_sep Update addLazyBinary concode_elem_sep Update addEnum concode_elem_sep boolean isEntityUpdate concode_elem_sep Update addImage conc... | Update function ( Enum < ? > arg0 , BigDecimal arg1 ) { if ( ! arg0 . getClass ( ) . equals ( clazz ) ) { throw new Exception ( "srini_string" ) ; } Update loc0 = new Update ( Type . BIGDECIMAL , arg1 ) ; map . put ( arg0 , loc0 ) ; return loc0 ; } |
723 | sets the value of the value property . concode_field_sep String op concode_elem_sep String parameter concode_elem_sep String collatorRef concode_elem_sep String attributeName concode_elem_sep String id concode_elem_sep String value concode_field_sep void setAttributeName concode_elem_sep String getValue concode_elem_se... | void function ( String arg0 ) { this . value = arg0 ; } |
724 | gets the value of the type property . concode_field_sep STDirection orient concode_elem_sep CTExtensionListModify extLst concode_elem_sep STPlaceholderSize sz concode_elem_sep Boolean hasCustomPrompt concode_elem_sep STPlaceholderType type concode_elem_sep Long idx concode_field_sep void setHasCustomPrompt concode_elem... | STPlaceholderType function ( ) { if ( type == null ) { return STPlaceholderType . OBJ ; } else { return type ; } } |
725 | sets the lognode data will be sent to . . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep LogNode getNext | void function ( LogNode arg0 ) { mNext = arg0 ; } |
726 | get the sequence number concode_field_sep byte OP_READ_METADATA concode_elem_sep int OP_STATUS_CHECKSUM_OK concode_elem_sep long seqno concode_elem_sep int DATA_TRANSFER_VERSION concode_elem_sep short replies[] concode_elem_sep int OP_STATUS_ERROR_EXISTS concode_elem_sep int OP_STATUS_SUCCESS concode_elem_sep byte OP_W... | long function ( ) { return seqno ; } |
727 | visits a non standard attribute of this class , field or method . concode_field_sep List invisibleAnnotations concode_elem_sep List visibleAnnotations concode_elem_sep List attrs concode_field_sep void visitEnd concode_elem_sep AnnotationVisitor visitAnnotation | void function ( final Attribute arg0 ) { if ( attrs == null ) { attrs = new ArrayList ( 1 ) ; } attrs . add ( arg0 ) ; } |
728 | adds a block to be managed by this instance . this method is usually called by the blockcontainer , you should n't need to call it directly . concode_field_sep HorizontalAlignment horizontalAlignment concode_elem_sep double horizontalGap concode_elem_sep long serialVersionUID concode_elem_sep double verticalGap concode... | void function ( Block arg0 , Object arg1 ) { } |
729 | removes any trailing operators from the camel ognl expression . concode_field_sep Pattern INDEX_PATTERN concode_field_sep KeyValueHolder<String,String> isOgnlIndex concode_elem_sep boolean isInvalidValidOgnlExpression concode_elem_sep List<String> splitOgnl concode_elem_sep String removeOperators concode_elem_sep boole... | String function ( String arg0 ) { if ( ObjectHelper . isEmpty ( arg0 ) ) { return arg0 ; } if ( arg0 . contains ( "srini_string" ) ) { return ObjectHelper . before ( arg0 , "srini_string" ) ; } return arg0 ; } |
730 | attempts to change the lock 's locktype to newtype . concode_field_sep IEntityLockStore lockStore concode_elem_sep Log log concode_elem_sep int lockToleranceMillis concode_elem_sep int defaultLockPeriod concode_elem_sep boolean multiServer concode_elem_sep IEntityLockService singleton concode_field_sep int getDefaultLo... | void function ( IEntityLock arg0 , int arg1 ) { convert ( arg0 , arg1 , defaultLockPeriod ) ; } |
731 | this is the successor or tab immediately to the right of this tab when all tabs are visible . the tab to which actualnext refers does not change whereas the tab to which #getvisiblenext visiblenext refers can change . concode_field_sep LocatableButton button concode_elem_sep SubTab visibleNext concode_elem_sep Canvas c... | SubTab function ( ) { return actualNext ; } |
732 | hook method called when a new instance of acronympresenter is created . one time initialization code goes here , e.g. , storing a weakreference to the view layer and initializing the model layer . concode_field_sep String TAG concode_elem_sep WeakReference<DownloadSongActivity> mView concode_elem_sep GenericAsyncTask<U... | void function ( DownloadSongActivity arg0 ) { mView = new WeakReference < > ( arg0 ) ; final String loc0 = new SimpleDateFormat ( "srini_string" ) . format ( new Date ( ) ) ; mDirectoryPathname = Uri . parse ( Environment . getExternalStoragePublicDirectory ( Environment . DIRECTORY_DCIM ) + "srini_string" + loc0 + "sr... |
733 | perform the supplied function on each directory used by this server . concode_field_sep ServerCnxnFactory factory concode_elem_sep ZooKeeperServer server concode_elem_sep Logger LOGGER concode_elem_sep File dataDir concode_elem_sep File snapshotDir concode_elem_sep int tickTime concode_elem_sep int DEFAULT_TICK_TIME co... | void function ( Consumer < File > arg0 ) { arg0 . accept ( getSnapshotDirectory ( ) ) ; arg0 . accept ( getLogDirectory ( ) ) ; } |
734 | returns a hash code for this instance . concode_field_sep double[] coefficients concode_field_sep double getValue concode_elem_sep int getOrder concode_elem_sep boolean equals concode_elem_sep double[] getCoefficients | int function ( ) { return HashUtilities . hashCodeForDoubleArray ( this . coefficients ) ; } |
735 | returns a map based on the source but with the key & values swapped . concode_field_sep TypeMap COLLECTION_INTERFACES_BY_NAMES concode_elem_sep TypeMap COLLECTION_CLASSES_BY_NAMES concode_field_sep int addWithoutDuplicates concode_elem_sep T[] addWithoutDuplicates concode_elem_sep T[] addWithoutDuplicates concode_elem_... | Map < V , K > function ( Map < K , V > arg0 ) { Map < V , K > loc0 = new HashMap < > ( arg0 . size ( ) ) ; for ( Map . Entry < K , V > loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getValue ( ) , loc1 . getKey ( ) ) ; } return loc0 ; } |
736 | returns a new charsequence that is a subsequence of the string representation of this builder using a specific locale . the subsequence starts with the char value at the specified index and ends with the char value at index end - 1 . the length in chars of the returned sequence is end - start , so if start == end then ... | CharSequence function ( Locale arg0 , int arg1 , int arg2 ) { return toString ( arg0 ) . subSequence ( arg1 , arg2 ) ; } |
737 | trim the wave data from ending concode_field_sep byte[] data concode_elem_sep byte[] fingerprint concode_elem_sep long serialVersionUID concode_elem_sep WaveHeader waveHeader concode_field_sep double[] getNormalizedAmplitudes concode_elem_sep void leftTrim concode_elem_sep void leftTrim concode_elem_sep Spectrogram get... | void function ( int arg0 ) { trim ( 0 , arg0 ) ; } |
738 | 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 ; } |
739 | packes symbol `` coordinates '' into a single number . concode_field_sep int COLUMN_FIELD_BITS concode_elem_sep int COLUMN_FIELD_MASK concode_elem_sep int start concode_elem_sep int end concode_elem_sep short id concode_elem_sep Object value concode_field_sep int getStart concode_elem_sep int getLine concode_elem_sep i... | int function ( int arg0 , int arg1 ) { return arg0 << COLUMN_FIELD_BITS | arg1 ; } |
740 | prints information about author concode_field_sep boolean isMale concode_elem_sep String mail concode_elem_sep String authorName concode_field_sep void setName concode_elem_sep boolean isMale concode_elem_sep void setMale concode_elem_sep String getName concode_elem_sep void setMail concode_elem_sep String getMail | String function ( ) { return String . format ( "srini_string" , authorName , mail , isMale ) ; } |
741 | basic java function that represents object as string . iterates though all keys in this key set and appends their representation to the output . uses the tostring function of the key objects . concode_field_sep Pointer KS_END concode_elem_sep int KDB_O_DEL concode_elem_sep int KDB_O_INACTIVE concode_elem_sep int KDB_O_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; String loc1 = "srini_string" ; for ( Key loc2 : this ) { loc0 . append ( loc1 ) ; loc0 . append ( loc2 ) ; loc1 = "srini_string" ; } return loc0 . toString ( ) ; } |
742 | compute the autocorrelation , -- , ac i = > x n x n-i for all n ` -- ' for lags between 0 and lag-1 , and x == 0 outside 0...n-1 concode_field_sep PlaceHolder placeHolder concode_field_sep float wld | void function ( final float [ ] arg0 , final float [ ] arg1 , int arg2 , final int arg3 ) { float loc0 ; int loc1 ; while ( arg2 -- > 0 ) { for ( loc1 = arg2 , loc0 = 0 ; loc1 < arg3 ; loc1 ++ ) loc0 += arg0 [ loc1 ] * arg0 [ loc1 - arg2 ] ; arg1 [ arg2 ] = loc0 ; } } |
743 | returns the palette name . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_... | String function ( ) { return this . paletteName ; } |
744 | returns the resolution of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel concode_e... | java . lang . String function ( ) { return _jiraIssue . getResolution ( ) ; } |
745 | returns a buffer to the pool , throwing away old buffers if the pool would exceed its allotted size . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode... | void function ( byte [ ] arg0 ) { if ( arg0 == null || arg0 . length > mSizeLimit ) { return ; } mBuffersByLastUse . add ( arg0 ) ; int loc0 = Collections . binarySearch ( mBuffersBySize , arg0 , BUF_COMPARATOR ) ; if ( loc0 < 0 ) { loc0 = - loc0 - 1 ; } mBuffersBySize . add ( loc0 , arg0 ) ; mCurrentSize += arg0 . len... |
746 | increment the number of times this command was repeated . concode_field_sep int MAX_REPEAT concode_elem_sep long timeout concode_elem_sep String ack concode_elem_sep boolean waitForSilence concode_elem_sep int repeats concode_elem_sep boolean allowDuplicates concode_elem_sep String command concode_elem_sep int maxRetry... | void function ( ) { repeats ++ ; } |
747 | add a case statement that matches on any type of event . concode_field_sep PFBuilder<FSM.Event<D>,FSM.State<S,D>> builder concode_field_sep PartialFunction<FSM.Event<D>,FSM.State<S,D>> build concode_elem_sep FSMStateFunctionBuilder<S,D> event concode_elem_sep FSMStateFunctionBuilder<S,D> event concode_elem_sep FSMState... | FSMStateFunctionBuilder < S , D > function ( final FI . Apply2 < Object , D , FSM . State < S , D >> arg0 ) { return erasedEvent ( null , null , null , arg0 ) ; } |
748 | gets list of permissions concode_field_sep MotechPermissionService motechPermissionService concode_field_sep void deletePermission concode_elem_sep void savePermission concode_elem_sep void setMotechPermissionService | List < PermissionDto > function ( ) { return motechPermissionService . getPermissions ( ) ; } |
749 | get the number of records fetched so far . concode_field_sep boolean waitingForQueueDone concode_elem_sep RepositorySession sink concode_elem_sep ConcurrentLinkedQueue<Record> toProcess concode_elem_sep RepositorySession source concode_elem_sep AtomicInteger numFetchFailed concode_elem_sep AtomicInteger numStored conco... | int function ( ) { return numFetched . get ( ) ; } |
750 | sets a filtering using the method return type fqn . concode_field_sep Pattern methodTypePattern concode_elem_sep boolean constantField concode_elem_sep String fieldName concode_elem_sep boolean loggers concode_elem_sep String methodName concode_elem_sep boolean transientModifier concode_elem_sep Pattern methodNamePatte... | void function ( String arg0 ) { this . methodType = arg0 ; } |
751 | create a mockhttpservletrequestbuilder for a get request . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletRequestBuilder head concode_... | MockHttpServletRequestBuilder function ( URI arg0 ) { return new MockHttpServletRequestBuilder ( HttpMethod . GET , arg0 ) ; } |
752 | gets the value of the expiredcertsrevocationinfo property . concode_field_sep String tspServiceType concode_elem_sep String tspName concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep String tspServiceName concode_elem_sep boolean wellSigned concode_elem_sep XmlQualifiers qualifiers concode_elem_sep XMLGrego... | XMLGregorianCalendar function ( ) { return expiredCertsRevocationInfo ; } |
753 | encode the public/private key into base64 string key specification . concode_field_sep String SIGNATURE_ALGORITHM concode_elem_sep String ALGORITHM concode_field_sep String encodePublicKeyToXml concode_elem_sep PrivateKey decodePrivateKeyFromXml concode_elem_sep String getMiddleString concode_elem_sep String encodePriv... | String function ( Key arg0 ) { return Base64Util . byteToBase64 ( arg0 . getEncoded ( ) ) ; } |
754 | isavailableforpurchase . concode_field_sep int maxLevel concode_elem_sep String name concode_elem_sep String shopName concode_elem_sep int level concode_field_sep int getLevel concode_elem_sep String getImageName concode_elem_sep String getName concode_elem_sep void onPurchase concode_elem_sep String getPurchaseName co... | boolean function ( ) { return AllZone . getQuestData ( ) . getInventory ( ) . getItemLevel ( name ) < maxLevel ; } |
755 | retrieve the type of the named parameter defined for this filter . concode_field_sep Map<String,Type> parameterTypes concode_elem_sep String defaultFilterCondition concode_elem_sep String filterName concode_field_sep String getFilterName concode_elem_sep Set<String> getParameterNames concode_elem_sep Map<String,Type> g... | Type function ( String arg0 ) { return parameterTypes . get ( arg0 ) ; } |
756 | does the status code obtained from the given usertransaction indicate a roll back ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isMarkedForRollback concode_elem_sep int getStatus concode_elem_sep int getStatus concode_elem_sep boolean isActive concode_elem_sep boolean isActive concode_elem_sep b... | boolean function ( UserTransaction arg0 ) { return isRollback ( getStatus ( arg0 ) ) ; } |
757 | a math #ceil double with a int result . concode_field_sep PlaceHolder placeHolder concode_field_sep int floorInt concode_elem_sep long floorLong concode_elem_sep long ceilLong | int function ( double arg0 ) { return ( int ) Math . ceil ( arg0 ) ; } |
758 | pulls the current nesting reference from the request object , and if there is n't one there , then it will create one and set it . concode_field_sep String NESTED_INCLUDES_KEY concode_field_sep void setName concode_elem_sep void setNestedProperties concode_elem_sep String calculateRelativeProperty concode_elem_sep Stri... | NestedReference function ( HttpServletRequest arg0 ) { NestedReference loc0 = ( NestedReference ) arg0 . getAttribute ( NESTED_INCLUDES_KEY ) ; if ( loc0 == null ) { loc0 = new NestedReference ( ) ; arg0 . setAttribute ( NESTED_INCLUDES_KEY , loc0 ) ; } return loc0 ; } |
759 | create a server listening at the named uri using the providedresponder . concode_field_sep PlaceHolder placeHolder concode_field_sep Transceiver createTransceiver | Server function ( Responder arg0 , URI arg1 ) { if ( "srini_string" . equals ( arg1 . getScheme ( ) ) ) return new HttpServer ( arg0 , arg1 . getPort ( ) ) ; else if ( "srini_string" . equals ( arg1 . getScheme ( ) ) ) return new SaslSocketServer ( arg0 , new InetSocketAddress ( arg1 . getHost ( ) , arg1 . getPort ( ) ... |
760 | gets the array . concode_field_sep Map<String,XMLConfiguration> configurationMap concode_elem_sep Map<String,Properties> propertiesMap concode_elem_sep Logger LOGGER concode_field_sep XMLConfiguration initializeClassVariable concode_elem_sep URL toURL concode_elem_sep int getIntProperty concode_elem_sep int getIntPrope... | String [ ] function ( final String arg0 , final String arg1 , final String [ ] arg2 ) { final String [ ] loc0 = getXMLConfiguration ( arg0 ) . getStringArray ( arg1 ) ; return loc0 . length == 0 ? arg2 : loc0 ; } |
761 | tests parsing value from string representation . concode_field_sep String string concode_field_sep Collection<Object[]> data | void function ( ) { DataTypeBinder . parseBoolean ( string ) ; } |
762 | returns a permissions object that can answer all access permission queries for the given path . concode_field_sep FsPermission permissions_ concode_elem_sep FsPermissionChecker instance_ concode_elem_sep String user_ concode_elem_sep FileStatus fileStatus_ concode_elem_sep Set<String> groups_ concode_field_sep boolean ... | Permissions function ( FileSystem arg0 , Path arg1 ) { Preconditions . checkNotNull ( arg0 ) ; Preconditions . checkNotNull ( arg1 ) ; return new Permissions ( arg0 . getFileStatus ( arg1 ) ) ; } |
763 | get the dc namespace prefix for this form row . concode_field_sep boolean language concode_elem_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String LanguageName concode_elem_sep String dcElement concode_elem_sep String... | String function ( ) { return dcSchema ; } |
764 | returns a queuereader object containing all methods found reachable so far , and which will be informed of any new methods that are later found to be reachable . concode_field_sep Iterator<Edge> edgeSource concode_elem_sep Filter filter concode_elem_sep QueueReader<MethodOrMethodContext> allReachables concode_elem_sep ... | QueueReader < MethodOrMethodContext > function ( ) { return allReachables . clone ( ) ; } |
765 | determine the bounding box of a tile given an arbitrary x , y , z concode_field_sep PlaceHolder placeHolder concode_field_sep double sec concode_elem_sep double mercatorToLat concode_elem_sep int lat2tiley concode_elem_sep int numTiles concode_elem_sep Coordinate tile2latlon concode_elem_sep int lon2tilex concode_elem_... | BoundingBox function ( int arg0 , int arg1 , int arg2 ) { BoundingBox loc0 = new BoundingBox ( ) ; Coordinate loc1 ; loc1 = latEdges ( arg1 , arg2 ) ; loc0 . setMaxLat ( loc1 . arg0 ) ; loc0 . setMinLat ( loc1 . arg1 ) ; loc1 = lonEdges ( arg0 , arg2 ) ; loc0 . setMinLon ( loc1 . arg0 ) ; loc0 . setMaxLon ( loc1 . arg1... |
766 | removes the name of this instance . in pdstore every instance can be given a name . if the instance does not have a name , nothing happens . concode_field_sep GUID roleDiagramId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID typeId concode_field_sep void setName concode_elem_sep PDStore g... | void function ( ) { store . removeName ( id ) ; } |
767 | returns a chart entity from the collection . concode_field_sep long serialVersionUID concode_elem_sep List entities concode_field_sep void add concode_elem_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep boolean equals concode_elem_sep int getEntityCount concode_elem_sep void clear concode_elem_sep ... | ChartEntity function ( int arg0 ) { return ( ChartEntity ) this . entities . get ( arg0 ) ; } |
768 | sets the document description concode_field_sep String author concode_elem_sep String link concode_elem_sep String publishDate concode_elem_sep String description concode_elem_sep List categories concode_elem_sep String title concode_elem_sep String contentType concode_field_sep String getAuthor concode_elem_sep void s... | void function ( String arg0 ) { this . description = arg0 ; } |
769 | build a notification from the notification builder , and display it . concode_field_sep CharSequence[] mLines concode_elem_sep boolean mHasContent concode_elem_sep Runnable removeNotification concode_elem_sep Runnable mFlightTimeUpdater concode_elem_sep PendingIntent mNotificationIntent concode_elem_sep CharSequence mS... | void function ( ) { if ( mNotificationBuilder == null ) { return ; } if ( mInboxBuilder != null ) { mNotificationBuilder . setStyle ( mInboxBuilder . generateInboxStyle ( ) ) ; } NotificationManagerCompat . from ( mContext ) . notify ( NOTIFICATION_ID , mNotificationBuilder . build ( ) ) ; } |
770 | return the owning beanfactory . concode_field_sep String targetBeanName concode_elem_sep long serialVersionUID concode_elem_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep Class<?> targetClass concode_field_sep boolean isStatic concode_elem_sep void setTargetBeanName concode_elem_sep String get... | BeanFactory function ( ) { return this . beanFactory ; } |
771 | sends a new text message . concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep MessageAgentListener listener concode_elem_sep SipInterface sip_interface concode_elem_sep UserAgentProfile user_profile concode_field_sep void receive concode_elem_sep void halt concode_elem_sep void onDeliv... | void function ( String arg0 , String arg1 , String arg2 ) { send ( arg0 , arg1 , "srini_string" , arg2 ) ; } |
772 | retrieves the current default folder for ui based bookmark operations . the result depends on where the last successful bookmark operation was performed by the user . concode_field_sep int GET_NODE concode_elem_sep int GET_CHILDREN concode_elem_sep int GET_THUMBNAILS concode_elem_sep int GET_FAVICONS concode_elem_sep l... | BookmarkNode function ( Context arg0 ) { return chromeBrowserProviderCall ( BookmarkNode . class , ChromeBrowserProvider . CLIENT_API_GET_DEFAULT_BOOKMARK_FOLDER , arg0 , argsToBundle ( ) ) ; } |
773 | creates an empty linkedblockingqueue with a capacity of integer #max_value . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_e... | LinkedBlockingQueue < E > function ( ) { return new LinkedBlockingQueue < E > ( ) ; } |
774 | return false by default . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getNativeConnectionFromStatement concode_elem_sep Connection getNativeConnection concode_elem_sep boolean isNativeConnectionNecessaryForNativePreparedStatements concode_elem_sep Connection doGetNativeConnection concode_elem... | boolean function ( ) { return false ; } |
775 | return any principal objects inside the attribute certificate holder entity names field . concode_field_sep DigestCalculatorProvider digestCalculatorProvider concode_elem_sep Holder holder concode_field_sep X500Name[] getIssuer concode_elem_sep BigInteger getSerialNumber concode_elem_sep boolean match concode_elem_sep ... | X500Name [ ] function ( ) { if ( holder . getEntityName ( ) != null ) { return getPrincipals ( holder . getEntityName ( ) . getNames ( ) ) ; } return null ; } |
776 | returns the nam of this ke hoach dau nam . concode_field_sep KeHoachDauNam _keHoachDauNam concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setBaoCaoDLI concode... | long function ( ) { return _keHoachDauNam . getNam ( ) ; } |
777 | logs an information trace message . concode_field_sep String copyright concode_elem_sep int JDBCLevel_ concode_field_sep void logDataEvenIfTracingIsOff concode_elem_sep void logException concode_elem_sep void logException concode_elem_sep void logOpen concode_elem_sep void log concode_elem_sep boolean isTraceOn concode... | void function ( String arg0 ) { if ( isTraceOn ( ) ) { String loc0 = "srini_string" + arg0 ; log ( loc0 ) ; } } |
778 | epr is specified without enabling ws-addressing support . concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep Localizable localizableHTTP_STATUS_CODE concode_elem_sep String INVALID_SERVICE_NAME_NULL concode_elem_sep Localizable localizableINVALID_WSDL_URL c... | String function ( ) { return localizer . localize ( localizableEPR_WITHOUT_ADDRESSING_ON ( ) ) ; } |
779 | returns a diagonal matrix with specified elements . concode_field_sep PlaceHolder placeHolder concode_field_sep RealMatrix createRealIdentityMatrix concode_elem_sep void checkSubMatrixIndex concode_elem_sep void checkSubMatrixIndex concode_elem_sep RealMatrix createRealMatrix concode_elem_sep RealMatrix createRealMatri... | RealMatrix function ( final double [ ] arg0 ) { final RealMatrix loc0 = createRealMatrix ( arg0 . length , arg0 . length ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { loc0 . setEntry ( loc1 , loc1 , arg0 [ loc1 ] ) ; } return loc0 ; } |
780 | returns the name of the function . concode_field_sep Node thisValue concode_elem_sep String functionName concode_elem_sep String delegator concode_elem_sep String delegateBase concode_elem_sep String typeName concode_elem_sep SubclassType type concode_elem_sep Node target concode_elem_sep DiagnosticType diagnosticType ... | String function ( ) { return functionName ; } |
781 | returns the first element in the linked list . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep Node previous concode_elem_sep Node currentNode concode_elem_sep Node position concode_elem_sep int indexvar concode_elem_sep Node first concode_elem_sep boolean isAfterNex... | Object function ( ) { if ( first == null ) { throw new NoSuchElementException ( ) ; } return first . data ; } |
782 | append a character to sbuf . concode_field_sep int unicodeConversionBp concode_elem_sep char[] sbuf concode_elem_sep char[] buf concode_elem_sep Names names concode_elem_sep boolean surrogatesSupported concode_elem_sep char ch concode_elem_sep Log log concode_elem_sep int buflen concode_elem_sep int sp concode_elem_sep... | void function ( char arg0 , boolean arg1 ) { sbuf = ArrayUtils . ensureCapacity ( sbuf , sp ) ; sbuf [ sp ++ ] = arg0 ; if ( arg1 ) scanChar ( ) ; } |
783 | sets the firstrecordstart to the specified value . concode_field_sep long accumulatedRecordCount concode_elem_sep long firstRecordStart concode_elem_sep long recordCount concode_field_sep int getInfoSize concode_elem_sep void setAccumulatedRecordCount concode_elem_sep void read concode_elem_sep long getRecordCount conc... | void function ( long arg0 ) { this . firstRecordStart = arg0 ; } |
784 | gets the timezone value for this dayparttargeting . concode_field_sep com.google.api.ads.dfp.axis.v201408.DayPart[] dayParts concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v201408.DeliveryTimeZone timeZone concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.a... | com . google . api . ads . dfp . axis . v201408 . DeliveryTimeZone function ( ) { return timeZone ; } |
785 | returns the text content of a child node with the given name . if no such child exists or the child does not have text content , null is returned . concode_field_sep Element e concode_field_sep List<DomElement> getChildren concode_elem_sep List<DomElement> getChildren concode_elem_sep String getAttribute concode_elem_s... | String function ( final String arg0 ) { final DomElement loc0 = getChild ( arg0 ) ; return loc0 != null ? loc0 . getText ( ) : null ; } |
786 | not-null value ; ensure this value is available before it is saved to the database . concode_field_sep Boolean tgjcqk_sfywgyc concode_elem_sep String tgjcqk_cyqcsjl concode_elem_sep Boolean tgjcqk_sffbczyc concode_elem_sep String zd_xcsfrq concode_elem_sep String hbqk_qt concode_elem_sep String xhdbz concode_elem_sep B... | void function ( String arg0 ) { this . followUpNo = arg0 ; } |
787 | get token end column 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 int bufcolumn[] concode_elem_sep int bufline[] ... | int function ( ) { return bufcolumn [ bufpos ] ; } |
788 | records the names of the classes that are candidates for condition evaluation . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedCondition ANC... | void function ( List < String > arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . unconditionalClasses = new HashSet < String > ( arg0 ) ; } |
789 | get the report definition as xml string . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_sep String description concode_elem_sep boolean hidden concode_elem_sep String ... | String function ( ) { return reportDefinitionXml ; } |
790 | parses the formvalueelement into the map , where keys are form elements and values represent the value of certain element . concode_field_sep PlaceHolder placeHolder concode_field_sep void addParameters | Map < String , Object > function ( FormValueElement arg0 , String arg1 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; if ( arg0 != null ) { addParameters ( arg0 , loc0 , arg1 ) ; } return loc0 ; } |
791 | temporary hack . this id should stick with the table column . here , it will change based on user-specified column label . the int has is also being truncated into a short . concode_field_sep int ODBC_SM_OPTIONS concode_elem_sep int ODBC_SEVERITY_DEBUG concode_elem_sep int ODBC_AUTH_REQ_OK concode_elem_sep int ODBC_SEV... | short function ( int arg0 , ResultMetaData arg1 ) { if ( ! arg1 . isTableColumn ( arg0 ) ) { return 0 ; } short loc0 = ( short ) arg1 . getGeneratedColumnNames ( ) [ arg0 ] . loc0 ( ) ; if ( loc0 < 0 ) { loc0 *= - 1 ; } return loc0 ; } |
792 | handle an error with a message . concode_field_sep int MAX_EXCEPTIONS concode_elem_sep int exceptionCount concode_elem_sep long EXCEPTION_INTERVAL concode_elem_sep long lastException concode_elem_sep Appender appender concode_elem_sep Logger LOGGER concode_field_sep Appender getAppender | void function ( final String arg0 ) { final long loc0 = System . nanoTime ( ) ; if ( loc0 - lastException > EXCEPTION_INTERVAL || exceptionCount ++ < MAX_EXCEPTIONS ) { LOGGER . error ( arg0 ) ; } lastException = loc0 ; } |
793 | sets the value of the count property . concode_field_sep Object parent concode_elem_sep List<CTWebPublishItem> webPublishItem concode_elem_sep Long count concode_field_sep List<CTWebPublishItem> getWebPublishItem concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent conc... | void function ( Long arg0 ) { this . count = arg0 ; } |
794 | return selection arguments for current internal state . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep Cursor query concode_elem_sep Cursor query concode_elem_sep int upd... | String [ ] function ( ) { if ( mSelectionArgs != null ) { return mSelectionArgs . toArray ( new String [ mSelectionArgs . size ( ) ] ) ; } else { return null ; } } |
795 | used by the non-stream geography search , to search by radius using the configured metrics . the unit can either be mi for miles , or km for kilometers . you need to configure all the following options : longitude , latitude , radius , and distancemetric . concode_field_sep String keywords concode_elem_sep String httpP... | void function ( String arg0 ) { this . distanceMetric = arg0 ; } |
796 | returns the file id for a given path . if the given path does not exist in alluxio , the method attempts to load it from ufs . concode_field_sep FileSystemMaster mFileSystemMaster concode_field_sep List<Long> getLostFiles concode_elem_sep List<WorkerInfo> getWorkerInfoList concode_elem_sep AlluxioURI getPath concode_el... | long function ( AlluxioURI arg0 ) { return mFileSystemMaster . getFileId ( arg0 ) ; } |
797 | logs a debug mesg concode_field_sep int LEVEL_FATAL concode_elem_sep int level concode_elem_sep int LEVEL_ERROR concode_elem_sep String name concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_WARN concode_elem_sep boolean initialized concode_elem_sep Map<String,Logger> loggers c... | void function ( String arg0 , Throwable arg1 ) { if ( this . level > LEVEL_DEBUG ) return ; log ( arg0 , arg1 ) ; } |
798 | sets the value of the custlinfactneighbory property . concode_field_sep Integer custLinFactNeighborX concode_elem_sep Integer custScaleY concode_elem_sep Integer custLinFactNeighborY concode_elem_sep Integer custScaleX concode_elem_sep String contentRef concode_field_sep Integer getCustLinFactNeighborX concode_elem_sep... | void function ( Integer arg0 ) { this . custLinFactNeighborY = arg0 ; } |
799 | consolidates separators in a menubar . this essentialy calls #consolidateseparators jmenu for each menu in the menubar . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( JMenuBar arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; for ( int loc0 = 0 ; loc0 < arg0 . getMenuCount ( ) ; loc0 ++ ) { consolidateSeparators ( arg0 . getMenu ( loc0 ) ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.