idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
1,400 | mark the duration as being less than the defined duration . concode_field_sep byte timeLimit concode_elem_sep int[] counts concode_elem_sep boolean inFuture concode_field_sep boolean isLessThan concode_elem_sep Period setFuture concode_elem_sep Period moreThan concode_elem_sep Period moreThan concode_elem_sep boolean i... | Period function ( ) { return setTimeLimit ( ETimeLimit . LT ) ; } |
1,401 | gets the value of the category property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the category property . for example , to add a new item , do ... | List < Category > function ( ) { if ( category == null ) { category = new ArrayList < Category > ( ) ; } return this . category ; } |
1,402 | sets the bgp session afi/safi configuration for ipv6 unicast : local or remote . concode_field_sep boolean ipv4Multicast concode_elem_sep SocketAddress address concode_elem_sep boolean as4OctetCapability concode_elem_sep long asNumber concode_elem_sep Ip4Address bgpId concode_elem_sep boolean ipv6Multicast concode_elem... | void function ( ) { this . mpExtensions = true ; this . ipv6Unicast = true ; } |
1,403 | returns the response as a string decoded with the charset of the content-type header . if that header is either absent or lacks a charset , this will attempt to decode the response body as utf-8 . closes responsebody automatically.this method loads entire response body into memory . if the response body is very large t... | String function ( ) { return new String ( bytes ( ) , charset ( ) . name ( ) ) ; } |
1,404 | is empty . concode_field_sep List<E> mElements concode_elem_sep int mSize concode_field_sep E pop concode_elem_sep E set concode_elem_sep int size concode_elem_sep E get concode_elem_sep void clear concode_elem_sep void push concode_elem_sep E remove concode_elem_sep E peek | boolean function ( ) { return mSize == 0 ; } |
1,405 | performs a dynamic query on the database and returns the matching rows . concode_field_sep RatingsStatsLocalService _ratingsStatsLocalService concode_field_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep com.liferay.ratings.kernel.model.RatingsStats getStats concode_elem_sep java.util.List<c... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _ratingsStatsLocalService . arg0 ( arg0 ) ; } |
1,406 | getter of the id . concode_field_sep String id concode_elem_sep Map<String,Object> properties concode_field_sep int hashCode concode_elem_sep Map<String,Object> getProperties concode_elem_sep void setProperties concode_elem_sep boolean equals concode_elem_sep void addProperty concode_elem_sep void removeProperty concod... | String function ( ) { return this . id ; } |
1,407 | set active user concode_field_sep String PREF_BABY_NAME concode_elem_sep String PREF_BABY_SEX concode_elem_sep String PREF_BABY_ID concode_elem_sep String PREF_BABY_BIRTHDAY concode_elem_sep String PREF_USER_ID concode_elem_sep String PREF_BABY_PICTURE concode_elem_sep String PREF_CONTEXT concode_elem_sep String PREF_U... | void function ( Context arg0 , String arg1 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREF_CONTEXT , 0 ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putLong ( PREF_USER_ID , 0L ) ; loc1 . putString ( PREF_USER_NAME , arg1 ) ; loc1 . commit ( ) ; } |
1,408 | returns a new object with cropped image data . implementations may keep a reference to the original data rather than a copy . only callable if iscropsupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep LuminanceSource rotateCounterClockwise concode_elem_sep LuminanceSource rotat... | LuminanceSource function ( int arg0 , int arg1 , int arg2 , int arg3 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
1,409 | removes all edges that end above the specified height . concode_field_sep PolyEdge[] activeEdges concode_elem_sep int numActiveEdges concode_field_sep void add concode_elem_sep int getNumActiveEdges concode_elem_sep void intersectSortAndPack concode_elem_sep PolyEdge getActiveEdge concode_elem_sep void clear concode_el... | void function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < numActiveEdges ; loc0 ++ ) { PolyEdge loc1 = activeEdges [ loc0 ] ; if ( loc1 != null && loc1 . y1 < arg0 ) { activeEdges [ loc0 ] = null ; } } } |
1,410 | enable/dissable using this parameter in security check . . concode_field_sep CheckedParameterConfig config concode_field_sep void setName concode_elem_sep void setXpath concode_elem_sep String getName concode_elem_sep String getLabel concode_elem_sep String getType concode_elem_sep void setLabel concode_elem_sep String... | void function ( boolean arg0 ) { config . setChecked ( arg0 ) ; } |
1,411 | refresh interval , also used by controller concode_field_sep DbusHttpTotalStats httpTotalStats concode_elem_sep DbusEventsTotalStats outboundTotalStats concode_elem_sep String json concode_elem_sep int refreshInterval concode_elem_sep Map<String,Long> producerSCN concode_elem_sep Map<String,Long> clientSCN concode_elem... | int function ( ) { return refreshInterval ; } |
1,412 | returns the number of columns in this data box . concode_field_sep long serialVersionUID concode_elem_sep double[][] data concode_field_sep BoxDataSet serializableInstance concode_elem_sep void set concode_elem_sep int numRows concode_elem_sep DataBox like concode_elem_sep Number get concode_elem_sep double[][] getVari... | int function ( ) { return data . length ; } |
1,413 | gets the value of the node property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the node property . for example , to add a new item , do as follo... | List < Node > function ( ) { if ( node == null ) { node = new ArrayList < Node > ( ) ; } return this . node ; } |
1,414 | no-op in this case concode_field_sep EhcacheHibernate ehcacheHibernate concode_elem_sep ObjectName cacheManagerObjectName concode_elem_sep String cacheManagerClusterUUID concode_elem_sep Status status concode_elem_sep int MAX_MBEAN_REGISTRATION_RETRIES concode_elem_sep EhCacheMessageLogger LOG concode_elem_sep String r... | void function ( String arg0 ) { } |
1,415 | returns the expiration date this resource . concode_field_sep CmsUUID m_structureId concode_elem_sep long m_dateReleased concode_elem_sep CmsAccessControlList m_accessControlList concode_elem_sep int m_length concode_elem_sep int m_flags concode_elem_sep CmsUUID m_projectLastModified concode_elem_sep List<CmsProperty> ... | long function ( ) { return m_dateExpired ; } |
1,416 | parses dates supplied in accordance with section 3.3.1 of rfc 2616 concode_field_sep SimpleDateFormat httpDateFormat concode_elem_sep long serialVersionUID concode_field_sep String formatHttpDate | Date function ( String arg0 ) { try { return httpDateFormat . parse ( arg0 ) ; } catch ( ParseException loc0 ) { LoggerFactory . getLogger ( getClass ( ) ) . debug ( "srini_string" , arg0 ) ; return new Date ( 0 ) ; } } |
1,417 | create a simpleoperationdefinitionbuilder for the given operationname and flag it asread only and runtime only . concode_field_sep PlaceHolder placeHolder concode_field_sep AttributeDefinition createNonEmptyStringAttribute concode_elem_sep String resolveFilter concode_elem_sep SimpleOperationDefinitionBuilder runtimeOn... | SimpleOperationDefinitionBuilder function ( String arg0 , ResourceDescriptionResolver arg1 ) { return new SimpleOperationDefinitionBuilder ( arg0 , arg1 ) . setRuntimeOnly ( ) . setReadOnly ( ) ; } |
1,418 | returns total number of connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callable<Vo... | int function ( ) { return connections . size ( ) ; } |
1,419 | returns a date object from a calendar . concode_field_sep double J1970 concode_elem_sep Logger logger concode_elem_sep double MILLISECONDS_PER_DAY concode_elem_sep Pattern HHMM_PATTERN concode_field_sep double endOfDayDateToJulianDate concode_elem_sep int getMinutesFromTime concode_elem_sep double dateToJulianDate conc... | Date function ( Calendar arg0 ) { return arg0 == null ? null : arg0 . getTime ( ) ; } |
1,420 | the list of task definition family names that match the listtaskdefinitionfamilies request . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> families concode_field_sep java.util.List<String> getFamilies concode_elem_sep void setNextToken concode_elem_sep ListTaskDefini... | void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . families = null ; return ; } this . families = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } |
1,421 | if a notification with an id exists . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMg... | boolean function ( int arg0 ) { return get ( arg0 ) != null ; } |
1,422 | add a service uuid to advertise data . concode_field_sep Parcelable.Creator<AdvertiseData> CREATOR concode_elem_sep Map<ParcelUuid,byte[]> mServiceData concode_elem_sep boolean mIncludeTxPowerLevel concode_elem_sep List<ParcelUuid> mServiceUuids concode_elem_sep boolean mIncludeDeviceName concode_elem_sep Map<ParcelUui... | Builder function ( ParcelUuid arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } mServiceUuids . add ( arg0 ) ; return this ; } |
1,423 | returns the number of urls in a given map specified by its position in the map list . concode_field_sep ArrayList urls concode_elem_sep long serialVersionUID concode_field_sep String generateURL concode_elem_sep int getListCount concode_elem_sep String getURL concode_elem_sep boolean equals concode_elem_sep Object clon... | int function ( int arg0 ) { int loc0 = 0 ; Map loc1 = ( Map ) this . urls . get ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . size ( ) ; } return loc0 ; } |
1,424 | sets this item to a double item . concode_field_sep Item next concode_elem_sep int intVal concode_elem_sep int hashCode concode_elem_sep int index concode_elem_sep int type concode_elem_sep long longVal concode_elem_sep String strVal1 concode_elem_sep String strVal3 concode_elem_sep String strVal2 concode_field_sep boo... | void function ( final double arg0 ) { this . type = ClassWriter . DOUBLE ; this . longVal = Double . doubleToRawLongBits ( arg0 ) ; this . hashCode = 0x7FFFFFFF & ( type + ( int ) arg0 ) ; } |
1,425 | setup libraries for test . concode_field_sep LibrariesClient librariesClient concode_elem_sep Library testLibrary concode_elem_sep String LIBRARY_ID concode_field_sep void testZeroPollingTime concode_elem_sep void setup concode_elem_sep void testEqualPollingTimeUploadTimeout concode_elem_sep void testFailThreadValue co... | void function ( ) { testLibrary = new Library ( ) ; testLibrary . setName ( "srini_string" ) ; testLibrary . setId ( LIBRARY_ID ) ; } |
1,426 | the cidr block for the vpc . concode_field_sep String cidrBlock concode_elem_sep String vpcId concode_elem_sep String ownerId concode_field_sep int hashCode concode_elem_sep String getOwnerId concode_elem_sep boolean equals concode_elem_sep void setCidrBlock concode_elem_sep VpcPeeringConnectionVpcInfo withVpcId concod... | VpcPeeringConnectionVpcInfo function ( String arg0 ) { setCidrBlock ( arg0 ) ; return this ; } |
1,427 | returns the descriptions related to this location . concode_field_sep Owner owner concode_elem_sep Image image concode_elem_sep List<Note> notes concode_elem_sep List<SubjectMatter> subjectMatters concode_elem_sep List<Area> areas concode_elem_sep List<Description> descriptions concode_elem_sep String staffNotePri conc... | List < Description > function ( ) { return this . descriptions ; } |
1,428 | get the x coordinate of the new step concode_field_sep int x concode_elem_sep int y concode_elem_sep long serialVersionUID concode_elem_sep ArrayList steps concode_field_sep boolean contains concode_elem_sep int getY concode_elem_sep int getY concode_elem_sep void prependStep concode_elem_sep int hashCode concode_elem_... | int function ( ) { return x ; } |
1,429 | gets the value of the endopen property . concode_field_sep float x concode_elem_sep String start concode_elem_sep float y concode_elem_sep float z concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep XMLSpellsContent spells concode_elem_sep String startopen concode_field_sep void setY concode_el... | String function ( ) { return endopen ; } |
1,430 | returns the arbitrary string provided by the client associated with this subscription that is delivered to the target address with each notification or null for none . concode_field_sep Lock lock concode_elem_sep String topicId concode_elem_sep String DEFAULT_DATA_STORE_ID concode_elem_sep String clientToken concode_el... | String function ( ) { lock . lock ( ) ; try { return clientToken ; } finally { lock . unlock ( ) ; } } |
1,431 | gets the value of the mapping property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layou... | String function ( ) { return mapping ; } |
1,432 | register feedback . concode_field_sep Logger log concode_elem_sep int TIME_OUT concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void getPing concode_elem_sep void registerPiFeedback concode_elem_sep void removePolicy concode_elem_sep void removeDevice concode_elem_sep void sendConfigPro... | void function ( String arg0 ) { DeviceMessage loc0 = new DeviceMessage ( ) ; loc0 . setAction ( "srini_string" ) ; loc0 . setMessage ( SUCCESS ) ; loc0 . setMessageType ( MessageTypeEnum . FEEDBACK ) ; loc0 . setPiAddress ( arg0 ) ; send ( loc0 ) ; log . info ( "srini_string" ) ; } |
1,433 | compare function concode_field_sep boolean ascending concode_field_sep placeholderType placeHolder | int function ( E arg0 , E arg1 ) { Comparable < ? super E > loc0 = ( Comparable < ? super E > ) arg0 ; int loc1 = loc0 . compareTo ( arg1 ) ; if ( ! ascending ) { loc1 = 0 - loc1 ; } return loc1 ; } |
1,434 | sets the value of the right property . concode_field_sep Boolean diagonalDown concode_elem_sep Object parent concode_elem_sep CTBorderPr bottom concode_elem_sep CTBorderPr start concode_elem_sep CTBorderPr vertical concode_elem_sep CTBorderPr right concode_elem_sep Boolean diagonalUp concode_elem_sep CTBorderPr horizon... | void function ( CTBorderPr arg0 ) { this . right = arg0 ; } |
1,435 | returns a predefined scaling factor . that scaling will be applied before any layout specific scaling is done . concode_field_sep float scaleX concode_elem_sep Image image concode_elem_sep ResourceKey resourceKey concode_elem_sep float scaleY concode_elem_sep long serialVersionUID concode_elem_sep int width concode_ele... | float function ( ) { return scaleX ; } |
1,436 | returns the hashcode for this menushortcut . concode_field_sep boolean usesShift concode_elem_sep long serialVersionUID concode_elem_sep int key concode_field_sep int getKey concode_elem_sep String paramString concode_elem_sep boolean usesShiftModifier concode_elem_sep boolean equals concode_elem_sep boolean equals con... | int function ( ) { return ( usesShift ) ? ( ~ key ) : key ; } |
1,437 | returns the asn .1 encoding of this object . concode_field_sep AlgorithmParameters algP concode_elem_sep org.bouncycastle.asn1.pkcs.EncryptedPrivateKeyInfo infoObj concode_field_sep String getAlgName concode_elem_sep AlgorithmParameters getAlgParameters concode_elem_sep PKCS8EncodedKeySpec getKeySpec concode_elem_sep A... | byte [ ] function ( ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; DEROutputStream loc1 = new DEROutputStream ( loc0 ) ; loc1 . writeObject ( infoObj ) ; loc1 . close ( ) ; return loc0 . toByteArray ( ) ; } |
1,438 | create an instance of jaxbelement concode_field_sep QName _FindScoreResponse_QNAME concode_elem_sep QName _FindScore_QNAME concode_field_sep FindScore createFindScore concode_elem_sep JAXBElement<FindScore> createFindScore | JAXBElement < FindScoreResponse > function ( FindScoreResponse arg0 ) { return new JAXBElement < FindScoreResponse > ( _FindScoreResponse_QNAME , FindScoreResponse . class , null , arg0 ) ; } |
1,439 | the transactiondefinition to use by the transaction manager . defaults to a org.springframework.transaction.support.defaulttransactiondefinition . is ignored if no transaction manager is configured . concode_field_sep TransactionDefinition transactionDefinition concode_elem_sep SimpleEventScheduler eventScheduler conco... | void function ( TransactionDefinition arg0 ) { this . transactionDefinition = arg0 ; } |
1,440 | sets the policy used to decide if the current connection is authorized to consume a given message concode_field_sep String clientId concode_elem_sep boolean faultTolerant concode_elem_sep ConnectionState connectionState concode_elem_sep boolean clientMaster concode_elem_sep boolean producerFlowControl concode_elem_sep ... | void function ( AMQMessageAuthorizationPolicy arg0 ) { this . messageAuthorizationPolicy = arg0 ; } |
1,441 | add a file transfer listener to listen to incoming file transfer requests . concode_field_sep List<FileTransferListener> listeners concode_elem_sep Connection connection concode_elem_sep FileTransferNegotiator fileTransferNegotiator concode_field_sep void fireNewRequest concode_elem_sep void removeFileTransferListener ... | void function ( final FileTransferListener arg0 ) { if ( listeners == null ) { initListeners ( ) ; } synchronized ( this . listeners ) { listeners . add ( arg0 ) ; } } |
1,442 | sets the coding scheme uri . concode_field_sep String codingSchemeVersion concode_elem_sep String codingSchemeUri concode_elem_sep Property propertyUpdates concode_elem_sep Entity entity concode_field_sep void setPropertyUpdates concode_elem_sep void setCodingSchemeVersion concode_elem_sep Property getPropertyUpdates c... | void function ( String arg0 ) { this . codingSchemeUri = arg0 ; } |
1,443 | sets the primary key of this d d m template link . concode_field_sep DDMTemplateLink _ddmTemplateLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBrid... | void function ( long arg0 ) { _ddmTemplateLink . setPrimaryKey ( arg0 ) ; } |
1,444 | compare the two objects to see if they have the same category value concode_field_sep String DESCENDING_FIELDS concode_elem_sep HashSet<MarkerField> descendingFields concode_elem_sep int ASCENDING concode_elem_sep int DESCENDING concode_elem_sep String PRIMARY_SORT_FIELD_TAG concode_elem_sep MarkerField category concod... | int function ( MarkerItem arg0 , MarkerItem arg1 ) { if ( category == null ) { return 0 ; } return category . compare ( arg0 , arg1 ) ; } |
1,445 | this method can be used to disable tests that are failing intermittently . the purpose to calling this method as opposed to annotating tests with @ignore is tobe able to enable or disable the test based on the presence of the jboss.test.enableintermittentfailingtests system property . to run tests disabled by this meth... | void function ( String arg0 ) { boolean loc0 = System . getProperty ( "srini_string" ) != null ; Assume . assumeTrue ( arg0 , loc0 ) ; } |
1,446 | gets the value of the rules property . concode_field_sep List<RuleType> rules concode_field_sep placeholderType placeHolder | List < RuleType > function ( ) { if ( rules == null ) { rules = new ArrayList < RuleType > ( ) ; } return this . rules ; } |
1,447 | lexer actions are numbered across rules 0..n-1 concode_field_sep AttributeDict predefinedRulePropertiesDict concode_elem_sep List<ActionAST> actions concode_elem_sep RuleAST ast concode_elem_sep Grammar g concode_elem_sep Alternative[] alt concode_elem_sep int index concode_elem_sep AttributeDict retvals concode_elem_s... | void function ( ActionAST arg0 ) { actionIndex = g . lexerActions . size ( ) ; if ( g . lexerActions . get ( arg0 ) == null ) { g . lexerActions . put ( arg0 , actionIndex ) ; } } |
1,448 | sets the y position relative to the current position where the sprite will be drawn . if origin , rotation , or scale are changed , it is slightly more efficient to translate after those operations . concode_field_sep boolean dirty concode_elem_sep Rectangle bounds concode_elem_sep float[] vertices concode_elem_sep flo... | void function ( float arg0 ) { y += arg0 ; if ( dirty ) return ; final float [ ] loc0 = this . vertices ; for ( int loc1 = 1 ; loc1 < loc0 . length ; loc1 += Sprite . VERTEX_SIZE ) loc0 [ loc1 ] += arg0 ; } |
1,449 | returns the listener which currently handles drop events . concode_field_sep TransferDropTargetListener[] fListeners concode_elem_sep TransferDropTargetListener fCurrentListener concode_elem_sep int fOriginalDropType concode_field_sep void drop concode_elem_sep void dragOperationChanged concode_elem_sep void dragEnter ... | TransferDropTargetListener function ( ) { return fCurrentListener ; } |
1,450 | dereferences a same-document uri fragment . concode_field_sep boolean excludeComments concode_elem_sep Node root concode_elem_sep List nodeSet concode_elem_sep Iterator ni concode_elem_sep ListIterator li concode_elem_sep boolean withComments concode_field_sep Object next concode_elem_sep Iterator iterator concode_elem... | List function ( Node arg0 ) { List loc0 = new ArrayList ( ) ; if ( arg0 != null ) { nodeSetMinusCommentNodes ( arg0 , loc0 , null ) ; } return loc0 ; } |
1,451 | sets the position of this vcms category . concode_field_sep VcmsCategory _vcmsCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep boolean isAn... | void function ( long arg0 ) { _vcmsCategory . setPosition ( arg0 ) ; } |
1,452 | gets white spaces to align the display of the query and the display of the result . concode_field_sep ComputationResult result concode_elem_sep CharSequence query concode_elem_sep int index concode_field_sep void setComputationResult concode_elem_sep String toString concode_elem_sep void setQuery | CharSequence function ( double arg0 ) { String loc0 = "srini_string" ; do { loc0 += "srini_string" ; arg0 /= 10 ; } while ( arg0 >= 1 ) ; return loc0 ; } |
1,453 | take an element from the ring buffer . concode_field_sep boolean m_bAllowOverwrite concode_elem_sep int m_nAvailable concode_elem_sep int m_nWritePos concode_elem_sep Object[] m_aElements concode_elem_sep int m_nCapacity concode_field_sep int getRemainingCapacity concode_elem_sep void reset concode_elem_sep boolean isO... | ELEMENTTYPE function ( ) { final int loc0 = m_nAvailable ; if ( loc0 == 0 ) return null ; int loc1 = m_nWritePos - loc0 ; if ( loc1 < 0 ) loc1 += m_nCapacity ; final Object loc2 = m_aElements [ loc1 ] ; m_nAvailable -- ; return GenericReflection . uncheckedCast ( loc2 ) ; } |
1,454 | line1 , line2 \ nline3 , line4 - > line1 , lin2 , line3 , line4 concode_field_sep List<List<AttributedString>> columnTokens concode_elem_sep TerminalItem parent concode_elem_sep int depth concode_elem_sep List<AttributedString> infoLines concode_field_sep List<List<AttributedString>> toSingleColumnFromStrings concode_e... | List < AttributedString > function ( String ... arg0 ) { return toLines ( Arrays . asList ( arg0 ) ) ; } |
1,455 | gets the value of the id property . concode_field_sep boolean success concode_elem_sep boolean created concode_elem_sep String id concode_elem_sep List<ResultError> errors concode_field_sep boolean isCreated concode_elem_sep void setSuccess concode_elem_sep void setId concode_elem_sep void setCreated concode_elem_sep L... | String function ( ) { return id ; } |
1,456 | finds the bitclassroom subcategory in the database and returns the bitclassroom subcaterory . concode_field_sep PlaceHolder placeHolder concode_field_sep User bitclassroomUser concode_elem_sep String getTimeFromDate concode_elem_sep String getDateAsString concode_elem_sep String getOnlyDate concode_elem_sep User servic... | Category function ( ) { return Category . getCategoryByName ( ConstantsHelper . BIT_CLASSROOM_CATEGORY ) ; } |
1,457 | returns the documentation for deprecated attributes . null if not deprecated . concode_field_sep String mJavaDoc concode_elem_sep Format[] mFormats concode_elem_sep String[] mFlagValues concode_elem_sep String mName concode_elem_sep String mDefinedBy concode_elem_sep String mDeprecatedDoc concode_elem_sep String[] mEnu... | String function ( ) { return mDeprecatedDoc ; } |
1,458 | gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn | String function ( ) { return _return ; } |
1,459 | return school with youngest director concode_field_sep PlaceHolder placeHolder concode_field_sep String getNameOfSchoolWithMoreStudents concode_elem_sep void main concode_elem_sep Class getNameOfCLassWithTheMostStudents | School function ( School [ ] arg0 ) { School loc0 = arg0 [ 0 ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( loc0 . director . year > arg0 [ loc1 ] . director . year ) { loc0 = arg0 [ loc1 ] ; } } return loc0 ; } |
1,460 | get the maximum distance . concode_field_sep double[][] lookup concode_elem_sep double onebyp concode_elem_sep VectorApproximation queryApprox concode_field_sep double getPartialMaxDist concode_elem_sep double getMaxDist concode_elem_sep double getPartialMinDist concode_elem_sep void initializeLookupTable concode_elem_... | double function ( int arg0 ) { double [ ] loc0 = lookup [ arg0 ] ; double loc1 = loc0 [ 0 ] ; for ( int loc2 = 1 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 = Math . loc1 ( loc1 , loc0 [ loc2 ] ) ; } return loc1 ; } |
1,461 | returns the portal preferences with the primary key . concode_field_sep PortalPreferencesLocalService _service concode_field_sep com.liferay.portal.model.PortalPreferences updatePreferences concode_elem_sep com.liferay.portal.model.PortalPreferences updatePreferences concode_elem_sep com.liferay.portal.model.PortalPref... | com . liferay . portal . model . PortalPreferences function ( long arg0 ) { return getService ( ) . getPortalPreferences ( arg0 ) ; } |
1,462 | configures this nature for its project . this is called by the workspace when natures are added to the project using iproject.setdescription and should not be called directly by clients . the nature extension id is added to the list of natures before this method is called , and need not be added here . exceptions throw... | void function ( ) { } |
1,463 | create an instance of jaxbelement concode_field_sep QName _SubmitResult_QNAME concode_elem_sep QName _VersionInfoResult_QNAME concode_elem_sep QName _ChangePasswordResult_QNAME concode_elem_sep QName _GetReplyResult_QNAME concode_elem_sep QName _GetNumResult_QNAME concode_elem_sep QName _QueryResult_QNAME concode_field... | JAXBElement < ChangePasswordResult > function ( ChangePasswordResult arg0 ) { return new JAXBElement < ChangePasswordResult > ( _ChangePasswordResult_QNAME , ChangePasswordResult . class , null , arg0 ) ; } |
1,464 | returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se... | boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; } |
1,465 | set scan mode for bluetooth le scan . concode_field_sep int mScanResultType concode_elem_sep Parcelable.Creator<ScanSettings> CREATOR concode_elem_sep int mScanMode concode_elem_sep long mReportDelayMillis concode_elem_sep int SCAN_MODE_LOW_POWER concode_elem_sep int mCallbackType concode_elem_sep long mReportDelayMill... | Builder function ( int arg0 ) { if ( arg0 < SCAN_MODE_LOW_POWER || arg0 > SCAN_MODE_LOW_LATENCY ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } mScanMode = arg0 ; return this ; } |
1,466 | sets the first selected date . concode_field_sep Date date1 concode_elem_sep Date date2 concode_field_sep Date getDate1 concode_elem_sep Date getDate2 concode_elem_sep void setDate2 | void function ( Date arg0 ) { date1 = arg0 ; } |
1,467 | receives a command from openhab and translates it to an operation on the z-wave network . concode_field_sep BigDecimal THIRTY_TWO concode_elem_sep BigDecimal ONE_POINT_EIGHT concode_elem_sep ZWaveControllerHandler controller concode_elem_sep Map<CommandClass,Class<? extends ZWaveCommandClassConverter>> converterMap con... | List < SerialMessage > function ( ZWaveThingChannel arg0 , ZWaveNode arg1 , Command arg2 ) { return new ArrayList < SerialMessage > ( ) ; } |
1,468 | one or more spot instance requests . concode_field_sep com.amazonaws.internal.SdkInternalList<SpotInstanceRequest> spotInstanceRequests concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RequestSpotInstancesResult clone concode_elem_sep java.util.List<SpotInstanceRequest> getSpotInstanceReq... | void function ( java . util . Collection < SpotInstanceRequest > arg0 ) { if ( arg0 == null ) { this . spotInstanceRequests = null ; return ; } this . spotInstanceRequests = new com . amazonaws . internal . SdkInternalList < SpotInstanceRequest > ( arg0 ) ; } |
1,469 | a list of tag instances . concode_field_sep String snapshotCopyGrantName concode_elem_sep String kmsKeyId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep String getKmsKeyId concode_elem_sep SnapshotCopyGrant withTags concode_elem_sep SnapshotCopyGrant withTags concode_elem_... | java . util . List < Tag > function ( ) { if ( tags == null ) { tags = new com . amazonaws . internal . ListWithAutoConstructFlag < Tag > ( ) ; tags . setAutoConstruct ( true ) ; } return tags ; } |
1,470 | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getN... | String function ( ) { return "srini_string" ; } |
1,471 | returns an exposed objcprovider object . concode_field_sep ImmutableSet<Attribute> dependencyAttributes concode_elem_sep String bundleDirFormat concode_elem_sep ConfigurationDistinguisher configurationDistinguisher concode_elem_sep XcodeProductType xcodeProductType concode_field_sep DottedVersion bundleMinimumOsVersion... | ObjcProvider function ( RuleContext arg0 , ReleaseBundlingSupport arg1 ) { return null ; } |
1,472 | returns the position of the event in the statemachines eventvector concode_field_sep int offset concode_elem_sep T id concode_field_sep T getId | int function ( ) { return offset + id . ordinal ( ) ; } |
1,473 | return the path id array as a string . concode_field_sep int[] ids concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int length | String function ( ) { return Arrays . toString ( ids ) ; } |
1,474 | getter for property totalrevisions . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_ele... | String function ( ) { return totalRevisions ; } |
1,475 | gets the local tag concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress local_name... | String function ( ) { return local_tag ; } |
1,476 | access the protocol 's underlying buffer directly . if this is not a buffered transport , return null . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep voi... | byte [ ] function ( ) { return null ; } |
1,477 | set the request 's parsed get data concode_field_sep Map<String,String> headers concode_elem_sep HttpMethod method concode_elem_sep String data concode_elem_sep HttpSession session concode_elem_sep String queryString concode_elem_sep String uri concode_elem_sep Map<String,Object> postData concode_elem_sep Map<String,Ob... | void function ( Map < String , Object > arg0 ) { this . getData = arg0 ; } |
1,478 | generate an assertion asserting ownership of username@mockmyid.com to a relying party . the underlying certificate is signed by mockymid.com 's private key . concode_field_sep BigInteger MOCKMYID_g concode_elem_sep SigningPrivateKey cachedMockMyIDPrivateKey concode_elem_sep BigInteger MOCKMYID_y concode_elem_sep BigInt... | String function ( BrowserIDKeyPair arg0 , String arg1 , String arg2 , long arg3 , long arg4 , Long arg5 , long arg6 ) { String loc0 = createMockMyIDCertificate ( arg0 . getPublic ( ) , arg1 , arg3 , arg4 ) ; return JSONWebTokenUtils . createAssertion ( arg0 . getPrivate ( ) , loc0 , arg2 , JSONWebTokenUtils . DEFAULT_A... |
1,479 | returns the float value of the field param , or the value for param , or def if neither is set . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean getFieldBool concode_elem_sep boolean getFieldBool concode_elem_sep Float getFieldFloat concode_elem_sep float getFieldFloat concode_elem_sep Double getDou... | double function ( String arg0 , String arg1 , double arg2 ) { String loc0 = getFieldParam ( arg0 , arg1 ) ; try { return loc0 == null ? arg2 : Double . parseDouble ( loc0 ) ; } catch ( Exception loc1 ) { throw new SolrException ( SolrException . ErrorCode . BAD_REQUEST , loc1 . getMessage ( ) , loc1 ) ; } } |
1,480 | returns the name of the user concode_field_sep Session mSession concode_field_sep int getId concode_elem_sep boolean isAuthenticated | String function ( ) { String loc0 = mSession . attribute ( Auth . USERNAME_KEY ) ; return loc0 == null ? "srini_string" : loc0 ; } |
1,481 | add a single certificate . concode_field_sep JcaX509CertificateConverter certificateConverter concode_elem_sep Object provider concode_elem_sep List crls concode_elem_sep String type concode_elem_sep JcaX509CRLConverter crlConverter concode_elem_sep List certs concode_field_sep JcaCertStoreBuilder addCertificates conco... | JcaCertStoreBuilder function ( X509CertificateHolder arg0 ) { certs . add ( arg0 ) ; return this ; } |
1,482 | return a deep copy of this select . concode_field_sep List<Expression> symbols concode_elem_sep boolean distinct concode_field_sep void acceptVisitor concode_elem_sep List<Expression> getProjectedSymbols concode_elem_sep List<Expression> getSymbols concode_elem_sep void clearSymbols concode_elem_sep void addSymbol conc... | Select function ( ) { Select loc0 = new Select ( LanguageObject . Util . deepClone ( this . symbols , Expression . class ) ) ; loc0 . setDistinct ( isDistinct ( ) ) ; return loc0 ; } |
1,483 | get custom serializer concode_field_sep java.lang.String texto concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String cpo_codigo concode_elem_sep int tm_codigo concode_elem_sep int desde concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep short rptd_anio concode_ele... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
1,484 | create a new certificateid for a new serial number derived from a previous one calculated for the same ca certificate . concode_field_sep AlgorithmIdentifier HASH_SHA1 concode_elem_sep CertID id concode_field_sep boolean matchesIssuer concode_elem_sep ASN1ObjectIdentifier getHashAlgOID concode_elem_sep BigInteger getSe... | CertificateID function ( CertificateID arg0 , BigInteger arg1 ) { return new CertificateID ( new CertID ( arg0 . id . getHashAlgorithm ( ) , arg0 . id . getIssuerNameHash ( ) , arg0 . id . getIssuerKeyHash ( ) , new DERInteger ( arg1 ) ) ) ; } |
1,485 | returns the default serialversionuid value as defined in the java object serialization specification for the old version of the class . concode_field_sep boolean serializableNew concode_elem_sep Optional<Long> serialVersionUidDefaultOld concode_elem_sep Optional<Long> serialVersionUidInClassOld concode_elem_sep boolean... | Optional < Long > function ( ) { return serialVersionUidDefaultOld ; } |
1,486 | returns the unit of measure for this dpt . concode_field_sep String unit concode_elem_sep String id concode_elem_sep String v1 concode_elem_sep String v2 concode_elem_sep String desc concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getUpperValue concode_elem_sep String getID concod... | String function ( ) { return unit ; } |
1,487 | returns a dss unique token identifier . used by certificatetoken & timestamptoken . concode_field_sep String signatureInvalidityReason concode_elem_sep CertificateToken issuerToken concode_elem_sep X500Principal issuerX500Principal concode_elem_sep boolean signatureValid concode_elem_sep SignatureAlgorithm algorithmUse... | int function ( ) { return 0 ; } |
1,488 | get all the queued commands for the specified client . concode_field_sep HashMap<String,Boolean> registeredCommands concode_elem_sep HashMap<String,SingleClient> clientMap concode_elem_sep List<ICommand> queuedCommands concode_field_sep void broadcastCommand concode_elem_sep List<ICommand> getQueuedCommands concode_ele... | List < ICommand > function ( String arg0 ) { return this . getClient ( arg0 ) . getQueuedCommands ( ) ; } |
1,489 | returns the number of keys in this hashtable . 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 conco... | int function ( ) { return count ; } |
1,490 | static factory method to get an instance of management . returns null if management has not been initialized yet . concode_field_sep Boolean update concode_elem_sep Management managementInstance concode_elem_sep String[] subFiles concode_elem_sep Logger log concode_elem_sep String publishHost concode_elem_sep Integer n... | Management function ( ) { return managementInstance ; } |
1,491 | returns a derivative evaluator declaration for this variable realization . none concode_field_sep String varName concode_elem_sep String fidelityName concode_elem_sep Differentiation differentiation concode_elem_sep long serialVersionUID concode_elem_sep String gradientName concode_elem_sep String filterName concode_el... | Differentiation function ( ) { return differentiation ; } |
1,492 | base64 encodes the data in the specified byte buffer from the current position to the buffer 's limit and returns it as a base64 encoded string . concode_field_sep String COMMA_SEPARATOR concode_elem_sep Charset UTF8 concode_elem_sep String DEFAULT_ENCODING concode_field_sep boolean isNullOrEmpty concode_elem_sep Strin... | String function ( ByteBuffer arg0 ) { return Base64 . encodeAsString ( copyBytesFrom ( arg0 ) ) ; } |
1,493 | called when nothing gets selected . override this method to handle empty selection concode_field_sep int itemsSelected concode_field_sep void onSingleSelection concode_elem_sep void valueChanged concode_elem_sep void onMultiSelection concode_elem_sep ListSelectionModel getListSelectionModel concode_elem_sep int getItem... | void function ( ) { } |
1,494 | creates a label and text field input and adds them to the configuration window . concode_field_sep PlaceHolder placeHolder concode_field_sep JLabel createDisplayVersion concode_elem_sep JLabel createDisplayVersion concode_elem_sep ActionListener createApplyPathAction concode_elem_sep TextFieldWithBrowseButton createExe... | TextFieldWithHistory function ( JPanel arg0 , String arg1 , Object arg2 ) { TextFieldWithHistory loc0 = new TextFieldWithHistory ( ) ; JPanel loc1 = new JPanel ( new GridBagLayout ( ) ) ; loc1 . add ( new JLabel ( arg1 + ':' ) ) ; loc1 . add ( loc0 , ExternalSystemUiUtil . getFillLineConstraints ( 0 ) ) ; arg0 . add ( ... |
1,495 | get the implementation of the logwatcher to use . may be `` jul '' or `` log4j '' for the default java.util.logging or log4j implementations , or the fully-qualified name of a class extending logwatcher . concode_field_sep int watcherSize concode_elem_sep String watcherThreshold concode_elem_sep String loggingClass con... | String function ( ) { return loggingClass ; } |
1,496 | test deleting a thing . concode_field_sep String COOKIE concode_elem_sep String USERNAME concode_elem_sep SubmitActions submitAction concode_elem_sep Response responseTenMinutesLimit concode_elem_sep RestClient restClient concode_elem_sep Response responseNotAuthor concode_elem_sep String REDDIT_NAME concode_elem_sep R... | void function ( ) { when ( user . getModhash ( ) ) . thenReturn ( MODHASH ) ; when ( user . getCookie ( ) ) . thenReturn ( COOKIE ) ; when ( restClient . post ( "srini_string" + "srini_string" + "srini_string" + user . getModhash ( ) , ApiEndpointUtils . DELETE , user . getCookie ( ) ) ) . thenReturn ( responseEmpty ) ... |
1,497 | converts an array of raw binary data into an array of ascii 0 and 1 chars . concode_field_sep char[] EMPTY_CHAR_ARRAY concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep int BIT_2 concode_elem_sep int BIT_3 concode_elem_sep int BIT_6 concode_elem_sep int BIT_4 concode_elem_sep int BIT_5 concode_elem_sep int[] BIT... | Object function ( Object arg0 ) { if ( ! ( arg0 instanceof byte [ ] ) ) { throw new EncoderException ( "srini_string" ) ; } return toAsciiChars ( ( byte [ ] ) arg0 ) ; } |
1,498 | interface to access operations by integer value for command-line convenience . concode_field_sep int NO_GROUPING concode_field_sep DbIterator iterator concode_elem_sep String toString concode_elem_sep void mergeTupleIntoGroup | Op function ( int arg0 ) { return values ( ) [ arg0 ] ; } |
1,499 | calculate the standard deviation in the function f where f = a + / - b , from the standard deviations of variables a and b . there must be no co-variance between a and b. concode_field_sep PlaceHolder placeHolder concode_field_sep double aA concode_elem_sep double var_aA concode_elem_sep double aA_plusMinus_bB concode_... | double function ( double arg0 , double arg1 ) { return aA_plusMinus_bB ( 1 , arg0 , 1 , arg1 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.