idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
1,500 | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String... | String function ( ) { return "srini_string" ; } |
1,501 | test for the hadooputils #getpathwithoutscheme path method from an hdfs uri . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetPathWithoutSchemaFromHDFS concode_elem_sep void testGetPathWithoutSchema concode_elem_sep void testGetPathWithoutSchemaThatContainsSchema | void function ( ) { final Path loc0 = new Path ( URI . create ( "srini_string" ) ) ; final String loc1 = HadoopUtils . getPathWithoutScheme ( loc0 ) ; Assert . assertEquals ( "srini_string" , loc1 ) ; } |
1,502 | pipeline setup , dn2 throws an outofmemoryexception right after it received a setup request from dn1 . client gets an ioexception and determine dn2 bad . concode_field_sep short REPLICATION concode_elem_sep long BLOCKSIZE concode_elem_sep Configuration conf concode_field_sep void pipeline_Fi_05 concode_elem_sep void pi... | void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runReceiverOpWriteBlockTest ( loc0 , 2 , new OomAction ( loc0 , 2 ) ) ; } |
1,503 | get the tail for tests concode_field_sep Node<MyType> head concode_elem_sep Node<MyType> tail concode_field_sep void addLast concode_elem_sep Node<MyType> find concode_elem_sep Node<MyType> getHead concode_elem_sep Node<MyType> removeFirst concode_elem_sep String toString concode_elem_sep Node<MyType> removeLast concod... | Node < MyType > function ( ) { return tail ; } |
1,504 | generates the user-agent concode_field_sep String X_ZUMO_VERSION_HEADER concode_elem_sep String GZIP_CONTENTENCODING concode_elem_sep String X_ZUMO_INSTALLATION_ID_HEADER concode_elem_sep String X_ZUMO_AUTH_HEADER concode_elem_sep MobileServiceClient mClient concode_elem_sep String JSON_CONTENTTYPE concode_elem_sep Str... | String function ( ) { String loc0 = String . format ( "srini_string" , "srini_string" , "srini_string" , Build . VERSION . RELEASE , Build . CPU_ABI , SDK_VERSION ) ; return loc0 ; } |
1,505 | closes the document , and deletes the underlying file concode_field_sep String m_databaseDocumentFile concode_elem_sep XConnection m_connection concode_elem_sep XComponentContext m_context concode_elem_sep XOfficeDatabaseDocument m_databaseDocument concode_field_sep XDataSource getDataSource concode_elem_sep XOfficeDat... | void function ( ) { close ( ) ; if ( m_databaseDocumentFile != null ) { try { File loc0 = new File ( m_databaseDocumentFile ) ; loc0 . delete ( ) ; } catch ( Exception loc0 ) { } m_databaseDocumentFile = null ; } } |
1,506 | a list of queue urls , up to 1000 entries . note : this method appends the values to the existing list if any . use #setqueueurls java.util.collection or #withqueueurls java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<String> queueUrls concode_fi... | ListQueuesResult function ( String ... arg0 ) { if ( this . queueUrls == null ) { setQueueUrls ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . queueUrls . add ( loc0 ) ; } return this ; } |
1,507 | confidence weighted accuracy assuming the scores are probabilities and using .5 as threshold concode_field_sep int[] numpositive concode_elem_sep int[] numnegative concode_elem_sep double[] scores concode_elem_sep int[] classes concode_elem_sep Logger logger concode_elem_sep int[] guesses concode_field_sep void init co... | int [ ] function ( ) { int [ ] loc0 = new int [ numSamples ( ) ] ; for ( int loc1 = 1 ; loc1 <= numSamples ( ) ; loc1 ++ ) { loc0 [ loc1 - 1 ] = precision ( loc1 ) ; } return loc0 ; } |
1,508 | sets whether this user group is added by l d a p import . concode_field_sep UserGroup _userGroup 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 boolean isEscape... | void function ( boolean arg0 ) { _userGroup . setAddedByLDAPImport ( arg0 ) ; } |
1,509 | receives and records an axischangeevent . concode_field_sep double EPSILON concode_elem_sep AxisChangeEvent lastEvent concode_field_sep void testCloning concode_elem_sep void test1932146 concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEqualsWithLocale concode_elem_se... | void function ( AxisChangeEvent arg0 ) { this . lastEvent = arg0 ; } |
1,510 | returns whether the class is included in the comparison . concode_field_sep long serialVersionUID concode_elem_sep boolean m_IncludeClass concode_elem_sep Range m_Range concode_field_sep int compare concode_elem_sep void setRange concode_elem_sep void setIncludeClass concode_elem_sep boolean getInvert concode_elem_sep ... | boolean function ( ) { return m_IncludeClass ; } |
1,511 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_... | void function ( String arg0 ) { this . show = arg0 ; } |
1,512 | gets the value of the param property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the param property . for example , to add a new item , do as fol... | List < Param > function ( ) { if ( param == null ) { param = new ArrayList < > ( ) ; } return this . param ; } |
1,513 | creates a new firmwarestatusinfo having firmwarestatus #unknown as firmware status . concode_field_sep FirmwareUID updatableFirmwareUID concode_elem_sep FirmwareStatus firmwareStatus concode_field_sep FirmwareStatusInfo createUpdateAvailableInfo concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... | FirmwareStatusInfo function ( ) { return new FirmwareStatusInfo ( FirmwareStatus . UNKNOWN , null ) ; } |
1,514 | returns the end date and time of the window with the given name in the current milestone . concode_field_sep String scheduleName concode_elem_sep DateTime startOfSchedule concode_elem_sep Schedule schedule concode_elem_sep Map<String,String> metadata concode_elem_sep String currentMilestoneName concode_elem_sep DateTim... | DateTime function ( WindowName arg0 ) { DateTime loc0 = this . getCurrentMilestoneStartDate ( ) ; Milestone loc1 = schedule . getMilestone ( this . getCurrentMilestoneName ( ) ) ; return loc0 . plus ( loc1 . getWindowEnd ( arg0 ) ) ; } |
1,515 | utility method for setting the dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage conco... | void function ( ) { Object [ ] loc0 = { String . valueOf ( ( current + 1 ) ) , ( current + 1 ) , totalHitCount } ; dialogMessage = searchCompletionMessageForm . format ( loc0 ) ; } |
1,516 | returns the mean as a double primitive . if the underlying mean is null , this method will return double.nan . concode_field_sep Number mean concode_elem_sep long serialVersionUID concode_elem_sep Number standardDeviation concode_field_sep Number getStandardDeviation concode_elem_sep boolean equals concode_elem_sep dou... | double function ( ) { double loc0 = Double . NaN ; if ( this . mean != null ) { loc0 = this . mean . doubleValue ( ) ; } return loc0 ; } |
1,517 | insert into the given string into the given any . this implementation first creates a stringseqholder and then calls any #insert_streamable streamable . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extract concode_elem_sep String[] read concode_elem_sep String id concode_elem_sep TypeCode type c... | void function ( Any arg0 , String [ ] arg1 ) { StringSeqHolder loc0 = new StringSeqHolder ( arg1 ) ; arg0 . insert_Streamable ( loc0 ) ; } |
1,518 | sets the invalid flag and ripples all the way up the parse tree concode_field_sep boolean valid concode_elem_sep ParseItem parent concode_elem_sep boolean volatileFunction concode_elem_sep ParseContext parseContext concode_elem_sep boolean alternateCode concode_elem_sep Logger logger concode_field_sep void columnRemove... | void function ( ) { valid = false ; if ( parent != null ) { parent . setInvalid ( ) ; } } |
1,519 | returns an arbitrary based on this arbitrary which produces values that fulfill the given predicate . concode_field_sep PlaceHolder placeHolder concode_field_sep Arbitrary<U> ofAll concode_elem_sep Arbitrary<String> string concode_elem_sep Gen<T> apply concode_elem_sep Arbitrary<T> distinct concode_elem_sep Arbitrary<T... | Arbitrary < T > function ( Predicate < ? super T > arg0 ) { return size -> apply ( size ) . filter ( arg0 ) ; } |
1,520 | returns the maximum unaccented depth of the font within the font coordinate system . concode_field_sep String fontStretch concode_elem_sep float strikethroughPosition concode_elem_sep float overlinePosition concode_elem_sep String fontVariant concode_elem_sep float unitsPerEm concode_elem_sep String fontStyle concode_e... | float function ( ) { return descent ; } |
1,521 | get the distance from the bottom edge of the paper to the bottom edge of the footer concode_field_sep PgSz pgSz concode_elem_sep Logger log concode_elem_sep CTColumns cols concode_elem_sep PgMar pgMar concode_field_sep void init concode_elem_sep void setMargins concode_elem_sep void setMargins concode_elem_sep int getW... | int function ( ) { if ( pgMar . getFooter ( ) == null ) { return 720 ; } else { return pgMar . getFooter ( ) . intValue ( ) ; } } |
1,522 | create a search scope that encompasses everything in the given libraries . concode_field_sep SearchScope WORKSPACE_SCOPE concode_field_sep SearchScope createHierarchyScope concode_elem_sep SearchScope createWorkspaceScope concode_elem_sep SearchScope createProjectScope | SearchScope function ( DartLibrary ... arg0 ) { return new LibrarySearchScope ( arg0 ) ; } |
1,523 | checks that the query is valid . concode_field_sep String FROM concode_elem_sep String select concode_elem_sep String WHERE concode_elem_sep String orderBy concode_elem_sep String SELECT concode_elem_sep String OFFSET concode_elem_sep Integer limit concode_elem_sep String LIMIT concode_elem_sep String ORDER_BY concode_... | void function ( ) { Preconditions . checkState ( limit != null || ( limit == null && offset == null ) , "srini_string" ) ; } |
1,524 | record that the output of this blaze command depended on the contents of a build file or source file with the specified time stamp . concode_field_sep long commandStartTimeMillisRounded concode_elem_sep boolean waitASecond concode_elem_sep boolean waitAMillisecond concode_elem_sep long commandStartTimeMillis concode_el... | void function ( long arg0 ) { if ( arg0 == this . commandStartTimeMillis ) { this . waitAMillisecond = true ; } if ( arg0 == this . commandStartTimeMillisRounded ) { this . waitASecond = true ; } } |
1,525 | a message was not delivered . concode_field_sep PlaceHolder placeHolder concode_field_sep void messagePartiallyDelivered concode_elem_sep void messageDelivered | void function ( TransportEvent arg0 ) { } |
1,526 | returns a range of all the plugin settings . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil ... | java . util . List < com . liferay . portal . kernel . model . PluginSetting > function ( int arg0 , int arg1 ) { return getService ( ) . getPluginSettings ( arg0 , arg1 ) ; } |
1,527 | this will get a javascript action to be performed in order to recalculate the value of this field when that of another field changes . the order in which the document 's fields are recalculated is defined by the co entry in the interactive form dictionary . the name c stands for `` calculate '' . concode_field_sep COSD... | PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; } |
1,528 | set value for this node concode_field_sep Node leftNode concode_elem_sep Node rightNode concode_elem_sep int value concode_field_sep int getValue concode_elem_sep void setLeftNode concode_elem_sep String toString concode_elem_sep void setRightNode concode_elem_sep Node getLeftNode concode_elem_sep Node getRightNode | void function ( int arg0 ) { this . value = arg0 ; } |
1,529 | do nothing with these callbacks . concode_field_sep ViewPager mViewPager concode_elem_sep String TAG concode_elem_sep AppSectionsPagerAdapter pagerAdapter concode_field_sep void onTabReselected concode_elem_sep void onTabSelected concode_elem_sep void setup | void function ( ActionBar . Tab arg0 , FragmentTransaction arg1 ) { } |
1,530 | log an info message . concode_field_sep LogChute chute concode_field_sep LogChute getLogChute concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isWarnEnabled concode_elem_sep void error concode_elem_sep void error concode_elem_sep String... | void function ( Object arg0 ) { log ( LogChute . INFO_ID , arg0 ) ; } |
1,531 | return the first name of the person . concode_field_sep Scanner myScanner concode_elem_sep AddressBook addressBook concode_field_sep void removeCommand concode_elem_sep Name add concode_elem_sep String lastName concode_elem_sep String getCommand concode_elem_sep void quitCommand concode_elem_sep void findCommand concod... | String function ( ) { System . out . print ( "srini_string" ) ; String loc0 = myScanner . nextLine ( ) ; while ( loc0 . length ( ) == 0 ) { System . out . println ( "srini_string" ) ; loc0 = myScanner . nextLine ( ) ; } return loc0 ; } |
1,532 | convert an object that may or may not be a jsonelement into its json object representation , handling the case where it is neither in a graceful way . concode_field_sep int MAX_DEPTH concode_field_sep String convert concode_elem_sep Method getMethod concode_elem_sep JsonElement mapObject | JsonElement function ( Object arg0 ) { if ( arg0 == null ) { return JsonNull . INSTANCE ; } try { return convertObject ( arg0 , MAX_DEPTH ) ; } catch ( Exception loc0 ) { throw new WebDriverException ( "srini_string" + arg0 , loc0 ) ; } } |
1,533 | gets the collection of inventory items . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep double getInventoryPriceTotal concode_elem_sep void addInventoryItem concode_elem_sep void remov... | ArrayList function ( ) { return inventory ; } |
1,534 | checks whether this array contains the given index . concode_field_sep int[] indices concode_elem_sep int size concode_elem_sep Object[] elements concode_elem_sep int DEFAULT_CAPACITY concode_field_sep E getOrDefault concode_elem_sep void set concode_elem_sep void trimToSize concode_elem_sep void forEach concode_elem_s... | boolean function ( int arg0 ) { Contract . checkArgument ( arg0 >= 0 , "srini_string" , arg0 ) ; return Arrays . binarySearch ( indices , 0 , size , arg0 ) >= 0 ; } |
1,535 | determines if this deck is empty no undealt cards . concode_field_sep int size concode_elem_sep List<Card> cards concode_field_sep Card deal concode_elem_sep int size concode_elem_sep String toString concode_elem_sep void shuffle | boolean function ( ) { return size == 0 ; } |
1,536 | method called after an object field has been output , but before the value is output . default handling will just output a single colon to separate the two , without additional spaces . concode_field_sep String DEFAULT_ROOT_VALUE_SEPARATOR concode_elem_sep String _rootValueSeparator concode_field_sep void writeRootValu... | void function ( JsonGenerator arg0 ) { arg0 . writeRaw ( ':' ) ; } |
1,537 | stops the server if it is running . concode_field_sep Logger LOG concode_elem_sep BlockingQueue<WebSocketConnection> connections concode_elem_sep int port concode_elem_sep ServerBootstrap bootstrap concode_elem_sep ChannelGroup channelGroup concode_elem_sep int serverPort concode_elem_sep Channel serverChannel concode_... | void function ( ) { if ( bootstrap != null ) { LOG . info ( "srini_string" ) ; channelGroup . close ( ) . awaitUninterruptibly ( ) ; serverChannel . close ( ) ; bootstrap . releaseExternalResources ( ) ; serverChannel = null ; bootstrap = null ; } } |
1,538 | the api 's description . concode_field_sep java.util.Date createdDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getId concode_elem_sep void setDescription concode_elem_sep String getD... | RestApi function ( String arg0 ) { setDescription ( arg0 ) ; return this ; } |
1,539 | set the messageconverter to use or null if the out-of-the-boxconverter should be used . concode_field_sep MessageConverter messageConverter concode_elem_sep RabbitProperties rabbitProperties concode_field_sep void setRabbitProperties concode_elem_sep void configure | void function ( MessageConverter arg0 ) { this . messageConverter = arg0 ; } |
1,540 | sets the tag value for this wsversioningtagitems . concode_field_sep java.lang.String versioningSystemName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSItemPK[] wsItemPKs concode_elem_sep boolean __hashCodeCalc... | void function ( java . lang . String arg0 ) { this . tag = arg0 ; } |
1,541 | gets the value of the param property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the param property . for example , to add a new item , do as fol... | List < Param > function ( ) { if ( param == null ) { param = new ArrayList < Param > ( ) ; } return this . param ; } |
1,542 | delete an arc based on its index concode_field_sep int id concode_elem_sep float fnlWeight concode_elem_sep int initialNumArcs concode_elem_sep ArrayList<Arc> arcs concode_field_sep int getNumArcs concode_elem_sep void setArc concode_elem_sep void setArcs concode_elem_sep void addArc concode_elem_sep Arc getArc concode... | Arc function ( int arg0 ) { return this . arcs . remove ( arg0 ) ; } |
1,543 | reads optional restore info from streaminput concode_field_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderString TOTAL concode_elem_sep ImmutableList<String> indices concode_elem_sep XContentBuilderString SUCCESSFUL concode_elem_sep XContentBuilderString SHARDS concode_elem_sep String name concode_ele... | RestoreInfo function ( StreamInput arg0 ) { return arg0 . readOptionalStreamable ( new RestoreInfo ( ) ) ; } |
1,544 | set whether the semaphore should notify on an error . concode_field_sep int SEM_DELETE_SAFE concode_elem_sep int SEM_EVENTSEND_ERR_NOTIFY concode_elem_sep int SEM_INTERRUPTIBLE concode_elem_sep int SEM_Q_FIFO concode_elem_sep int value concode_elem_sep int SEM_INVERSION_SAFE concode_elem_sep int SEM_Q_PRIORITY concode_... | void function ( boolean arg0 ) { if ( arg0 ) value |= SEM_EVENTSEND_ERR_NOTIFY ; else value &= ~ SEM_EVENTSEND_ERR_NOTIFY ; } |
1,545 | returns the specified item from the collection . concode_field_sep Iterator<Entry<String,NvdCveInfo>> iterableContent concode_elem_sep Logger LOGGER concode_elem_sep Map<String,NvdCveInfo> collection concode_field_sep void add concode_elem_sep void add concode_elem_sep NvdCveInfo next concode_elem_sep Map<String,NvdCve... | NvdCveInfo function ( String arg0 ) { return collection . get ( arg0 ) ; } |
1,546 | find the element . concode_field_sep boolean shouldCache concode_elem_sep By by concode_elem_sep SearchContext searchContext concode_elem_sep WebElement cachedElement concode_elem_sep List<WebElement> cachedElementList concode_field_sep List<WebElement> findElements | WebElement function ( ) { if ( cachedElement != null && shouldCache ) { return cachedElement ; } WebElement loc0 = searchContext . findElement ( by ) ; if ( shouldCache ) { cachedElement = loc0 ; } return loc0 ; } |
1,547 | returns the sha-256 of certificate 's public key . in okhttp 3.1.2 and earlier , this returned a sha-1 hash of the public key . both types are supported , but sha-256 is preferred . concode_field_sep List<Pin> pins concode_elem_sep String canonicalHostname concode_elem_sep CertificatePinner DEFAULT concode_elem_sep Str... | String function ( Certificate arg0 ) { if ( ! ( arg0 instanceof X509Certificate ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } return "srini_string" + sha256 ( ( X509Certificate ) arg0 ) . base64 ( ) ; } |
1,548 | threads runnable method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void cancel | void function ( ) { try { if ( printHelper != null ) { cancelablePrintJob = printHelper . cancelablePrint ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } } |
1,549 | sets the value of the identifiertype property . concode_field_sep Identifier identifier concode_elem_sep String identifierType concode_field_sep Identifier getIdentifier concode_elem_sep void setIdentifier concode_elem_sep String getIdentifierType | void function ( String arg0 ) { this . identifierType = arg0 ; } |
1,550 | move forward one object in the history , if possible . concode_field_sep int p concode_elem_sep int e concode_elem_sep int start concode_elem_sep rcm.util.Debug debug concode_elem_sep int end concode_elem_sep Object[] history concode_elem_sep int curr concode_field_sep void add concode_elem_sep Object toStart concode_e... | Object function ( ) { if ( start == end ) return null ; int loc0 = ( curr + 1 ) % history . length ; if ( loc0 == end ) return null ; else { curr = loc0 ; fireChanged ( curr , curr ) ; return history [ curr ] ; } } |
1,551 | to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_roll... | void function ( ResultSet arg0 ) { m_resultSets . add ( arg0 ) ; } |
1,552 | returns the name of the handler . concode_field_sep SagaMethodMessageHandler NO_HANDLER_CONFIGURATION concode_elem_sep SagaCreationPolicy creationPolicy concode_elem_sep Property associationProperty concode_elem_sep String associationKey concode_elem_sep MethodMessageHandler handlerMethod concode_field_sep boolean isHa... | String function ( ) { return handlerMethod . getMethodName ( ) ; } |
1,553 | start client connection and return immediately . concode_field_sep Set<String> subscriptions concode_elem_sep ByteBuffer readBuffer concode_elem_sep List<FanoutListener> listeners concode_elem_sep SocketChannel socketCh concode_elem_sep AtomicBoolean isAutomaticReconnect concode_elem_sep AtomicBoolean isConnected conco... | void function ( ) { if ( isRunning . get ( ) ) { logger . warn ( "srini_string" ) ; return ; } clientThread = new Thread ( this , "srini_string" ) ; clientThread . start ( ) ; } |
1,554 | get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessage concode_elem_se... | Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret... |
1,555 | obtains the maximum number of entries allowed for this pool . concode_field_sep LinkedList<BasicPoolEntry> freeEntries concode_elem_sep HttpRoute route concode_elem_sep int maxEntries concode_elem_sep Queue<WaitingThread> waitingThreads concode_elem_sep int numEntries concode_elem_sep ConnPerRoute connPerRoute concode_... | int function ( ) { return maxEntries ; } |
1,556 | cancel all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObject> g... | void function ( ) { List < Notification > loc0 = getAll ( ) ; for ( Notification loc1 : loc0 ) { loc1 . cancel ( ) ; } getNotMgr ( ) . cancelAll ( ) ; } |
1,557 | gets the value of the this property . concode_field_sep EntityBackupConfig entityBackup concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setEntityBackup concode_elem_sep EntityBackupConfig getEntityBackup | ManagedObjectReference function ( ) { return _this ; } |
1,558 | gets the function . concode_field_sep Function<List<T>,T> function concode_elem_sep List<Node<T>> parameters concode_field_sep Iterable<Node<T>> getParameters concode_elem_sep T computeValue concode_elem_sep void addParameter | Function < List < T > , T > function ( ) { return function ; } |
1,559 | stay alive after launching the application . concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep String ICON concode_elem... | boolean function ( ) { return stayAlive ; } |
1,560 | check if this itemset is equal to another two itemsets are equals if in each position they have the same item . concode_field_sep List<Item> items concode_elem_sep long timestamp concode_field_sep void addItem concode_elem_sep void addItem concode_elem_sep void removeItem concode_elem_sep Item removeItem concode_elem_s... | boolean function ( Object arg0 ) { Itemset loc0 = ( Itemset ) arg0 ; if ( ( loc0 . size ( ) ) != ( this . size ( ) ) ) { return false ; } for ( int loc1 = 0 ; loc1 < items . size ( ) ; loc1 ++ ) { if ( ! items . get ( loc1 ) . equals ( loc0 . items . get ( loc1 ) ) ) { return false ; } } return true ; } |
1,561 | converts a string representation of an opcode into its numeric value concode_field_sep int NOTIFY concode_elem_sep int STATUS concode_elem_sep int UPDATE concode_elem_sep int QUERY concode_elem_sep int IQUERY concode_elem_sep Mnemonic opcodes concode_field_sep String string | int function ( String arg0 ) { return opcodes . getValue ( arg0 ) ; } |
1,562 | skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String ... | int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; } |
1,563 | android.util.log # v string , string , with string.format pattern concode_field_sep PlaceHolder placeHolder concode_field_sep void d concode_elem_sep void e concode_elem_sep void w concode_elem_sep String format concode_elem_sep void i concode_elem_sep String tag | void function ( String arg0 , String arg1 , Object ... arg2 ) { android . util . Log . v ( arg0 , format ( arg1 , arg2 ) ) ; } |
1,564 | sets the parse observer for this instance . concode_field_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep DirectClassFile cf concode_elem_sep int offset concode_elem_sep int context concode_elem_sep StdAttributeList list concode_elem_sep AttributeFactory attributeFactory concode_field_sep int... | void function ( ParseObserver arg0 ) { this . observer = arg0 ; } |
1,565 | swaps the top two category 1 values . concode_field_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_elem_sep int actualMaxSize concode_elem_sep int currentSize concode_field_sep DoubleValue dpop concode_elem_sep Value getBottom concode_elem_sep Value pop concode_elem_sep void setTop concode_elem_sep int ... | void function ( ) { Value loc0 = values [ currentSize - 1 ] . category1Value ( ) ; Value loc1 = values [ currentSize - 2 ] . category1Value ( ) ; values [ currentSize - 1 ] = loc1 ; values [ currentSize - 2 ] = loc0 ; } |
1,566 | unpack a message with a starting offset concode_field_sep int tagToFind concode_elem_sep List<TLVMsg> tags concode_elem_sep int indexLastOccurrence concode_field_sep int getValueLength concode_elem_sep boolean hasTag concode_elem_sep TLVMsg index concode_elem_sep List<TLVMsg> getTags concode_elem_sep boolean hasNext co... | void function ( byte [ ] arg0 , int arg1 ) { ByteBuffer loc0 = ByteBuffer . wrap ( arg0 , arg1 , arg0 . length - arg1 ) ; TLVMsg loc1 ; while ( hasNext ( loc0 ) ) { loc1 = getTLVMsg ( loc0 ) ; if ( loc1 != null ) append ( loc1 ) ; } } |
1,567 | retrieve the value of the agent slot of this event , containing the agent identifier of the newly resumed agent . concode_field_sep AID agent concode_elem_sep String NAME concode_elem_sep ContainerID where concode_field_sep void setAgent concode_elem_sep String getName concode_elem_sep ContainerID getWhere concode_elem... | AID function ( ) { return agent ; } |
1,568 | sets the streamposition value for this paramsgetmobjects . concode_field_sep com.marketo.www.mktows.Attrib externalKey concode_elem_sep com.marketo.www.mktows.MObjCriteria[] mObjCriteriaList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String streamPosition concode_elem_sep ... | void function ( java . lang . String arg0 ) { this . streamPosition = arg0 ; } |
1,569 | configures eclipse wtp information for examples see docs for eclipsewtp concode_field_sep EclipseWtp wtp concode_elem_sep EclipseClasspath classpath concode_elem_sep EclipseProject project concode_elem_sep EclipseJdt jdt concode_field_sep EclipseClasspath getClasspath concode_elem_sep void setClasspath concode_elem_sep... | EclipseWtp function ( ) { return wtp ; } |
1,570 | called when the system is about to start resuming a previous activity . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean on... | void function ( boolean arg0 ) { } |
1,571 | return the sort definition for this holder . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_elem_sep boole... | SortDefinition function ( ) { return this . sort ; } |
1,572 | invoke all expressions concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPageSizeSet concode_elem_sep boolean isForegroundSet concode_elem_sep Builder pageSize concode_elem_sep Builder invoke concode_elem_sep Builder foreground concode_elem_sep boolean isBackgroundSet concode_elem_sep boolean isBoun... | Builder function ( Scope arg0 , ExpressionOperation ... arg1 ) { for ( ExpressionOperation loc0 : arg1 ) { invoke ( loc0 , arg0 ) ; } return this ; } |
1,573 | given an absolute offset in the groupedrandomaccesssource coordinates , calculate the effective offset in the underlying source concode_field_sep SourceEntry[] sources concode_elem_sep long size concode_elem_sep long lastByte concode_elem_sep int index concode_elem_sep RandomAccessSource source concode_elem_sep long fi... | long function ( long arg0 ) { return arg0 - firstByte ; } |
1,574 | gets the directories that the i/o manager spills to . concode_field_sep Logger LOG concode_elem_sep Random random concode_elem_sep File[] paths concode_elem_sep boolean isSynchronous concode_elem_sep int nextPath concode_field_sep BufferFileWriter createBufferFileWriter concode_elem_sep BlockChannelWriter<MemorySegment... | File [ ] function ( ) { return this . paths ; } |
1,575 | scenes that are not defined with layout resources or hierarchies , or which need to perform additional steps after those hierarchies are changed to , should set an enter action , and possibly an exit action as well . an enter action will cause scene to call back into application code to do anything else the application... | void function ( Runnable arg0 ) { mEnterAction = arg0 ; } |
1,576 | used to return registered sessions per streamid concode_field_sep ConcurrentHashMap<Integer,ConcurrentHashMap<String,CopyOnWriteArrayList<WebSocketSessionRequest>>> outputEventAdaptorSessionMap concode_field_sep LinkedBlockingDeque<Object> getEvents concode_elem_sep void unsubscribeWebsocket concode_elem_sep void subsc... | CopyOnWriteArrayList < WebSocketSessionRequest > function ( int arg0 , String arg1 ) { ConcurrentHashMap < String , CopyOnWriteArrayList < WebSocketSessionRequest >> loc0 = outputEventAdaptorSessionMap . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . get ( arg1 ) ; } return null ; } |
1,577 | sets whether the action enabled or not . if an action is disabled , anaction #actionperformed wo n't be called . in case when action represents a button or a menu item , the representing button or item will be greyed out . concode_field_sep String PROP_ICON concode_elem_sep String PROP_DESCRIPTION concode_elem_sep bool... | void function ( boolean arg0 ) { boolean loc0 = myEnabled ; myEnabled = arg0 ; firePropertyChange ( PROP_ENABLED , loc0 , myEnabled ) ; } |
1,578 | gets the value of the targetedplacementids property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the targetedplacementids property . for example ,... | List < Long > function ( ) { if ( targetedPlacementIds == null ) { targetedPlacementIds = new ArrayList < Long > ( ) ; } return this . targetedPlacementIds ; } |
1,579 | returns the number of indexes added by this query . concode_field_sep org.neo4j.cypher.QueryStatistics inner concode_field_sep int getDeletedNodes concode_elem_sep int getNodesCreated concode_elem_sep int getRelationshipsCreated concode_elem_sep int getLabelsAdded concode_elem_sep int getLabelsRemoved concode_elem_sep ... | int function ( ) { return inner . indexesAdded ( ) ; } |
1,580 | returns a todoublefunction returning the given value if this function throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep double applyAsDouble concode_elem_sep ThrowingToDoubleFunction<T> orTryWith concode_elem_sep ThrowingToDoubleFunction<T> orTryWith concode_elem_sep double applyAsDouble... | ToDoubleFunction < T > function ( double arg0 , Consumer < Exception > arg1 ) { return argument -> { try { return applyAsDoubleThrowing ( argument ) ; } catch ( Exception loc0 ) { if ( arg1 != null ) { arg1 . accept ( loc0 ) ; } return arg0 ; } } ; } |
1,581 | get the log10 normalized -- across all acs -- posterior probability of ac > 0 for any alleles concode_field_sep int AF1p concode_elem_sep double[] log10PriorsOfAC concode_elem_sep Map<Allele,Double> log10pRefByAllele concode_elem_sep int[] alleleCountsOfMLE concode_elem_sep int LOG_10_ARRAY_SIZES concode_elem_sep int A... | double function ( ) { return log10PosteriorsOfAC [ AF1p ] ; } |
1,582 | release method concode_field_sep PlaceHolder placeHolder concode_field_sep void run | void function ( ) { } |
1,583 | gets the value of the box property . concode_field_sep NullType _null concode_elem_sep BoxType box concode_field_sep void setNull concode_elem_sep void setBox concode_elem_sep NullType getNull | BoxType function ( ) { return box ; } |
1,584 | an action which sets the hint property of view string resource ids . warning : the created observable keeps a strong reference to view . unsubscribe to free this reference . concode_field_sep PlaceHolder placeHolder concode_field_sep Observable<TextViewEditorActionEvent> editorActionEvents concode_elem_sep Observable<T... | Action1 < ? super Integer > function ( @ NonNull final TextView arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return new Action1 < Integer > ( ) { @ Override public void call ( Integer arg1 ) { arg0 . setHint ( arg1 ) ; } } ; } |
1,585 | set the zookeeper client port . concode_field_sep String principal concode_elem_sep String zookeeperQuorum concode_elem_sep Thread loginRenewer concode_elem_sep int zookeeperClientPort concode_elem_sep Logger logger concode_elem_sep Configuration configuration concode_elem_sep String USER_NAME_SPECIFIER concode_elem_se... | void function ( int arg0 ) { this . zookeeperClientPort = arg0 ; } |
1,586 | eagerly initializes the specified #setmethodmap java.util.map `` methodmap '' , if any . concode_field_sep Map<Method,TransactionAttribute> transactionAttributeMap concode_elem_sep Map<Method,String> methodNameMap concode_elem_sep Map<String,TransactionAttribute> methodMap concode_elem_sep Log logger concode_elem_sep C... | void function ( ) { initMethodMap ( this . methodMap ) ; this . eagerlyInitialized = true ; this . initialized = true ; } |
1,587 | finds the length of the given 3d vector concode_field_sep float x concode_elem_sep float z concode_elem_sep float y concode_field_sep void setLength concode_elem_sep void logVector concode_elem_sep void normalize concode_elem_sep double dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void c... | float function ( Point3D arg0 ) { return ( float ) Math . sqrt ( arg0 . x * arg0 . x + arg0 . y * arg0 . y + arg0 . z * arg0 . z ) ; } |
1,588 | indicates whether some other name object is `` equal to '' this one concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep String c... | boolean function ( Name arg0 ) { return arg0 != null && name . equals ( arg0 . getName ( ) ) ; } |
1,589 | return the value of an attribute by position . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getN... | String function ( int arg0 ) { return attributes . getValue ( arg0 ) ; } |
1,590 | convert plane to string concode_field_sep float a concode_elem_sep float b concode_elem_sep float c concode_elem_sep int BEHIND concode_elem_sep float d concode_elem_sep int INFRONT concode_elem_sep int SPANNING concode_elem_sep int COINCIDAL concode_field_sep Vec3d getNormal concode_elem_sep float classifyPoint concod... | String function ( ) { return new String ( "srini_string" + a + "srini_string" + b + "srini_string" + c + "srini_string" + d + "srini_string" ) ; } |
1,591 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
1,592 | normal uri mapping concode_field_sep FooBarSet fooBarSet concode_field_sep FooBar getFoobarByName concode_elem_sep FooBar getFoobarById concode_elem_sep FooBar getFoobar | FooBarSet function ( ) { return fooBarSet ; } |
1,593 | fires the ` model changed ' event to all listeners . concode_field_sep int currentProfileIndex concode_elem_sep GpxData gpxData concode_elem_sep ElevationProfile curProfile concode_elem_sep String name concode_elem_sep List<IElevationModelListener> listeners concode_elem_sep WayPointMap profiles concode_elem_sep int tr... | void function ( ) { for ( IElevationModelListener loc0 : listeners ) { if ( profiles != null && profiles . size ( ) > 0 ) loc0 . elevationProfileChanged ( getCurrentProfile ( ) ) ; } } |
1,594 | get the value of the catalina.base environment variable . concode_field_sep int debug concode_elem_sep Daemon service concode_elem_sep Object catalinaService concode_field_sep void init concode_elem_sep void stop concode_elem_sep void log concode_elem_sep void log concode_elem_sep void start concode_elem_sep void destr... | String function ( ) { return System . getProperty ( "srini_string" , getCatalinaHome ( ) ) ; } |
1,595 | returns true if two equal strings always contain identical sequence of characters for the current collation , e.g. english language . concode_field_sep HashMap nameToJavaName concode_elem_sep Collator collator concode_elem_sep HsqlName name concode_elem_sep boolean equalIsIdentical concode_elem_sep Locale locale concod... | boolean function ( ) { return collator == null ; } |
1,596 | flag indicating that a document that contains none of the keys in the #setdocumentmatchers map documentmatchers will nevertheless match . concode_field_sep Resource[] resources concode_elem_sep boolean matchDefault concode_elem_sep Map<String,String> documentMatchers concode_elem_sep ResolutionMethod resolutionMethod c... | void function ( boolean arg0 ) { this . matchDefault = arg0 ; } |
1,597 | returns the time to live set with #settimetolive int . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep VideoQuality mVideoQuality concode_elem_sep int m... | int function ( ) { return mTimeToLive ; } |
1,598 | gets the value of the issuer property . concode_field_sep String attributeId concode_elem_sep List<AttributeValueType> attributeValue concode_elem_sep String dataType concode_elem_sep String issuer concode_field_sep List<AttributeValueType> getAttributeValue concode_elem_sep void setDataType concode_elem_sep void setAt... | String function ( ) { return issuer ; } |
1,599 | sets the value of the indexed component in the supplied array to the supplied value . concode_field_sep PlaceHolder placeHolder concode_field_sep Object get concode_elem_sep int getLength concode_elem_sep Object newInstance | void function ( Object arg0 , int arg1 , Object arg2 ) { java . lang . reflect . Array . set ( arg0 , arg1 , arg2 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.