idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
3,600 | warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; } |
3,601 | return the next digitalrepositories . concode_field_sep java.util.Vector vector concode_elem_sep int i concode_field_sep boolean hasNext | osid . dr . DigitalRepository function ( ) { if ( i >= vector . size ( ) ) { throw new osid . dr . DigitalRepositoryException ( osid . dr . DigitalRepositoryException . NO_MORE_ITERATOR_ELEMENTS ) ; } return ( osid . dr . DigitalRepository ) vector . elementAt ( i ++ ) ; } |
3,602 | return the dimension value . concode_field_sep String name concode_elem_sep String value concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | String function ( ) { return value ; } |
3,603 | get unmarshaller properties . concode_field_sep Map<String,Object> marshallerProperties concode_elem_sep Map<String,Object> unmarshallerProperties concode_field_sep ContextResolver<MoxyJsonConfig> resolver concode_elem_sep MoxyJsonConfig setNamespacePrefixMapper concode_elem_sep MoxyJsonConfig setFormattedOutput concod... | Map < String , Object > function ( ) { return unmarshallerProperties ; } |
3,604 | bridge the sockjs handler to the vert.x event bus . this basically installs a built-in sockjs socket handler which takes sockjs traffic and bridges it to the event bus , thus allowing you to extend the server-side vert.x event bus to browsers concode_field_sep io.vertx.ext.web.handler.sockjs.SockJSHandler delegate conc... | SockJSHandler function ( BridgeOptions arg0 ) { delegate . bridge ( arg0 ) ; return this ; } |
3,605 | retrieve string data from shared preferences in private mode . concode_field_sep int DEFAULT_INDEX concode_field_sep void putFloat concode_elem_sep int getInt concode_elem_sep void clearPreferences concode_elem_sep void putInt concode_elem_sep void putString concode_elem_sep boolean getBoolean concode_elem_sep float ge... | String function ( Context arg0 , String arg1 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( arg0 . getResources ( ) . getString ( R . string . shared_pref_package ) , Context . MODE_PRIVATE ) ; return loc0 . getString ( arg1 , null ) ; } |
3,606 | convert the given string to an array of bytes . concode_field_sep int BYTE_RANGE concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Map<String,SingleByteCharsetConverter> CONVERTER_MAP concode_elem_sep char[] byteToChars concode_elem_sep byte[] charToByteMap concode_elem_sep byte[] allBytes concode_elem_sep byte... | byte [ ] function ( String arg0 , int arg1 , int arg2 ) { if ( arg0 == null ) { return null ; } if ( arg2 == 0 ) { return EMPTY_BYTE_ARRAY ; } byte [ ] loc0 = new byte [ arg2 ] ; for ( int loc1 = 0 ; ( loc1 < arg2 ) ; loc1 ++ ) { char loc2 = arg0 . charAt ( loc1 + arg1 ) ; loc0 [ loc1 ] = this . charToByteMap [ loc2 ] ... |
3,607 | get a registered sessionfactory by name concode_field_sep SessionFactoryRegistry INSTANCE concode_elem_sep NamespaceChangeListener listener concode_elem_sep CoreMessageLogger LOG concode_elem_sep ConcurrentHashMap<String,SessionFactory> sessionFactoryMap concode_elem_sep ConcurrentHashMap<String,String> nameUuidXref co... | SessionFactory function ( String arg0 ) { LOG . debugf ( "srini_string" , arg0 ) ; final String loc0 = nameUuidXref . get ( arg0 ) ; return loc0 == null ? null : getSessionFactory ( loc0 ) ; } |
3,608 | gets the value of the digestmethod property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep long serialVersionUID concode_field_sep void setDigestValue concode_elem_sep byte[] getDigestValue concode_elem_sep void setDigestMethod | DigestMethodType function ( ) { return digestMethod ; } |
3,609 | prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print... | void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; } |
3,610 | returns if iteration has not occured yet . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START... | boolean function ( ) { return this . currentPositionInEntireResult < 0 ; } |
3,611 | returns given table columns regular + partition concode_field_sep Log log concode_field_sep HCatTable getTableObject concode_elem_sep Map<String,String> getPartitionValues | List < HCatFieldSchema > function ( Configuration arg0 , String arg1 , String arg2 ) { HCatTable loc0 = getTableObject ( arg0 , arg1 , arg2 ) ; List < HCatFieldSchema > loc1 = loc0 . getCols ( ) ; List < HCatFieldSchema > loc2 = loc0 . getPartCols ( ) ; if ( loc2 . size ( ) > 0 ) { loc1 . addAll ( loc2 ) ; } return loc... |
3,612 | gets the context associated with this action provider . concode_field_sep String TAG concode_elem_sep SubUiVisibilityListener mSubUiVisibilityListener concode_elem_sep VisibilityListener mVisibilityListener concode_elem_sep Context mContext concode_field_sep View onCreateActionView concode_elem_sep View onCreateActionV... | Context function ( ) { return mContext ; } |
3,613 | getter for giftwrapamount concode_field_sep AddressType secondaryAddress concode_elem_sep String giftReceipt concode_elem_sep String giftMessage concode_elem_sep ReceiverInfoType receiverInfo concode_elem_sep String giftWrapName concode_elem_sep PaymentItemInfoType paymentItemInfo concode_elem_sep BasicAmountType giftW... | BasicAmountType function ( ) { return giftWrapAmount ; } |
3,614 | sets the effectivedate value for this employeededuction . concode_field_sep java.lang.Boolean inactive concode_elem_sep java.lang.String rate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Double limit concode_elem_sep boolean __h... | void function ( java . util . Calendar arg0 ) { this . effectiveDate = arg0 ; } |
3,615 | this method resets the outgoing events . concode_field_sep boolean minus concode_elem_sep double plusAssign concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep double divAssign concode_elem_sep boolean e1 concode_elem_sep boolean equalOrGreater concode_e... | void function ( ) { } |
3,616 | we consider another segmentinfo instance equal if it has the same dir and same name . concode_field_sep Directory dir concode_elem_sep Sort indexSort concode_elem_sep Version version concode_elem_sep int NO concode_elem_sep Set<String> setFiles concode_elem_sep Codec codec concode_elem_sep Map<String,String> diagnostic... | boolean function ( Object arg0 ) { if ( this == arg0 ) return true ; if ( arg0 instanceof SegmentInfo ) { final SegmentInfo loc0 = ( SegmentInfo ) arg0 ; return loc0 . dir == dir && loc0 . name . equals ( name ) ; } else { return false ; } } |
3,617 | clears any pending synchronous calls causing them to throw an exception with the message `` closing connection '' . concode_field_sep Throwable exception concode_elem_sep RpcCallMessage msg concode_elem_sep Logger log concode_elem_sep boolean received concode_elem_sep Object response concode_elem_sep Map<Long,ResponseH... | void function ( ) { for ( ResponseHolder loc0 : responses . values ( ) ) { loc0 . release ( ) ; } } |
3,618 | when key up event happens . concode_field_sep String LOGTAG concode_field_sep boolean onKeyDown concode_elem_sep InputConnection onCreateInputConnection concode_elem_sep boolean onKeyLongPress concode_elem_sep boolean onKeyPreIme concode_elem_sep boolean onKeyMultiple | boolean function ( int arg0 , KeyEvent arg1 ) { LOKitShell . sendKeyEvent ( arg1 ) ; return false ; } |
3,619 | get category concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep Pet addTagsItem concode_elem_sep... | Category function ( ) { return category ; } |
3,620 | returns the name of this layout branch . concode_field_sep LayoutBranch _layoutBranch 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_... | java . lang . String function ( ) { return _layoutBranch . getName ( ) ; } |
3,621 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { Axis loc0 = new CategoryAxis ( "srini_string" ) ; Axis loc1 = new CategoryAxis ( "srini_string" ) ; assertEquals ( loc0 , loc1 ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
3,622 | did this batch time out ? concode_field_sep String parent concode_elem_sep Throwable reason concode_elem_sep boolean timedOut concode_elem_sep List<SearchFailure> failures concode_elem_sep XContentType xContentType concode_elem_sep Logger logger concode_elem_sep String index concode_elem_sep Integer shardId concode_ele... | boolean function ( ) { return timedOut ; } |
3,623 | returns the table with the specified logical table name . concode_field_sep Identifier schema concode_elem_sep Database database concode_elem_sep CoreMessageLogger log concode_elem_sep Name physicalName concode_elem_sep Map<Identifier,Table> tables concode_elem_sep Identifier catalog concode_elem_sep Name name concode_... | Table function ( Identifier arg0 ) { return tables . get ( arg0 ) ; } |
3,624 | returns the unix timestamp of the event 's date . concode_field_sep String summary concode_elem_sep long duration concode_elem_sep long startTime concode_elem_sep Place place concode_elem_sep String id concode_elem_sep String lang concode_elem_sep String url concode_field_sep Event setDuration concode_elem_sep JSONObje... | long function ( ) { return startTime ; } |
3,625 | determines whether a node contains a given address . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<BreakpointAddress> getNextBlocks | boolean function ( final INaviViewNode arg0 , final UnrelocatedAddress arg1 ) { return ( arg0 instanceof INaviCodeNode && CCodeNodeHelpers . containsAddress ( ( INaviCodeNode ) arg0 , arg1 . getAddress ( ) ) ) || ( arg0 instanceof INaviFunctionNode && ( ( INaviFunctionNode ) arg0 ) . getFunction ( ) . getAddress ( ) . ... |
3,626 | gets the selectedstudent student id . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Stude... | String function ( ) { return selectedStudent ; } |
3,627 | returns the list of dsymbol at the position of this cell . concode_field_sep int iColumnPos_ concode_elem_sep List<DSymbol> consensus_ concode_elem_sep DSymbol mainSymbol_ concode_elem_sep String columnPos_ concode_field_sep void setColumnPos concode_elem_sep String getColumnPos concode_elem_sep DSymbol getMainSymbol c... | List < DSymbol > function ( ) { return consensus_ ; } |
3,628 | the bottom-right point of the quad . concode_field_sep PointF mBottomRight concode_elem_sep PointF mTopRight concode_elem_sep PointF mBottomLeft concode_elem_sep PointF mTopLeft concode_field_sep PointF bottomLeft concode_elem_sep Quad fromRect concode_elem_sep Quad fromRect concode_elem_sep Quad grow concode_elem_sep ... | PointF function ( ) { return mBottomRight ; } |
3,629 | search / _ search/task-instructions ? query = : query : search for the taskinstruction corresponding to the query . concode_field_sep Logger log concode_elem_sep TaskInstructionSearchRepository taskInstructionSearchRepository concode_elem_sep TaskInstructionRepository taskInstructionRepository concode_field_sep Respons... | List < TaskInstruction > function ( @ RequestParam String arg0 ) { log . debug ( "srini_string" , arg0 ) ; return StreamSupport . stream ( taskInstructionSearchRepository . search ( queryStringQuery ( arg0 ) ) . spliterator ( ) , false ) . collect ( Collectors . toList ( ) ) ; } |
3,630 | notifies all listeners that the user 's location has changed . concode_field_sep Set<OnChangedListener> mListeners concode_elem_sep float[] mOrientation concode_elem_sep float[] mRotationMatrix concode_elem_sep float mPitch concode_elem_sep LocationListener mLocationListener concode_elem_sep long MILLIS_BETWEEN_LOCATIO... | void function ( ) { for ( OnChangedListener loc0 : mListeners ) { loc0 . onLocationChanged ( this ) ; } } |
3,631 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
3,632 | validates an alignment . concode_field_sep DexFile file concode_elem_sep boolean prepared concode_elem_sep String name concode_elem_sep int fileOffset concode_elem_sep int alignment concode_field_sep int getAlignment concode_elem_sep int getFileOffset concode_elem_sep void throwIfPrepared concode_elem_sep void prepare ... | void function ( int arg0 ) { if ( ( arg0 <= 0 ) || ( arg0 & ( arg0 - 1 ) ) != 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } } |
3,633 | returns the current record state . concode_field_sep SampleRecorder recorder concode_elem_sep Recordable source concode_field_sep void setRecordSource concode_elem_sep void setSampleRecorder concode_elem_sep void endRecord concode_elem_sep void beginRecord concode_elem_sep AudioRecordingStream save | boolean function ( ) { return recorder . isRecording ( ) ; } |
3,634 | set if a failed error archive validation report should fail the deployment concode_field_sep Map<String,CloneableBootstrapContext> bootstrapContexts concode_elem_sep AtomicBoolean archiveValidationFailOnError concode_elem_sep AtomicBoolean beanValidation concode_elem_sep CloneableBootstrapContext defaultBootstrapContex... | void function ( boolean arg0 ) { archiveValidationFailOnError . set ( arg0 ) ; } |
3,635 | the method should read this object from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep PlaceHolder placeHolder concode_field_sep NameDynAnyPair[] extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | NameDynAnyPair [ ] function ( InputStream arg0 ) { throw new MARSHAL ( DynAnyFactoryHelper . not_applicable ( id ( ) ) ) ; } |
3,636 | returns the object in this context that implements the given interface , or the given default value if such an object is not found . concode_field_sep Map<String,Object> context concode_elem_sep long serialVersionUID concode_field_sep void set concode_elem_sep SAXParserFactory getSAXParserFactory concode_elem_sep SAXPa... | T function ( Class < T > arg0 , T arg1 ) { T loc0 = get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } else { return arg1 ; } } |
3,637 | make an instance of javafx.scene.media.mediaplayer based on the properties set on this builder . concode_field_sep java.lang.Runnable onError concode_elem_sep int audioSpectrumNumBands concode_elem_sep int __set concode_elem_sep int audioSpectrumThreshold concode_elem_sep java.lang.Runnable onHalted concode_elem_sep bo... | javafx . scene . media . MediaPlayer function ( ) { javafx . scene . media . MediaPlayer loc0 = new javafx . scene . media . MediaPlayer ( this . media ) ; applyTo ( loc0 ) ; return loc0 ; } |
3,638 | sets the pi value associated with a given state . concode_field_sep ArrayList<Opdf<O>> opdfs concode_elem_sep double a[][] concode_elem_sep long serialVersionUID concode_elem_sep double pi[] concode_field_sep int nbStates concode_elem_sep void setAij concode_elem_sep double getPi concode_elem_sep double getAij concode_... | void function ( int arg0 , double arg1 ) { pi [ arg0 ] = arg1 ; } |
3,639 | string representation concode_field_sep String TRXNAME_None concode_elem_sep boolean m_active concode_elem_sep Connection m_connection concode_elem_sep CCache<String,Trx> s_cache concode_elem_sep long m_startTime concode_elem_sep String m_trxName concode_elem_sep CLogger log concode_field_sep boolean rollback concode_e... | String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( getTrxName ( ) ) . append ( "srini_string" ) . append ( isActive ( ) ) . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
3,640 | sets the value of the earliestdatestamp property . concode_field_sep String baseURL concode_elem_sep GranularityType granularity concode_elem_sep DeletedRecordType deletedRecord concode_elem_sep List<DescriptionType> description concode_elem_sep String protocolVersion concode_elem_sep String repositoryName concode_elem... | void function ( String arg0 ) { earliestDatestamp = arg0 ; } |
3,641 | indicates whether the component to match has to be showing . concode_field_sep boolean requireShowing concode_field_sep boolean requireShowingMatches | boolean function ( ) { return requireShowing ; } |
3,642 | visits the end of this class , field or method . concode_field_sep List invisibleAnnotations concode_elem_sep List visibleAnnotations concode_elem_sep List attrs concode_field_sep void visitAttribute concode_elem_sep AnnotationVisitor visitAnnotation | void function ( ) { } |
3,643 | start indexing concode_field_sep CountDownLatch startLatch concode_elem_sep CopyOnWriteArrayList<Throwable> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep ESLogger logger concode_elem_sep CountDownLatch stopLatch concode_elem_sep AtomicBoolean stop concode_elem_sep AtomicB... | void function ( int arg0 ) { assert ! stop . get ( ) : "srini_string" ; setBudget ( arg0 ) ; startLatch . countDown ( ) ; } |
3,644 | returns the label font . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateFormat concode_elem_sep Paint DEFAULT_LABEL_PAINT concode_elem_sep bool... | Font function ( ) { return this . labelFont ; } |
3,645 | sets whether document builders obtained from this factory will validate their input . concode_field_sep boolean ignoringElementContentWhitespace concode_elem_sep Schema schema concode_elem_sep boolean validating concode_elem_sep boolean xIncludeAware concode_elem_sep boolean coalescing concode_elem_sep boolean expandEn... | void function ( boolean arg0 ) { this . validating = arg0 ; } |
3,646 | gets a number specified by the key in the dictionary entries . if the value is a reference , the number object that the reference points to is returned . if the key can not be found , or the resulting object is not a number , then null is returned . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Li... | Number function ( String arg0 ) { return library . getNumber ( entries , arg0 ) ; } |
3,647 | is the user synchronized back to ofbiz concode_field_sep String module concode_elem_sep Delegator delegator concode_elem_sep float weight concode_elem_sep LocalDispatcher dispatcher concode_field_sep boolean isSingleAuthenticator concode_elem_sep void logout concode_elem_sep boolean authenticate concode_elem_sep void u... | boolean function ( ) { Debug . logInfo ( this . getClass ( ) . getName ( ) + "srini_string" , module ) ; return true ; } |
3,648 | execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep int update concode_elem_sep void ensureSelectionArgs conco... | Cursor function ( SQLiteDatabase arg0 , String [ ] arg1 , String arg2 ) { return query ( arg0 , arg1 , null , null , arg2 , null ) ; } |
3,649 | returns data initialization mode . concode_field_sep int DATA_INIT_POINTS concode_elem_sep boolean saExists concode_elem_sep int dataInitMode concode_elem_sep String saPassword concode_elem_sep CollectionItem[] selectedStartingPoints concode_elem_sep boolean saUseAccount concode_elem_sep String saEmail concode_elem_sep... | int function ( ) { return dataInitMode ; } |
3,650 | returns the spring bean id for this bean . concode_field_sep ClassNameService _classNameService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.model.ClassName fetchClassName concode_elem_sep ClassNameService getWrappedClassNameService concode_elem_sep ClassNameService getWrappedService con... | java . lang . String function ( ) { return _classNameService . getBeanIdentifier ( ) ; } |
3,651 | return the type of this gdiobject . concode_field_sep int type concode_elem_sep Object obj concode_elem_sep int id concode_elem_sep boolean used concode_field_sep Object getObject concode_elem_sep void clear concode_elem_sep int getID concode_elem_sep void Setup concode_elem_sep boolean isUsed | int function ( ) { return type ; } |
3,652 | this simply calls #compact compact . it is included for symmetry with other collection classes . note that the name of this method is somewhat misleading which is why we prefer compact as the load factor may require capacity above and beyond the size of this collection . concode_field_sep int _size concode_elem_sep int... | void function ( ) { compact ( ) ; } |
3,653 | obtiene el valor de la propiedad keyinfo . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep SignatureValueType signatureValue concode_elem_sep List<ObjectType> object concode_field_sep SignatureValueType getSignatureValue concode_elem_sep List<... | KeyInfoType function ( ) { return keyInfo ; } |
3,654 | gets the applydate value for this customerdepositapply . concode_field_sep java.lang.Double total concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.String refNum concode_elem_sep java.lang.Boolean apply concode_elem_sep java.lang.Long line concode_elem_sep java.lang.Object __equalsCalc concode_elem_se... | java . util . Calendar function ( ) { return applyDate ; } |
3,655 | gets the value of the ssd property . concode_field_sep String uid concode_elem_sep XMLGregorianCalendar ssd concode_elem_sep List<String> location concode_elem_sep String rid concode_field_sep void setSSD concode_elem_sep List<String> getLocation concode_elem_sep String getUID concode_elem_sep boolean isSetSSD concode_... | XMLGregorianCalendar function ( ) { return ssd ; } |
3,656 | clears the list of percepts of a specific agent concode_field_sep Logger logger concode_elem_sep boolean isRunning concode_elem_sep EnvironmentInfraTier environmentInfraTier concode_elem_sep Map<String,List<Literal>> agPercepts concode_elem_sep ExecutorService executor concode_elem_sep List<Literal> percepts concode_el... | void function ( String arg0 ) { if ( arg0 != null ) { List < Literal > loc0 = agPercepts . get ( arg0 ) ; if ( loc0 != null ) { uptodateAgs . remove ( arg0 ) ; loc0 . clear ( ) ; } } } |
3,657 | a message describing the error or warning . concode_field_sep String severity concode_elem_sep String namespace concode_elem_sep String message concode_elem_sep String optionName concode_field_sep void setOptionName concode_elem_sep String getSeverity concode_elem_sep ValidationMessage withNamespace concode_elem_sep St... | void function ( String arg0 ) { this . message = arg0 ; } |
3,658 | eventually sets the element at position i to the given value . concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long serialVersionUID concode_elem_sep int[] array concode_elem_sep int scale concode_field_sep long rawIndex concode_elem_sep int getAndIncrement concode_elem_sep void set concode_e... | void function ( int arg0 , int arg1 ) { unsafe . putOrderedInt ( array , rawIndex ( arg0 ) , arg1 ) ; } |
3,659 | writes this gasstack to a defined tag compound . concode_field_sep int amount concode_elem_sep Gas type concode_field_sep GasStack readFromNBT concode_elem_sep void read concode_elem_sep int hashCode concode_elem_sep GasStack withAmount concode_elem_sep String toString concode_elem_sep Gas getGas concode_elem_sep GasSt... | NBTTagCompound function ( NBTTagCompound arg0 ) { type . write ( arg0 ) ; arg0 . setInteger ( "srini_string" , amount ) ; return arg0 ; } |
3,660 | creates a new n a v i g a t i o n with the primary key . does not add the n a v i g a t i o n to the database . concode_field_sep NAVIGATIONLocalService _navigationLocalService concode_field_sep void setWrappedService concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION updateNAVIGATION concode_elem_sep vn.dtt.cmon.dm.... | vn . dtt . cmon . dm . dao . model . NAVIGATION function ( long arg0 ) { return _navigationLocalService . createNAVIGATION ( arg0 ) ; } |
3,661 | returns the number of rows matching the dynamic query . concode_field_sep PluginSettingLocalService _service concode_field_sep com.liferay.portal.model.PluginSetting addPluginSetting concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getA... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } |
3,662 | returns true if running on windows . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLinux concode_elem_sep boolean isMacOS | boolean function ( ) { return System . getProperty ( "srini_string" ) . contains ( "srini_string" ) ; } |
3,663 | note : use this convenience method with care , do not make it possible to get a reference to the untypedactor instance directly , but only through its ` actorref ' wrapper reference . creates an actorref out of the actor . allows you to pass in the instance for the untypedactor . only use this method when you need to p... | ActorRef function ( final Creator < Actor > arg0 ) { return Actor$ . MODULE$ . actorOf ( arg0 ) ; } |
3,664 | sets the info of this infocarrier . concode_field_sep Info info concode_field_sep Info getInfo concode_elem_sep boolean hasInfo | InfoCarrier function ( Info arg0 ) { this . info = arg0 ; return this ; } |
3,665 | creates a proxy which sends the exchange to the endpoint . concode_field_sep PlaceHolder placeHolder concode_field_sep T createProxyObject concode_elem_sep T createProxyObject concode_elem_sep Class<T>[] toArray concode_elem_sep ClassLoader getClassLoader concode_elem_sep MethodInfoCache createMethodInfoCache | T function ( Endpoint arg0 , Class < T > ... arg1 ) { return createProxy ( arg0 , true , arg1 ) ; } |
3,666 | gets the name of this instance . in pdstore every instance can be given a name . concode_field_sep GUID roleNodeId concode_elem_sep GUID roleJavaPackageId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID typeId concode_field_sep void setName concode_elem_sep PDStore getStore concode_elem_se... | String function ( ) { return store . getName ( id ) ; } |
3,667 | returns a listenablefuture representing the completion of the reconnectionattempts scheduled after a host is marked down . if the caller cancels this future , the driver will not try to reconnect to this host until it receives an up event for it . note that this could mean never , if the node was marked down because of... | ListenableFuture < ? > function ( ) { return reconnectionAttempt . get ( ) ; } |
3,668 | executes and receives the ciphering information request using the ril executor concode_field_sep List<String> mLastResponse concode_elem_sep int ID_REQUEST_REFRESH concode_elem_sep int REQUEST_TIMEOUT concode_elem_sep int mCurrentType concode_elem_sep boolean captureResponse concode_elem_sep HandlerThread mHandlerThrea... | List < String > function ( ) { return executeServiceModeCommand ( OemCommands . OEM_SM_TYPE_TEST_MANUAL , OemCommands . OEM_SM_TYPE_SUB_CIPHERING_PROTECTION_ENTER , null ) ; } |
3,669 | retrieve the month from the object concode_field_sep Logger log concode_elem_sep List<String> dateFormatsToAttempt concode_elem_sep MetadataFieldConfig field concode_elem_sep MetadataContributor month concode_elem_sep MetadataContributor year concode_elem_sep MetadataFieldMapping<T,MetadataContributor<T>> metadataField... | MetadataContributor function ( ) { return month ; } |
3,670 | appends a new block to the specified file and pins it . concode_field_sep BufferMgr bufferMgr concode_elem_sep List<Block> pins concode_elem_sep Map<Block,Buffer> buffers concode_field_sep Buffer getBuffer concode_elem_sep void pin concode_elem_sep void unpinAll concode_elem_sep void unpin | Block function ( String arg0 , PageFormatter arg1 ) { Buffer loc0 = bufferMgr . pinNew ( arg0 , arg1 ) ; Block loc1 = loc0 . block ( ) ; buffers . put ( loc1 , loc0 ) ; pins . add ( loc1 ) ; return loc1 ; } |
3,671 | determines whether the test invite that matched this test case is acceptable . concode_field_sep Logger log concode_field_sep String getName concode_elem_sep void start concode_elem_sep Message getReport concode_elem_sep void onMessage concode_elem_sep void assignRole | boolean function ( Message arg0 ) { log . debug ( "srini_string" ) ; return true ; } |
3,672 | gets the total number of pages in the document . concode_field_sep Object documentLock concode_elem_sep float ROTATION_FACTOR concode_elem_sep Document document concode_elem_sep float rotation concode_elem_sep PDFResource pdfResource concode_elem_sep PDimension pageSize concode_elem_sep boolean outlineExpanded concode_... | int function ( ) { return maxPages ; } |
3,673 | returns a name for this input . must be unique across all inputs . concode_field_sep SourceAst ast concode_elem_sep List<String> provides concode_elem_sep CodingConvention codingConvention concode_elem_sep JSModule module concode_elem_sep boolean generatedDependencyInfoFromSource concode_elem_sep long serialVersionUID ... | InputId function ( ) { return id ; } |
3,674 | gets the value of the plat property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String plat concode_elem_sep Stri... | String function ( ) { return plat ; } |
3,675 | returns the part done or progress of a torrent , as parsed from some string concode_field_sep PlaceHolder placeHolder concode_field_sep int convertRate concode_elem_sep int convertEta concode_elem_sep long convertSize concode_elem_sep TorrentStatus convertStatus concode_elem_sep List<Torrent> parse | float function ( String arg0 ) { if ( arg0 . endsWith ( "srini_string" ) ) { return Float . parseFloat ( arg0 . substring ( 0 , arg0 . length ( ) - 1 ) . replace ( "srini_string" , "srini_string" ) ) / 100 ; } return 0 ; } |
3,676 | enables logger if #disablelogging was called before concode_field_sep String LOG_FORMAT concode_elem_sep boolean DISABLED concode_field_sep void disableLogging concode_elem_sep void d concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void log concode_elem_sep void w concode_elem_s... | void function ( ) { DISABLED = false ; } |
3,677 | finds var/value attribute in node concode_field_sep IFile file concode_elem_sep String VALUE_ATTRIBUTE_NAME concode_elem_sep ELCompletionEngine engine concode_elem_sep String VAR_ATTRIBUTE_NAME concode_field_sep List<Var> findAllVars concode_elem_sep List<Var> findAllVars concode_elem_sep List<Var> findAllVars concode_... | Var function ( Node arg0 ) { return findVar ( arg0 , engine . getParserFactory ( ) ) ; } |
3,678 | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreatePlacementGroupType localCreatePlacementGroup concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.CreatePlacementGroupType getCreatePlacementGroup concode_elem_sep void serialize con... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
3,679 | notifies that an upload has completed concode_field_sep boolean logCommands concode_elem_sep StringBuffer log concode_elem_sep boolean logConnectionIdentifiers concode_elem_sep boolean logTransferProgress concode_elem_sep boolean logTransferStartComplete concode_field_sep void setLogCommands concode_elem_sep boolean is... | void function ( String arg0 , String arg1 ) { if ( logTransferStartComplete ) { if ( logConnectionIdentifiers ) log . append ( '[' ) . append ( arg0 ) . append ( "srini_string" ) ; log . append ( "srini_string" ) . append ( arg1 ) . append ( "srini_string" ) ; } } |
3,680 | returns the id associated with this rid . concode_field_sep int blknum concode_elem_sep int id concode_field_sep int blockNumber concode_elem_sep boolean equals concode_elem_sep String toString | int function ( ) { return id ; } |
3,681 | the cause of the failure . this information is generated by the system and can be useful for diagnostic purposes . if cause is set to operation_not_permitted , the decision failed because it lacked sufficient permissions . for details and example iam policies , see using iam to manage access to amazon swf workflows . r... | CancelWorkflowExecutionFailedEventAttributes function ( CancelWorkflowExecutionFailedCause arg0 ) { this . cause = arg0 . toString ( ) ; return this ; } |
3,682 | returns the company id of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure con... | long function ( ) { return _shoppingCart . getCompanyId ( ) ; } |
3,683 | read a single byte from the stream . concode_field_sep ByteArrayByteStream bs concode_field_sep String readLastAsciiString concode_elem_sep void unReadInt concode_elem_sep String readAsciiString concode_elem_sep long available concode_elem_sep void skip concode_elem_sep void seek concode_elem_sep char readChar concode_... | byte function ( ) { return ( byte ) bs . readByte ( ) ; } |
3,684 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } |
3,685 | sets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep MLAffineCSType mlAffineCS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep S... | void function ( String arg0 ) { this . type = arg0 ; } |
3,686 | creates a new thread . this implementation delegates to the wrapped factory for creating the thread . then , on the newly created thread the corresponding configuration options are set . concode_field_sep Boolean daemonFlag concode_elem_sep String namingPattern concode_elem_sep AtomicLong threadCounter concode_elem_sep... | Thread function ( final Runnable arg0 ) { final Thread loc0 = getWrappedFactory ( ) . newThread ( arg0 ) ; initializeThread ( loc0 ) ; return loc0 ; } |
3,687 | sets the value of the getairportinformationbycityorairportnameresult property . concode_field_sep String getAirportInformationByCityOrAirportNameResult concode_field_sep String getGetAirportInformationByCityOrAirportNameResult | void function ( String arg0 ) { this . getAirportInformationByCityOrAirportNameResult = arg0 ; } |
3,688 | convert a mamdatradeside to an appropriate , displayable string . concode_field_sep short TRADE_SIDE_UNKNOWN concode_elem_sep short mTradeSide concode_elem_sep String TRADE_SIDE_UNKNOWN_STR concode_elem_sep short TRADE_SIDE_BUY concode_elem_sep String TRADE_SIDE_SELL_STR concode_elem_sep String TRADE_SIDE_BUY_STR conco... | String function ( short arg0 ) { switch ( arg0 ) { case TRADE_SIDE_UNKNOWN : return TRADE_SIDE_UNKNOWN_STR ; case TRADE_SIDE_BUY : return TRADE_SIDE_BUY_STR ; case TRADE_SIDE_SELL : return TRADE_SIDE_SELL_STR ; default : return "srini_string" ; } } |
3,689 | sets all of the headers contained within this group overriding any existing headers . the headers are added in the order in which they appear in the array . concode_field_sep List headers concode_elem_sep long serialVersionUID concode_field_sep Header getCondensedHeader concode_elem_sep void addHeader concode_elem_sep ... | void function ( Header [ ] arg0 ) { clear ( ) ; if ( arg0 == null ) { return ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { this . headers . add ( arg0 [ loc0 ] ) ; } } |
3,690 | sets the time in seconds , how long message poller should wait for next message poll . concode_field_sep long[] periods concode_elem_sep int deliveryPollTime concode_elem_sep int managerThreads concode_elem_sep int maxThreads concode_elem_sep int minThreads concode_field_sep void setManagerThreads concode_elem_sep void... | void function ( int arg0 ) { this . deliveryPollTime = arg0 ; } |
3,691 | error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set... | void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; } |
3,692 | avro protocol location concode_field_sep String messageName concode_elem_sep String protocolClassName concode_elem_sep Protocol protocol concode_elem_sep boolean reflectionProtocol concode_elem_sep int port concode_elem_sep String protocolLocation concode_elem_sep boolean singleParameter concode_elem_sep String host co... | void function ( String arg0 ) { this . protocolLocation = arg0 ; } |
3,693 | returns the current stop state concode_field_sep boolean isStopped concode_elem_sep Logger log concode_field_sep void stop concode_elem_sep void run | boolean function ( ) { return isStopped ; } |
3,694 | find a foreground event consumer by id . concode_field_sep int isolateId concode_elem_sep Vector displays concode_elem_sep int lastLocalDisplayId concode_field_sep void addDisplay concode_elem_sep DisplayAccess findDisplayByOwner concode_elem_sep boolean removeDisplay concode_elem_sep void requestForegroundForDisplay c... | ForegroundEventConsumer function ( int arg0 ) { DisplayAccess loc0 = findDisplayById ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . getForegroundEventConsumer ( ) ; } |
3,695 | resolves and caches destinations if successfully resolved by the target destinationresolver implementation . concode_field_sep Map<String,D> resolvedDestinationCache concode_elem_sep DestinationResolver<D> targetDestinationResolver concode_field_sep void setTargetDestinationResolver concode_elem_sep void afterPropertie... | D function ( String arg0 ) { D loc0 = this . resolvedDestinationCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = this . targetDestinationResolver . resolveDestination ( arg0 ) ; this . resolvedDestinationCache . put ( arg0 , loc0 ) ; } return loc0 ; } |
3,696 | binds the specified session object into this sessionmanager 's active session registry . this method is typically called internally as the final step , when a successful connection has been made . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap con... | Session function ( Database arg0 , User arg1 , boolean arg2 , boolean arg3 , String arg4 , int arg5 ) { Session loc0 = new Session ( arg0 , arg1 , arg3 , arg2 , sessionIdCount , arg4 , arg5 ) ; sessionMap . put ( sessionIdCount , loc0 ) ; sessionIdCount ++ ; return loc0 ; } |
3,697 | returns the number of usbinterface s this device contains . concode_field_sep int mVendorId concode_elem_sep int mProductId concode_elem_sep String TAG concode_elem_sep int mClass concode_elem_sep int mSubclass concode_elem_sep String mName concode_elem_sep Parcelable.Creator<UsbDevice> CREATOR concode_elem_sep int mPr... | int function ( ) { return mInterfaces . length ; } |
3,698 | runs the webserver on port 8084 concode_field_sep Server server concode_elem_sep String BASE_CONTEXT concode_field_sep void createBaseContext concode_elem_sep void stop | void function ( String arg0 [ ] ) { int loc0 ; try { loc0 = Integer . parseInt ( arg0 [ 0 ] ) ; } catch ( Exception loc1 ) { loc0 = 8084 ; } new JabsorbTestServer ( loc0 ) ; } |
3,699 | cleans up this class , unregistering for application notifications from the tabmodelselector . concode_field_sep int TAB_CLOSE_UNDO_TOAST_PRESSED concode_elem_sep int TAB_CLOSE_UNDO_TOAST_SHOWN_WARM concode_elem_sep int TAB_CLOSE_UNDO_TOAST_COUNT concode_elem_sep SnackbarManager mSnackbarManager concode_elem_sep int TA... | void function ( ) { TabModel loc0 = mTabModelSelector . getModel ( false ) ; if ( loc0 != null ) loc0 . removeObserver ( mTabModelObserver ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.