idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
18,400 | returns the minute : second string for the minutes number . concode_field_sep Map<String,Object> itemCache concode_elem_sep Logger logger concode_elem_sep PlanetPublisher instance concode_elem_sep AstroContext context concode_field_sep void publishValue concode_elem_sep void publish concode_elem_sep void clear concode_... | String function ( long arg0 ) { long loc0 = arg0 / 60 ; arg0 -= loc0 * 60 ; StringWriter loc1 = new StringWriter ( ) ; PrintWriter loc2 = new PrintWriter ( loc1 ) ; loc2 . printf ( "srini_string" , loc0 , arg0 ) ; loc2 . flush ( ) ; return loc1 . getBuffer ( ) . toString ( ) ; } |
18,401 | set behavior for getstring string , string method when a positional index like % 4 is used but no subs value was given for that index . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value... | void function ( int arg0 ) { this . missingPosValueBehavior = arg0 ; } |
18,402 | returns the status of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boole... | int function ( ) { return _kbComment . getStatus ( ) ; } |
18,403 | 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,404 | renders the viewport using an svgrenderer to the given output writer . concode_field_sep short TYPE_PNG concode_elem_sep boolean loadImages concode_elem_sep boolean loadBackgroundImages concode_elem_sep short TYPE_SVG concode_field_sep void setDefaultFonts concode_elem_sep void main concode_elem_sep void setLoadImages ... | void function ( Viewport arg0 , Writer arg1 ) { int loc0 = arg0 . getContentWidth ( ) ; int loc1 = arg0 . getContentHeight ( ) ; SVGRenderer loc2 = new SVGRenderer ( loc0 , loc1 , arg1 ) ; arg0 . draw ( loc2 ) ; loc2 . close ( ) ; } |
18,405 | returns the result for the given string . concode_field_sep String ELEMENT_TYPE concode_field_sep Result getOnMatch concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep R... | Result function ( final String arg0 ) { return toResult ( arg0 , null ) ; } |
18,406 | unregister an object . concode_field_sep NoOpMemoryTrimmableRegistry sInstance concode_field_sep void registerMemoryTrimmable concode_elem_sep NoOpMemoryTrimmableRegistry getInstance | void function ( MemoryTrimmable arg0 ) { } |
18,407 | gets the extra information for this android.zipentry . concode_field_sep long compressedSize concode_elem_sep int compressionMethod concode_elem_sep long crc concode_elem_sep int STORED concode_elem_sep int nameLength concode_elem_sep int modDate concode_elem_sep byte[] extra concode_elem_sep String name concode_elem_s... | byte [ ] function ( ) { return extra ; } |
18,408 | sets the fields of the url u to the values of the suppliedarguments . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseURL concode_elem_sep String toExternalForm concode_elem_sep String toExternalForm concode_elem_sep boolean hostsEqual concode_elem_sep int getDefaultPort concode_elem_sep URLConnec... | void function ( URL arg0 , String arg1 , String arg2 , int arg3 , String arg4 , String arg5 , String arg6 , String arg7 , String arg8 ) { if ( this != arg0 . streamHandler ) { throw new SecurityException ( ) ; } arg0 . set ( arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 ) ; } |
18,409 | returns the pressure in millibar . concode_field_sep Double visibility concode_elem_sep Integer humidity concode_elem_sep Double pressure concode_elem_sep String pressureTrend concode_elem_sep Integer uvIndex concode_elem_sep Integer ozone concode_field_sep String getPressureTrend concode_elem_sep Integer getUvIndex co... | Double function ( ) { return pressure ; } |
18,410 | get the bootdiagnostics value . concode_field_sep List<VirtualMachineExtensionInstanceView> extensions concode_elem_sep List<DiskInstanceView> disks concode_elem_sep List<InstanceViewStatus> statuses concode_elem_sep BootDiagnosticsInstanceView bootDiagnostics concode_elem_sep Integer platformUpdateDomain concode_elem_... | BootDiagnosticsInstanceView function ( ) { return this . bootDiagnostics ; } |
18,411 | prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... | void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } |
18,412 | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath | boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... |
18,413 | gets predecessor matrix concode_field_sep int numVertices concode_elem_sep float[][] Dk_minus_one concode_elem_sep float[][] Dk concode_elem_sep int[][] Pk concode_elem_sep int[][] Pk_minus_one concode_field_sep float[][] allPairsShortestPaths concode_elem_sep void initialize | int [ ] [ ] function ( ) { return Pk ; } |
18,414 | removes this state from the graph completely , including all attached transitions . concode_field_sep String LABEL_ACCEPT concode_elem_sep String LABEL_END concode_elem_sep Automaton automaton concode_elem_sep List<Transition> in concode_elem_sep int stateId concode_elem_sep Iterable<Transition> output concode_elem_sep... | void function ( ) { while ( ! in . isEmpty ( ) ) { in . get ( 0 ) . delete ( ) ; } while ( ! out . isEmpty ( ) ) { out . get ( 0 ) . delete ( ) ; } } |
18,415 | returns the network address the instance 's task manager binds its sockets to . concode_field_sep String hostName concode_elem_sep Logger LOG concode_elem_sep long serialVersionUID concode_elem_sep InetAddress inetAddress concode_elem_sep String fqdnHostName concode_elem_sep int dataPort concode_field_sep String getFQD... | InetAddress function ( ) { return this . inetAddress ; } |
18,416 | writes a single byte value 1 byte to the output byte buffer at the given offset . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeInt concode_elem_sep void writeLong concode_elem_sep void writeLong concode_elem_sep long readLong concode... | void function ( ByteBuffer arg0 , int arg1 , byte arg2 ) { arg0 . put ( arg1 , arg2 ) ; } |
18,417 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String client concode_field_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString concode_elem_sep String getClient | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
18,418 | get the sequential support of this rule . concode_field_sep double confidence concode_elem_sep int transactionCount concode_elem_sep int sequentialTransactionCount concode_elem_sep Itemset itemset2 concode_elem_sep Itemset itemset1 concode_field_sep void print concode_elem_sep double getSequentialConfidence concode_ele... | int function ( ) { return sequentialTransactionCount ; } |
18,419 | converts an array of character bytes representing hexadecimal values into an array of bytes of those same values . the returned array will be half the length of the passed array , as it takes two characters to represent any given byte . an exception is thrown if the passed char array has an odd number of elements . con... | byte [ ] function ( final byte [ ] arg0 ) { return decodeHex ( new String ( arg0 , getCharset ( ) ) . toCharArray ( ) ) ; } |
18,420 | the elevations in the request if any concode_field_sep FilterFactory2 ff concode_elem_sep double scaleDenominator concode_elem_sep ReferencedEnvelope bbox concode_elem_sep List<Filter> filters concode_elem_sep CoordinateReferenceSystem requestedCRS concode_elem_sep int maxFeatures concode_elem_sep List<Object> times co... | List < Object > function ( ) { return times ; } |
18,421 | sets the maximum size allowed for multipart/form-data requests . values can use the suffixed `` mb '' or `` kb '' to indicate a megabyte or kilobyte size . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep vo... | void function ( String arg0 ) { this . maxRequestSize = parseSize ( arg0 ) ; } |
18,422 | if a nextpagetoken was returned by a previous call , there are more results available . to retrieve the next page of results , make the call again using the returned token in nextpagetoken . keep all other arguments unchanged . the configured maximumpagesize determines how many results can be returned in a single call ... | WorkflowExecutionInfos function ( String arg0 ) { this . nextPageToken = arg0 ; return this ; } |
18,423 | get the current rate . the exchange rate is the number of bytes exchanged since the last reset and the last input . concode_field_sep Comparator<Rate> RATE_COMPARATOR concode_elem_sep long bytes concode_elem_sep long last concode_elem_sep long reset concode_elem_sep long serialVersionUID concode_field_sep void add conc... | float function ( ) { if ( this . last - this . reset == 0 ) { return 0 ; } return this . bytes / ( ( this . last - this . reset ) / 1000.0f ) ; } |
18,424 | returns true if all required extension dependencies have been meet for this manifestresource object . concode_field_sep int APPLICATION concode_elem_sep int WAR concode_elem_sep ArrayList<Extension> availableExtensions concode_elem_sep String resourceName concode_elem_sep int SYSTEM concode_elem_sep ArrayList<Extension... | boolean function ( ) { if ( requiredExtensions == null ) { return true ; } Iterator < Extension > loc0 = requiredExtensions . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Extension loc1 = loc0 . next ( ) ; if ( ! loc1 . isFulfilled ( ) ) return false ; } return true ; } |
18,425 | gets the single instance of this class . concode_field_sep PropertyEditorFactory instance concode_elem_sep String booleanDisplayValues[] concode_elem_sep String booleanValues[] concode_field_sep String[] getChoiceNames concode_elem_sep String getName concode_elem_sep String getTooltip concode_elem_sep String getDisplay... | PropertyEditorFactory function ( ) { return instance ; } |
18,426 | gets the value of the pdop property . concode_field_sep double magvar concode_elem_sep int dgpsid concode_elem_sep double lat concode_elem_sep String src concode_elem_sep String sym concode_elem_sep List<LinkType> link concode_elem_sep double hdop concode_elem_sep String cmt concode_elem_sep String type concode_elem_se... | double function ( ) { return pdop ; } |
18,427 | sets rest tcp server addresses . concode_field_sep int tcpPort concode_elem_sep Collection<String> tcpAddrs concode_elem_sep Collection<GridClientCacheBean> caches concode_elem_sep Collection<String> tcpHostNames concode_elem_sep long serialVersionUID concode_elem_sep Object consistentId concode_elem_sep GridClientNode... | void function ( Collection < String > arg0 ) { this . tcpAddrs = arg0 ; } |
18,428 | returns the number of password policy rels . concode_field_sep PasswordPolicyRelLocalService _service concode_field_sep com.liferay.portal.kernel.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deletePasswordPolicyRels concode_elem_sep voi... | int function ( ) { return getService ( ) . getPasswordPolicyRelsCount ( ) ; } |
18,429 | report size of vertex set concode_field_sep int numVertices concode_elem_sep List<Integer> vertices concode_elem_sep int numEdges concode_elem_sep Map<Integer,String> vertexLabels concode_elem_sep List<Integer> neighbors concode_field_sep void implementAddVertex concode_elem_sep String getLabel concode_elem_sep int get... | int function ( ) { return numVertices ; } |
18,430 | sets the value of the docs property . concode_field_sep TImage image concode_elem_sep String copyright concode_elem_sep List<TRssItem> item concode_elem_sep BigInteger skipHours concode_elem_sep String lastBuildDate concode_elem_sep String link concode_elem_sep String description concode_elem_sep String generator conco... | void function ( String arg0 ) { this . docs = arg0 ; } |
18,431 | get the raw value that was set using #set int , float , without taking into account any default values . concode_field_sep boolean mHasAliasesSet concode_elem_sep int END concode_elem_sep int LEFT concode_elem_sep int mValueFlags concode_elem_sep int RIGHT concode_elem_sep int ALL concode_elem_sep int TOP concode_elem_... | float function ( int arg0 ) { return mSpacing [ arg0 ] ; } |
18,432 | increment the indentation field concode_field_sep int indentation concode_field_sep void setIndentation concode_elem_sep String getIndentation concode_elem_sep void decrement concode_elem_sep int getCount | void function ( ) { indentation ++ ; } |
18,433 | gets the value of the webresourcename property . concode_field_sep List<DescriptionType> description concode_elem_sep com.wavemaker.tools.webapp.schema.String webResourceName concode_elem_sep List<UrlPatternType> urlPattern concode_elem_sep java.lang.String id concode_elem_sep List<java.lang.String> httpMethod concode_... | com . wavemaker . tools . webapp . schema . String function ( ) { return webResourceName ; } |
18,434 | type 4 function input stream to pars.e concode_field_sep Procedure currentProcedure concode_elem_sep Reader reader concode_elem_sep int TOKEN_EXPRESSION concode_elem_sep int tokenType concode_elem_sep int startTokenPos concode_elem_sep int TOKEN_OPERAND concode_elem_sep int numRead concode_elem_sep char[] buf concode_e... | void function ( InputStream arg0 ) { setReader ( new InputStreamReader ( arg0 ) ) ; } |
18,435 | flag to signal that the caller can or should hangup . a server process with non-daemon threads should set this to false . concode_field_sep ExitStatus OK concode_elem_sep int code concode_elem_sep ExitStatus ERROR concode_elem_sep String name concode_elem_sep boolean hangup concode_field_sep String getName concode_elem... | boolean function ( ) { return this . hangup ; } |
18,436 | triggered when the query is autocompleted . the datum used for autocompletion is passed to the event handler as an argument in addition to the name of the dataset it originated from . concode_field_sep IJSExpression m_aSelector concode_elem_sep JSAnonymousFunction m_aOnAutoCompleted concode_elem_sep ICSSClassProvider T... | HCTypeahead function ( @ Nullable final JSAnonymousFunction arg0 ) { m_aOnAutoCompleted = arg0 ; return this ; } |
18,437 | sets the value of the this property . concode_field_sep String newName concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep String getNewName concode_elem_sep void setNewName | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
18,438 | test method for org.talend.core.model.metadata.metadatatool #copytable org.talend.core.model.metadata.imetadatatable , org.talend.designer.core.model.utils.emf.talendfile.metadatatype . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCopyTableIMetadataTableIMetadataTable concode_elem_sep void testG... | void function ( ) { } |
18,439 | gets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void linkButtonListener concode_elem_sep void imageButtonListener concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void submitButtonListener | String function ( ) { return clicked ; } |
18,440 | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes | boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... |
18,441 | performs a dynamic query on the database and returns an ordered range of the matching rows . 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... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
18,442 | sets the value of the value property . concode_field_sep List<CONFIGURATION.Property> property concode_elem_sep String name concode_elem_sep String description concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep List<CONFIGURATION.Property> getProperty concode_... | void function ( String arg0 ) { this . value = arg0 ; } |
18,443 | get the index of the shard which allocation should be canceled concode_field_sep ParseField COMMAND_NAME_FIELD concode_elem_sep String node concode_elem_sep String NAME concode_elem_sep String index concode_elem_sep int shardId concode_elem_sep boolean allowPrimary concode_field_sep void writeTo concode_elem_sep String... | String function ( ) { return this . index ; } |
18,444 | sets the value of the cityname property . concode_field_sep String cityName concode_elem_sep String cityCode concode_elem_sep long serialVersionUID concode_field_sep String getCityName concode_elem_sep String getCityCode concode_elem_sep void setCityCode | void function ( String arg0 ) { this . cityName = arg0 ; } |
18,445 | call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A... | void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; } |
18,446 | check whether this request is still active that is , not completed yet , throwing an illegalstateexception if not active anymore . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep boolean secure concode_elem_sep Cookie[] cookies co... | void function ( ) { if ( ! this . active ) { throw new IllegalStateException ( "srini_string" ) ; } } |
18,447 | returns a type modelling a map whose keys are of type keytype and whose values are of type valuetype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType ... | ParameterizedType function ( Type arg0 , Type arg1 ) { return newParameterizedType ( Map . class , arg0 , arg1 ) ; } |
18,448 | gets the hashcode for this proxy instance . concode_field_sep SocketAddress address concode_elem_sep Proxy.Type type concode_elem_sep Proxy NO_PROXY concode_field_sep SocketAddress address concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Proxy.Type type | int function ( ) { int loc0 = 0 ; loc0 += type . hashCode ( ) ; if ( address != null ) { loc0 += address . hashCode ( ) ; } return loc0 ; } |
18,449 | returns a particular column 's property . for some subclasses , this may be more efficient than using getcolumnproperties . concode_field_sep HashMap propertyToCellModifier concode_elem_sep ArrayList labelProviderListeners concode_elem_sep HashMap propertyToLabelProvider concode_elem_sep String[] columnProperties conco... | String function ( int arg0 ) { return columnProperties [ arg0 ] ; } |
18,450 | sets the bugset passed in to be the mainbugset , this should always match up with the data set in the bugtreemodel concode_field_sep BugSet cache concode_elem_sep HashMap<SortableValue,Boolean> doneContainsMap concode_elem_sep ArrayList<BugLeafNode> mainList concode_elem_sep HashMap<SortableValue,BugSet> doneMap concod... | void function ( BugSet arg0 ) { mainBugSet = arg0 ; arg0 . sortList ( ) ; arg0 . cacheSortables ( ) ; } |
18,451 | en passant square , or -1 if no ep possible . concode_field_sep long hashKey concode_elem_sep boolean whiteMove concode_elem_sep int A8_CASTLE concode_elem_sep long[] castleHashKeys concode_elem_sep int[] squares concode_elem_sep long whiteHashKey concode_elem_sep int castleMask concode_elem_sep int epSquare concode_el... | int function ( ) { return epSquare ; } |
18,452 | creates an appropriate results object for recording the results of this matcher . the returned results object may use different strategies for recording results , depending on the type of matching being done by this parser . this method is called by parsecontext . the parseresults object returned by this method will be... | ParseResults function ( ParseContext arg0 , int arg1 ) { return new ParseResults ( arg0 , this , arg1 ) ; } |
18,453 | test method for com.flatironschool.javacs.mylinearmap #clear . concode_field_sep Map<String,Integer> map concode_field_sep void testContainsValue concode_elem_sep void testKeySet concode_elem_sep void testGet concode_elem_sep void testIsEmpty concode_elem_sep void testRemove concode_elem_sep void testSize concode_elem_... | void function ( ) { map . clear ( ) ; assertThat ( map . size ( ) , is ( 0 ) ) ; } |
18,454 | see the note on equality on the include class documentation concode_field_sep boolean myRecurse concode_elem_sep boolean myImmutable concode_elem_sep String myValue concode_field_sep String getParamName concode_elem_sep String getParamTargetType concode_elem_sep Include withType concode_elem_sep boolean isRecurse conco... | int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; loc1 = loc0 * loc1 + ( myRecurse ? 1231 : 1237 ) ; loc1 = loc0 * loc1 + ( ( myValue == null ) ? 0 : myValue . hashCode ( ) ) ; return loc1 ; } |
18,455 | show an android.app.alertdialog with an ` ok ' button and a message . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean verifySampleSetup concode_elem_sep boolean resolveConnectionFailure concode_elem_sep void showActivityResultError concode_elem_sep Dialog makeSimpleDialog concode_elem_sep Dialog mak... | void function ( Activity arg0 , String arg1 ) { ( new AlertDialog . Builder ( arg0 ) ) . setMessage ( arg1 ) . setNeutralButton ( android . R . string . ok , null ) . create ( ) . show ( ) ; } |
18,456 | set the selected state , meaning that this instance or one of the child abstracttext objects has a selected state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep... | void function ( boolean arg0 ) { this . hasSelected = arg0 ; } |
18,457 | gets the type of ambarievent . concode_field_sep AmbariEventType m_eventType concode_field_sep String toString | AmbariEventType function ( ) { return m_eventType ; } |
18,458 | returns population for every village . concode_field_sep int villagePopulation[] concode_elem_sep int NUM_VILLAGES_OVERALL concode_elem_sep int currentBiomeY concode_elem_sep int currentBiomeX concode_elem_sep int villageNum concode_elem_sep int villageProfessions[][] concode_elem_sep World world concode_elem_sep int c... | int [ ] function ( ) { return villagePopulation ; } |
18,459 | gets the expression of this messageselector . concode_field_sep Expression expression concode_field_sep String toString concode_elem_sep boolean matches | Expression function ( ) { return expression ; } |
18,460 | sets the value of the delegateusername property . concode_field_sep Integer approverUserObjectId concode_elem_sep String delegateUserName concode_elem_sep Integer projectObjectId concode_elem_sep String delegateUserEmailAddress concode_elem_sep String approverUserName concode_elem_sep Integer delegateUserObjectId conco... | void function ( String arg0 ) { this . delegateUserName = arg0 ; } |
18,461 | get token beginning column number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_elem_sep i... | int function ( ) { return bufcolumn [ tokenBegin ] ; } |
18,462 | returns the cache control directives for this response . this is never null , even if this response contains no cache-control header . concode_field_sep Request request concode_elem_sep Handshake handshake concode_elem_sep Headers.Builder headers concode_elem_sep int code concode_elem_sep long sentRequestAtMillis conco... | CacheControl function ( ) { CacheControl loc0 = cacheControl ; return loc0 != null ? loc0 : ( cacheControl = CacheControl . parse ( headers ) ) ; } |
18,463 | gets the criterion list . concode_field_sep List<Criterion> criterionList concode_elem_sep long serialVersionUID concode_field_sep void setCriterionList | List < Criterion > function ( ) { return criterionList ; } |
18,464 | returns a copy of the specified subrange of the specified array that is literally an object , and not e.g. a string . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep void swap conco... | Object [ ] function ( Object [ ] arg0 , int arg1 , int arg2 ) { checkPositionIndexes ( arg1 , arg1 + arg2 , arg0 . arg2 ) ; if ( arg2 == 0 ) { return EMPTY_ARRAY ; } Object [ ] loc0 = new Object [ arg2 ] ; System . arraycopy ( arg0 , arg1 , loc0 , 0 , arg2 ) ; return loc0 ; } |
18,465 | stops everything at outputlocation and creates the optimized collection . concode_field_sep AnalyzeStack analyzeStack concode_elem_sep Map<Entry,Integer> running concode_elem_sep Set<K> nonactives concode_elem_sep List<Level> levels concode_elem_sep Set<Entry> actives concode_elem_sep int levelCount concode_elem_sep Ra... | RangedCollection < T > function ( int arg0 ) { levelCount = 0 ; levels . clear ( ) ; for ( Map . Entry < Entry , Integer > loc0 : running . entrySet ( ) ) { put ( loc0 . getValue ( ) . intValue ( ) , arg0 , loc0 . getKey ( ) . value ) ; } running . clear ( ) ; collection . optimize ( ) ; return collection ; } |
18,466 | the arn specifying the resource group that is associated with the application . concode_field_sep String resourceGroupArn concode_elem_sep String applicationArn concode_elem_sep String applicationName concode_field_sep String getApplicationName concode_elem_sep String getResourceGroupArn concode_elem_sep Application wi... | void function ( String arg0 ) { this . resourceGroupArn = arg0 ; } |
18,467 | returns email concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String temporaryPassword concode_elem_sep String displayName concode_elem_sep Date validUntil concode_elem_sep String description concode_elem_sep List<Group> groups concode_elem_sep long serialVersionUID concode_elem_sep... | String function ( ) { return this . email ; } |
18,468 | generate a group of metrics to iterate over in the form of a set of strings e.g. prefixes . if the metrics to be exported partition into groups identified by a string , subclasses should override this method . otherwise the default should be fine iteration over all metrics . concode_field_sep Log logger concode_elem_se... | Iterable < String > function ( ) { return Collections . singleton ( "srini_string" ) ; } |
18,469 | gets the value of the addressline2 property . concode_field_sep String addressLine1 concode_elem_sep String addressLine2 concode_field_sep void setAddressLine1 concode_elem_sep Address withAddressLine2 concode_elem_sep void setAddressLine2 concode_elem_sep String getAddressLine1 concode_elem_sep Address withAddressLine... | String function ( ) { return addressLine2 ; } |
18,470 | returns supported systems . concode_field_sep String author concode_elem_sep String name concode_elem_sep String supportedSystems concode_elem_sep String description concode_elem_sep String skinClass concode_elem_sep List<ComponentStyle> styles concode_elem_sep String id concode_elem_sep Map<SupportedComponent,Map<Stri... | String function ( ) { return supportedSystems ; } |
18,471 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se... | void function ( PathMatchConfigurer arg0 ) { } |
18,472 | the allocation id uniquely identifying an allocation , note , if it is relocation the #getrelocationid need to be taken into account as well . concode_field_sep String id concode_elem_sep String relocationId concode_field_sep void writeTo concode_elem_sep String getRelocationId concode_elem_sep int hashCode concode_ele... | String function ( ) { return id ; } |
18,473 | checks , whether the url points to the same service . a service is equal if the protocol , host and port are equal . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep boolean isPath concode_elem_sep String createRelativeURL concode_elem_sep void copy... | boolean function ( final URL arg0 , final URL arg1 ) { if ( ! arg0 . getProtocol ( ) . equals ( arg1 . getProtocol ( ) ) ) { return false ; } if ( ! arg0 . getHost ( ) . equals ( arg1 . getHost ( ) ) ) { return false ; } if ( arg0 . getPort ( ) != arg1 . getPort ( ) ) { return false ; } return true ; } |
18,474 | creates a new dummy . concode_field_sep PlaceHolder placeHolder concode_field_sep T stub | T function ( Class < T > arg0 ) { return mock ( arg0 ) ; } |
18,475 | get body of chat message concode_field_sep String owner concode_elem_sep String urlRegexp concode_elem_sep String cleanRegexp concode_elem_sep String href_1 concode_elem_sep String href_2 concode_elem_sep String href_1b concode_elem_sep String bodyRegexp concode_elem_sep String firstRegexp concode_elem_sep ChatChannel ... | String function ( ) { return body ; } |
18,476 | installs test files if files have not been installed . concode_field_sep String TEST_FILE_ASSET_PATH concode_elem_sep String TAG concode_field_sep void install concode_elem_sep boolean areFilesInstalled concode_elem_sep void copyTestFile concode_elem_sep String getInstalledPath | void function ( Context arg0 ) { if ( areFilesInstalled ( arg0 ) ) { return ; } try { install ( arg0 , TEST_FILE_ASSET_PATH ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } |
18,477 | returns a salted pbkdf2 hash of the password . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_elem_sep int ITERATION_INDEX concode_elem_sep int SALT_BYTE_SIZE concode_elem_sep int PBKDF2_INDEX concode_elem_sep String PBKDF2_ALGORITHM concode_field_sep... | String function ( String arg0 ) { return createHash ( arg0 . toCharArray ( ) ) ; } |
18,478 | returns the mask for a given color , a piece , and two different squares . this is a convenience method that simply xors the two , and it is typically used by a piece moving from one square to another . concode_field_sep Map<Color,Map<Piece,Long[]>> masks concode_field_sep long getMaskTurn concode_elem_sep long getMask... | long function ( Color arg0 , Piece arg1 , int arg2 , int arg3 ) { return this . getMask ( arg0 , arg1 , arg2 ) ^ this . getMask ( arg0 , arg1 , arg3 ) ; } |
18,479 | encode to a morton long value from a given geohash long value concode_field_sep int PRECISION concode_elem_sep String BASE_32_STRING concode_elem_sep short MORTON_OFFSET concode_elem_sep char[] BASE_32 concode_field_sep char encode concode_elem_sep long longEncode concode_elem_sep long longEncode concode_elem_sep long ... | long function ( final long arg0 ) { final int loc0 = ( int ) ( arg0 & 15 ) ; final short loc1 = ( short ) ( loc0 & 1 ) ; return BitUtil . flipFlop ( ( arg0 >>> 4 ) << loc1 ) << ( ( ( 12 - loc0 ) * 5 ) + ( MORTON_OFFSET - loc1 ) ) ; } |
18,480 | check if details are parsed . concode_field_sep ContainerBox parent concode_elem_sep ByteBuffer deadBytes concode_elem_sep byte[] userType concode_elem_sep Logger LOG concode_elem_sep String type concode_elem_sep ByteBuffer content concode_field_sep ContainerBox getParent concode_elem_sep byte[] getUserType concode_ele... | boolean function ( ) { return content == null ; } |
18,481 | sets the value of the lastmodifieddatetime property . concode_field_sep String previewUrl concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep Size size concode_elem_sep List<BaseCustomFieldValue> customFieldValues concode_elem_sep String name concode_elem_sep List<AppliedLabel> appliedLabels concode_elem_se... | void function ( DateTime arg0 ) { this . lastModifiedDateTime = arg0 ; } |
18,482 | gets the value of the ponto property . concode_field_sep String ponto concode_field_sep void setPonto | String function ( ) { return ponto ; } |
18,483 | is this a directory ? concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EMPTY_NAME concode_el... | boolean function ( ) { return isdir ; } |
18,484 | returns whether snowball is present or not , i.e. whether the classes are in the classpath or not concode_field_sep String PACKAGE concode_elem_sep Method m_StemMethod concode_elem_sep Object m_Stemmer concode_elem_sep Method m_GetCurrentMethod concode_elem_sep boolean m_Present concode_elem_sep long serialVersionUID c... | boolean function ( ) { return m_Present ; } |
18,485 | a helper api for creating an audit log for a failure event . concode_field_sep String KEY_VAL_SEPARATOR concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep Log LOG concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void add concode_elem_sep void... | String function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { StringBuilder loc0 = new StringBuilder ( ) ; start ( Keys . USER , arg0 , loc0 ) ; addRemoteIP ( loc0 ) ; add ( Keys . OPERATION , arg1 , loc0 ) ; add ( Keys . TARGET , arg3 , loc0 ) ; add ( Keys . RESULT , AuditConstants . FAILUR... |
18,486 | checks if a variable exists or not , in this scope or any parents . concode_field_sep Locals parent concode_elem_sep String THIS concode_elem_sep Map<String,Variable> variables concode_elem_sep Set<String> keywords concode_elem_sep Map<MethodKey,Method> methods concode_elem_sep int slot concode_elem_sep boolean used co... | boolean function ( String arg0 ) { Variable loc0 = lookupVariable ( null , arg0 ) ; if ( loc0 != null ) { return true ; } if ( parent != null ) { return parent . hasVariable ( arg0 ) ; } return false ; } |
18,487 | gets the value of the expirationdate property . concode_field_sep String track2Data concode_elem_sep String encryptedPin concode_elem_sep String cardAliasName concode_elem_sep String fullName concode_elem_sep String securityCode concode_elem_sep long serialVersionUID concode_elem_sep PaymentCardTypeEnum type concode_el... | JAXBElement < XMLGregorianCalendar > function ( ) { return expirationDate ; } |
18,488 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Object parent concode_elem_sep List<Object> content concode_field_sep List<Object> getParagraphContent concode_elem_sep void afterUnmarshal concode_elem_sep List<Object> getContent concode_elem_sep void setParent | Object function ( ) { return this . parent ; } |
18,489 | return the matching entries for each filter in the same order the filter where passed concode_field_sep String unqualifiedJarName concode_elem_sep Set<JavaElementFilter> packageFilters concode_elem_sep Set<JavaElementFilter> classFilters concode_elem_sep Set[] entries concode_elem_sep EntityManagerMessageLogger LOG con... | Set [ ] function ( ) { if ( ! done ) { if ( filters . size ( ) > 0 ) doProcessElements ( ) ; done = true ; } return entries ; } |
18,490 | create the conversionservice instance returned by this factory bean . creates a simple genericconversionservice instance by default.subclasses may override to customize the conversionservice instance that gets created . concode_field_sep Set<?> converters concode_elem_sep GenericConversionService conversionService conc... | GenericConversionService function ( ) { return new DefaultConversionService ( ) ; } |
18,491 | get custom deserializer concode_field_sep com.intellij.tasks.mantis.model.ObjectRef field concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String getVa... | 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,492 | sets the maximum number of phrases the fvh will consider if the field does n't also define phraselimit . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_elem_sep T setHighlighterNumOfFragments concod... | T function ( Integer arg0 ) { highlightBuilder ( ) . arg0 ( arg0 ) ; return ( T ) this ; } |
18,493 | alternate way of calling isrepeatable concode_field_sep boolean language concode_elem_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String LanguageName concode_elem_sep String dcElement concode_elem_sep String dcSchema ... | boolean function ( ) { return isRepeatable ( ) ; } |
18,494 | creates two md5token objects with different auth_values and authenticates one against the other uses an md5 hash type test fails if an exception is thrown or authentication passes concode_field_sep PlaceHolder placeHolder concode_field_sep void testSimpleTokenMismatch concode_elem_sep void testAuthHeader concode_elem_s... | void function ( ) { MD5Token loc0 = new MD5Token ( ) ; loc0 . setAuthValue ( "srini_string" ) ; loc0 . setHashType ( "srini_string" ) ; MD5Token loc1 = new MD5Token ( ) ; loc1 . setAuthValue ( "srini_string" ) ; loc1 . setHashType ( "srini_string" ) ; assert ! loc0 . authenticate ( loc1 , null ) ; } |
18,495 | encode all the axis to a short system that can be read by wpilib . this is to a resolution of 128 in either direction . concode_field_sep boolean[] buttons concode_elem_sep int[] povs concode_elem_sep int buttonCount concode_elem_sep double[] axisV concode_field_sep int[] getPOVs concode_elem_sep boolean[] getButtons c... | short [ ] function ( ) { short [ ] loc0 = new short [ axisV . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( short ) ( axisV [ loc1 ] * 127 ) ; } return loc0 ; } |
18,496 | apply the luminance concode_field_sep PlaceHolder placeHolder concode_field_sep AndroidImage process concode_elem_sep int truncate | int function ( int arg0 , int arg1 , int arg2 ) { return ( int ) ( ( 0.299 * arg0 ) + ( 0.58 * arg1 ) + ( 0.11 * arg2 ) ) ; } |
18,497 | returns the index of the first occurrence of the specified chapter in sub chapters list . concode_field_sep VariantMap attributes concode_elem_sep boolean cleaned concode_elem_sep Text text concode_elem_sep WeakReference<Chapter> parent concode_elem_sep Set<Consumer<? super Chapter>> cleaners concode_elem_sep List<Chap... | int function ( @ NonNull Chapter arg0 ) { return arg0 . getParent ( ) != this ? - 1 : chapters . indexOf ( arg0 ) ; } |
18,498 | sets the value of the rval property . concode_field_sep LiveStreamEventPage rval concode_field_sep LiveStreamEventPage getRval | void function ( LiveStreamEventPage arg0 ) { this . rval = arg0 ; } |
18,499 | sets our preferred size concode_field_sep String signerLocation concode_elem_sep InputStream visibleSignature concode_elem_sep boolean visualSignEnabled concode_elem_sep int preferredSize concode_elem_sep PDVisibleSignDesigner pdVisibleSignature concode_elem_sep int page concode_elem_sep String signatureReason concode_... | PDVisibleSigProperties function ( int arg0 ) { this . preferredSize = arg0 ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.