idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,400 | delete word from trie . concode_field_sep HashMap<Character,TrieNode> children concode_elem_sep TrieNode root concode_elem_sep boolean endOfWord concode_field_sep boolean search concode_elem_sep void insertRecursive concode_elem_sep void insertRecursive concode_elem_sep void insert concode_elem_sep boolean searchRecurs... | void function ( String arg0 ) { delete ( root , arg0 , 0 ) ; } |
18,401 | rotates the renderer clockwise by 90 degrees a given number of times . concode_field_sep String UNIFORM_TEXTURE0 concode_elem_sep boolean sizeChanged concode_elem_sep String ATTRIBUTE_TEXCOORD concode_elem_sep String UNIFORM_TEXTUREBASE concode_elem_sep float green concode_elem_sep FloatBuffer renderVertices concode_el... | void function ( int arg0 ) { curRotation += arg0 ; curRotation = curRotation % 4 ; if ( arg0 % 2 == 1 ) { int loc0 = width ; width = height ; height = loc0 ; } } |
18,402 | this method resets the incoming events time events included . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence... | void function ( ) { } |
18,403 | returns an javax.transaction.xa.xaresource instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_... | XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; } |
18,404 | returns the current value of the reference . concode_field_sep T reference concode_elem_sep long pairOffset concode_elem_sep int stamp concode_elem_sep sun.misc.Unsafe UNSAFE concode_elem_sep Pair<V> pair concode_field_sep void set concode_elem_sep int getStamp concode_elem_sep boolean weakCompareAndSet concode_elem_se... | V function ( ) { return pair . reference ; } |
18,405 | sends a get request and returns the response as a string concode_field_sep String agent concode_elem_sep String string concode_elem_sep int DEFAULT_TIME_OUT_MS concode_elem_sep InputStreamToStringReader stringReader concode_elem_sep Logger log concode_elem_sep int timeout concode_field_sep void read concode_elem_sep St... | String function ( String arg0 ) { getRequest ( arg0 , stringReader ) ; return stringReader . getAndClearString ( ) ; } |
18,406 | get custom serializer concode_field_sep java.util.Date date concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.types.Time time concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTyp... | 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 ) ; } |
18,407 | returns a placementrulegenerator which enforces avoidance of tasks which have the provided type . for example , this could be used to ensure that ` data ' nodes are never colocated with ` index ' nodes , or that ` data ' nodes are never colocated with other ` data ' nodes self-avoidance . note that this rule is unidire... | PlacementRuleGenerator function ( String arg0 , TaskTypeConverter arg1 ) { return new TaskTypeGenerator ( arg0 , arg1 , BehaviorType . AVOID ) ; } |
18,408 | returns a range of all the user tracker paths . 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.queryut... | java . util . List < com . liferay . portal . kernel . model . UserTrackerPath > function ( int arg0 , int arg1 ) { return getService ( ) . getUserTrackerPaths ( arg0 , arg1 ) ; } |
18,409 | sets the thu close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep boole... | void function ( int arg0 ) { _orgLabor . setThuClose ( arg0 ) ; } |
18,410 | gets the numerator of the rational . concode_field_sep long mNumerator concode_elem_sep long mDenominator concode_field_sep double toDouble concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep long getDenominator | long function ( ) { return mNumerator ; } |
18,411 | gets the value of the txbxcontent property . concode_field_sep Object parent concode_elem_sep CTTxbxContent txbxContent concode_elem_sep String vmlId concode_elem_sep String inset concode_elem_sep String style concode_elem_sep STTrueFalse singleclick concode_elem_sep Element any concode_elem_sep STInsetMode insetmode c... | CTTxbxContent function ( ) { return txbxContent ; } |
18,412 | getter for decryptedstring . concode_field_sep String encryptedString concode_elem_sep Logger LOGGER concode_field_sep void setEncryptedString concode_elem_sep String decrypt concode_elem_sep String getEncryptedString concode_elem_sep String getDecyrptedString | String function ( ) { return decrypt ( encryptedString , true ) ; } |
18,413 | sets the sub types . concode_field_sep SelectStatementInfo selectStatementInfo concode_elem_sep boolean comma concode_elem_sep String name concode_elem_sep boolean subTypes concode_field_sep void setName concode_elem_sep void setComma concode_elem_sep String getName concode_elem_sep boolean isComma concode_elem_sep int... | void function ( final boolean arg0 ) { this . subTypes = arg0 ; } |
18,414 | set whether to accept gzip encoding , that is , whether to send the http `` accept-encoding '' header with `` gzip '' as value . default is `` true '' . turn this flag off if you do not want gzip response compression even if enabled on the http server . concode_field_sep boolean acceptGzipEncoding concode_elem_sep Stri... | void function ( boolean arg0 ) { this . acceptGzipEncoding = arg0 ; } |
18,415 | the main method . concode_field_sep boolean _verbose concode_elem_sep List<String> _tableNames concode_elem_sep String _database concode_elem_sep String _password concode_elem_sep SchemaGenerator schemaGenerator concode_elem_sep String _userName concode_elem_sep String _databasehost concode_elem_sep List<String> _userF... | void function ( String [ ] arg0 ) { InteractiveSchemaGenerator loc0 = new InteractiveSchemaGenerator ( ) ; loc0 . run ( ) ; } |
18,416 | creates a new keystore and self-signed key . the key will have the same password as the key , and will be rsa 2048 , with the cert signed using sha256withrsa . the certificate will have a validity of 30 years . concode_field_sep PlaceHolder placeHolder concode_field_sep KeySet createKey concode_elem_sep KeySet createKe... | void function ( String arg0 , char [ ] arg1 , String arg2 , DistinguishedNameValues arg3 ) { createKeystoreAndKey ( arg0 , arg1 , "srini_string" , 2048 , arg2 , arg1 , "srini_string" , 30 , arg3 ) ; } |
18,417 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { HighLowRenderer loc0 = new HighLowRenderer ( ) ; loc0 . setCloseTickPaint ( Color . green ) ; HighLowRenderer loc1 = ( HighLowRenderer ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
18,418 | get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa... | Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; } |
18,419 | obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con... | List function ( ) { return alwaysCopyEObjectInfoList ; } |
18,420 | create a random file of size size concode_field_sep int[] CLASS_MAX concode_elem_sep int[] CLASS_MIN concode_field_sep void createFiles concode_elem_sep void createClassFiles concode_elem_sep void main | void function ( Random arg0 , OutputStream arg1 , int arg2 ) { for ( int loc0 = 0 ; loc0 < arg2 ; loc0 ++ ) { arg1 . write ( arg0 . nextInt ( 256 ) ) ; } arg1 . flush ( ) ; } |
18,421 | copies all metadata from given map . concode_field_sep int key concode_elem_sep Object[] data concode_field_sep V addMeta concode_elem_sep void removeAllMeta concode_elem_sep void writeExternalMeta concode_elem_sep void readExternalMeta concode_elem_sep V meta concode_elem_sep V addMetaIfAbsent concode_elem_sep V addMe... | void function ( Object [ ] arg0 ) { assert arg0 != null ; synchronized ( this ) { if ( this . data . length < arg0 . length ) this . data = Arrays . copyOf ( this . data , arg0 . length ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != null ) this . data [ loc0 ] = arg0 [ loc0 ] ; } } } |
18,422 | method to clear outstanding bids and restore them to their initial state concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_el... | String function ( boolean arg0 ) { getContextMessageLog ( ) ; StubServer . resetAuction ( ) ; appendControl ( "srini_string" ) ; if ( ! arg0 ) { messageLog . addMessage ( "srini_string" , "srini_string" , null ) ; } storeMessageLog ( ) ; state . updateAll ( ) ; return ( "srini_string" ) ; } |
18,423 | gets the hour value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY conc... | String function ( ) { return hour ; } |
18,424 | returns the encryptionalgorithm for the given code or null if the method is not known . concode_field_sep int code concode_elem_sep byte[] centralData concode_elem_sep byte[] localData concode_elem_sep Map<Integer,HashAlgorithm> codeToEnum concode_elem_sep ZipShort headerId concode_field_sep ZipShort getLocalFileDataLe... | EncryptionAlgorithm function ( final int arg0 ) { return codeToEnum . get ( Integer . valueOf ( arg0 ) ) ; } |
18,425 | limpia el arraylist de ejemplares . concode_field_sep ArrayList<Ejemplar> ejemplares concode_elem_sep String codLibro concode_elem_sep String titulo concode_elem_sep String autor concode_field_sep void quitEjemplarOfList concode_elem_sep ArrayList<Ejemplar> getEjemplares concode_elem_sep void setCodLibro concode_elem_s... | void function ( ) { ejemplares . clear ( ) ; } |
18,426 | setter for state name concode_field_sep Country country concode_elem_sep List<City> city concode_elem_sep String stateName concode_elem_sep int stateID concode_field_sep String getStateName concode_elem_sep void setStateID concode_elem_sep void setCountry concode_elem_sep Country getCountry concode_elem_sep void setCit... | void function ( String arg0 ) { stateName = arg0 ; } |
18,427 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 ) { return createClassLoader ( arg0 , WorkspaceClassLoaderFactory . class . getClassLoader ( ) ) ; } |
18,428 | called from the remote sink to get the data when it lacks the given sha . concode_field_sep File cwd concode_elem_sep SourceFS fsync concode_elem_sep String areaId concode_elem_sep Appendable stdout concode_elem_sep Sink sink concode_elem_sep AtomicBoolean running concode_elem_sep Thread thread concode_elem_sep Appenda... | byte [ ] function ( String arg0 ) { return fsync . getData ( arg0 ) ; } |
18,429 | add an rpc queue time sample concode_field_sep MutableCounterLong receivedBytes concode_elem_sep MutableRate rpcProcessingTime concode_elem_sep MutableCounterLong rpcAuthenticationFailures concode_elem_sep Server server concode_elem_sep MetricsRegistry registry concode_elem_sep MutableQuantiles[] rpcQueueTimeMillisQuan... | void function ( int arg0 ) { rpcQueueTime . add ( arg0 ) ; if ( rpcQuantileEnable ) { for ( MutableQuantiles loc0 : rpcQueueTimeMillisQuantiles ) { loc0 . add ( arg0 ) ; } } } |
18,430 | gets the name of this time zone to be displayed in the ui . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getTime con... | String function ( ) { return dislayName ; } |
18,431 | uses a scalar factor to multiply all of the entries in the specified row of the matrix concode_field_sep int col concode_elem_sep int row concode_elem_sep boolean invertible concode_elem_sep double[][] matrix concode_field_sep void print concode_elem_sep Matrix times concode_elem_sep Matrix invert concode_elem_sep Matr... | Matrix function ( double arg0 , int arg1 ) { Matrix loc0 = new Matrix ( this ) ; for ( int loc1 = 0 ; loc1 < this . matrix [ 0 ] . length ; loc1 ++ ) { loc0 . matrix [ arg1 ] [ loc1 ] = this . matrix [ arg1 ] [ loc1 ] * arg0 ; } return loc0 ; } |
18,432 | gets the value of the activityid property . concode_field_sep Guid activityId concode_elem_sep TraceInfo traceInfo concode_elem_sep Boolean validationSuccess concode_elem_sep long serialVersionUID concode_field_sep Boolean isValidationSuccess concode_elem_sep void setTraceInfo concode_elem_sep void setValidationSuccess... | Guid function ( ) { return activityId ; } |
18,433 | search - compartments concode_field_sep String PATIENT_NAME concode_elem_sep FhirContext ourCtx concode_elem_sep IGenericClient client concode_elem_sep int ourPort concode_elem_sep Server jettyServer concode_field_sep void testConformance concode_elem_sep void testVRead concode_elem_sep void setUpClass concode_elem_sep... | void function ( ) { Bundle loc0 = client . search ( ) . forResource ( Patient . class ) . withIdAndCompartment ( "srini_string" , "srini_string" ) . returnBundle ( Bundle . class ) . execute ( ) ; assertTrue ( loc0 . getEntry ( ) . size ( ) > 0 ) ; } |
18,434 | assign indices in all instructions that need them , using the given callback to perform lookups . this must be called before #getinsns . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_s... | void function ( AssignIndicesCallback arg0 ) { unprocessedInsns . assignIndices ( arg0 ) ; } |
18,435 | append other tags concode_field_sep Map<String,String> tags concode_field_sep Map<String,String> build concode_elem_sep TagBuilder create | TagBuilder function ( Map < String , String > arg0 ) { if ( arg0 != null ) { for ( String loc0 : arg0 . keySet ( ) ) { this . tags . put ( loc0 , arg0 . get ( loc0 ) ) ; } } return this ; } |
18,436 | gets the value of the from property . concode_field_sep CTPositiveSize2D ext concode_elem_sep CTGroupShape grpSp concode_elem_sep CTGraphicalObjectFrame graphicFrame concode_elem_sep CTMarker from concode_elem_sep CTPicture pic concode_elem_sep CTAnchorClientData clientData concode_elem_sep CTShape sp concode_elem_sep ... | CTMarker function ( ) { return from ; } |
18,437 | get custom deserializer concode_field_sep org.eclipse.birt.report.soapengine.api.Vector negativeNumberFormat concode_elem_sep org.eclipse.birt.report.soapengine.api.Vector symbol concode_elem_sep org.eclipse.birt.report.soapengine.api.Vector symbolPosition concode_elem_sep org.eclipse.birt.report.soapengine.api.Vector ... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
18,438 | returns the universally unique identifier concode_field_sep String PARAM_REDELIVERY_COUNT concode_elem_sep String PARAM_DISCARDED_MOTECH_EVENT concode_elem_sep String subject concode_elem_sep long serialVersionUID concode_elem_sep String EVENT_TYPE_KEY_NAME concode_elem_sep String PARAM_INVALID_MOTECH_EVENT concode_ele... | UUID function ( ) { return id ; } |
18,439 | gets the value of the account property . concode_field_sep Double amount concode_elem_sep Long line concode_elem_sep Long orderLine concode_elem_sep Double tax1Amt concode_elem_sep String memo concode_elem_sep RecordRef amortizationSched concode_elem_sep RecordRef taxCode concode_elem_sep String amortizationResidual co... | RecordRef function ( ) { return account ; } |
18,440 | given a tag value , determines the wire type the lower 3 bits . concode_field_sep double EMPTY_DOUBLE_ARRAY[] concode_elem_sep int WIRETYPE_FIXED64 concode_elem_sep int WIRETYPE_END_GROUP concode_elem_sep int WIRETYPE_VARINT concode_elem_sep byte[] EMPTY_BYTES_ARRAY[] concode_elem_sep int WIRETYPE_START_GROUP concode_e... | int function ( final int arg0 ) { return arg0 & TAG_TYPE_MASK ; } |
18,441 | create an observable emitting gyms concode_field_sep ExecutorService executorService concode_elem_sep Networking networking concode_elem_sep Location location concode_elem_sep MapObjects mapObjects concode_elem_sep MapSettings mapSettings concode_field_sep List<Point> getSpawnPoints concode_elem_sep Observable<Point> c... | Observable < Gym > function ( ) { return mapObjects . getGymMapOnSubscribe ( ) . create ( ) ; } |
18,442 | sets up the mock before a test runs . concode_field_sep OSSUnderFileSystem mMockOSSUnderFileSystem concode_field_sep void getParentKeyTest concode_elem_sep void stripFolderSuffixIfPresentTest concode_elem_sep void stripPrefixIfPresentTest concode_elem_sep void getChildNameTest concode_elem_sep void convertToFolderNameT... | void function ( ) { mMockOSSUnderFileSystem = Mockito . mock ( OSSUnderFileSystem . class ) ; Whitebox . setInternalState ( mMockOSSUnderFileSystem , "srini_string" , "srini_string" ) ; Whitebox . setInternalState ( mMockOSSUnderFileSystem , "srini_string" , "srini_string" ) ; } |
18,443 | estimates a distance between the two points . concode_field_sep Node parent concode_elem_sep Node current concode_elem_sep int cost concode_elem_sep int depth concode_elem_sep Node[][] nodes concode_elem_sep Set<Node> closed concode_elem_sep Set<Node> open concode_elem_sep int x concode_elem_sep int COST_STRAIGHT conco... | int function ( Node arg0 , Node arg1 ) { int loc0 = arg0 . getX ( ) - arg1 . getX ( ) ; int loc1 = arg0 . getY ( ) - arg1 . getY ( ) ; return ( Math . abs ( loc0 ) + Math . abs ( loc1 ) ) * COST_STRAIGHT ; } |
18,444 | the number of rows in the matrix . concode_field_sep List<int[]> row_list concode_field_sep int numberOfEntries concode_elem_sep List<Pair<Integer,int[]>> getNonEmptyRows concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByColumn concode_elem_sep int numEntriesByRow concode_elem_se... | int function ( ) { return row_list . size ( ) ; } |
18,445 | returns a string representation of the list useful for debugging . concode_field_sep RelationalGroup[] cache concode_elem_sep String DEFAULT_GROUP_NAME concode_elem_sep ArrayList backend concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Group constructRootGroup concode_elem_sep Relation... | String function ( ) { final StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( backend ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
18,446 | get the output writer concode_field_sep String systemId concode_elem_sep StreamResult streamResult concode_elem_sep NamePool namePool concode_elem_sep PipelineConfiguration pipelineConfig concode_elem_sep CharacterSet characterSet concode_elem_sep boolean allCharactersEncodable concode_elem_sep Writer writer concode_el... | Writer function ( ) { return writer ; } |
18,447 | returns the subgroup indexed with the given key concode_field_sep Map<String,Object> headMap concode_elem_sep List<T> list concode_elem_sep Object key concode_field_sep String getHeadValue concode_elem_sep int getSize concode_elem_sep List<Group<T>> subgroups concode_elem_sep List<T> find concode_elem_sep List<T> find ... | Group < T > function ( String arg0 ) { return this ; } |
18,448 | closes the given inputstream , logging any ioexception that 's thrown ratherthan propagating it . while it 's not safe in the general case to ignore exceptions that are thrown when closing an i/o resource , it should generally be safe in the case of a resource that 's being used only for reading , such as an inputstrea... | void function ( @ Nullable InputStream arg0 ) { try { close ( arg0 , true ) ; } catch ( IOException loc0 ) { throw new AssertionError ( loc0 ) ; } } |
18,449 | the tag 's key . concode_field_sep String value concode_elem_sep String key concode_field_sep String getValue concode_elem_sep Tag withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep Tag clone concode_elem_sep String toString concode_elem_sep Tag withK... | String function ( ) { return this . key ; } |
18,450 | gets the value of the buffered property . concode_field_sep TrgOpsType trgOps concode_elem_sep OptFieldsType optFields concode_elem_sep String name concode_elem_sep String buffered concode_elem_sep String datSet concode_elem_sep String rptID concode_elem_sep Short intgPd concode_elem_sep RptEnabledType rptEnabled conco... | String function ( ) { return buffered ; } |
18,451 | set the new history index . concode_field_sep ArrayList<WebHistoryItem> mArray concode_elem_sep int mCurrentIndex concode_elem_sep boolean mClearPending concode_elem_sep CallbackProxy mCallbackProxy concode_field_sep void removeHistoryItem concode_elem_sep WebHistoryItem getCurrentItem concode_elem_sep int getSize conc... | void function ( int arg0 ) { mCurrentIndex = arg0 ; if ( mCallbackProxy != null ) { mCallbackProxy . onIndexChanged ( getItemAtIndex ( arg0 ) , arg0 ) ; } } |
18,452 | sets the repository entry id of this repository entry . concode_field_sep RepositoryEntry _repositoryEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscap... | void function ( long arg0 ) { _repositoryEntry . setRepositoryEntryId ( arg0 ) ; } |
18,453 | sets the value of the path property . concode_field_sep String path concode_elem_sep TCloudProtocol protocol concode_elem_sep BigInteger port concode_elem_sep String registerProcedure concode_elem_sep String domain concode_field_sep String getDomain concode_elem_sep void setRegisterProcedure concode_elem_sep BigInteger... | void function ( String arg0 ) { this . path = arg0 ; } |
18,454 | sets the value of the searchvalue property . concode_field_sep Long searchValue2 concode_elem_sep Long searchValue concode_elem_sep SearchLongFieldOperator operator concode_field_sep Long getSearchValue2 concode_elem_sep Long getSearchValue concode_elem_sep void setOperator concode_elem_sep void setSearchValue2 concode... | void function ( Long arg0 ) { this . searchValue = arg0 ; } |
18,455 | username to connect to kubernetes concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String resourceName concode_elem_sep String portName concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String dnsDomain conc... | String function ( ) { return username ; } |
18,456 | gets the customtimebucket for this dimensionsdescriptor object . concode_field_sep Map<String,Type> DIMENSION_FIELD_TO_TYPE concode_elem_sep Type DIMENSION_TIME_TYPE concode_elem_sep String DELIMETER_EQUALS concode_elem_sep Type DIMENSION_TIME_BUCKET_TYPE concode_elem_sep Logger LOG concode_elem_sep Set<String> RESERVE... | CustomTimeBucket function ( ) { return customTimeBucket ; } |
18,457 | clears the formatted log item created by #formatauditlogitem org.jboss.as.controller.audit.auditlogitem.jmxaccessauditlogitem or #formatauditlogitem org.jboss.as.controller.audit.auditlogitem.modelcontrollerauditlogitem once the audit log item has beenfully processed . concode_field_sep String TYPE_CORE concode_elem_se... | void function ( ) { formattedString = null ; } |
18,458 | set the registration behavior by the name of the corresponding constant , e.g. `` registration_ignore_existing '' . concode_field_sep int REGISTRATION_FAIL_ON_EXISTING concode_elem_sep int REGISTRATION_IGNORE_EXISTING concode_elem_sep MBeanServer server concode_elem_sep Log logger concode_elem_sep RegistrationPolicy re... | void function ( String arg0 ) { setRegistrationBehavior ( constants . asNumber ( arg0 ) . intValue ( ) ) ; } |
18,459 | returns the result of the last operation , or null ifno call operation has been performed yet . concode_field_sep String PARAM_API_KEY concode_elem_sep Proxy proxy concode_elem_sep Cache cache concode_elem_sep Caller instance concode_elem_sep Result lastResult concode_elem_sep String apiRootUrl concode_elem_sep String ... | Result function ( ) { return lastResult ; } |
18,460 | size of the set concode_field_sep Integer hashcode_cache concode_elem_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep lalr_item add concode_elem_sep void add concode_elem_sep void not_null concode_elem_sep boolean is_superset_of concode_elem_sep void remove concode_elem_sep void remove concode_ele... | int function ( ) { return _all . size ( ) ; } |
18,461 | test sttexception throwable cause constructor concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructor1 concode_elem_sep void testConstructor0 concode_elem_sep void testConstructor2 | void function ( ) { STTException loc0 = new STTException ( new Throwable ( ) ) ; Assert . assertNotNull ( "srini_string" , loc0 ) ; } |
18,462 | removes all listeners from this list . concode_field_sep int size concode_elem_sep Object[] EmptyArray concode_elem_sep Object[] listeners concode_elem_sep int capacity concode_field_sep void add concode_elem_sep Object[] getListeners concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep void remo... | void function ( ) { size = 0 ; listeners = null ; } |
18,463 | used by org.apache.directory.fortress.core.ant.fortressanttask #deluseradminroles to retrieve list of useradminroles as defined in input xml file . concode_field_sep List<UserAdminRole> userroles concode_field_sep void addUserRole | List < UserAdminRole > function ( ) { return this . userroles ; } |
18,464 | gets the jmsredelivered from the message . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getProperty concode_elem_sep void setCorrelationId concode_elem_sep boolean isQueuePrefix concode_elem_sep String normalizeDestinationName concode_elem_sep String normalizeDestinationName concode_elem_sep Desti... | Boolean function ( Message arg0 ) { try { return arg0 . getJMSRedelivered ( ) ; } catch ( Exception loc0 ) { } return null ; } |
18,465 | gets the value of the dirty property . concode_field_sep Text fldData concode_elem_sep Boolean dirty concode_elem_sep Object parent concode_elem_sep Boolean fldLock concode_elem_sep CTFFData ffData concode_elem_sep CTTrackChangeNumbering numberingChange concode_elem_sep STFldCharType fldCharType concode_field_sep void ... | boolean function ( ) { if ( dirty == null ) { return true ; } else { return dirty ; } } |
18,466 | called after the fielddata is unloaded concode_field_sep PlaceHolder placeHolder concode_field_sep FD load concode_elem_sep IFD load concode_elem_sep FD load concode_elem_sep IFD load concode_elem_sep void onCache concode_elem_sep void clear concode_elem_sep void clear concode_elem_sep void clear concode_elem_sep void ... | void function ( ShardId arg0 , String arg1 , boolean arg2 , long arg3 ) { } |
18,467 | passes this packet on to the nethandler for processing . concode_field_sep Potion effectId concode_elem_sep int entityId concode_field_sep Potion getPotion concode_elem_sep void writePacketData concode_elem_sep Entity getEntity concode_elem_sep void readPacketData | void function ( INetHandlerPlayClient arg0 ) { arg0 . handleRemoveEntityEffect ( this ) ; } |
18,468 | creates a new instance of this class . concode_field_sep Log LOG concode_field_sep String getShortName concode_elem_sep boolean isPresent concode_elem_sep List<T> instantiateAll concode_elem_sep void addJarOrDirectoryToClasspath concode_elem_sep String getLocationOnDisk | T function ( String arg0 , ClassLoader arg1 ) { return ( T ) Class . forName ( arg0 , true , arg1 ) . newInstance ( ) ; } |
18,469 | reads a raw varint from the stream . if larger than 32 bits , discard the upper bits . concode_field_sep int STATE_VARINT concode_elem_sep long limit concode_elem_sep FieldEncoding nextFieldEncoding concode_elem_sep long pushedLimit concode_elem_sep int FIELD_ENCODING_MASK concode_elem_sep BufferedSource source concode... | int function ( ) { if ( state != STATE_VARINT && state != STATE_LENGTH_DELIMITED ) { throw new ProtocolException ( "srini_string" + state ) ; } int loc0 = internalReadVarint32 ( ) ; afterPackableScalar ( STATE_VARINT ) ; return loc0 ; } |
18,470 | builds an instance of @literal t from the request payload . concode_field_sep String ERROR concode_elem_sep Logger LOGGER concode_elem_sep Json json concode_field_sep List<String> getContentTypes | T function ( Context arg0 , Class < T > arg1 ) { T loc0 = null ; try { final String loc1 = arg0 . body ( ) ; if ( loc1 == null || loc1 . length ( ) == 0 ) { return null ; } loc0 = json . mapper ( ) . readValue ( loc1 , arg1 ) ; } catch ( IOException loc1 ) { LOGGER . error ( ERROR , loc1 ) ; } return loc0 ; } |
18,471 | create an instance of jaxbelement concode_field_sep QName _GetPhoneInfo_QNAME concode_elem_sep QName _GetPhoneInfoResponse_QNAME concode_field_sep GetPhoneInfoResponse createGetPhoneInfoResponse concode_elem_sep JAXBElement<GetPhoneInfoResponse> createGetPhoneInfoResponse concode_elem_sep Phone createPhone | JAXBElement < GetPhoneInfo > function ( GetPhoneInfo arg0 ) { return new JAXBElement < GetPhoneInfo > ( _GetPhoneInfo_QNAME , GetPhoneInfo . class , null , arg0 ) ; } |
18,472 | get a plus or minus value concode_field_sep Vector data concode_elem_sep double weight concode_elem_sep Instance label concode_field_sep Instance getLabel concode_elem_sep int size concode_elem_sep void setData concode_elem_sep double getWeight concode_elem_sep void setWeight concode_elem_sep void setLabel concode_elem... | double function ( ) { return getDiscrete ( ) == 1 ? 1 : - 1 ; } |
18,473 | decompose . concode_field_sep Logger logger concode_elem_sep int nSingularValues concode_field_sep SMat convertLibsvmToSvdlibj concode_elem_sep void main | SVDRec function ( VectorNode [ ] [ ] arg0 ) { logger . info ( "srini_string" ) ; SMat loc0 = convertLibsvmToSvdlibj ( arg0 ) ; logger . info ( "srini_string" ) ; Svdlib loc1 = new Svdlib ( ) ; return loc1 . svdLAS2A ( loc0 , nSingularValues ) ; } |
18,474 | sets the available mips . concode_field_sep double availableMips concode_elem_sep double mips concode_field_sep double getUtilization concode_elem_sep double getAvailableMips concode_elem_sep List<Double> getAllocatedMipsForVm concode_elem_sep void deallocateMipsForAllVms concode_elem_sep double getMips concode_elem_se... | void function ( double arg0 ) { this . availableMips = arg0 ; } |
18,475 | returns a formatted set of search results as a document concode_field_sep String osNs concode_elem_sep List<String> formats concode_elem_sep boolean enabled concode_elem_sep String svcUrl concode_elem_sep Logger log concode_elem_sep String uiUrl concode_field_sep DSpaceObject resolveScope concode_elem_sep Document getD... | Document function ( String arg0 , String arg1 , int arg2 , int arg3 , int arg4 , DSpaceObject arg5 , DSpaceObject [ ] arg6 , Map < String , String > arg7 ) { try { return getResults ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 ) . outputW3CDom ( ) ; } catch ( FeedException loc0 ) { log . error ( loc0 . toStr... |
18,476 | gets the sbi obj label . concode_field_sep int numOrder concode_elem_sep String defaultValue concode_elem_sep Integer videoWidth[] concode_elem_sep String title concode_elem_sep String type concode_elem_sep Properties params concode_elem_sep Logger logger concode_elem_sep String TEMPLATE_VALUE concode_elem_sep String t... | String function ( ) { return sbiObjLabel ; } |
18,477 | sets the id . concode_field_sep int iconId concode_elem_sep int id concode_elem_sep String text concode_elem_sep String mark concode_field_sep int getIconId concode_elem_sep String getMark concode_elem_sep void setMark concode_elem_sep void setIconId concode_elem_sep String getText concode_elem_sep int getId concode_el... | void function ( int arg0 ) { this . id = arg0 ; } |
18,478 | gets the value of the budgetquantiles 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 budgetquantiles property . for example , to add a ... | List < Money > function ( ) { if ( budgetQuantiles == null ) { budgetQuantiles = new ArrayList < Money > ( ) ; } return this . budgetQuantiles ; } |
18,479 | removes a propertychangelisteners on a session . concode_field_sep Date expiresIn concode_elem_sep LiveAuthClient creator concode_elem_sep PropertyChangeSupport changeSupport concode_elem_sep Set<String> scopes concode_elem_sep String accessToken concode_elem_sep String tokenType concode_elem_sep String authenticationT... | void function ( PropertyChangeListener arg0 ) { if ( arg0 == null ) { return ; } this . changeSupport . removePropertyChangeListener ( arg0 ) ; } |
18,480 | returns all the registered transientcomputeractionfactory s. concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<? extends Action> createFor concode_elem_sep List<Action> createAllFor | ExtensionList < TransientComputerActionFactory > function ( ) { return ExtensionList . lookup ( TransientComputerActionFactory . class ) ; } |
18,481 | set the value of the javafx.scene.effect.colorinput #getpaint paint property for the instance constructed by this builder . concode_field_sep int __set concode_elem_sep double width concode_elem_sep double x concode_elem_sep javafx.scene.paint.Paint paint concode_elem_sep double y concode_elem_sep double height concode... | B function ( javafx . scene . paint . Paint arg0 ) { this . paint = arg0 ; __set |= 1 << 1 ; return ( B ) this ; } |
18,482 | returns the user uuid of this user mapping . concode_field_sep UserMapping _userMapping concode_field_sep void setName concode_elem_sep void setOrgCode1 concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBri... | java . lang . String function ( ) { return _userMapping . getUserUuid ( ) ; } |
18,483 | retrieve a unique result from the query . if multiple results can be retrieved an exception will be thrown , so only use when the criteria state uniqueness in the database . concode_field_sep PlaceHolder placeHolder concode_field_sep Query createQuery concode_elem_sep long countLong concode_elem_sep void save concode_e... | T function ( Criteria arg0 ) { @ SuppressWarnings ( "srini_string" ) T loc0 = ( T ) arg0 . uniqueResult ( ) ; return loc0 ; } |
18,484 | returns the base g . concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger g concode_elem_sep BigInteger x concode_field_sep BigInteger getX concode_elem_sep BigInteger getP concode_elem_sep BigInteger getQ | BigInteger function ( ) { return g ; } |
18,485 | add a new encryption zone . called while holding the fsdirectory lock . concode_field_sep CipherSuite suite concode_elem_sep long inodeId concode_elem_sep String keyName concode_elem_sep int maxListEncryptionZonesResponses concode_elem_sep TreeMap<Long,EncryptionZoneInt> encryptionZones concode_elem_sep Logger LOG conc... | void function ( Long arg0 , CipherSuite arg1 , CryptoProtocolVersion arg2 , String arg3 ) { assert dir . hasWriteLock ( ) ; unprotectedAddEncryptionZone ( arg0 , arg1 , arg2 , arg3 ) ; } |
18,486 | setname concode_field_sep String _usage concode_elem_sep String _name concode_elem_sep List<String> _constants concode_elem_sep String NAME_PROPERTY concode_elem_sep String USAGE_PROPERTY concode_elem_sep String TYPE concode_elem_sep String DESCRIPTION_PROPERTY concode_elem_sep String _description concode_elem_sep List... | void function ( String arg0 ) { this . _name = arg0 ; } |
18,487 | gets the value of the any property . concode_field_sep Object any concode_field_sep void setAny | Object function ( ) { return any ; } |
18,488 | this method is called just after creating the instance . concode_field_sep long last concode_elem_sep long start concode_field_sep void closingDatabase concode_elem_sep void exceptionThrown concode_elem_sep void test concode_elem_sep void setProgress concode_elem_sep void main concode_elem_sep void opened | void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 ) ; } |
18,489 | always returns true . see class-level note . concode_field_sep ModelAttributeMethodProcessor modelAttributeProcessor concode_elem_sep List<ModelAndViewResolver> mavResolvers concode_field_sep void handleReturnValue | boolean function ( MethodParameter arg0 ) { return true ; } |
18,490 | fields a non-empty list of restricted xpath xpath expressions . concode_field_sep Selector fSelector concode_elem_sep XSAnnotationImpl[] fAnnotations concode_elem_sep String fElementName concode_elem_sep int fNumAnnotations concode_elem_sep Field[] fFields concode_elem_sep short type concode_elem_sep String fNamespace ... | StringList function ( ) { String [ ] loc0 = new String [ fFieldCount ] ; for ( int loc1 = 0 ; loc1 < fFieldCount ; loc1 ++ ) loc0 [ loc1 ] = fFields [ loc1 ] . toString ( ) ; return new StringListImpl ( loc0 , fFieldCount ) ; } |
18,491 | returns the average amount of time users wait in the queue before being routed to an agent . if average wait time info is n't available , -1 will be returned . concode_field_sep Status status concode_elem_sep Set<QueueUser> users concode_elem_sep Status OPEN concode_elem_sep String name concode_elem_sep Status CLOSED c... | int function ( ) { return averageWaitTime ; } |
18,492 | sets the user uuid of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getRemoteAddr... | void function ( java . lang . String arg0 ) { _userTracker . setUserUuid ( arg0 ) ; } |
18,493 | returns the product key of the device . the product key must be unique for each device type , and is mandatory to configure the device properly . concode_field_sep String itemName concode_elem_sep InsteonAddress address concode_elem_sep String feature concode_elem_sep String productKey concode_elem_sep HashMap<String,S... | String function ( ) { return productKey ; } |
18,494 | if we encounter characters not allowed by the api as found for instance in an email address , hash the value . concode_field_sep String KEY_ALGORITHM_SPEC concode_elem_sep int KEY_SIZE concode_elem_sep byte[] hmacKey concode_elem_sep byte[] EMPTY_BYTES concode_elem_sep byte[] encryptionKey concode_elem_sep byte[] ENCR_... | String function ( String arg0 ) { if ( arg0 == null || arg0 . equals ( "srini_string" ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 . matches ( "srini_string" ) ) { return arg0 . toLowerCase ( Locale . US ) ; } return Utils . sha1Base32 ( arg0 . toLowerCase ( Locale . US ) ) ; } |
18,495 | method to find the other end end of the arc given a vertex reference concode_field_sep boolean visited concode_elem_sep Vertex From concode_elem_sep Vertex To concode_elem_sep int Weight concode_field_sep String toString | Vertex function ( Vertex arg0 ) { if ( From == arg0 ) { return To ; } else { return From ; } } |
18,496 | handles an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void fileRotated concode_elem_sep void init concode_elem_sep void fileNotFound | void function ( Exception arg0 ) { } |
18,497 | return a bounding latitude-longitude rectangle . concode_field_sep int numVertices concode_elem_sep S2Point[] vertices concode_elem_sep String TAG concode_field_sep int getNearestEdgeIndex concode_elem_sep int numVertices concode_elem_sep S2Cap getCapBound concode_elem_sep boolean contains concode_elem_sep S2Point vert... | S2LatLngRect function ( ) { S2EdgeUtil . RectBounder loc0 = new S2EdgeUtil . RectBounder ( ) ; for ( int loc1 = 0 ; loc1 < numVertices ( ) ; ++ loc1 ) { loc0 . addPoint ( vertex ( loc1 ) ) ; } return loc0 . getBound ( ) ; } |
18,498 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... | void function ( Reference arg0 ) { this . reference = arg0 ; } |
18,499 | returns the value in the given xpath of the given xml file . concode_field_sep PlaceHolder placeHolder concode_field_sep int setValue concode_elem_sep int setValue concode_elem_sep Element handleNode | String function ( Document arg0 , String arg1 ) { Node loc0 = arg0 . selectSingleNode ( arg1 ) ; if ( loc0 != null ) { return loc0 . getText ( ) ; } else { return null ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.