idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
12,000 | setter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund... | void function ( Locale arg0 ) { synchronized ( mutex ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } locale = arg0 ; } } |
12,001 | returns the refresh rate , in hertz . this may be refresh_rate_unknown . concode_field_sep int refreshRate concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep int REFRESH_RATE_UNKNOWN concode_elem_sep int BIT_DEPTH_MULTI concode_elem_sep int height concode_field_sep int getHeight concode_elem_sep ... | int function ( ) { return refreshRate ; } |
12,002 | gets the absolute path to the grammar file . concode_field_sep String parserDirectory concode_elem_sep File sourceDirectory concode_elem_sep String grammarFile concode_elem_sep String parserFile concode_elem_sep String parserPackage concode_elem_sep String parserName concode_field_sep String resolvePackageName concode_... | File function ( ) { return new File ( this . sourceDirectory , this . grammarFile ) ; } |
12,003 | returns blob data as an array of bytes concode_field_sep byte[] blobData concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep void truncate concode_elem_sep InputStream getBinaryStream concode_elem_sep long length concode_elem_sep OutputStream setBinaryStream concode_elem_sep long position conc... | byte [ ] function ( long arg0 , int arg1 ) { byte [ ] loc0 = new byte [ arg1 ] ; System . arraycopy ( blobData , ( int ) ( arg0 - 1 ) , loc0 , 0 , arg1 ) ; return loc0 ; } |
12,004 | returns the chi2 for the incremented parameters . concode_field_sep double chi2 concode_elem_sep double step concode_elem_sep NumericGrid data concode_elem_sep double lambdaFactor concode_elem_sep NumericGrid values concode_elem_sep boolean NUMERICAL_DERIVATIVE concode_elem_sep int[] dim concode_elem_sep NumericGrid we... | double function ( ) { return getChi2 ( this . parametersIncremented ) ; } |
12,005 | gets the seconds value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getMonthWithJanuaryAsOne concode_elem_sep void ... | int function ( ) { return seconds ; } |
12,006 | always returns true . this method was intended to indicate if the pool was enabled , however , in this implementation that is not relavant . concode_field_sep Method getConnectionWithArgs concode_elem_sep String user concode_elem_sep Object jdbcSource concode_elem_sep String pwd concode_elem_sep Method getConnection co... | boolean function ( ) { return true ; } |
12,007 | initialize the start point . concode_field_sep Point start concode_elem_sep Point end concode_elem_sep double slope concode_field_sep boolean isIntersecting concode_elem_sep Point closestIntersectionToStartOfLine concode_elem_sep double getSlope concode_elem_sep Point middle concode_elem_sep Point intersectionWith conc... | Point function ( ) { return start ; } |
12,008 | retrieves the next available sql segment as a string . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolea... | Object function ( ) { String loc0 = null ; if ( this . hasNext ( ) ) { loc0 = this . segment ; this . segment = null ; } if ( loc0 == null ) { throw new NoSuchElementException ( ) ; } return loc0 ; } |
12,009 | reads from the error stream and returns the error reason . concode_field_sep HttpsURLConnection connection concode_elem_sep byte[] body concode_field_sep void setReadTimeoutMillis concode_elem_sep void setRequestMethod concode_elem_sep void setRequestHeader concode_elem_sep Map<String,List<String>> getResponseHeaders c... | byte [ ] function ( ) { InputStream loc0 = this . connection . getErrorStream ( ) ; byte [ ] loc1 = new byte [ 0 ] ; if ( loc0 != null ) { loc1 = readInputStream ( loc0 ) ; loc0 . close ( ) ; } return loc1 ; } |
12,010 | test if this is the last metadata block . concode_field_sep int METADATA_TYPE_APPLICATION concode_elem_sep int METADATA_TYPE_VORBIS_COMMENT concode_elem_sep int METADATA_TYPE_PADDING concode_elem_sep int METADATA_TYPE_CUESHEET concode_elem_sep boolean isLast concode_elem_sep int METADATA_TYPE_STREAMINFO concode_elem_se... | boolean function ( ) { return isLast ; } |
12,011 | sets the bit specified by the index to false . concode_field_sep int ADDRESS_BITS_PER_WORD concode_elem_sep int BITS_PER_WORD concode_elem_sep int size concode_elem_sep long WORD_MASK concode_elem_sep long[] words concode_field_sep int nextClearBit concode_elem_sep boolean set concode_elem_sep void set concode_elem_sep... | void function ( int arg0 ) { if ( arg0 < 0 || arg0 >= size ) throw new IndexOutOfBoundsException ( "srini_string" + arg0 ) ; int loc0 = loc0 ( arg0 ) ; words [ loc0 ] &= ~ ( 1L << arg0 ) ; } |
12,012 | called when the cursor hotspot moves outside of a drop site which will accept the drag . this could also happen if the drop site is no longer active , or no longer accepts the drag . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragEnter concode_elem_sep void dragOver concode_elem_sep void dropActio... | void function ( DropTargetEvent arg0 ) { } |
12,013 | getter for the device id . concode_field_sep AzureHubType targetHubType concode_elem_sep long TOKEN_VALID_SECS concode_elem_sep int DEFAULT_MESSAGE_LOCK_TIMEOUT_SECS concode_elem_sep Object messageContext concode_elem_sep int DEFAULT_READ_TIMEOUT_MILLIS concode_elem_sep String iotHubName concode_elem_sep String deviceK... | String function ( ) { return this . deviceId ; } |
12,014 | removing average static consumption from debug data and replacing with `` real '' static consumption from debug table by temperature concode_field_sep int ACC_OFFSET concode_elem_sep double soc concode_elem_sep double CAPACITY concode_elem_sep int[][] driveFrequency concode_elem_sep int temperature concode_elem_sep lon... | void function ( int arg0 ) { temperature = arg0 ; long loc0 = powerArray [ 0 ] ; for ( int loc1 = 0 ; loc1 < powerArray . length ; loc1 ++ ) { powerArray [ loc1 ] -= loc0 ; powerArray [ loc1 ] += tempArray [ TEMP_OFFSET + arg0 ] ; } } |
12,015 | a convenience shorthand for sessiondata #remove class . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_elem_sep Operation set concode_e... | Operation function ( Class < ? > arg0 ) { return getData ( ) . operation ( d -> d . remove ( arg0 ) ) ; } |
12,016 | sets the reolving parent for this set . when looking up an attribute , if it is not found in this set , then the resolving parent is also used for the lookup . note that the parent is stored as an attribute , and will contribute 1 to the count returned by #getattributecount . concode_field_sep AttributeSet EMPTY concod... | void function ( AttributeSet arg0 ) { addAttribute ( ResolveAttribute , arg0 ) ; } |
12,017 | runs the tear down tasks in the reverse of the order in which they were chained . concode_field_sep Queue<Runnable> setups concode_elem_sep Queue<Runnable> teardowns concode_field_sep void runSetupTasks concode_elem_sep void chainSetupTask concode_elem_sep void chainTearDownTask | void function ( ) { while ( ! teardowns . isEmpty ( ) ) { teardowns . remove ( ) . run ( ) ; } } |
12,018 | tests if the directory contains the essential root file for a daisy book currently it 's limited to checking for daisy 2.02 books . concode_field_sep String DEFAULT_ROOT_FOLDER concode_elem_sep String PREFS_FILE concode_elem_sep String LAST_BOOK concode_elem_sep String OPT_ROOT_FOLDER concode_field_sep String getNccFil... | boolean function ( File arg0 ) { if ( ! arg0 . isDirectory ( ) ) { return false ; } if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return true ; } if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return true ; } return false ; } |
12,019 | reverse mercator projection of point at given zoom level concode_field_sep double DEG2RAD concode_field_sep double tile2lat concode_elem_sep BoundingBoxE6 getBoundingBoxFromPointInMapTile concode_elem_sep Point projectGeoPoint concode_elem_sep Point projectGeoPoint concode_elem_sep Point projectGeoPoint concode_elem_se... | GeoPoint function ( final int arg0 , final int arg1 , final int arg2 ) { return new GeoPoint ( ( int ) ( tile2lat ( arg1 , arg2 ) * 1E6 ) , ( int ) ( tile2lon ( arg0 , arg2 ) * 1E6 ) ) ; } |
12,020 | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine | ITimedStatemachine function ( ) { return statemachine ; } |
12,021 | returns the osgi service identifier . concode_field_sep PortletService _service concode_field_sep com.liferay.portal.model.Portlet updatePortlet concode_elem_sep com.liferay.portal.kernel.json.JSONArray getWARPortlets concode_elem_sep PortletService getService | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
12,022 | stops playing concode_field_sep int INTERNAL_BUFFER_SIZE concode_elem_sep boolean DEBUG concode_elem_sep AudioInputStream audio_input_stream concode_elem_sep TargetDataLine target_line concode_field_sep void play concode_elem_sep void init concode_elem_sep void println concode_elem_sep void print concode_elem_sep void ... | void function ( ) { if ( target_line . isOpen ( ) ) target_line . stop ( ) ; else { System . err . print ( "srini_string" ) ; } } |
12,023 | sets path to dictionary . concode_field_sep int sampleRate concode_elem_sep String acousticModelPath concode_elem_sep String grammarPath concode_elem_sep String grammarName concode_elem_sep String dictionaryPath concode_elem_sep String languageModelPath concode_elem_sep boolean useGrammar concode_field_sep String getGr... | void function ( String arg0 ) { this . dictionaryPath = arg0 ; } |
12,024 | parse a providername from a string . concode_field_sep Map<String,LocationConfig> locationConfigs concode_elem_sep Logger logger concode_elem_sep Map<ProviderName,ProviderConfig> providerConfigs concode_elem_sep boolean valid concode_field_sep void parseApiKey concode_elem_sep Collection<LocationConfig> getAllLocationC... | ProviderName function ( String arg0 ) { ProviderName loc0 = ProviderName . parse ( arg0 ) ; if ( loc0 == null ) { throw new ConfigurationException ( "srini_string" , "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } |
12,025 | setter for the precursor mz concode_field_sep HashMap iPeaks concode_elem_sep int iCharge concode_elem_sep double iPrecursorMZ concode_field_sep int getCharge concode_elem_sep double getPrecursorMZ concode_elem_sep HashMap getPeaks concode_elem_sep int compareTo concode_elem_sep double getIntensity concode_elem_sep voi... | void function ( double arg0 ) { this . iPrecursorMZ = arg0 ; } |
12,026 | sets the font size of the human-readable part . concode_field_sep String fontName concode_elem_sep Double quietZoneVertical concode_elem_sep boolean doQuietZone concode_elem_sep double quietZone concode_elem_sep double height concode_elem_sep double moduleWidth concode_elem_sep HumanReadablePlacement msgPos concode_ele... | void function ( double arg0 ) { this . fontSize = arg0 ; } |
12,027 | get a reference to the nativelibraryloader concode_field_sep String sharedLibraryName concode_elem_sep String tempFilePrefix concode_elem_sep NativeLibraryLoader instance concode_elem_sep String jniLibraryName concode_elem_sep String jniLibraryFileName concode_elem_sep String tempFileSuffix concode_elem_sep boolean ini... | NativeLibraryLoader function ( ) { return instance ; } |
12,028 | returns the head of the doubly linked list . concode_field_sep DLLNode next concode_elem_sep DLLNode head concode_elem_sep int length concode_elem_sep int data concode_elem_sep DLLNode prev concode_elem_sep DLLNode tail concode_field_sep DLLNode deleteFromTheEnd concode_elem_sep void setTail concode_elem_sep DLLNode ge... | DLLNode function ( ) { return head ; } |
12,029 | log a debug message . concode_field_sep int LEVEL_WARN concode_elem_sep int level concode_elem_sep int LEVEL_FATAL concode_elem_sep String LEVEL_INFO_STR concode_elem_sep String LEVEL_TRACE_STR concode_elem_sep int LEVEL_TRACE concode_elem_sep int LEVEL_NONE concode_elem_sep int LEVEL_ERROR concode_elem_sep String LEVE... | void function ( final Object arg0 ) { debug ( arg0 , null ) ; } |
12,030 | information about the runs . concode_field_sep String nextToken concode_elem_sep java.util.List<Run> runs concode_field_sep ListRunsResult withRuns concode_elem_sep ListRunsResult withRuns concode_elem_sep void setRuns concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals conc... | java . util . List < Run > function ( ) { return runs ; } |
12,031 | returns a bigarrays instance for this engine concode_field_sep Path translogPath concode_elem_sep ByteSizeValue DEFAULT_BUFFER_SIZE concode_elem_sep IndexSettings indexSettings concode_elem_sep ShardId shardId concode_elem_sep BigArrays bigArrays concode_elem_sep ByteSizeValue bufferSize concode_field_sep ByteSizeValue... | BigArrays function ( ) { return bigArrays ; } |
12,032 | logs the given message and throwable at the ` debug ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_ele... | void function ( Object arg0 , Throwable arg1 ) { logInternal ( DEBUG , arg0 , arg1 ) ; } |
12,033 | return the number of columns in this result set . valid once we 've seen the first row , so subclasses can use it during processing concode_field_sep String[] columnNames concode_elem_sep int[] columnTypes concode_elem_sep int rowCount concode_elem_sep int columnCount concode_field_sep int[] getColumnTypes concode_elem... | int function ( ) { return columnCount ; } |
12,034 | get the return type from a method . concode_field_sep String field concode_elem_sep Class<?> theClass concode_field_sep Method getFromStringConverter concode_elem_sep Method getToStringConverter concode_elem_sep Method getSetMethod concode_elem_sep String getter concode_elem_sep Method getGetMethod concode_elem_sep voi... | Class < ? > function ( Method arg0 ) { Class < ? > loc0 ; try { loc0 = arg0 . getReturnType ( ) ; } catch ( Exception loc1 ) { throw new IllegalArgumentException ( theClass . getName ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + loc1 . toString ( ) ) ; } return loc0 ; } |
12,035 | closes the csv file . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData | void function ( ) { this . writer . close ( ) ; } |
12,036 | the name of the replaceable item . concode_field_sep String name concode_elem_sep java.util.List<ReplaceableAttribute> attributes concode_field_sep ReplaceableItem withAttributes concode_elem_sep ReplaceableItem withAttributes concode_elem_sep String getName concode_elem_sep java.util.List<ReplaceableAttribute> getAttr... | void function ( String arg0 ) { this . name = arg0 ; } |
12,037 | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost c... | void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } |
12,038 | sets the value of the enddate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep long serialVersionUID concode_elem_sep String categoryCode concode_elem_sep XMLGregorianCalendar startDate concode_elem_sep String typeCode concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep void s... | void function ( XMLGregorianCalendar arg0 ) { this . endDate = arg0 ; } |
12,039 | convert a dataset feature vector to a labeled point concode_field_sep PlaceHolder placeHolder concode_field_sep INDArray toMatrix concode_elem_sep Matrix toMatrix concode_elem_sep JavaRDD<LabeledPoint> fromDataSet concode_elem_sep INDArray toVector concode_elem_sep Vector toVector concode_elem_sep LabeledPoint pointOf ... | LabeledPoint function ( DataSet arg0 ) { if ( ! arg0 . getFeatureMatrix ( ) . isVector ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } Vector loc0 = toVector ( arg0 . getFeatureMatrix ( ) . dup ( ) ) ; double loc1 = Nd4j . getBlasWrapper ( ) . iamax ( arg0 . getLabels ( ) ) ; return new LabeledPoint (... |
12,040 | this method sets the log writer being used by jdbc drivers . this is a system-wide parameter that affects all drivers . note that since there is no way to retrieve a printstream from a printwriter , this method can not set the log stream in use by jdbc . thus any older drivers may not see this setting . concode_field_s... | void function ( PrintWriter arg0 ) { DriverManager . log_writer = arg0 ; } |
12,041 | return type metadata object concode_field_sep java.lang.String code concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer ge... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
12,042 | dispose all of the cached font 's . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concode... | void function ( ) { for ( Font loc0 : m_fontMap . values ( ) ) { loc0 . dispose ( ) ; } m_fontMap . clear ( ) ; for ( Font loc0 : m_fontToBoldFontMap . values ( ) ) { loc0 . dispose ( ) ; } m_fontToBoldFontMap . clear ( ) ; } |
12,043 | indicates whether or not the specified modifiers contain the private modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_... | boolean function ( int arg0 ) { return ( ( arg0 & PRIVATE ) != 0 ) ; } |
12,044 | return an enum for next configuration element . concode_field_sep String bindingConfig concode_elem_sep String[] configElements concode_elem_sep int idx concode_field_sep String next concode_elem_sep String getBindingConfig concode_elem_sep Map<String,String> parseOptions concode_elem_sep boolean hasNext concode_elem_s... | T function ( Class < T > arg0 , String arg1 ) { try { return Enum . valueOf ( arg0 , next ( ) . toUpperCase ( ) ) ; } catch ( Exception loc0 ) { throw new BindingConfigParseException ( String . format ( "srini_string" , arg1 , getBindingConfig ( ) ) ) ; } } |
12,045 | get the tprotocol being used as the output write protocol . concode_field_sep TProtocol oprot_ concode_elem_sep TProtocol iprot_ concode_elem_sep int seqid_ concode_field_sep void receiveBase concode_elem_sep TProtocol getInputProtocol concode_elem_sep void sendBase | TProtocol function ( ) { return this . oprot_ ; } |
12,046 | the total size of all unique attribute names in the domain , in bytes . concode_field_sep Integer attributeNameCount concode_elem_sep Integer attributeValueCount concode_elem_sep Long attributeValuesSizeBytes concode_elem_sep Long itemNamesSizeBytes concode_elem_sep Long attributeNamesSizeBytes concode_elem_sep Integer... | Long function ( ) { return attributeNamesSizeBytes ; } |
12,047 | returns the length of the string in the @linkplain locale #getdefault default locale . this is the length of the string returned by #tostring . concode_field_sep String defaultValue concode_field_sep void ensureNonNull concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep CharSequence subSe... | int function ( ) { if ( defaultValue == null ) { defaultValue = toString ( ) ; if ( defaultValue == null ) { return 0 ; } } return defaultValue . length ( ) ; } |
12,048 | returns true , if the audio device is opened , false otherwise . concode_field_sep boolean opened concode_elem_sep int BUFFER_SIZE concode_elem_sep boolean mute concode_elem_sep int volume concode_elem_sep SourceDataLine sourceDataLine concode_elem_sep boolean playing concode_field_sep void play concode_elem_sep void s... | boolean function ( ) { return opened ; } |
12,049 | make the filter ready to process the next request . concode_field_sep ByteChunk END_CHUNK concode_elem_sep OutputBuffer buffer concode_elem_sep byte[] chunkLength concode_elem_sep ByteChunk chunkHeader concode_field_sep void setBuffer concode_elem_sep void setResponse concode_elem_sep long end concode_elem_sep int doWr... | void function ( ) { } |
12,050 | setpop3response concode_field_sep Integer m_pop3Port concode_elem_sep String m_pop3Response concode_elem_sep Integer m_imapPort concode_elem_sep String m_imapResponse concode_field_sep String connectAndGetResponse concode_elem_sep String getImapResponse concode_elem_sep String getPop3Response concode_elem_sep void setP... | void function ( String arg0 ) { m_pop3Response = arg0 ; } |
12,051 | the callback called when the sate of a monitoring system changes . geofencehardware #monitoring_type_gps_hardware is an example of a monitoring system . geofencehardware #monitor_currently_available is an example of a monitoring status . geofencehardware #source_technology_gnss is an example of a source.this callback m... | void function ( GeofenceHardwareMonitorEvent arg0 ) { } |
12,052 | determine if the noop header should be sent . concode_field_sep String password concode_elem_sep String formatNamespace concode_elem_sep Logger log concode_elem_sep boolean md5 concode_elem_sep String TYPE_MULTI_POST concode_elem_sep boolean checksumError concode_elem_sep String username concode_elem_sep String TYPE_SE... | boolean function ( ) { return noOp ; } |
12,053 | flag if the address should be extended concode_field_sep boolean extendAddress concode_elem_sep boolean demandAck concode_elem_sep boolean threePhase concode_elem_sep Command command concode_field_sep void setDemandAckTo concode_elem_sep int getSecondParameter concode_elem_sep List<Byte> getDataBytes concode_elem_sep C... | boolean function ( ) { return extendAddress ; } |
12,054 | sets the specified property . unsupported properties are ignored . concode_field_sep AtomicInteger INSTANCES_NUMERATOR concode_elem_sep DataScheme scheme concode_elem_sep Set<String> SUPPORTED_PROPERTIES concode_elem_sep JMXEndpoint jmxEndpoint concode_elem_sep JMXEndpoint.Builder jmxEndpointBuilder concode_elem_sep lo... | Builder function ( String arg0 , String arg1 ) { if ( arg0 == null || arg1 == null ) throw new NullPointerException ( ) ; if ( supportsProperty ( arg0 ) ) props . setProperty ( arg0 , arg1 ) ; return this ; } |
12,055 | getter for the wholesale cost of this zoo animal , measured in pennies . concode_field_sep ZooAnimal ARMADILLO concode_elem_sep Image image concode_elem_sep ZooAnimal CHEETAH concode_elem_sep ZooAnimal REINDEER concode_elem_sep ZooAnimal EAGLE concode_elem_sep ZooAnimal GECKO concode_elem_sep ZooAnimal ZEBRA concode_el... | int function ( ) { return wholesaleCost ; } |
12,056 | is this auto-submit ? is auto submit turned on ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean un... | boolean function ( ) { return autoSubmit ; } |
12,057 | this method resets the incoming events time events included . concode_field_sep boolean minus concode_elem_sep double plusAssign concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep double divAssign concode_elem_sep boolean e1 concode_elem_sep boolean equ... | void function ( ) { sCInterface . clearEvents ( ) ; } |
12,058 | returns the resourcemanagementservice obtained from the bundle context . concode_field_sep Logger logger concode_elem_sep ConfigurationService configService concode_elem_sep ResourceManagementService resourcesService concode_elem_sep BundleContext bundleContext concode_field_sep void stop concode_elem_sep void start co... | ResourceManagementService function ( ) { if ( resourcesService == null ) resourcesService = ResourceManagementServiceUtils . getService ( bundleContext ) ; return resourcesService ; } |
12,059 | assert statement test concode_field_sep int mVar1 concode_elem_sep int i1 concode_elem_sep int i concode_elem_sep int i2 concode_elem_sep int i3 concode_elem_sep int i4 concode_elem_sep int i5 concode_elem_sep int mVar4 concode_elem_sep int i6 concode_elem_sep int mVar3 concode_elem_sep int mVar2 concode_field_sep void... | void function ( ) { assert true ; assert true : "srini_string" ; assert "srini_string" . equals ( null ) ? false : true : "srini_string" ; assert ( true ) ; assert true : "srini_string" ; } |
12,060 | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.CreateKeyPairType localCreateKeyPair concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writeQNames... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
12,061 | create an interface for the specified resource concode_field_sep String ANNOTATION_FORMAT concode_field_sep List<MethodSpec> processOneOrMoreActionBodies concode_elem_sep List<ParameterSpec> methodQueryParams concode_elem_sep String pathAnnotationFor concode_elem_sep List<ParameterSpec> methodParams concode_elem_sep Li... | TypeSpec function ( final Resource arg0 ) { final TypeSpec . Builder loc0 = interfaceSpecFor ( arg0 ) ; arg0 . getActions ( ) . values ( ) . forEach ( action -> loc0 . addMethods ( forEach ( action ) ) ) ; return loc0 . build ( ) ; } |
12,062 | rubystring string #to_json_raw this method creates a json text from the result of a call to #to_json_raw_object of this string . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_js... | IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject [ ] arg2 ) { RubyHash loc0 = toJsonRawObject ( arg0 , Utils . ensureString ( arg1 ) ) ; return Generator . generateJson ( arg0 , loc0 , Generator . HASH_HANDLER , arg2 ) ; } |
12,063 | invalidates the indexbufferobject so a new opengl buffer handle is created . use this in case of a context loss . concode_field_sep boolean isDirty concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep int bufferHandle concode_elem_sep ShortBuffer buffer concode_elem_sep ByteBuffer byteBuffer con... | void function ( ) { bufferHandle = Gdx . gl20 . glGenBuffer ( ) ; isDirty = true ; } |
12,064 | the default implementation is empty . can be overridden by subclasses as necessary . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterTestClass concode_elem_sep void afterTestMethod concode_elem_sep int getOrder concode_elem_sep void prepareTestInstance concode_elem_sep void beforeTestClass | void function ( TestContext arg0 ) { } |
12,065 | adds a feature type to the storage concode_field_sep String BUFFER_SIZE_PROPERTY concode_elem_sep Logger logger concode_elem_sep int buffer_size concode_elem_sep DiskStorage storage concode_elem_sep Map<NodeIdentifier,Node> buffer concode_elem_sep Set<Node> dirtyNodes concode_field_sep Storage createInstance concode_el... | void function ( FeatureType arg0 ) { this . storage . addFeatureType ( arg0 ) ; } |
12,066 | set a url as a image that preparing to load concode_field_sep String mUrl concode_elem_sep int mEmptyPlaceHolderRes concode_elem_sep int mRes concode_elem_sep ImageLoadListener mLoadListener concode_elem_sep Bundle mBundle concode_elem_sep ScaleType mScaleType concode_elem_sep int mErrorPlaceHolderRes concode_elem_sep ... | BaseSliderView function ( String arg0 ) { if ( mFile != null || mRes != 0 ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } mUrl = arg0 ; return this ; } |
12,067 | fills an array containing the coordinates of this box . see index _ constants for indices . concode_field_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep int mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode... | boolean function ( int [ ] arg0 ) { if ( arg0 . length < 4 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return nativeGetGeometry ( mNativeBox , arg0 ) ; } |
12,068 | this method helps in maintaining the single data structure across queuemanager . now if we just maintain list of root queues we should be done . does n't return null . adds itself if this is leaf node . concode_field_sep String name concode_elem_sep Log LOG concode_elem_sep Map<String,AccessControlList> acls concode_el... | Map < String , Queue > function ( ) { Map < String , Queue > loc0 = new HashMap < String , Queue > ( ) ; if ( children == null ) { loc0 . put ( name , this ) ; return loc0 ; } for ( Queue loc1 : children ) { loc0 . putAll ( loc1 . getLeafQueues ( ) ) ; } return loc0 ; } |
12,069 | executes strategy against all springcamelcontext s found in the spring context . this method reduces the amount of repeated find and loop code throughout this class . concode_field_sep ThreadLocal<Class<?>> testClazz concode_elem_sep ThreadLocal<String> originalJmxDisabledValue concode_field_sep String getOriginalJmxDi... | void function ( ApplicationContext arg0 , DoToSpringCamelContextsStrategy arg1 ) { Map < String , SpringCamelContext > loc0 = arg0 . getBeansOfType ( SpringCamelContext . class ) ; for ( Entry < String , SpringCamelContext > loc1 : loc0 . entrySet ( ) ) { arg1 . execute ( loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } } |
12,070 | releases all database resources . concode_field_sep CopyFilesetBuilder copyFilesetBuilder concode_field_sep void process concode_elem_sep void initialize concode_elem_sep void complete | void function ( ) { copyFilesetBuilder . release ( ) ; } |
12,071 | gets the value of the name property . concode_field_sep long registry concode_elem_sep String name concode_elem_sep String shipFleetType concode_elem_sep String description concode_elem_sep long crewSize concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setShipFleetType concode_elem_sep vo... | String function ( ) { return name ; } |
12,072 | how many keys are in the table ? concode_field_sep TreeMap<Key,Value> st concode_elem_sep long serialVersionUID concode_field_sep boolean contains concode_elem_sep Iterator<Key> iterator concode_elem_sep Key min concode_elem_sep Key max concode_elem_sep Iterable<Key> keys concode_elem_sep Value get concode_elem_sep Key... | int function ( ) { return st . size ( ) ; } |
12,073 | returns the name of the field . could return null if the sort is by score or doc . concode_field_sep SortField FIELD_DOC concode_elem_sep SortField FIELD_SCORE concode_elem_sep Object missingValue concode_elem_sep Comparator<BytesRef> bytesComparator concode_elem_sep boolean reverse concode_elem_sep String field concod... | String function ( ) { return field ; } |
12,074 | fetch a random card name from the given pool . this forces one evaluation of the cards generator . concode_field_sep ArrayList<String> choices concode_field_sep ArrayList<String> generateCards concode_elem_sep ArrayList<String> generateCards concode_elem_sep ArrayList<String> getQuestStarterDeck | String function ( Generator < Card > arg0 ) { Card loc0 = null ; try { loc0 = GeneratorFunctions . selectRandom ( arg0 ) ; } catch ( NoSuchElementException loc1 ) { ; } if ( loc0 == null ) { return null ; } return loc0 . getName ( ) ; } |
12,075 | adds employees to waiting list by priority . concode_field_sep ArrayPriorityQueue<Employee> waitingList concode_field_sep Employee giveJobToEmployee concode_elem_sep Employee getNextEmployeeInLine concode_elem_sep void hireEveryone concode_elem_sep String toString | void function ( Employee arg0 ) { waitingList . add ( arg0 ) ; System . out . println ( "srini_string" + arg0 . toString ( ) ) ; } |
12,076 | get custom deserializer concode_field_sep com.marketo.www.mktows.Attrib externalKey concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer id concode_elem_sep java.lang.String error concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_... | 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 ) ; } |
12,077 | below method will be used to close the reader concode_field_sep ThriftReader thriftReader concode_field_sep IndexHeader readIndexHeader concode_elem_sep BlockIndex readBlockIndexInfo concode_elem_sep boolean hasNext concode_elem_sep void openThriftReader | void function ( ) { thriftReader . close ( ) ; } |
12,078 | this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 concode_fiel... | void function ( ) { sCInterface . clearEvents ( ) ; } |
12,079 | sets the width of the outline . the glyphs will need padding so the outline does n't get clipped . concode_field_sep float width concode_elem_sep Color color concode_elem_sep int join concode_elem_sep Stroke stroke concode_field_sep void setJoin concode_elem_sep int getJoin concode_elem_sep Stroke getStroke concode_ele... | void function ( int arg0 ) { this . width = arg0 ; } |
12,080 | take action based on request code concode_field_sep String SCHEDULED_REFRESH_INTENT concode_elem_sep boolean mStarted concode_elem_sep String mHostAppPackageName concode_elem_sep Context mContext concode_field_sep void cancelScheduledRefresh concode_elem_sep void onDestroy concode_elem_sep void sendToHostApp concode_el... | void function ( int arg0 , Bundle arg1 ) { } |
12,081 | create a new cefpostdataelement object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isReadOnly concode_elem_sep void setToFile concode_elem_sep Type getType concode_elem_sep void setToBytes concode_elem_sep void setToEmpty concode_elem_sep String toString concode_elem_sep String toString concod... | CefPostDataElement function ( ) { return CefPostDataElement_N . createNative ( ) ; } |
12,082 | returns an unmodifiable map of version properties . concode_field_sep Version instance concode_elem_sep Properties props concode_field_sep String getProperty concode_elem_sep String toString concode_elem_sep Properties loadProperties | Map function ( ) { return Collections . unmodifiableMap ( props ) ; } |
12,083 | sets the contendingimpressions value for this contendinglineitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long lineItemId concode_elem_sep java.lang.Long contendingImpressions concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc conco... | void function ( java . lang . Long arg0 ) { this . contendingImpressions = arg0 ; } |
12,084 | gets the endpoint address for a wsdl port concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( @ NotNull QName arg0 , @ NotNull String arg1 , String arg2 ) { return getAddressFor ( arg0 , arg1 ) ; } |
12,085 | returns the align type as int value . concode_field_sep Insets code concode_elem_sep int align concode_elem_sep String alignStr concode_field_sep String align2str concode_elem_sep Insets getAlignInsets concode_elem_sep void setAlignInsets concode_elem_sep void setAlign concode_elem_sep int insets2align concode_elem_sep... | int function ( ) { return align ; } |
12,086 | gets the target as a relative offset from the given base address , as a code unit . this will throw if the value is out of the range of a signed code unit . concode_field_sep IndexType indexType concode_elem_sep InstructionCodec format concode_elem_sep int index concode_elem_sep int opcode concode_elem_sep int target c... | short function ( int arg0 ) { int loc0 = getTarget ( arg0 ) ; if ( loc0 != ( short ) loc0 ) { throw new DexException ( "srini_string" + Hex . s4 ( loc0 ) ) ; } return ( short ) loc0 ; } |
12,087 | creates an opengraphaction suitable for posting via , e.g. , a native share dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject getLikes concode_elem_sep String getId concode_elem_sep GraphObjectList<GraphObject> getTags concode_elem_sep void setTags concode_elem_sep void setPlace concode_el... | OpenGraphAction function ( ) { return createForPost ( OpenGraphAction . class , null ) ; } |
12,088 | retrieves the designated parameter 's number of decimal digits . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode... | int function ( int arg0 ) { checkRange ( arg0 ) ; return Types . getPrecision ( types [ -- arg0 ] ) ; } |
12,089 | delete specified file concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep boolean isFile concode_elem_sep void getDir... | void function ( String arg0 ) { FileFactoryRepository . getInstance ( ) . delete ( arg0 ) ; } |
12,090 | set this valuereplacer 's variable map concode_field_sep Map<String,String> variables concode_elem_sep Logger log concode_elem_sep CompoundVariable masterFunction concode_field_sep void reverseReplace concode_elem_sep void reverseReplace concode_elem_sep boolean containsKey concode_elem_sep void setProperties concode_e... | void function ( Map < String , String > arg0 ) { this . variables = arg0 ; } |
12,091 | for constructed field , return a parser for its content . concode_field_sep int length concode_elem_sep int tag concode_elem_sep int type concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep int getType concode_elem_sep int getLength concode_elem_sep BigInteger getInteger concode_elem_sep bo... | DerParser function ( ) { if ( ! isConstructed ( ) ) throw new IOException ( "srini_string" ) ; return new DerParser ( value ) ; } |
12,092 | stores a value in the current actioncontext . the value can be looked up using the key . concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep ThreadLocal<ActionContext> actionContext concode_elem_sep String VALUE_ST... | void function ( String arg0 , Object arg1 ) { context . put ( arg0 , arg1 ) ; } |
12,093 | tag key , a string . the key must not start with `` aws : '' . 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_... | String function ( ) { return this . key ; } |
12,094 | read sigma from conf concode_field_sep Summation sigma concode_field_sep void readFields concode_elem_sep Summation getElement concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep void write concode_elem_sep void write concode_ele... | Summation function ( Class < ? > arg0 , Configuration arg1 ) { return Summation . valueOf ( arg1 . get ( arg0 . getSimpleName ( ) + "srini_string" ) ) ; } |
12,095 | gets the value of the navigationnode property . concode_field_sep Node navigationNode concode_field_sep void setNavigationNode | Node function ( ) { return navigationNode ; } |
12,096 | check if the index is after the last position . concode_field_sep java.util.Stack nodeStack concode_elem_sep IndexNode rootPage concode_elem_sep Expressions expressions concode_elem_sep LongTreeList longList concode_elem_sep LongTreeListEnum longListEnum concode_field_sep void reset concode_elem_sep long getRowOffset c... | long function ( Object arg0 ) { if ( rootPage . getUnique ( ) ) { return ( ( Long ) arg0 ) . longValue ( ) ; } else { longList = ( LongTreeList ) arg0 ; longListEnum . reset ( ) ; return longList . getNext ( longListEnum ) ; } } |
12,097 | a list of batchresulterrorentry items with the error detail about each message that could not be enqueued . concode_field_sep com.amazonaws.internal.SdkInternalList<BatchResultErrorEntry> failed concode_elem_sep com.amazonaws.internal.SdkInternalList<SendMessageBatchResultEntry> successful concode_field_sep SendMessage... | void function ( java . util . Collection < BatchResultErrorEntry > arg0 ) { if ( arg0 == null ) { this . failed = null ; return ; } this . failed = new com . amazonaws . internal . SdkInternalList < BatchResultErrorEntry > ( arg0 ) ; } |
12,098 | returns the number of rows matching the dynamic query . concode_field_sep UserIdMapperLocalService _userIdMapperLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQ... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _userIdMapperLocalService . dynamicQueryCount ( arg0 ) ; } |
12,099 | sets the value of the name property . concode_field_sep String dchg concode_elem_sep String bType concode_elem_sep String qchg concode_elem_sep String sAddr concode_elem_sep String name concode_elem_sep String type concode_elem_sep String fc concode_elem_sep List<Serializable> content concode_field_sep void setBType co... | void function ( String arg0 ) { this . name = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.