idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
7,000 | maps given list of parameter objects to array of parameterdto concode_field_sep PlaceHolder placeHolder concode_field_sep TemplateConfigurationDTO[] mapConfigurations concode_elem_sep Parameter mapParameter concode_elem_sep ParameterDTO mapParameter concode_elem_sep TemplateConfigurationInfoDTO[] mapConfigurationsInfo ... | ParameterDTO [ ] function ( Parameter [ ] arg0 ) { ParameterDTO [ ] loc0 = null ; if ( arg0 != null ) { loc0 = new ParameterDTO [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = mapParameter ( arg0 [ loc1 ] ) ; } } return loc0 ; } |
7,001 | create a httpserver that registers the servletcontainer . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | HttpServer function ( String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return create ( URI . create ( arg0 ) ) ; } |
7,002 | connects this instance to the given instances using role `` hasname '' . if the given collection of instances is null , nothing happens . concode_field_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleHasNameId concode_field_sep void setName concode_elem_sep void addHasN... | void function ( Collection < String > arg0 ) { if ( arg0 == null ) return ; for ( String loc0 : arg0 ) addHasName ( loc0 ) ; } |
7,003 | test method for ubic.basecode.datastructure.matrix.densedoublematrix #getobject int , int . concode_field_sep double[][] testArray concode_elem_sep DoubleMatrix<String,String> testdata concode_elem_sep DoubleMatrixReader f concode_elem_sep DoubleMatrix<String,String> testM concode_field_sep void testGetRow2 concode_ele... | void function ( ) { assertEquals ( 4.0 , testM . getObject ( 0 , 3 ) , 0.000001 ) ; } |
7,004 | returns the hashcode . concode_field_sep double k_2_0 concode_elem_sep FXGVersion v2_0 concode_elem_sep FXGVersion v1_0 concode_elem_sep double k_1_0 concode_elem_sep double version concode_field_sep long getMajorVersion concode_elem_sep boolean equals concode_elem_sep boolean equalTo concode_elem_sep double asDouble c... | int function ( ) { return ( Long . valueOf ( Double . doubleToLongBits ( version ) ) ) . hashCode ( ) ; } |
7,005 | returns the path to the specified property within an error response . concode_field_sep Class<? extends AmazonServiceException> exceptionClass concode_field_sep AmazonServiceException unmarshall concode_elem_sep String parseErrorCode | String function ( String arg0 ) { return "srini_string" + arg0 ; } |
7,006 | returns the cumulative probability of a set of noncentral chi-squared distributions . concode_field_sep double PSI concode_elem_sep int chisqDistribution concode_elem_sep double logPSI concode_elem_sep int undefinedDistribution concode_elem_sep int normalDistribution concode_field_sep double square concode_elem_sep dou... | DoubleVector function ( double arg0 , DoubleVector arg1 ) { int loc0 = arg1 . size ( ) ; DoubleVector loc1 = new DoubleVector ( loc0 ) ; double loc2 ; double loc3 = Math . sqrt ( arg0 ) ; for ( int loc4 = 0 ; loc4 < loc0 ; loc4 ++ ) { loc2 = Math . sqrt ( arg1 . get ( loc4 ) ) ; loc1 . set ( loc4 , pnorm ( loc3 - loc2 ... |
7,007 | extracts the first word from a timezone displayname . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZo... | String function ( String arg0 ) { if ( arg0 == null ) { arg0 = "srini_string" ; } else { int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } } return arg0 ; } |
7,008 | set application management service concode_field_sep ApplicationManagementService applicationMgtService concode_field_sep ApplicationManagementService getApplicationMgtService | void function ( ApplicationManagementService arg0 ) { OAuth2ServiceComponentHolder . arg0 = arg0 ; } |
7,009 | makes a copy of the given query return array . concode_field_sep Logger log concode_field_sep ResultSetMappingDefinition findResultSetMapping concode_elem_sep void resolveResultSetMappings concode_elem_sep void addQueryReturns concode_elem_sep void addQueryReturns concode_elem_sep void resolveResultClasses concode_elem... | NativeSQLQueryReturn [ ] function ( NativeSQLQueryReturn [ ] arg0 ) { if ( arg0 == null ) { return new NativeSQLQueryReturn [ 0 ] ; } final NativeSQLQueryReturn [ ] loc0 = new NativeSQLQueryReturn [ arg0 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; return loc0 ; } |
7,010 | sets the icon for the back button . concode_field_sep String NEXT_FINISH_BUTTON_ENABLED_PROPERTY concode_elem_sep String BACK_BUTTON_ICON_PROPERTY concode_elem_sep String BACK_BUTTON_ENABLED_PROPERTY concode_elem_sep String NEXT_FINISH_BUTTON_TEXT_PROPERTY concode_elem_sep Map<String,Boolean> buttonEnabledHashmap conco... | void function ( Icon arg0 ) { Object loc0 = getBackButtonIcon ( ) ; if ( ! arg0 . equals ( loc0 ) ) { buttonIconHashmap . put ( BACK_BUTTON_ICON_PROPERTY , arg0 ) ; firePropertyChange ( BACK_BUTTON_ICON_PROPERTY , loc0 , arg0 ) ; } } |
7,011 | return value for system property name or defaultvalue if the property does not exist or a security manager denies access to it concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_ele... | String function ( String arg0 , String arg1 ) { try { return System . getProperty ( arg0 , arg1 ) ; } catch ( SecurityException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } return arg1 ; } |
7,012 | returns a fragmentmanager for this controller . concode_field_sep FragmentHostCallback<?> mHost concode_field_sep LoaderManager getSupportLoaderManager concode_elem_sep void reportLoaderStart concode_elem_sep void dispatchOptionsMenuClosed concode_elem_sep boolean dispatchPrepareOptionsMenu concode_elem_sep void dispat... | FragmentManager function ( ) { return mHost . getFragmentManagerImpl ( ) ; } |
7,013 | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep java.lang.String localResult concode_field_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep void setResult concode_elem_sep org.apache.axiom.om.OMElement getOMElement concode_elem_sep TransactResponse p... | java . lang . String function ( ) { return localResult ; } |
7,014 | convenient call for org.greenrobot.greendao.abstractdao #delete object . entity must attached to an entity context . concode_field_sep String feedback concode_elem_sep long interviewId concode_elem_sep String interviewType concode_elem_sep String description concode_elem_sep String startTime concode_elem_sep List<JobPo... | void function ( ) { if ( myDao == null ) { throw new DaoException ( "srini_string" ) ; } myDao . delete ( this ) ; } |
7,015 | gets the id of the associated step . concode_field_sep String stepID concode_elem_sep List<OutputInfoUnit> results concode_field_sep OutputInfoUnit getResult concode_elem_sep List<OutputInfoUnit> getResults | String function ( ) { return stepID ; } |
7,016 | returns true if the specified entry is part of this group . concode_field_sep List<RosterEntry> entries concode_elem_sep String name concode_elem_sep XMPPConnection connection concode_field_sep void setName concode_elem_sep void removeEntry concode_elem_sep String getName concode_elem_sep void addEntry concode_elem_sep... | boolean function ( RosterEntry arg0 ) { synchronized ( entries ) { return entries . contains ( arg0 ) ; } } |
7,017 | returns the green value of the color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep String OUTOFRANGE concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color BLUE concode_elem_sep int alph... | int function ( ) { return green ; } |
7,018 | called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie... | boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; } |
7,019 | return the gdapplication image cache concode_field_sep PlaceHolder placeHolder concode_field_sep GDApplication getGDApplication concode_elem_sep ExecutorService getExecutor | ImageCache function ( Context arg0 ) { return getGDApplication ( arg0 ) . getImageCache ( ) ; } |
7,020 | detects objects of different sizes in the input image . the detected objects are returned as a list of rectangles . the function is parallelized with the tbb library . concode_field_sep long nativeObj concode_field_sep boolean load_0 concode_elem_sep void detectMultiScale_3 concode_elem_sep boolean load concode_elem_se... | void function ( Mat arg0 , MatOfRect arg1 ) { Mat loc0 = arg1 ; detectMultiScale_1 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj ) ; return ; } |
7,021 | returns an absolute path to a keytab with jboss as credentials http/host @jboss . org . concode_field_sep File keyTabFileName concode_elem_sep Logger LOGGER concode_elem_sep String password concode_elem_sep String origKrbDebug concode_elem_sep String origKrb5Conf concode_elem_sep String KRB5_CONF concode_elem_sep File ... | String function ( ) { return HTTP_KEYTAB_FILE . getAbsolutePath ( ) ; } |
7,022 | returns the id route of this event . concode_field_sep Event _event concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getPlannedFinishTime concode_elem_sep java... | long function ( ) { return _event . getIdRoute ( ) ; } |
7,023 | enables storing keys as binary . concode_field_sep AttributeDefinition<Boolean> STORE_KEYS_AS_BINARY concode_elem_sep Attribute<Boolean> storeKeysAsBinary concode_elem_sep AttributeDefinition<Boolean> ENABLED concode_elem_sep AttributeDefinition<Boolean> STORE_VALUES_AS_BINARY concode_elem_sep AttributeSet attributes c... | boolean function ( ) { return storeKeysAsBinary . get ( ) ; } |
7,024 | returns the organizational unit related to user concode_field_sep Date endedTime concode_elem_sep String user concode_elem_sep int runningStatus concode_elem_sep int WAITING_FOR_RESOURCES concode_elem_sep Date startedTime concode_elem_sep String orgUnit concode_elem_sep Date submittedTime concode_elem_sep String proces... | String function ( ) { return orgUnit ; } |
7,025 | clears a bit . the index should be less than the openbitset size . concode_field_sep int pageCount concode_elem_sep int PAGE_SIZE concode_elem_sep long[][] bits concode_elem_sep int wlen concode_field_sep long serializedSize concode_elem_sep void set concode_elem_sep void set concode_elem_sep void intersect concode_ele... | void function ( long arg0 ) { int loc0 = ( int ) ( arg0 >> 6 ) ; int loc1 = ( int ) arg0 & 0x3f ; long loc2 = 1L << loc1 ; bits [ loc0 / PAGE_SIZE ] [ loc0 % PAGE_SIZE ] &= ~ loc2 ; } |
7,026 | test for service = wmts request = getcapabilities concode_field_sep Logger LOGGER concode_field_sep void testWmsGetMap concode_elem_sep void testWcsDescribeCoverage concode_elem_sep void testWfsGetCapabilities concode_elem_sep void testWcsGetCapabilities concode_elem_sep void testWmsGetFeatureInfo concode_elem_sep void... | void function ( ) { final String loc0 = "srini_string" ; testOGCOperationLogging ( "srini_string" , loc0 , 1 ) ; } |
7,027 | returns the session attributes to send back to the server . concode_field_sep ObjectMapper OBJECT_MAPPER concode_elem_sep SpeechletResponse response concode_elem_sep Map<String,Object> sessionAttributes concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void toJson concode_elem_sep byt... | Map < String , Object > function ( ) { return sessionAttributes ; } |
7,028 | delete the attribute value . concode_field_sep String NAME concode_elem_sep String KEY concode_elem_sep String IDENT concode_elem_sep PublicKey key concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode... | void function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( KEY ) ) { key = null ; } else { throw new IOException ( "srini_string" + "srini_string" ) ; } } |
7,029 | auto generated axis2 call back method for removetask2 method override this method for handling normal response from removetask2 operation concode_field_sep Object clientData concode_field_sep void receiveResultRemoveTask concode_elem_sep void receiveResultAddTask3 concode_elem_sep void receiveResultAddTask2 concode_ele... | void function ( org . tempuri . SmsImplementationStub . RemoveTask2Response arg0 ) { } |
7,030 | method returns the tool used for fishing concode_field_sep int toolId concode_elem_sep CaptureDefinition[] captures concode_elem_sep int level concode_elem_sep int baitId concode_elem_sep int id concode_elem_sep double experience concode_elem_sep String option concode_elem_sep Animation animation concode_field_sep Spot... | int function ( ) { return toolId ; } |
7,031 | converts a hashset of integer to int concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<T> randomSelection concode_elem_sep void convertLinkedListObject concode_elem_sep List<T> subList concode_elem_sep int checkForPositiveInteger concode_elem_sep LinkedList<Integer> convertArray concode_elem_sep voi... | int [ ] function ( HashSet < Integer > arg0 ) { return arg0 . stream ( ) . mapToInt ( i -> i ) . toArray ( ) ; } |
7,032 | returns the boolean value of the field param , or the value for param , or null if neither is set . concode_field_sep PlaceHolder placeHolder concode_field_sep Float getFieldFloat concode_elem_sep float getFieldFloat concode_elem_sep Double getDouble concode_elem_sep double getDouble concode_elem_sep Float getFloat con... | Boolean function ( String arg0 , String arg1 ) { String loc0 = getFieldParam ( arg0 , arg1 ) ; return loc0 == null ? null : StrUtils . parseBool ( loc0 ) ; } |
7,033 | create an instance of jaxbelement concode_field_sep QName _Color_QNAME concode_elem_sep QName _Options_QNAME concode_elem_sep QName _Description_QNAME concode_elem_sep QName _Gexf_QNAME concode_elem_sep QName _Size_QNAME concode_elem_sep QName _Meta_QNAME concode_elem_sep QName _Edge_QNAME concode_elem_sep QName _Edges... | JAXBElement < XMLAttvaluesContent > function ( XMLAttvaluesContent arg0 ) { return new JAXBElement < > ( _Attvalues_QNAME , XMLAttvaluesContent . class , null , arg0 ) ; } |
7,034 | returns the list of paths where the logs files are located as they appear in the configuration file . concode_field_sep File file concode_elem_sep String contents concode_elem_sep Installation install concode_elem_sep String lowerCaseContents concode_field_sep Set<String> getConfigurationValues concode_elem_sep Set<Str... | Set < String > function ( ) { return getConfigurationValues ( "srini_string" ) ; } |
7,035 | removes the elements of vals from the hash table set . concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Double> randomVals concode_elem_sep void ArrayListRemoval concode_elem_sep void usage concode_elem_sep void main | void function ( ArrayList < Double > arg0 , HashSet < Double > arg1 ) { for ( double loc0 : arg0 ) { arg1 . remove ( loc0 ) ; } } |
7,036 | add a package to the set of new remote packages that are not locally present and that the user could install . concode_field_sep Set<LocalPkgInfo> mUpdatedPkgs concode_elem_sep Set<RemotePkgInfo> mNewPkgs concode_elem_sep long mTimestampMs concode_field_sep Set<LocalPkgInfo> getUpdatedPkgs concode_elem_sep Set<RemotePk... | void function ( @ NonNull RemotePkgInfo arg0 ) { mNewPkgs . add ( arg0 ) ; } |
7,037 | checking if id , name , description contains word that user enters concode_field_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concod... | boolean function ( String arg0 ) { if ( Integer . parseInt ( arg0 ) == id ) { return true ; } else if ( name . equals ( arg0 ) ) { return true ; } else if ( description . contains ( arg0 ) ) { return true ; } return false ; } |
7,038 | closes all sessions registered with this sessionmanager . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Sess... | void function ( ) { Session [ ] loc0 = getAllSessions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . close ( ) ; } } |
7,039 | return a memory location with a name concode_field_sep boolean isMem concode_elem_sep boolean isMemUnique concode_elem_sep String pathSeparator concode_elem_sep MetaFile metafile concode_elem_sep int memoryCount concode_elem_sep String pathname concode_field_sep Location getSubLocation concode_elem_sep void memInit con... | Location function ( String arg0 ) { Location loc0 = new Location ( ) ; memInit ( loc0 , arg0 ) ; return loc0 ; } |
7,040 | sets the flag that determines whether or not this layer is drawn by the plot , and sends a diallayerchangeevent to all registeredlisteners . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void removeChangeListener concode_elem_sep int hashCode concode_elem_sep boolea... | void function ( boolean arg0 ) { this . visible = arg0 ; notifyListeners ( new DialLayerChangeEvent ( this ) ) ; } |
7,041 | returns the value of this hdf node , or null if this node has no value . every node in the tree can have a value , a child , and a next peer . concode_field_sep JniHdf root concode_elem_sep CSFileLoader fileLoader concode_elem_sep long hdfptr concode_field_sep JniHdf objNext concode_elem_sep long _init concode_elem_sep... | String function ( ) { if ( hdfptr == 0 ) { throw new NullPointerException ( "srini_string" ) ; } return _objValue ( hdfptr ) ; } |
7,042 | find the next match of the pattern on the tree such that the matching node that is , the tree node matching the root node of the pattern differs from the previous matching node . concode_field_sep Tree findCurrent concode_elem_sep Iterator<Tree> findIterator concode_elem_sep IdentityHashMap<Tree,Tree> nodesToParents co... | boolean function ( ) { Tree loc0 = getMatch ( ) ; while ( find ( ) ) { if ( getMatch ( ) != loc0 ) return true ; } return false ; } |
7,043 | returns true if this hashmap maps one or more keys to this value . note that this method is identical in functionality to contains which predates the map interface . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold co... | boolean function ( Object arg0 ) { return contains ( arg0 ) ; } |
7,044 | sets the user name of this team . concode_field_sep Team _team 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 isEscaped... | void function ( java . lang . String arg0 ) { _team . setUserName ( arg0 ) ; } |
7,045 | to set location type . concode_field_sep String keyPattern concode_elem_sep KVFetchValue fetchValue concode_elem_sep String distance concode_elem_sep Integer yoffset concode_elem_sep Float multiplier concode_elem_sep Integer length concode_elem_sep Integer xoffset concode_elem_sep LocationType locationType concode_elem... | void function ( LocationType arg0 ) { this . locationType = arg0 ; } |
7,046 | creates the array of items that can be passed to the messageformat class for creating labels . concode_field_sep String formatPattern concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_LABEL_FORMAT concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_e... | Object [ ] function ( XYDataset arg0 , int arg1 ) { Object [ ] loc0 = new Object [ 1 ] ; loc0 [ 0 ] = arg0 . getSeriesKey ( arg1 ) . toString ( ) ; return loc0 ; } |
7,047 | set the selected state of the row . concode_field_sep ExpansionType expansionType concode_elem_sep boolean selected concode_elem_sep boolean selectable concode_elem_sep boolean expanded concode_elem_sep boolean visible concode_elem_sep List<String> activeCellEditorIds concode_elem_sep boolean expandable concode_elem_se... | void function ( boolean arg0 ) { this . selected = arg0 ; } |
7,048 | this method will find and return the sort index for a given dictionary id . applicable scenarios : 1 . used in case of order by queries when data sorting is required concode_field_sep ColumnDictionaryInfo columnDictionaryInfo concode_field_sep String getDictionaryValueFromSortedIndex concode_elem_sep int getSurrogateKe... | int function ( int arg0 ) { return columnDictionaryInfo . getSortedIndex ( arg0 ) ; } |
7,049 | set the language e.g. `` en '' . concode_field_sep int itemId concode_elem_sep int place concode_elem_sep int confidence concode_elem_sep int valueId concode_elem_sep String language concode_elem_sep TableRow row concode_elem_sep int fieldId concode_elem_sep String value concode_elem_sep String authority concode_elem_s... | void function ( String arg0 ) { this . language = arg0 ; } |
7,050 | dispose of all the cached color 's . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concod... | void function ( ) { for ( Color loc0 : m_colorMap . values ( ) ) { loc0 . dispose ( ) ; } m_colorMap . clear ( ) ; } |
7,051 | set whether a node can be deleted or not . added by sct for dlm . concode_field_sep String name concode_elem_sep double precedence concode_elem_sep boolean editAllowed concode_elem_sep boolean unremovable concode_elem_sep boolean moveAllowed concode_elem_sep boolean addChildAllowed concode_elem_sep boolean hidden conco... | void function ( boolean arg0 ) { this . deleteAllowed = arg0 ; } |
7,052 | setter for shippingaddresses concode_field_sep List<ErrorType> setDataError concode_elem_sep List<AddressType> shippingAddresses concode_elem_sep String token concode_field_sep List<AddressType> getShippingAddresses concode_elem_sep boolean isWhitespaceNode concode_elem_sep void setToken concode_elem_sep String getToke... | void function ( List < AddressType > arg0 ) { this . shippingAddresses = arg0 ; } |
7,053 | returns the user uuid of this message boards ban . concode_field_sep MBBan _mbBan concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep ... | java . lang . String function ( ) { return _mbBan . getUserUuid ( ) ; } |
7,054 | in the case of a virtual filesystem , where uris in the given filesystem are just soft links in efs to uris in other filesystems , returns the uri that this uri links to . if the filesystem is not virtual , then this method acts as an identity mapping . concode_field_sep PlaceHolder placeHolder concode_field_sep URI cr... | URI function ( URI arg0 ) { return arg0 ; } |
7,055 | increment #count by 1 . concode_field_sep ConcurrentSkipListMap<T,SkipListEntry> backing concode_elem_sep AtomicInteger count concode_elem_sep T element concode_field_sep SortedMultiset<T> headMultiset concode_elem_sep boolean remove concode_elem_sep int remove concode_elem_sep SortedMultiset<T> tailMultiset concode_el... | int function ( ) { return count . getAndIncrement ( ) ; } |
7,056 | deactivate messages flow . concode_field_sep MessageObserver incomingObserver concode_field_sep void activate concode_elem_sep Logger getLogger concode_elem_sep MessageObserver getMessageObserver concode_elem_sep EndpointReferenceType getTargetReference concode_elem_sep EndpointReferenceType getTargetReference concode_... | void function ( ) { } |
7,057 | called when download progress is made . concode_field_sep boolean suppressPeerCountMessages concode_elem_sep int originalBlocksLeft concode_elem_sep int numberOfConnectedPeers concode_elem_sep Semaphore done concode_elem_sep boolean caughtUp concode_elem_sep Logger log concode_elem_sep int lastPercent concode_field_sep... | void function ( double arg0 , int arg1 , Date arg2 ) { log . trace ( String . format ( "srini_string" , ( int ) arg0 , arg1 , DateFormat . getDateTimeInstance ( ) . format ( arg2 ) ) ) ; } |
7,058 | called when a shard is marked as inactive concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void befor... | void function ( IndexShard arg0 ) { } |
7,059 | the severity of the error , either severity_warning , severity_error , or severity_fatal_error . concode_field_sep DOMLocatorImpl fLocator concode_elem_sep short fSeverity concode_elem_sep String fMessage concode_elem_sep String fType concode_elem_sep Exception fException concode_elem_sep Object fRelatedData concode_fi... | short function ( ) { return fSeverity ; } |
7,060 | creates an executorshuffleinfo object based on the given shuffle manager which targets this context 's directories . concode_field_sep int subDirsPerLocalDir concode_elem_sep String[] localDirs concode_field_sep void cleanup concode_elem_sep void create concode_elem_sep void insertSortShuffleData concode_elem_sep void ... | ExecutorShuffleInfo function ( String arg0 ) { return new ExecutorShuffleInfo ( localDirs , subDirsPerLocalDir , arg0 ) ; } |
7,061 | test flattening for record within an option within another record record r1 fields : union null , record r2 concode_field_sep PlaceHolder placeHolder concode_field_sep void testRecordWithinUnionWithinRecord concode_elem_sep void testRecordWithinRecord concode_elem_sep void testRecordWithinArrayWithinArray concode_elem_... | void function ( ) { Schema loc0 = readSchemaFromJsonFile ( "srini_string" ) ; Schema loc1 = readSchemaFromJsonFile ( "srini_string" ) ; Assert . assertEquals ( new AvroFlattener ( ) . flatten ( loc0 , false ) , loc1 ) ; } |
7,062 | sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ActivityGroup> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<ActivityGroup> getResults concode_elem_sep I... | void function ( Integer arg0 ) { this . startIndex = arg0 ; } |
7,063 | indirect stringbuffer-method . used only internally . concode_field_sep int a concode_elem_sep int b concode_elem_sep int c concode_elem_sep int d concode_elem_sep int two concode_elem_sep int one concode_elem_sep int e concode_elem_sep int f concode_elem_sep int g concode_elem_sep int h concode_field_sep void foo conc... | void function ( StringBuffer arg0 , String arg1 ) { arg0 . append ( arg1 ) ; } |
7,064 | returns the string representation of the int8 argument . concode_field_sep String ANDROID_TIMEFORMAT_WO_MS concode_elem_sep SimpleDateFormat datetimeFormatter concode_elem_sep String DATETIMEFORMAT concode_elem_sep DBXDefaultFormatter instance concode_elem_sep String TIMEFORMAT_MS concode_elem_sep String TIMEFORMAT_WO_... | String function ( int arg0 ) { return String . valueOf ( arg0 ) ; } |
7,065 | tests whether or not this runnable is cancelled . concode_field_sep boolean isCancelled concode_elem_sep String gridName concode_elem_sep IgniteLogger log concode_elem_sep String name concode_elem_sep GridWorkerListener lsnr concode_elem_sep boolean finished concode_elem_sep Thread runner concode_elem_sep Object mux co... | boolean function ( ) { Thread loc0 = this . runner ; return isCancelled || ( loc0 != null && loc0 . isInterrupted ( ) ) ; } |
7,066 | gets the value of the date property . concode_field_sep XMLGregorianCalendar date concode_elem_sep AuthorizationDetailsType authorizationDetails concode_elem_sep String sequenceNumber concode_elem_sep String amount concode_elem_sep String statusReason concode_elem_sep String fdpSequenceNumber concode_elem_sep long seri... | XMLGregorianCalendar function ( ) { return date ; } |
7,067 | check that the preflow satisfies height constraints concode_field_sep Queue<Vertex> workList concode_elem_sep boolean graphModified concode_elem_sep Hashtable<String,Vertex> vertices concode_elem_sep Vertex sink concode_elem_sep SimpleGraph G concode_elem_sep int resultFlow concode_elem_sep HashMap<Vertex,Boolean> acti... | boolean function ( ) { for ( Vertex loc0 : vertices . values ( ) ) { for ( Edge loc1 : loc0 . getResidualOutEdges ( ) ) { Vertex loc2 = G . opposite ( loc0 , loc1 ) ; if ( loc1 . remaining ( ) > 0 && loc0 . getHeight ( ) > loc2 . getHeight ( ) + 1 ) return false ; } } return true ; } |
7,068 | inserts test administrator to database concode_field_sep Logger logger concode_elem_sep String PERSISTENCE_UNIT_NAME concode_elem_sep EntityManager em concode_elem_sep LoginController login concode_elem_sep EntityManagerFactory emf concode_field_sep void removeTestData concode_elem_sep void checkLogin | void function ( ) { logger . debug ( "srini_string" ) ; emf = Persistence . createEntityManagerFactory ( PERSISTENCE_UNIT_NAME ) ; em = emf . createEntityManager ( ) ; em . getTransaction ( ) . begin ( ) ; em . persist ( new UserBean ( "srini_string" , MD5 . makeMD5 ( "srini_string" ) ) ) ; em . getTransaction ( ) . co... |
7,069 | returns the maximum number of threads for partition evaluation concode_field_sep long serialVersionUID concode_elem_sep String PROPERTY_NAME concode_elem_sep int maxThreads concode_field_sep int hashCode concode_elem_sep MaxThreadsOption get concode_elem_sep boolean equals concode_elem_sep String getPropertyName | int function ( ) { return maxThreads ; } |
7,070 | returns the component name of this activity . concode_field_sep UserHandle mUser concode_elem_sep long mFirstInstallTime concode_elem_sep ComponentName mComponentName concode_elem_sep PackageManager mPm concode_elem_sep String TAG concode_elem_sep ActivityInfo mActivityInfo concode_field_sep Drawable getBadgedIcon conc... | ComponentName function ( ) { return mComponentName ; } |
7,071 | the type of resource identified by the associated resource id ex : instance , ami , ebs volume , etc . constraints : allowed values : customer-gateway , dhcp-options , image , instance , snapshot , spot-instances-request , subnet , volume , vpc , vpn-connection , vpn-gateway concode_field_sep String resourceId concode_... | String function ( ) { return resourceType ; } |
7,072 | obtain a new member/listener to associate with an operation to be added to this set . concode_field_sep ErrorInfo reason concode_elem_sep Map<ConnectionState,Counter> stateCounts concode_elem_sep Channel channel concode_elem_sep List<ProtocolMessage> receivedMessages concode_elem_sep ErrorInfo error concode_elem_sep Se... | Member function ( ) { Member loc0 = new Member ( ) ; synchronized ( CompletionSet . this ) { pending . add ( loc0 ) ; } return loc0 ; } |
7,073 | signifies the value for the faultaction response ws-addressing fault action header that is provided by the method . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep WebSe... | void function ( String arg0 ) { if ( StringUtils . hasText ( arg0 ) ) { setFaultAction ( new URI ( arg0 ) ) ; } } |
7,074 | returns a bufferedimage from the classpath given the path . concode_field_sep PlaceHolder placeHolder concode_field_sep ImageIcon getIconFromClassPath concode_elem_sep ImageIcon getIconFromClassPathSuppressExceptions concode_elem_sep BufferedImage getImageFromClassPathSuppressExceptions | BufferedImage function ( String arg0 ) { URL loc0 = ImageUtilities . class . getResource ( arg0 ) ; return ImageIO . read ( loc0 ) ; } |
7,075 | get module level interceptor method overrides that are set up in ejb-jar . xml concode_field_sep Map<String,InterceptorEnvironment> interceptorEnvironment concode_elem_sep String defaultSecurityDomain concode_elem_sep EEDefaultResourceJndiNames defaultResourceJndiNames concode_elem_sep Map<String,InterceptorClassDescri... | InterceptorClassDescription function ( final String arg0 ) { return interceptorClassOverrides . get ( arg0 ) ; } |
7,076 | returns the number of rows matching the dynamic query . concode_field_sep AnnouncementsFlagLocalService _service concode_field_sep com.liferay.announcements.kernel.model.AnnouncementsFlag getAnnouncementsFlag concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteFlags concode_elem_sep c... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
7,077 | compares this intvalue with a primitive int value . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean lessThan concode_elem_sep boolean lessThan concode_elem_sep String toString concode_elem_sep int compareTo | boolean function ( final int arg0 ) { return this . value > arg0 ; } |
7,078 | fft imag value of one row from 2d hartley transform . concode_field_sep PlaceHolder placeHolder concode_field_sep FloatProcessor realFromFHT concode_elem_sep ImageProcessor powerFromFHT concode_elem_sep void FHTreal concode_elem_sep FloatProcessor imaginaryFromFHT concode_elem_sep ImageProcessor padImageProcessor conco... | void function ( int arg0 , int arg1 , float [ ] arg2 , float [ ] arg3 ) { int loc0 = arg0 * arg1 ; int loc1 = ( ( arg1 - arg0 ) % arg1 ) * arg1 ; for ( int loc2 = 0 ; loc2 < arg1 ; loc2 ++ ) { arg3 [ loc0 + loc2 ] = ( - arg2 [ loc0 + loc2 ] + arg2 [ loc1 + ( ( arg1 - loc2 ) % arg1 ) ] ) * 0.5f ; } } |
7,079 | switch to the experiences fragment . concode_field_sep String CURRENT_MENU_ITEM_ID concode_elem_sep Toolbar toolbar concode_elem_sep AppCompatActivity activity concode_elem_sep int currentMenuItemId concode_elem_sep NavigationView drawer concode_elem_sep Account account concode_field_sep void onCreate concode_elem_sep ... | void function ( ) { ExperienceFragment loc0 = new ExperienceFragment ( ) ; switchFragment ( loc0 ) ; } |
7,080 | publish the content of a file or files from a directory as messages concode_field_sep Logger _logger concode_elem_sep Publisher _publisher concode_field_sep void cleanup concode_elem_sep Publisher getPublisher concode_elem_sep void main | void function ( int arg0 , boolean arg1 ) { { getPublisher ( arg1 ) . sendMessage ( arg0 ) ; } } |
7,081 | close the writer and rename the file . concode_field_sep State state concode_elem_sep File file concode_elem_sep File tempFile concode_elem_sep FileWriter fileWriter concode_elem_sep Logger logger concode_field_sep String getName concode_elem_sep Writer open | void function ( ) { switch ( state ) { case READY : throw new IllegalStateException ( "srini_string" + tempFile + "srini_string" ) ; case CLOSED : throw new IllegalStateException ( "srini_string" + tempFile + "srini_string" ) ; default : fileWriter . close ( ) ; tempFile . renameTo ( file ) ; state = State . CLOSED ; }... |
7,082 | set the ifnonematch value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNone... | JobScheduleEnableOptions function ( String arg0 ) { this . ifNoneMatch = arg0 ; return this ; } |
7,083 | removes parameters from the query-url recursively concode_field_sep String ATT_AUTHDATAFETCHED concode_elem_sep boolean cbDisableHostnameVerification concode_elem_sep String PARAM_TARGET concode_elem_sep String PARAM_SAMLARTIFACT concode_field_sep void disconnect concode_elem_sep boolean verify concode_elem_sep java.ne... | String function ( String arg0 , String arg1 ) { return removeParameter ( arg0 , arg1 , true ) ; } |
7,084 | returns the name of the class where the field is declared . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String className concode_elem_sep String declaringClassName concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep St... | String function ( ) { return declaringClassName ; } |
7,085 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
7,086 | checks if all the vectors have identical label values concode_field_sep List<Instance> instances concode_elem_sep Dataset dataset concode_field_sep Data bagging concode_elem_sep Data bagging concode_elem_sep double[] values concode_elem_sep boolean isEmpty concode_elem_sep boolean isIdentical concode_elem_sep Dataset g... | boolean function ( ) { if ( isEmpty ( ) ) { return true ; } double loc0 = dataset . getLabel ( get ( 0 ) ) ; for ( int loc1 = 1 ; loc1 < size ( ) ; loc1 ++ ) { if ( dataset . getLabel ( get ( loc1 ) ) != loc0 ) { return false ; } } return true ; } |
7,087 | receive a message from the process over the standard output . concode_field_sep Process process concode_elem_sep BufferedReader reader concode_elem_sep BufferedWriter writer concode_elem_sep TaskDef taskDef concode_field_sep void start concode_elem_sep void destroy concode_elem_sep void copyInThread concode_elem_sep vo... | String function ( ) { try { return reader . readLine ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } |
7,088 | defaults to use okhttpparser concode_field_sep LocalTracer localTracer concode_elem_sep OkHttpParser parser concode_elem_sep ClientTracer clientTracer concode_elem_sep OkHttpParser parser concode_elem_sep String serverName concode_elem_sep Brave brave concode_elem_sep String serverName concode_field_sep Builder parser ... | Builder function ( Brave arg0 ) { return new Builder ( arg0 ) ; } |
7,089 | sets the client state token which needs to be returned to the client alongside the error information if it was provided during the client request concode_field_sep String errorUri concode_elem_sep String errorDescription concode_elem_sep String state concode_elem_sep String error concode_field_sep String getError conco... | void function ( String arg0 ) { this . state = arg0 ; } |
7,090 | javabean tester . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ) { JavaBeanTester . builder ( ApplicationResource . class ) . loadData ( ) . test ( ) ; } |
7,091 | use copy from stdin for very fast copying from a reader into a database table . concode_field_sep int DEFAULT_BUFFER_SIZE concode_elem_sep QueryExecutor queryExecutor concode_elem_sep BaseConnection connection concode_elem_sep Encoding encoding concode_field_sep CopyOut copyOut concode_elem_sep long copyOut concode_ele... | long function ( final String arg0 , Reader arg1 ) { return copyIn ( arg0 , arg1 , DEFAULT_BUFFER_SIZE ) ; } |
7,092 | open a bufferedreader for the current resource or file using the given buffer size . concode_field_sep File mFile concode_elem_sep String mFileOnSDCard concode_elem_sep int mResourceId concode_elem_sep Resources mResources concode_field_sep String getFileNameWithoutExtension concode_elem_sep BufferedReader getBufferedR... | BufferedInputStream function ( int arg0 ) { BufferedInputStream loc0 ; if ( mFile == null ) { loc0 = new BufferedInputStream ( mResources . openRawResource ( mResourceId ) , arg0 ) ; } else { loc0 = new BufferedInputStream ( new FileInputStream ( mFile ) , arg0 ) ; } return loc0 ; } |
7,093 | add a single card to the sideboard . concode_field_sep Map<Card,Integer> sideboard concode_elem_sep String name concode_elem_sep Map<Card,Integer> mainboard concode_field_sep void setName concode_elem_sep boolean isDeckValid concode_elem_sep Map<Card,Integer> getSideboard concode_elem_sep String getName concode_elem_se... | void function ( Card arg0 ) { addCard ( false , arg0 ) ; } |
7,094 | get the fair share assigned to this schedulable . concode_field_sep FairScheduler scheduler concode_elem_sep float fairSharePreemptionThreshold concode_elem_sep FSParentQueue parent concode_elem_sep SchedulingPolicy policy concode_elem_sep long fairSharePreemptionTimeout concode_elem_sep long minSharePreemptionTimeout ... | Resource function ( ) { return fairShare ; } |
7,095 | returns true if the xpath expression matches the named attribute of the element associated with this evaluation state . concode_field_sep Matcher FAIL concode_field_sep Matcher descend concode_elem_sep boolean matchesElement concode_elem_sep boolean matchesText | boolean function ( String arg0 , String arg1 ) { return false ; } |
7,096 | writes the list of resources to the jsongenerator . concode_field_sep JsonGenerator generator concode_elem_sep Map<String,List<String>> conditionsByKey concode_elem_sep Log log concode_elem_sep Writer writer concode_field_sep boolean isNotNull concode_elem_sep void writeActions concode_elem_sep Map<String,List<String>>... | void function ( List < Resource > arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Resource loc1 : arg0 ) { loc0 . add ( loc1 . getId ( ) ) ; } writeJsonArray ( JsonDocumentFields . RESOURCE , loc0 ) ; } |
7,097 | returns true if the specified ascii character is lower case . concode_field_sep boolean[] isWhite concode_elem_sep boolean[] isUpper concode_elem_sep boolean[] isLower concode_elem_sep byte[] toUpper concode_elem_sep boolean[] isDigit concode_elem_sep byte[] toLower concode_elem_sep boolean[] isAlpha concode_field_sep ... | boolean function ( int arg0 ) { return isLower [ arg0 & 0xff ] ; } |
7,098 | create an empty outbound message headers container . created container is mutable . concode_field_sep Logger LOGGER concode_field_sep MultivaluedMap<String,String> asStringHeaders concode_elem_sep void checkHeaderChanges concode_elem_sep List<String> asStringList concode_elem_sep Map<String,String> asStringHeadersSingl... | AbstractMultivaluedMap < String , Object > function ( ) { return new StringKeyIgnoreCaseMultivaluedMap < Object > ( ) ; } |
7,099 | returns an iterator over all elements registered to the given key . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object next concode_elem_sep boolean add concode_elem_sep List createList concode_el... | Iterator function ( final Object arg0 ) { final List loc0 = ( List ) this . table . get ( arg0 ) ; if ( loc0 == null ) { return EMPTY_ITERATOR ; } return loc0 . iterator ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.