idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
5,000 | executes the specified runnable using a thread from the containing thread pool . concode_field_sep int DEFAULT_MAXIMUM_THREAD_POOL_SIZE concode_elem_sep ThreadPoolExecutor executorService concode_elem_sep Log LOG concode_field_sep int getMaximumThreadPoolSize | void function ( final Runnable arg0 ) { if ( arg0 != null ) { try { executorService . execute ( arg0 ) ; } catch ( RejectedExecutionException loc0 ) { if ( LOG . isErrorEnabled ( ) ) { LOG . error ( "srini_string" , loc0 ) ; } } } } |
5,001 | tests two constructors , using just the type , used by indexof . concode_field_sep String exceptions_ concode_elem_sep Modifiers modifiers_ concode_elem_sep String type_ concode_elem_sep String doc_ concode_field_sep int compareTo | boolean function ( Object arg0 ) { if ( type_ . compareTo ( ( ( ConstructorAPI ) arg0 ) . type_ ) == 0 ) return true ; return false ; } |
5,002 | handles an exi startdocument sd event . concode_field_sep Document document concode_elem_sep Stack<Element> elementStack concode_field_sep Document getDocument concode_elem_sep Element getCurrentElement | void function ( ExiStartDocument arg0 ) { } |
5,003 | sets the value of the msisdn property . concode_field_sep String lastName concode_elem_sep String companyName concode_elem_sep String pastDue concode_elem_sep String planName concode_elem_sep String authorizedUser2 concode_elem_sep long serialVersionUID concode_elem_sep Boolean poolingPlanIndicator concode_elem_sep Str... | void function ( String arg0 ) { this . msisdn = arg0 ; } |
5,004 | gets the primary keys . concode_field_sep Log logger concode_field_sep DBType getDatabaseType concode_elem_sep void executeBatch concode_elem_sep void execute concode_elem_sep String[] prepareSqls | List < String > function ( String arg0 , DatabaseMetaData arg1 ) { List < String > loc0 = Lists . newArrayList ( ) ; ResultSet loc1 = arg1 . getPrimaryKeys ( null , null , arg0 ) ; while ( loc1 . next ( ) ) { String loc2 = loc1 . getString ( "srini_string" ) ; loc0 . add ( loc2 ) ; } return loc0 ; } |
5,005 | optional method that will be called after runnable is finished . default implementation is no-op . 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... | void function ( ) { } |
5,006 | get the transactioncontext for the current thread . concode_field_sep ThreadLocal context concode_elem_sep TransactionContextManager instance concode_field_sep void setTransactionContext concode_elem_sep TransactionContextManager getInstance | TransactionContext function ( ) { return ( TransactionContext ) context . get ( ) ; } |
5,007 | f0 - > primaryexpression f1 - > '' & '' f2 - > primaryexpression concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | R function ( AndExpression arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; return loc0 ; } |
5,008 | description of the method concode_field_sep int myReturnCode concode_elem_sep String myInput concode_elem_sep String myErrors concode_elem_sep boolean myInterrupted concode_elem_sep int myTimeout concode_elem_sep int mySuccessCode concode_elem_sep String myCommand concode_elem_sep String myOutput concode_elem_sep Throw... | boolean function ( String arg0 , String arg1 , int arg2 ) { return ( arg0 . trim ( ) . toLowerCase ( ) . indexOf ( arg1 . trim ( ) . toLowerCase ( ) , arg2 ) != - 1 ) ; } |
5,009 | helper method to get the value as a java int from a two-byte array concode_field_sep int BYTE_1_SHIFT concode_elem_sep int BYTE_1_MASK concode_elem_sep int value concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep void putShort c... | int function ( byte [ ] arg0 ) { return getValue ( arg0 , 0 ) ; } |
5,010 | adds properties of extension type to the operation todo : not implemented jet in dmr concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonProperties c... | void function ( ModelNode arg0 ) { } |
5,011 | returns the id . concode_field_sep String m_description concode_elem_sep CmsUUID m_structureId concode_elem_sep String m_title concode_elem_sep String m_basePath concode_elem_sep String m_path concode_elem_sep long serialVersionUID concode_elem_sep String m_rootPath concode_field_sep String getBasePath concode_elem_sep... | CmsUUID function ( ) { return m_structureId ; } |
5,012 | this is a mandatory property that needs to be set . concode_field_sep HttpClient httpClient concode_elem_sep ResteasyProviderFactory resteasyProviderFactory concode_elem_sep URI baseUri concode_elem_sep T client concode_elem_sep ClientExecutor clientExecutor concode_elem_sep Class<T> serviceInterface concode_field_sep ... | void function ( Class < T > arg0 ) { this . serviceInterface = arg0 ; } |
5,013 | sets the user uuid of this recent layout revision . concode_field_sep RecentLayoutRevision _recentLayoutRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_... | void function ( java . lang . String arg0 ) { _recentLayoutRevision . setUserUuid ( arg0 ) ; } |
5,014 | short version of execute . actionget . concode_field_sep Request request concode_elem_sep Action<Request,Response,RequestBuilder> action concode_elem_sep ElasticsearchClient client concode_elem_sep ThreadPool threadPool concode_field_sep Request request concode_elem_sep Request beforeExecute concode_elem_sep RequestBui... | Response function ( String arg0 ) { return execute ( ) . actionGet ( arg0 ) ; } |
5,015 | create an instance of jaxbelement concode_field_sep QName _Shortcv_QNAME concode_field_sep CvInfo createCvInfo concode_elem_sep Cv createCv | JAXBElement < Cv > function ( Cv arg0 ) { return new JAXBElement < Cv > ( _Shortcv_QNAME , Cv . class , null , arg0 ) ; } |
5,016 | destroys a rmi_iiopresource given an mbeanservernotification concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectName create | void function ( MBeanServer arg0 , Object arg1 ) { ObjectName loc0 = ( ObjectName ) arg1 ; String loc1 = loc0 . getKeyProperty ( "srini_string" ) ; RMI_IIOPResource . destroy ( arg0 , loc1 ) ; } |
5,017 | computes the norm of the vector concode_field_sep double z concode_elem_sep double x concode_elem_sep double y concode_field_sep Vector3D crossProduct concode_elem_sep Vector3D minus concode_elem_sep Vector3D opposite concode_elem_sep double dotProduct concode_elem_sep Vector3D plus concode_elem_sep double getX concode... | double function ( ) { return Math . hypot ( Math . hypot ( x , y ) , z ) ; } |
5,018 | sets number of pixels to offset . can be negative for alignment from the high edge , or positive for alignment from the low edge . concode_field_sep float ITEM_ALIGN_OFFSET_PERCENT_DISABLED concode_elem_sep int mViewId concode_elem_sep int mFocusViewId concode_elem_sep boolean mAlignToBaseline concode_elem_sep ItemAlig... | void function ( int arg0 ) { mOffset = arg0 ; } |
5,019 | this method sets a full list of duty schedules for a user concode_field_sep String m_numericalPin concode_elem_sep String m_textPin concode_elem_sep String m_numericalService concode_elem_sep List<DutySchedule> m_dutySchedules concode_elem_sep String m_pagerEmail concode_elem_sep String m_xmppAddress concode_elem_sep S... | void function ( List < DutySchedule > arg0 ) { m_dutySchedules = arg0 ; } |
5,020 | returns a read-only view of all system properties concode_field_sep String UNTRUSTED_CODEBASE concode_elem_sep Dictionary<Object,Object> SYSTEM_PROPERTIES concode_field_sep void init concode_elem_sep boolean isSeccompInstalled concode_elem_sep boolean isNativesAvailable concode_elem_sep boolean isMemoryLocked concode_e... | Dictionary < Object , Object > function ( ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPropertyAccess ( "srini_string" ) ; } return SYSTEM_PROPERTIES ; } |
5,021 | gets the value of the upgradeorderfee property . concode_field_sep BigDecimal upgradeOrderFee concode_elem_sep XMLGregorianCalendar fullUpgradeEligibilityDate concode_elem_sep String mobileNumber concode_elem_sep Boolean upgradePromotionsAvailable concode_elem_sep List<Integer> eligibleTerm concode_elem_sep long serial... | BigDecimal function ( ) { return upgradeOrderFee ; } |
5,022 | creates an instance of httpmessagewriter to be used forwriting out http responses sent over this connection . this method can be overridden in a super class in order to provide a different implementation of the httpmessagewriter interface orto pass a different implementation of lineformatter to thethe default implement... | HttpMessageWriter function ( final SessionOutputBuffer arg0 , final HttpParams arg1 ) { return new HttpResponseWriter ( arg0 , null , arg1 ) ; } |
5,023 | return the algorithm name concode_field_sep int xOff concode_elem_sep int mOff concode_elem_sep byte[] S concode_elem_sep int COff concode_elem_sep int DIGEST_LENGTH concode_elem_sep byte[] C concode_elem_sep byte[] M concode_elem_sep byte[] X concode_field_sep void processCheckSum concode_elem_sep int getDigestSize co... | String function ( ) { return "srini_string" ; } |
5,024 | deserialize a remoteinvocationresult object from the given inputstream . gives decorateinputstream a chance to decorate the streamfirst for example , for custom encryption or compression . creates an objectinputstream via createobjectinputstream andcalls doreadremoteinvocationresult to actually read the object.can be o... | RemoteInvocationResult function ( InputStream arg0 , String arg1 ) { ObjectInputStream loc0 = createObjectInputStream ( decorateInputStream ( arg0 ) , arg1 ) ; try { return doReadRemoteInvocationResult ( loc0 ) ; } finally { loc0 . close ( ) ; } } |
5,025 | method to mimic a character event on a display . concode_field_sep PlaceHolder placeHolder concode_field_sep void performKeyCodeEvent | void function ( Display arg0 , int arg1 , char arg2 ) { Event loc0 = new Event ( ) ; loc0 . type = arg1 ; loc0 . arg2 = arg2 ; arg0 . post ( loc0 ) ; } |
5,026 | does nothing , because a commit record contains no undo information . concode_field_sep int txnum concode_field_sep int op concode_elem_sep int writeToLog concode_elem_sep String toString concode_elem_sep int txNumber | void function ( int arg0 ) { } |
5,027 | returns the number of slots in the inventory . concode_field_sep String __OBFID concode_elem_sep ItemStack[] stackResult concode_field_sep ItemStack decrStackSize concode_elem_sep String getInventoryName concode_elem_sep void openInventory concode_elem_sep int getInventoryStackLimit concode_elem_sep void onInventoryCha... | int function ( ) { return 1 ; } |
5,028 | returns all registered exitcodes . concode_field_sep ExitCode RESERVED concode_elem_sep ExitCode ANALYSIS_FAILURE concode_elem_sep ExitCode BLAZE_INTERNAL_ERROR concode_elem_sep ExitCode NO_TESTS_FOUND concode_elem_sep ExitCode PARSING_FAILURE concode_elem_sep ExitCode PARTIAL_ANALYSIS_FAILURE concode_elem_sep ExitCode... | Collection < ExitCode > function ( ) { synchronized ( exitCodeRegistry ) { return exitCodeRegistry . values ( ) ; } } |
5,029 | transforms the specified screen coordinate to world coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY... | Vector2 function ( Vector2 arg0 ) { tmp . set ( arg0 . x , arg0 . y , 1 ) ; camera . unproject ( tmp , screenX , screenY , screenWidth , screenHeight ) ; arg0 . set ( tmp . x , tmp . y ) ; return arg0 ; } |
5,030 | sets the user who initiated this multipart upload . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep String getUploadId concode_elem_sep void setInitiated con... | void function ( Owner arg0 ) { this . initiator = arg0 ; } |
5,031 | tie integer to index/key pair concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_sep int getAddre... | int function ( String arg0 , int arg1 , int arg2 ) { return CMemoryImpl . getInstance ( ) . tie ( arg0 , arg1 , arg2 ) ; } |
5,032 | returns the value of this mutableboolean as a boolean . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setValue ... | boolean function ( ) { return value ; } |
5,033 | sets the date format . if we should not include the date , this is ignored . concode_field_sep String TYPE_CORE concode_elem_sep String dateSeparator concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep String name concode_elem_sep String TYPE_JMX concode_elem_sep String formattedString concode_elem_sep boolea... | void function ( String arg0 ) { this . dateFormat = new SimpleDateFormat ( arg0 ) ; } |
5,034 | sets the value of the trialdeviceorderid property . concode_field_sep String lastName concode_elem_sep AddressType address concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar orderShipDate concode_elem_sep String firstName concode_elem_sep String sapOrderId concode_elem_sep String emailAddress ... | void function ( String arg0 ) { this . trialDeviceOrderId = arg0 ; } |
5,035 | registers a controller as dead . it will be cleaned up at the end of the next world tick . note that a controller must shed all of its blocks before being marked as dead , or the system will complain at you . concode_field_sep HashMap<Long,Set<IMultiblockPart>> partsAwaitingChunkLoad concode_elem_sep Object orphanedPar... | void function ( MultiblockControllerBase arg0 ) { this . deadControllers . add ( arg0 ) ; } |
5,036 | returns the distance in kilometers . concode_field_sep Calendar date concode_elem_sep double kilometer concode_elem_sep double KM_TO_MILES concode_field_sep void setKilometer concode_elem_sep double getMiles concode_elem_sep void setDate concode_elem_sep Calendar getDate concode_elem_sep String toString | double function ( ) { return kilometer ; } |
5,037 | set hard timeout . hard timeout is maximum duration of session . concode_field_sep String _user concode_elem_sep long _softTimeout concode_elem_sep String _password concode_elem_sep KeyPair _keyPair concode_elem_sep SSHClient _client concode_elem_sep long _hardTimeout concode_elem_sep int DEFAULT_SSH_PORT concode_elem_... | void function ( long arg0 ) { _hardTimeout = arg0 ; } |
5,038 | 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 ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
5,039 | returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s... | List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; } |
5,040 | closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_AR... | void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
5,041 | hook for redirecting requests . applies to webview requests as well as requests made by plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onReceivedClientCertRequest concode_el... | Uri function ( Uri arg0 ) { return null ; } |
5,042 | confirmation details of the action performed . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AddAttributesToFindingsResult clone concode_elem_sep String toString concode_elem_sep void setMessage concode_elem_sep AddAttributesToFindingsResult withMessage | String function ( ) { return this . message ; } |
5,043 | returns the header value as an instant with the specified header name . if there is more than one header value for the specified header name , the first value is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep List<String> getAll... | Instant function ( CharSequence arg0 ) { Date loc0 = getDate ( arg0 ) ; return loc0 == null ? null : Instant . ofEpochMilli ( loc0 . getTime ( ) ) ; } |
5,044 | create an instance of item concode_field_sep QName _NewBid_QNAME concode_elem_sep QName _FindItemByDescription_QNAME concode_elem_sep QName _RevokeItemResponse_QNAME concode_elem_sep QName _OfferItem_QNAME concode_elem_sep QName _GetItem_QNAME concode_elem_sep QName _FindItemByDescriptionResponse_QNAME concode_elem_sep... | Item function ( ) { return new Item ( ) ; } |
5,045 | searches for the first child with name name and does select that child . concode_field_sep Document document concode_elem_sep int index concode_elem_sep List<Level> stack concode_elem_sep Element[] list concode_elem_sep Element element concode_field_sep void next concode_elem_sep void next concode_elem_sep void next co... | boolean function ( String arg0 ) { return peek ( ) . search ( arg0 ) ; } |
5,046 | the default timeout for jta transactions optional , defaults to @literal 10000 ms . concode_field_sep String outputDir concode_elem_sep AtomikosLoggingLevel consoleLogLevel concode_elem_sep long maxTimeout concode_elem_sep boolean enableLogging concode_elem_sep String logBaseName concode_elem_sep boolean threadedTwoPha... | void function ( long arg0 ) { this . defaultJtaTimeout = arg0 ; set ( "srini_string" , arg0 ) ; } |
5,047 | give the description for method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreate_001 concode_elem_sep void testCreate concode_elem_sep void testDestroy concode_elem_sep void setUp | void function ( ) { } |
5,048 | display given url . concode_field_sep Dimension DEFAULT_SIZE concode_elem_sep Scene myScene concode_elem_sep String HTML_LINK concode_elem_sep String EVENT_CLICK concode_elem_sep Button myBackButton concode_elem_sep ComboBox<String> myFavorites concode_elem_sep ResourceBundle myResources concode_elem_sep BrowserModel m... | void function ( String arg0 ) { try { update ( myModel . go ( arg0 ) ) ; } catch ( BrowserException loc0 ) { showError ( loc0 . getMessage ( ) ) ; } } |
5,049 | determine if file is `` new '' , which means created using new but not yet saved . if created using open , it is not new . concode_field_sep int RUNNING concode_elem_sep File systemFile concode_elem_sep int RUNNABLE concode_elem_sep int EDITED concode_elem_sep int TERMINATED concode_elem_sep boolean systemEdited concod... | boolean function ( ) { return status == FileStatus . NEW_NOT_EDITED || status == FileStatus . NEW_EDITED ; } |
5,050 | builds query params from the provided grid settings . concode_field_sep int DEFAULT_PAGE concode_elem_sep int DEFAULT_PAGE_SIZE concode_field_sep Order orderIdAsc concode_elem_sep List<Order> buildOrderList concode_elem_sep List<Order> orderListForLookup concode_elem_sep List<Order> orderListFromGridSettings | QueryParams function ( GridSettings arg0 ) { return buildQueryParams ( arg0 , buildOrderList ( arg0 , null ) ) ; } |
5,051 | sets the value of the oid property . concode_field_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Long getOid concode_elem_sep String getAttributeName concode_elem_sep void setTid | void function ( Long arg0 ) { this . oid = arg0 ; } |
5,052 | metoda se koristi samo u slucaju deserijalizacije . kada korisnik izabere datoteku u kojoj je prethodno sacuvao podatke iz ove liste , listi iz ovog objekta se dodeljuje prethodno sacuvana lista . svi podaci koje je lista prethodno sadrzala se brisu . concode_field_sep ArrayList<Swot> listaSanse concode_elem_sep ArrayL... | void function ( ArrayList < Swot > arg0 ) { this . listaSlabosti = arg0 ; } |
5,053 | call the registered listeners in order , respecting and prioritising those that implement ordered . concode_field_sep OrderedComposite<SkipListener<? super T,? super S>> listeners concode_field_sep void setListeners concode_elem_sep void onSkipInWrite concode_elem_sep void onSkipInRead concode_elem_sep void register | void function ( T arg0 , Throwable arg1 ) { for ( Iterator < SkipListener < ? super T , ? super S >> loc0 = listeners . loc0 ( ) ; loc0 . hasNext ( ) ; ) { SkipListener < ? super T , ? super S > loc1 = loc0 . next ( ) ; loc1 . onSkipInProcess ( arg0 , arg1 ) ; } } |
5,054 | returns the counters with keys as the first key and count as the total count of the inner counter for that key concode_field_sep double defaultValue concode_elem_sep double total concode_elem_sep MapFactory<K1,ClassicCounter<K2>> outerMF concode_elem_sep long serialVersionUID concode_elem_sep Map<K1,ClassicCounter<K2>>... | Counter < K1 > function ( ) { Counter < K1 > loc0 = new ClassicCounter < > ( ) ; for ( K1 loc1 : this . firstKeySet ( ) ) { loc0 . incrementCount ( loc1 , this . getCounter ( loc1 ) . totalCount ( ) ) ; } return loc0 ; } |
5,055 | retrieves the harvester history for a specific harvester uuid concode_field_sep PlaceHolder placeHolder concode_field_sep Element retrieveSort concode_elem_sep int deleteHistory concode_elem_sep void write concode_elem_sep Element expandRecords concode_elem_sep void setDeleted | Element function ( Dbms arg0 , String arg1 ) { String loc0 = "srini_string" + "srini_string" + "srini_string" ; Element loc1 = arg0 . select ( loc0 , arg1 ) ; return expandRecords ( loc1 ) ; } |
5,056 | draws something . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( Graphics2D arg0 , Rectangle2D arg1 ) { } |
5,057 | byte - > int concode_field_sep int FLAG_JAVA concode_elem_sep int FLAG_REVERSE concode_field_sep void print concode_elem_sep long toLong concode_elem_sep long toLong concode_elem_sep void main concode_elem_sep String getString concode_elem_sep float tofloat concode_elem_sep float tofloat concode_elem_sep byte[] getByte... | int function ( byte [ ] arg0 ) { return ( int ) ( ( ( arg0 [ 0 ] & 0xff ) << 24 ) | ( ( arg0 [ 1 ] & 0xff ) << 16 ) | ( ( arg0 [ 2 ] & 0xff ) << 8 ) | ( arg0 [ 3 ] & 0xff ) ) ; } |
5,058 | sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl | ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; } |
5,059 | sizes the actor instantly . concode_field_sep PlaceHolder placeHolder concode_field_sep ScaleToAction scaleTo concode_elem_sep ScaleToAction scaleTo concode_elem_sep ScaleToAction scaleTo concode_elem_sep AlphaAction fadeOut concode_elem_sep AlphaAction fadeOut concode_elem_sep RemoveActorAction removeActor concode_ele... | SizeToAction function ( float arg0 , float arg1 ) { return sizeTo ( arg0 , arg1 , 0 , null ) ; } |
5,060 | setter concode_field_sep VectorWritable vectorWritable concode_elem_sep T data concode_field_sep void readFields concode_elem_sep void setVector concode_elem_sep Vector getVector concode_elem_sep void write concode_elem_sep T getData | void function ( T arg0 ) { this . data = arg0 ; } |
5,061 | returns the info about properties . concode_field_sep Comments comments concode_elem_sep String registerKey concode_elem_sep Class superClass concode_elem_sep Class objectClass concode_elem_sep TypeInfo[] constructorDescription concode_elem_sep String description concode_elem_sep boolean preserve concode_elem_sep Strin... | PropertyInfo [ ] function ( ) { return this . properties ; } |
5,062 | pop an array or object scope . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWriter endArray conc... | void function ( char arg0 ) { if ( this . top <= 0 ) { throw new JSONException ( "srini_string" ) ; } char loc0 = this . stack [ this . top - 1 ] == null ? 'a' : 'k' ; if ( loc0 != arg0 ) { throw new JSONException ( "srini_string" ) ; } this . top -= 1 ; this . mode = this . top == 0 ? 'd' : this . stack [ this . top -... |
5,063 | retrieves this musiclist size . concode_field_sep String TAG concode_elem_sep List<Integer> mSongID concode_elem_sep boolean DEBUG concode_elem_sep List<Music> mList concode_field_sep void add concode_elem_sep Iterator<Music> iterator concode_elem_sep Music getById concode_elem_sep Music getByIndex concode_elem_sep voi... | int function ( ) { return mList . size ( ) ; } |
5,064 | tears down the test environment . concode_field_sep StockRepository stockRepository concode_elem_sep EntityManager entityManager concode_field_sep Stock createStock concode_elem_sep void testGet concode_elem_sep void testGetAll concode_elem_sep Archive createTestArchive concode_elem_sep void assertStock concode_elem_se... | void function ( ) { entityManager . createQuery ( "srini_string" ) . executeUpdate ( ) ; } |
5,065 | true if one or more values were retreived since the last resetwasused concode_field_sep long lastValue concode_elem_sep long currValue concode_elem_sep int dataType concode_elem_sep HsqlName name concode_elem_sep long increment concode_elem_sep long startValue concode_field_sep long getValue concode_elem_sep long getVa... | boolean function ( ) { return lastValue != currValue ; } |
5,066 | test of postfruit method , of class myresource . concode_field_sep Client client concode_elem_sep WebTarget target concode_elem_sep URL base concode_field_sep void testPostSimple concode_elem_sep void setUp concode_elem_sep WebArchive createDeployment concode_elem_sep void tearDown | void function ( ) { String loc0 = target . request ( ) . post ( Entity . entity ( new MyObject ( 1 ) , MyObject . MIME_TYPE ) , String . class ) ; assertEquals ( "srini_string" , loc0 ) ; } |
5,067 | get component name . concode_field_sep boolean versionAdvertised concode_elem_sep String stackVersion concode_elem_sep AutoDeployInfo autoDeploy concode_elem_sep boolean isMaster concode_elem_sep String stackName concode_elem_sep List<String> customCommands concode_elem_sep String componentCategory concode_elem_sep boo... | String function ( ) { return componentName ; } |
5,068 | copy the contents of the @a inputstream to the @a outputstream in a manner that can be interrupted properly . concode_field_sep String TAG concode_field_sep void hideKeyboard concode_elem_sep String uppercaseInput concode_elem_sep void setActivityResult concode_elem_sep void setActivityResult concode_elem_sep void show... | boolean function ( InputStream arg0 , OutputStream arg1 ) { final byte [ ] loc0 = new byte [ 1024 ] ; try { for ( int loc1 ; ( loc1 = arg0 . read ( loc0 ) ) >= 0 ; ) { if ( Thread . interrupted ( ) ) return false ; arg1 . write ( loc0 , 0 , loc1 ) ; } } finally { arg1 . flush ( ) ; } return true ; } |
5,069 | set the system identifier for this input source . the system identifier is optional if there is a byte stream or a character stream , but it is still useful to provide one , since the application can use it to resolve relative uris and can include it in error messages and warnings the parser will attempt to open a conn... | void function ( String arg0 ) { this . systemId = arg0 ; } |
5,070 | end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_... | JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; } |
5,071 | extract the name from the given any . concode_field_sep String _id concode_field_sep NameComponent[] extract concode_elem_sep NameComponent[] read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | void function ( Any arg0 , NameComponent [ ] arg1 ) { arg0 . insert_Streamable ( new NameHolder ( arg1 ) ) ; } |
5,072 | create a new storagelevel object . concode_field_sep StorageLevel DISK_ONLY_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER_2 concode_elem_sep StorageLevel MEMORY_AND_DISK_SER concode_elem_sep StorageLevel DISK_ONLY concode_elem_sep StorageLevel MEMORY_ONLY concode_el... | StorageLevel function ( boolean arg0 , boolean arg1 , boolean arg2 , int arg3 ) { return StorageLevel . apply ( arg0 , arg1 , false , arg2 , arg3 ) ; } |
5,073 | getter method for sourcename concode_field_sep String subCategoryId concode_elem_sep String resolutionCodeName concode_elem_sep String sourceName concode_elem_sep String subCategoryName concode_elem_sep String isMandatory concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem_sep Str... | String function ( ) { return sourceName ; } |
5,074 | get located blocks . concode_field_sep FileEncryptionInfo fileEncryptionInfo concode_elem_sep List<LocatedBlock> blocks concode_elem_sep boolean isLastBlockComplete concode_elem_sep boolean underConstruction concode_elem_sep long fileLength concode_elem_sep LocatedBlock lastLocatedBlock concode_field_sep int findBlock ... | List < LocatedBlock > function ( ) { return blocks ; } |
5,075 | this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep SCIMyInterfaceImpl sCIMyInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void setMyInt concode_elem_s... | void function ( ) { sCIMyInterface . clearEvents ( ) ; } |
5,076 | returns the minimum loglevel being displayed . concode_field_sep boolean DEFAULT_INITIAL_HEAP_UPDATE concode_elem_sep boolean sThreadUpdate concode_elem_sep LogLevel DEFAULT_LOG_LEVEL concode_elem_sep int sTimeOut concode_elem_sep LogLevel sLogLevel concode_elem_sep int sDebugPortBase concode_elem_sep int DEFAULT_SELEC... | LogLevel function ( ) { return sLogLevel ; } |
5,077 | hook for implementations to configure themselves from another instance . the base implementation does nothing . concode_field_sep CodingStates state concode_elem_sep float minInPerOut concode_elem_sep long serialVersionUID concode_elem_sep float averageOutPerIn concode_elem_sep float maxOutPerIn concode_field_sep Coder... | void function ( T arg0 ) { } |
5,078 | gets the klass . concode_field_sep Visibility visibility concode_elem_sep DynamicScope dummyScope concode_elem_sep BacktraceElement backtrace concode_elem_sep RubyModule klass concode_elem_sep Binding evalScopeBinding concode_elem_sep IRubyObject self concode_elem_sep DynamicScope evalScope concode_elem_sep DynamicScop... | RubyModule function ( ) { return klass ; } |
5,079 | get a default ssl wrapped tserversocket bound to the specified port concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String... | TServerSocket function ( int arg0 , int arg1 ) { return getServerSocket ( arg0 , arg1 , false , null ) ; } |
5,080 | return the array index for a hash . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables c... | int function ( int arg0 ) { if ( elementCount == 0 ) { return - 1 ; } int loc0 = ( arg0 & 0x7fffffff ) % hashTable . length ; return hashTable [ loc0 ] ; } |
5,081 | sets the value of the id property . concode_field_sep WorkbookType workbook concode_elem_sep UserType owner concode_elem_sep String contentUrl concode_elem_sep BigInteger totalViewCount concode_elem_sep ViewType.Usage usage concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_e... | void function ( String arg0 ) { this . id = arg0 ; } |
5,082 | gets the value of the description property . concode_field_sep List<LabelType> types concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep Boolean isActive concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setId concode_elem_sep Lon... | String function ( ) { return description ; } |
5,083 | returns the mean . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers c... | Number function ( ) { return this . mean ; } |
5,084 | sets the inactive date of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int co... | void function ( Date arg0 ) { _asset . setInactiveDate ( arg0 ) ; } |
5,085 | sets the value of the profilename property . concode_field_sep String profileName concode_elem_sep String obsName concode_elem_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep Integer obsObjectId concode_elem_sep Integer projectProfileObjectId concode_elem_sep String createUser concode_el... | void function ( String arg0 ) { this . profileName = arg0 ; } |
5,086 | set the contact filtering data . this will not update contacts until the next time step when either parent body is active and awake . this automatically calls refilter . concode_field_sep org.jbox2d.dynamics.Fixture fixture concode_elem_sep Object userData concode_elem_sep Shape shape concode_elem_sep Filter filter con... | void function ( Filter arg0 ) { org . jbox2d . dynamics . Filter loc0 = new org . jbox2d . dynamics . Filter ( ) ; loc0 . categoryBits = arg0 . categoryBits ; loc0 . groupIndex = arg0 . groupIndex ; loc0 . maskBits = arg0 . maskBits ; fixture . setFilterData ( loc0 ) ; } |
5,087 | when an incoming subscribe is received . concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep SubscriberDialog subscriber_dialog concode_elem_sep PresenceAgentListener listener concode_elem_sep UserAgentProfile user_profile concode_elem_sep NotifierDialog notifier_dialog concode_field_se... | void function ( NotifierDialog arg0 , NameAddress arg1 , NameAddress arg2 , String arg3 , String arg4 , Message arg5 ) { printLog ( "srini_string" , LogLevel . MEDIUM ) ; notifier_dialog . pending ( ) ; listener . onPaSubscriptionRequest ( this , arg1 , arg2 ) ; } |
5,088 | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop | void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } |
5,089 | tests if this hashtable maps no keys to values . 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 concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean contains con... | boolean function ( ) { return count == 0 ; } |
5,090 | sets the value of the endnum property . concode_field_sep Object parent concode_elem_sep Boolean autoEnd concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep Double startNum concode_elem_sep STGroupBy groupBy concode_elem_sep Double groupInterval concode_elem_sep Double endNum concode_elem_sep XMLGregorianCal... | void function ( Double arg0 ) { this . endNum = arg0 ; } |
5,091 | sets the value of the deliverymethod property . concode_field_sep List<EquipmentDetailsType> equipmentDetails concode_elem_sep String originationTaxAreaId concode_elem_sep Boolean taxExempt concode_elem_sep String operatingCompanyCode concode_elem_sep String deliveryMethod concode_elem_sep XMLGregorianCalendar leaseEnd... | void function ( String arg0 ) { this . deliveryMethod = arg0 ; } |
5,092 | gets the regex value for this wsregexdatamodelpks . concode_field_sep java.lang.String regex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_el... | java . lang . String function ( ) { return regex ; } |
5,093 | add a form-global warning concode_field_sep ErrorList m_aFormFieldErrs concode_elem_sep ErrorList m_aFormGlobalErrs concode_field_sep List<IError> getAllFieldItems concode_elem_sep List<String> getAllFieldItemTexts concode_elem_sep int getItemCount concode_elem_sep boolean hasErrorForField concode_elem_sep void addFiel... | void function ( @ Nonnull @ Nonempty final String arg0 ) { addGlobalItem ( SingleError . createWarning ( arg0 ) ) ; } |
5,094 | static function returning the sprogversionquery instance to use . concode_field_sep SprogVersion ver concode_elem_sep String replyString concode_elem_sep Logger log concode_elem_sep QueryState state concode_elem_sep Vector<SprogVersionListener> versionListeners concode_elem_sep javax.swing.Timer timer concode_elem_sep ... | SprogVersionQuery function ( ) { if ( self == null ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } self = new SprogVersionQuery ( ) ; } return self ; } |
5,095 | get native error message from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep int errorCode concode_elem_sep String errorFile concode_elem_sep String error concode_elem_sep String fileErrorCode | String function ( ) { return "srini_string" ; } |
5,096 | sets the value . concode_field_sep long serialVersionUID concode_elem_sep T value concode_field_sep T getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | void function ( final T arg0 ) { this . value = arg0 ; } |
5,097 | get notification by id concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep String getSecretKey concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getAll concode_elem_sep Li... | Notification function ( int arg0 , Authentication arg1 ) { HttpURLConnection loc0 = HttpHelper . createGetRequest ( RequestType . GET , arg1 , arg0 , null , null , null ) ; Notification loc1 = HttpHelper . getResponse ( loc0 ) ; return loc1 ; } |
5,098 | is the key in the symbol table ? concode_field_sep Object val concode_elem_sep Node[] next concode_elem_sep int R concode_elem_sep Node root concode_field_sep Iterable<String> keysThatMatch concode_elem_sep Iterable<String> keysWithPrefix concode_elem_sep Iterable<String> keys concode_elem_sep Value get concode_elem_se... | boolean function ( String arg0 ) { return get ( arg0 ) != null ; } |
5,099 | a user-supplied id that uniquely identifies the mlmodel . this value should be identical to the value of the mlmodelid in the request . concode_field_sep String mLModelId concode_elem_sep RealtimeEndpointInfo realtimeEndpointInfo concode_field_sep void setRealtimeEndpointInfo concode_elem_sep DeleteRealtimeEndpointResu... | void function ( String arg0 ) { this . mLModelId = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.