idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
38,300 | increments the sequence number . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq concode_elem_sep int mCount concode_... | void function ( ) { setLong ( mBuffers [ mBufferIn ] , ++ mSeq , 2 , 4 ) ; } |
38,301 | this method is used to show visibility of the rule concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep Configuration configuration concode_elem_sep List<ConfigDescriptionParameter> configDescriptions concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<... | Visibility function ( ) { if ( visibility == null ) { return Visibility . VISIBLE ; } return visibility ; } |
38,302 | gets the mapping from the type of a field to the number of values to store for that type . the number of of values to store for a type is usually the number of fields of that type , but if there is type compression enabled for a type , the number of values to store for that type will be 1 . concode_field_sep SerdeObjec... | Object2IntLinkedOpenHashMap < Type > function ( ) { return typeToSize ; } |
38,303 | get bar concode_field_sep String bar concode_elem_sep String foo concode_field_sep String toIndentedString concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFoo concode_elem_sep String toString | String function ( ) { return bar ; } |
38,304 | set the date that this token was created concode_field_sep TokenReference unAttachedReference concode_elem_sep Date expires concode_elem_sep String tokenId concode_elem_sep Date created concode_elem_sep long lifetime concode_elem_sep TokenReference attachedReference concode_elem_sep Element token concode_field_sep void... | void function ( Date arg0 ) { this . created = arg0 ; } |
38,305 | deserialize only an i16 field addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI32 concode_... | Short function ( byte [ ] arg0 , TFieldIdEnum arg1 , TFieldIdEnum ... arg2 ) { return ( Short ) partialDeserializeField ( TType . I16 , arg0 , arg1 , arg2 ) ; } |
38,306 | deferred install , for when we 'll be running on another thread concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep OutputStream outputStream concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep Up... | void function ( ) { install ( ) ; } |
38,307 | returns the identifier string for the specified version of xacml . concode_field_sep int XACML_DEFAULT_VERSION concode_elem_sep String XPATH_1_0_IDENTIFIER concode_elem_sep int XPATH_VERSION_UNSPECIFIED concode_elem_sep String[] xacmlIdentifiers concode_elem_sep int xpathVersion concode_elem_sep int xacmlVersion concod... | String function ( ) { return xacmlIdentifiers [ xacmlVersion ] ; } |
38,308 | if this type should correspond to a global , named , schema type , here is where the type object adds it to the schema . concode_field_sep boolean abstrct concode_elem_sep TypeMapping typeMapping concode_elem_sep Type typeClass concode_elem_sep QName schemaType concode_elem_sep boolean nillable concode_elem_sep boolean... | void function ( XmlSchema arg0 ) { } |
38,309 | implement the parcelable interface concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_sep String BULK_UPLOAD concode_elem_sep int RO_AVAILABLE_REV_BW concode_elem_sep int RW_MAX_ALLOWED_LATENCY concode_elem_sep HashMap<Integer,String> mCapabilitie... | int function ( ) { return 0 ; } |
38,310 | gets the value of the displaytext property . concode_field_sep String displayText concode_elem_sep BigDecimal amount concode_elem_sep BigInteger rebateFormId concode_elem_sep long serialVersionUID concode_field_sep void setDisplayText concode_elem_sep void setRebateFormId concode_elem_sep void setAmount concode_elem_se... | String function ( ) { return displayText ; } |
38,311 | returns true if this object is equal to the specified object , and false otherwise . concode_field_sep CategoryLabelWidthType RANGE concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType CATEGORY concode_elem_sep String name concode_field_sep Object readResolve concode_elem_sep String toString | boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof CategoryLabelWidthType ) ) { return false ; } CategoryLabelWidthType loc0 = ( CategoryLabelWidthType ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; } |
38,312 | returns true . can be overridden by subclasses . concode_field_sep String joinParam concode_elem_sep JoinType joinType concode_elem_sep String guard concode_elem_sep String name concode_elem_sep boolean start concode_elem_sep Long id concode_elem_sep String type concode_elem_sep Graph graph concode_field_sep void setNa... | boolean function ( final Engine arg0 , final NodeToken arg1 ) { return true ; } |
38,313 | sets the value of the value property . concode_field_sep Boolean isInfinite concode_elem_sep BigInteger value concode_field_sep BigInteger getValue concode_elem_sep Boolean isIsInfinite concode_elem_sep void setIsInfinite | void function ( BigInteger arg0 ) { this . value = arg0 ; } |
38,314 | set urls for request device by that device 's id concode_field_sep AlertDialog.Builder dDialog concode_elem_sep Rooms rooms concode_elem_sep Activity activity concode_elem_sep Permissions permissions concode_elem_sep PublicKey publicKey concode_elem_sep Requests requests concode_elem_sep String UUID concode_elem_sep St... | void function ( String arg0 ) { String loc0 = "srini_string" + arg0 ; String loc1 = getOriginal_urlS ( ) + loc0 ; setConnect ( loc1 , "srini_string" ) ; } |
38,315 | returns an array containing all the registered listeners . the resulting array is unaffected by subsequent adds or removes . if there are no listeners registered , the result is an empty array singleton instance no garbage is created . use this method when notifying listeners , so that any modifications to the listener... | Object [ ] function ( ) { if ( fSize == 0 ) { return EmptyArray ; } Object [ ] loc0 = new Object [ fSize ] ; System . arraycopy ( fListeners , 0 , loc0 , 0 , fSize ) ; return loc0 ; } |
38,316 | called when the downloadboundserviceasync finishes downloading the requested image . concode_field_sep ServiceConnection mServiceConnectionAsync concode_elem_sep DownloadRequest mDownloadRequest concode_elem_sep String TAG concode_elem_sep WeakReference<MVP.RequiredPresenterOps> mPresenter concode_elem_sep DownloadCall... | void function ( final Uri arg0 ) { mPresenter . get ( ) . displayImage ( arg0 ) ; } |
38,317 | this will get the lower left x coordinate . concode_field_sep float MM_PER_INCH concode_elem_sep PDRectangle A6 concode_elem_sep COSArray rectArray concode_elem_sep PDRectangle LEGAL concode_elem_sep PDRectangle A0 concode_elem_sep float POINTS_PER_INCH concode_elem_sep PDRectangle A3 concode_elem_sep PDRectangle A2 co... | float function ( ) { return ( ( COSNumber ) rectArray . get ( 0 ) ) . floatValue ( ) ; } |
38,318 | this method will return the insert statement to insert a row in the lock id table and will generate the following sql statement . insert into karaf_id id values 0 concode_field_sep String lockIdTableName concode_elem_sep String lockTableName concode_elem_sep String clusterName concode_field_sep String getLockTableName ... | String function ( ) { return "srini_string" + this . getLockIdTableName ( ) + "srini_string" ; } |
38,319 | returns a reader object that contains a partial clob value , starting with the character specified by pos , which is length characters in length . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep in... | Reader function ( long arg0 , long arg1 ) { return new ClobInputStream ( this , arg0 - 1 , arg1 , session . getStreamBlockSize ( ) ) ; } |
38,320 | sets the parameter as a readonly parameter concode_field_sep boolean writeOnly concode_elem_sep Integer size concode_elem_sep Integer index concode_elem_sep boolean readOnly concode_elem_sep Integer value concode_field_sep Integer getValue concode_elem_sep Integer getSize concode_elem_sep Integer getIndex concode_elem_... | void function ( boolean arg0 ) { readOnly = arg0 ; } |
38,321 | sets the size of the tiles . we assume square tiles concode_field_sep byte compressedStream[] concode_elem_sep float[] ratioLayers concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep String[] encoder_arguments concode_elem_sep byte[] image8 concode_elem_sep int width concode_elem_sep int ... | void function ( int arg0 ) { this . tileSize = arg0 ; } |
38,322 | gets writeboth outstreamoptions concode_field_sep PlaceHolder placeHolder concode_field_sep OutStreamOptions getOutStreamOptionsWriteAsync concode_elem_sep InStreamOptions getInStreamOptionsReadCache concode_elem_sep OutStreamOptions getOutStreamOptionsWriteTachyon concode_elem_sep InStreamOptions getInStreamOptionsRea... | OutStreamOptions function ( TachyonConf arg0 ) { return new OutStreamOptions . Builder ( arg0 ) . setTachyonStorageType ( TachyonStorageType . STORE ) . setUnderStorageType ( UnderStorageType . SYNC_PERSIST ) . build ( ) ; } |
38,323 | set the etag value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep ComputeNodeAddUserHeaders withDataServiceId concode_elem_sep ComputeNodeAddUserHeaders withLa... | ComputeNodeAddUserHeaders function ( String arg0 ) { this . eTag = arg0 ; return this ; } |
38,324 | create an instance of balanceinfotype concode_field_sep QName _EsiGetPrepaidBalanceRequest_QNAME concode_elem_sep QName _EsiGetPrepaidBalanceResponse_QNAME concode_field_sep ESIGetPrepaidBalanceRequestType createESIGetPrepaidBalanceRequestType concode_elem_sep JAXBElement<ESIGetPrepaidBalanceRequestType> createEsiGetPr... | BalanceInfoType function ( ) { return new BalanceInfoType ( ) ; } |
38,325 | get the database name . concode_field_sep Object serverDerby concode_elem_sep Connection conn concode_elem_sep Statement stat concode_elem_sep DatabaseTest test concode_elem_sep boolean TRACE concode_elem_sep int totalTime concode_elem_sep ArrayList<String[]> replace concode_elem_sep int threadCount concode_elem_sep lo... | String function ( ) { return name ; } |
38,326 | gets the creativegroup2id value for this creativegroupassignment . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long creativeGroup1Id concode_elem_sep long creativeGroup2Id concode_field_sep org.ap... | long function ( ) { return creativeGroup2Id ; } |
38,327 | number of copies to print concode_field_sep int printCopies concode_elem_sep String defaultURL concode_elem_sep File defaultFile concode_elem_sep PrintHelper printHelper concode_elem_sep boolean isShrinkToPrintableArea concode_field_sep void setDefaultFile concode_elem_sep File getDefaultFile concode_elem_sep String ge... | int function ( ) { return printCopies ; } |
38,328 | returns the path attribute of the cookie concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ... | String function ( ) { return cookiePath ; } |
38,329 | 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 ( ) ; } |
38,330 | adds the social request interpreter to the list of available interpreters . concode_field_sep SocialRequestInterpreterLocalService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setService concode_elem_sep com.liferay.portlet.social.model.SocialRequestFeedEntry interpret concode_ele... | void function ( com . liferay . portlet . social . model . SocialRequestInterpreter arg0 ) { getService ( ) . addRequestInterpreter ( arg0 ) ; } |
38,331 | utility function to copy a string out of a bytebuffer . this is here because multiple chunk handlers can make use of it , and there 's nowhere better to put it . concode_field_sep ByteOrder CHUNK_ORDER concode_elem_sep int CHUNK_HEADER_LEN concode_elem_sep int CHUNK_FAIL concode_field_sep void handleChunk concode_elem_... | String function ( ByteBuffer arg0 , int arg1 ) { char [ ] loc0 = new char [ arg1 ] ; for ( int loc1 = 0 ; loc1 < arg1 ; loc1 ++ ) loc0 [ loc1 ] = arg0 . getChar ( ) ; return new String ( loc0 ) ; } |
38,332 | returns and caches an image corresponding to the specified image descriptor . concode_field_sep Map<OverlayImageDescriptor,Image> fCache concode_field_sep void disposeAll | Image function ( OverlayImageDescriptor arg0 ) { Image loc0 = fCache . get ( arg0 ) ; if ( loc0 == null ) { loc0 = arg0 . createImage ( ) ; fCache . put ( arg0 , loc0 ) ; } return loc0 ; } |
38,333 | return a new instance of a label for the newly cloned scope . maps are maintained because labels expect to share the same instance across a cfg . concode_field_sep Map<Variable,Variable> variableRenameMap concode_elem_sep IRScope scope concode_elem_sep Map<Label,Label> labelRenameMap concode_field_sep Variable getRenam... | Label function ( Label arg0 ) { if ( Label . UNRESCUED_REGION_LABEL . equals ( arg0 ) ) return arg0 ; Label loc0 = this . labelRenameMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = getRenamedLabelSimple ( arg0 ) ; this . labelRenameMap . put ( arg0 , loc0 ) ; } return loc0 ; } |
38,334 | obtain a mutex for modifying the flashmap list as handled by #retrieveflashmaps and #updateflashmaps , the default implementation returns a shared static mutex . subclasses are encouraged to return a more specific mutex , or null to indicate that no synchronization is necessary . concode_field_sep Log logger concode_el... | Object function ( HttpServletRequest arg0 ) { return DEFAULT_FLASH_MAPS_MUTEX ; } |
38,335 | convert this standard java object to a cos object . concode_field_sep COSDictionary actions concode_field_sep void setC concode_elem_sep void setO concode_elem_sep PDAction getO concode_elem_sep COSBase getCOSObject concode_elem_sep PDAction getC | COSDictionary function ( ) { return actions ; } |
38,336 | returns the timing breakdown for this particular query node concode_field_sep ParseField NODE_TIME concode_elem_sep ParseField TYPE concode_elem_sep ParseField DESCRIPTION concode_elem_sep List<ProfileResult> children concode_elem_sep Map<String,Long> timings concode_elem_sep String description concode_elem_sep String ... | Map < String , Long > function ( ) { return Collections . unmodifiableMap ( timings ) ; } |
38,337 | reads the raw bytes following a type.bool code . concode_field_sep ThreadLocal<TypedBytesInput> TB_IN concode_elem_sep DataInput in concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) Type . BOOL . code ; in . readFully ( loc0 , 1 , 1 ) ; return loc0 ; } |
38,338 | get the html id of the element t concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay concode_... | String function ( ) { return id ; } |
38,339 | ensures the truth of an expression involving one or more parameters to the calling method . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void c... | void function ( boolean arg0 , String arg1 , Object ... arg2 ) { if ( ! arg0 ) { throw new IllegalArgumentException ( String . format ( arg1 , arg2 ) ) ; } } |
38,340 | returns the string representation of the iot hub uri . concode_field_sep String path concode_elem_sep String hostname concode_elem_sep String PATH_FORMAT concode_elem_sep String API_VERSION concode_elem_sep Charset IOTHUB_URL_ENCODING_CHARSET concode_elem_sep String uri concode_field_sep String getHostname concode_elem... | String function ( ) { return this . uri ; } |
38,341 | gets the value of the code property . concode_field_sep RichTextTagType additionalInformation concode_elem_sep String code concode_elem_sep Boolean isInTheLearningAgreement concode_elem_sep LanguageType language concode_elem_sep MobilityProgrammeCourseUnitType.Title title concode_elem_sep String value concode_elem_sep ... | String function ( ) { return code ; } |
38,342 | set the encryption value . concode_field_sep Encryption encryption concode_elem_sep AccessTier accessTier concode_elem_sep Sku sku concode_elem_sep CustomDomain customDomain concode_elem_sep Map<String,String> tags concode_field_sep StorageAccountUpdateParametersInner withAccessTier concode_elem_sep StorageAccountUpdat... | StorageAccountUpdateParametersInner function ( Encryption arg0 ) { this . encryption = arg0 ; return this ; } |
38,343 | gets the window wrapped by this instance and to which exportedwindow capabilities are provided . concode_field_sep T window concode_field_sep void maximize concode_elem_sep void minimize concode_elem_sep void setVisible concode_elem_sep void bringToFront concode_elem_sep void setSize concode_elem_sep void setLocation c... | T function ( ) { if ( window == null ) window = createWindow ( ) ; return window ; } |
38,344 | set if cache reports are disabled for all dns in a mini cluster . concode_field_sep String DIR_FAILURE_SUFFIX concode_field_sep DatanodeProtocolClientSideTranslatorPB spyOnBposToNN concode_elem_sep FsDatasetSpi<?> getFSDataset concode_elem_sep void injectDataDirFailure concode_elem_sep void triggerDeletionReport concod... | void function ( MiniDFSCluster arg0 , boolean arg1 ) { for ( DataNode loc0 : arg0 . getDataNodes ( ) ) { loc0 . setCacheReportsDisabledForTest ( arg1 ) ; } } |
38,345 | gets the user id or user name the request will be sent to . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep Strin... | String function ( ) { return to ; } |
38,346 | this method is called by jbi to check if this component , in the role of consumer of the service indicated by the given exchange , can actually interact with the the provider completely . ths provider is described by the given capabilities , and jbi has already ensure that a fit exists between the set of required capab... | boolean function ( ServiceEndpoint arg0 , MessageExchange arg1 ) { return true ; } |
38,347 | writes the given character sequence to this sink . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeLines concode_elem_sep void writeLines concode_elem_sep Writer openBufferedStream concode_elem_sep Writer openStream concode_elem_sep long writeFrom | void function ( CharSequence arg0 ) { checkNotNull ( arg0 ) ; Closer loc0 = Closer . create ( ) ; try { Writer loc1 = loc0 . register ( openStream ( ) ) ; loc1 . append ( arg0 ) ; loc1 . flush ( ) ; } catch ( Throwable loc1 ) { throw loc0 . rethrow ( loc1 ) ; } finally { loc0 . close ( ) ; } } |
38,348 | getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con... | TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; } |
38,349 | set the configuration source object for this metadata element.the exact type of the object will depend on the configuration mechanism used . concode_field_sep String name concode_elem_sep Object source concode_elem_sep Object value concode_field_sep Object getValue concode_elem_sep String getName concode_elem_sep Objec... | void function ( Object arg0 ) { this . source = arg0 ; } |
38,350 | whether the server should enforce encryption on sasl-authenticated connections . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK... | boolean function ( ) { return conf . getBoolean ( "srini_string" , false ) ; } |
38,351 | gets the configuration parameter value concode_field_sep boolean writeOnly concode_elem_sep Integer size concode_elem_sep Integer index concode_elem_sep boolean readOnly concode_elem_sep Integer value concode_field_sep Integer getSize concode_elem_sep Integer getIndex concode_elem_sep void setWriteOnly concode_elem_sep... | Integer function ( ) { return value ; } |
38,352 | implements both addition and subtraction -- they are the same in gf size . concode_field_sep GenericGF AZTEC_DATA_12 concode_elem_sep GenericGF QR_CODE_FIELD_256 concode_elem_sep GenericGF MAXICODE_FIELD_64 concode_elem_sep int primitive concode_elem_sep GenericGF AZTEC_PARAM concode_elem_sep GenericGFPoly one concode_... | int function ( int arg0 , int arg1 ) { return arg0 ^ arg1 ; } |
38,353 | gets the operation state concode_field_sep String mItemId concode_elem_sep String mTableName concode_elem_sep MobileServiceTableOperationState operationState concode_elem_sep String mId concode_elem_sep Date mCreatedAt concode_field_sep String getItemId concode_elem_sep Date getCreatedAt concode_elem_sep String getTabl... | MobileServiceTableOperationState function ( ) { return operationState ; } |
38,354 | uses #getclusternametags configuration with default hadoop configuration . concode_field_sep String CLUSTER_IDENTIFIER_TAG_NAME concode_field_sep placeholderType placeHolder | Map < String , String > function ( ) { return getClusterNameTags ( new Configuration ( ) ) ; } |
38,355 | sets the file path . concode_field_sep int fileSize concode_elem_sep String filePath concode_elem_sep Track track concode_field_sep Track getTrack concode_elem_sep int getFilesize concode_elem_sep void setFilesize concode_elem_sep String getFilePath concode_elem_sep void setTrack | void function ( String arg0 ) { this . filePath = arg0 ; } |
38,356 | returns the decoded user info part of this uri concode_field_sep String userInfo concode_elem_sep String path concode_elem_sep String fragment concode_elem_sep String string concode_elem_sep String scheme concode_elem_sep int port concode_elem_sep String authority concode_elem_sep String query concode_elem_sep String h... | String function ( ) { return null ; } |
38,357 | value . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Stack<Sta... | JSONWriter function ( boolean arg0 ) { beforeValue ( ) ; mWriter . write ( arg0 ? "srini_string" : "srini_string" ) ; return this ; } |
38,358 | gets the value of the identifikace property . concode_field_sep TPopisKomponenty popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TTrideni trideni concode_elem_sep TPrevodKomponenty prevod concode_elem_sep TManipulaceKomponenty manipulace concode_field_sep TPrevodKomponenty getPrevod concode_elem_sep ... | TIdentifikace function ( ) { return identifikace ; } |
38,359 | interface for the update functions for different types of priors . concode_field_sep double DeltaUpdate concode_elem_sep double[] R concode_elem_sep Instances m_Instances concode_elem_sep double penalty concode_elem_sep double log_posterior concode_elem_sep double Delta concode_elem_sep double log_likelihood concode_el... | double function ( int arg0 , Instances arg1 , double arg2 , double arg3 , double [ ] arg4 , double arg5 ) { return 0.0 ; } |
38,360 | register method , invoked automatically to register all event classes into the eventmap . concode_field_sep JsonObjectToObjectConverter jsonObjectToObjectConverter concode_elem_sep ConcurrentHashMap<String,Class<?>> eventMap concode_field_sep T get concode_elem_sep Object convertEnvelopeToEvent | void function ( @ Observes final EventFoundEvent arg0 ) { eventMap . putIfAbsent ( arg0 . getEventName ( ) , arg0 . getClazz ( ) ) ; } |
38,361 | sets the value of the totaltaxmis1custamount property . concode_field_sep String serviceType concode_elem_sep String featureCode concode_elem_sep String soc concode_elem_sep long serialVersionUID concode_elem_sep String billCycleEndDate concode_elem_sep String billCycleStartDate concode_elem_sep Double totalTaxCityCust... | void function ( Double arg0 ) { this . totalTaxMis1CustAmount = arg0 ; } |
38,362 | format xml data concode_field_sep PlaceHolder placeHolder concode_field_sep void createMetadataFolder concode_elem_sep String doExport concode_elem_sep String getFeatureCatalogID | ByteArrayInputStream function ( Element arg0 ) { return formatData ( arg0 , false , "srini_string" ) ; } |
38,363 | removes a value from the collection . concode_field_sep List data concode_elem_sep long serialVersionUID concode_field_sep Comparable getKey concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_sep int getItemCount concode_elem_sep ... | void function ( int arg0 ) { this . data . remove ( arg0 ) ; } |
38,364 | return the source list 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 boolean n... | List < E > function ( ) { return this . source ; } |
38,365 | adds a new synthetic method to be written . it must be analyzed ! concode_field_sep Map<String,Constant> constantInitializers concode_elem_sep Map<String,SFunction> syntheticMethods concode_elem_sep BitSet statements concode_field_sep Map<String,Constant> getConstantInitializers concode_elem_sep BitSet getStatements co... | void function ( SFunction arg0 ) { if ( ! arg0 . synthetic ) { throw new IllegalStateException ( "srini_string" + arg0 . name + "srini_string" ) ; } if ( syntheticMethods . put ( arg0 . name , arg0 ) != null ) { throw new IllegalStateException ( "srini_string" + arg0 . name + "srini_string" ) ; } } |
38,366 | returns a range of all the shopping carts . 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 . portlet . shopping . model . ShoppingCart > function ( int arg0 , int arg1 ) { return getService ( ) . getShoppingCarts ( arg0 , arg1 ) ; } |
38,367 | return if the log source is present or not . concode_field_sep PlaceHolder placeHolder concode_field_sep LogCopier buildLogCopier concode_elem_sep Path getHdfsLogDir concode_elem_sep Path getLocalLogDir | boolean function ( ) { return System . getenv ( ) . containsKey ( ApplicationConstants . Environment . LOG_DIRS . toString ( ) ) ; } |
38,368 | gets the value of the itemunitslabel property . concode_field_sep String fromBins concode_elem_sep RecordRef item concode_elem_sep Double quantity concode_elem_sep Long line concode_elem_sep String preferredBin concode_elem_sep String itemUnitsLabel concode_elem_sep InventoryDetail inventoryDetail concode_elem_sep Stri... | String function ( ) { return itemUnitsLabel ; } |
38,369 | gets the value of the activationdate property . concode_field_sep String numberOfPayments concode_elem_sep JAXBElement<String> accountCode concode_elem_sep JAXBElement<String> dealerCode concode_elem_sep XMLGregorianCalendar eligibilityDate concode_elem_sep String accountSubType concode_elem_sep JAXBElement<String> ixc... | JAXBElement < XMLGregorianCalendar > function ( ) { return activationDate ; } |
38,370 | returns the timeout in milliseconds to read from an established connection . 0 is an infinite timeout , a negative number is the default value 20000 . concode_field_sep int connectTimeout concode_elem_sep HttpTransportFactory INSTANCE concode_elem_sep int readTimeout concode_elem_sep int connectTimeout concode_elem_sep... | int function ( ) { return readTimeout ; } |
38,371 | defines what constructor to use to create the objects . concode_field_sep VCardProperty copyFromConstructor concode_elem_sep VCardProperty original concode_elem_sep VCardProperty property concode_elem_sep VCardProperty copyFromMethod concode_elem_sep Constructor<? extends VCardProperty> constructor concode_elem_sep VCa... | EqualsMethodAsserter function ( Object ... arg0 ) { Class < ? > loc0 [ ] = new Class < ? > [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] . getClass ( ) ; } return constructor ( loc0 , arg0 ) ; } |
38,372 | clears all views concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep View get... | void function ( ) { if ( items != null ) { items . clear ( ) ; } if ( emptyItems != null ) { emptyItems . clear ( ) ; } } |
38,373 | sets the mapping . concode_field_sep long serialVersionUID concode_elem_sep Map<Node,DiscretizationSpec> map concode_field_sep DiscretizationParams serializableInstance concode_elem_sep Map<Node,DiscretizationSpec> getSpecs concode_elem_sep void readObject | void function ( Map < Node , DiscretizationSpec > arg0 ) { if ( ! ( arg0 instanceof Serializable ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . map = arg0 ; } |
38,374 | getter for the field uriparameters . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>... | Map < String , UriParameter > function ( ) { return uriParameters ; } |
38,375 | gets the value of the actor property . concode_field_sep String actor concode_elem_sep Boolean mustUnderstand concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Boolean isMustUnderstand concode_elem_sep void setActor concode_elem_sep void setValue concode_elem_sep void setMustUnderstand | String function ( ) { return actor ; } |
38,376 | the amazon resource name arn of the target . this is the same target specified in the request . concode_field_sep String initiatorName concode_elem_sep String targetARN concode_field_sep void setInitiatorName concode_elem_sep String getTargetARN concode_elem_sep UpdateChapCredentialsResult withTargetARN concode_elem_se... | void function ( String arg0 ) { this . targetARN = arg0 ; } |
38,377 | this tests that the file is properly accepted because of it having a file extension of the accepted kind . note we purposely create the testfile with a filename other than the one that is marked as accepted concode_field_sep String path concode_elem_sep String NOT_ACCEPTED_EXTENSION concode_elem_sep String BASE_DIR_PLU... | void function ( ) { String loc0 = NOT_ACCEPTED_FILENAME + ACCEPTED_EXTENSIONS [ 0 ] ; IBasicFile loc1 = new DummyBasicFile ( BASE_DIR + loc0 ) ; IBasicFileFilter loc2 = new GenericBasicFileFilter ( null , ACCEPTED_EXTENSIONS ) ; Assert . assertTrue ( loc2 . accept ( loc1 ) ) ; } |
38,378 | displays a message to the administration console , with additional tagging to assist servicability . concode_field_sep LgLoggerIF _logger concode_elem_sep PrintWriter _printWriter concode_elem_sep String _lineReturn concode_field_sep void displayAndLogError concode_elem_sep void displayAndLogError concode_elem_sep void... | void function ( String arg0 ) { displayTaggedMessage ( arg0 , null , null ) ; } |
38,379 | return the data source to retrieve the value from . concode_field_sep DataSource dataSource concode_elem_sep String incrementerName concode_elem_sep int paddingLength concode_field_sep int getPaddingLength concode_elem_sep void setPaddingLength concode_elem_sep String nextStringValue concode_elem_sep long getNextKey co... | DataSource function ( ) { return this . dataSource ; } |
38,380 | combine the given promises into a single promise for the list of results . the sequencing operations are performed in the default executioncontext . concode_field_sep Timer timer concode_field_sep CompletionStage<A> delayed concode_elem_sep CompletionStage<A> timeout concode_elem_sep CompletionStage<Void> timeout | CompletionStage < List < A >> function ( CompletionStage < A > ... arg0 ) { return sequence ( Arrays . asList ( arg0 ) ) ; } |
38,381 | getheaderrenderer concode_field_sep Object identifier concode_elem_sep int preferredWidth concode_elem_sep String CELL_RENDERER_PROPERTY concode_elem_sep boolean isResizable concode_elem_sep TableCellRenderer cellRenderer concode_elem_sep Object headerValue concode_elem_sep int resizedPostingDisableCount concode_elem_s... | TableCellRenderer function ( ) { return headerRenderer ; } |
38,382 | converts ipv4 inetaddress to 32 bits int . concode_field_sep PlaceHolder placeHolder concode_field_sep long inetAddress2Long concode_elem_sep InetAddress int2InetAddress concode_elem_sep LinkedHashSet<String> getNetworkIPs concode_elem_sep InetAddress long2InetAddress concode_elem_sep TreeSet<String> getInterfaceIPs co... | int function ( InetAddress arg0 ) { if ( ! ( arg0 instanceof Inet4Address ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } byte [ ] loc0 = arg0 . getAddress ( ) ; return ( ( loc0 [ 0 ] & 0xFF ) << 24 ) | ( ( loc0 [ 1 ] & 0xFF ) << 16 ) | ( ( loc0 [ 2 ] & 0xFF ) << 8 ) | ( ( loc0 [ 3 ] & 0xFF ) ) ; } |
38,383 | returns all nodes from a list that either do not have a parent group or are in a group where not all nodes are selected . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeSelectedGroups concode_elem_sep void toggleSelectedGroups concode_elem_sep boolean allElementsSelected concode_elem_sep void gr... | List < NaviNode > function ( final Collection < NaviNode > arg0 ) { return CollectionHelpers . filter ( arg0 , new ICollectionFilter < NaviNode > ( ) { @ Override public boolean qualifies ( final NaviNode arg1 ) { return ( arg1 . getRawNode ( ) . getParentGroup ( ) == null ) || ! allElementsSelected ( arg1 . getRawNode... |
38,384 | rounds double value to two significant signs . concode_field_sep String symbol concode_elem_sep Random RAND concode_elem_sep double[] INITIAL_PRICES concode_elem_sep String[] INSTRUMENTS concode_elem_sep double open concode_elem_sep double latest concode_field_sep void update concode_elem_sep void main | double function ( double arg0 ) { return Math . floor ( 100 * arg0 + 0.5 ) / 100 ; } |
38,385 | returns the prefix portion of this xmltriple . concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep long getCPtrAndDisown concode_elem_sep String getName concode_elem_sep String getPrefixedName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isEmp... | String function ( ) { return libsbmlJNI . XMLTriple_getPrefix ( swigCPtr , this ) ; } |
38,386 | verifies the square at x1y2 is indeed the right square . concode_field_sep Square x0y0 concode_elem_sep int maxWidth concode_elem_sep Square x0y1 concode_elem_sep int maxHeight concode_elem_sep Square x0y2 concode_elem_sep Square x1y0 concode_elem_sep Board board concode_elem_sep Square x1y1 concode_elem_sep Square x1y... | void function ( ) { assertEquals ( x1y2 , board . squareAt ( 1 , 2 ) ) ; } |
38,387 | gets the numeric era int value . the #showa era that contains 1970-01-01 iso calendar system has the value 1 . later eras are numbered from 2 #heisei . earlier eras are numbered 0 #taisho , -1 #meiji . concode_field_sep JapaneseEra TAISHO concode_elem_sep JapaneseEra MEIJI concode_elem_sep int eraValue concode_elem_sep... | int function ( ) { return eraValue ; } |
38,388 | sets the primary key of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach... | void function ( long arg0 ) { _entry . setPrimaryKey ( arg0 ) ; } |
38,389 | set a default padding left/top/right / bottom for this node . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep Cache... | void function ( int arg0 , float arg1 ) { if ( style . arg1 . setDefault ( arg0 , arg1 ) ) { dirty ( ) ; } } |
38,390 | the size of the uploaded disk image , in gib . concode_field_sep java.util.Date uploadStart concode_elem_sep java.util.Date uploadEnd concode_elem_sep Double uploadSize concode_elem_sep String comment concode_field_sep ClientData withUploadStart concode_elem_sep void setUploadEnd concode_elem_sep java.util.Date getUplo... | void function ( Double arg0 ) { this . uploadSize = arg0 ; } |
38,391 | sets the value of the version property . concode_field_sep String loadPath concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Properties parameters concode_elem_sep String version concode_field_sep void setParameters concode_elem_sep void setName concode_elem_sep String getVersion concode... | void function ( String arg0 ) { this . version = arg0 ; } |
38,392 | cleanup resources cleanly and exit . concode_field_sep String DEFAULT_PASSWORD concode_elem_sep String DEFAULT_BROKER_NAME concode_elem_sep String APP_TOPIC concode_elem_sep String DEFAULT_USER_NAME concode_elem_sep javax.jms.TopicConnection connect concode_elem_sep javax.jms.TopicSession session concode_field_sep void... | void function ( ) { try { connect . close ( ) ; } catch ( javax . jms . JMSException loc0 ) { loc0 . printStackTrace ( ) ; } System . exit ( 0 ) ; } |
38,393 | accessor for the expression . concode_field_sep Expression expression concode_elem_sep long serialVersionUID concode_field_sep String getAttribute concode_elem_sep String toString | Expression function ( ) { return expression ; } |
38,394 | set the imagedescriptor that should be used to provide theperspective icon . needed for contributing perspectives via model fragments . concode_field_sep ImageDescriptor image concode_elem_sep String pluginId concode_elem_sep IConfigurationElement configElement concode_elem_sep boolean hasCustomDefinition concode_elem_... | void function ( ImageDescriptor arg0 ) { this . image = arg0 ; } |
38,395 | commits preferences , disposes the window , and exits the program . concode_field_sep PlaceHolder placeHolder concode_field_sep void windowDeactivated concode_elem_sep void windowClosed concode_elem_sep void windowOpened concode_elem_sep void windowActivated concode_elem_sep void windowDeiconified concode_elem_sep void... | void function ( WindowEvent arg0 ) { PrefFactory . getPrefs ( ) . commit ( ) ; arg0 . getWindow ( ) . dispose ( ) ; System . exit ( 0 ) ; } |
38,396 | write contents to a file concode_field_sep String COMPONENT concode_elem_sep String RESOURCE_ROOT concode_field_sep int runShellScript concode_elem_sep int runShellScript concode_elem_sep URL getResource concode_elem_sep void chmodX concode_elem_sep String replace concode_elem_sep void chmod concode_elem_sep ExecDescri... | void function ( final String arg0 , final File arg1 ) { BufferedWriter loc0 = null ; try { loc0 = new BufferedWriter ( new FileWriter ( arg1 ) ) ; loc0 . write ( arg0 ) ; } finally { if ( loc0 != null ) loc0 . close ( ) ; } } |
38,397 | encodes the given string into a sequence of bytes using the utf-16le charset , storing the result into a new byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] getBytesUnchec... | byte [ ] function ( String arg0 ) { return StringUtils . getBytesUnchecked ( arg0 , CharEncoding . UTF_16LE ) ; } |
38,398 | gets the value of the receiveoffersms property . concode_field_sep Boolean receiveOfferSMS concode_elem_sep String optinPreference concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_field_sep String getOptinPreference concode_elem_sep void setOptinPreference concode_elem_sep String getMSISDN ... | Boolean function ( ) { return receiveOfferSMS ; } |
38,399 | getwidth . concode_field_sep int id concode_elem_sep Image image concode_elem_sep TileSet tileset concode_elem_sep String source concode_elem_sep Properties properties concode_field_sep TileSet getTileSet concode_elem_sep void setSource concode_elem_sep int getHeight concode_elem_sep String getSource concode_elem_sep v... | int function ( ) { if ( image != null ) { return image . getWidth ( null ) ; } return 0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.