idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
35,500 | method to create a queryparser - designed to be overridden concode_field_sep String defaultField concode_elem_sep QueryParser unSafeParser concode_elem_sep Analyzer analyzer concode_field_sep Query getQuery | QueryParser function ( String arg0 , Analyzer arg1 ) { return new QueryParser ( arg0 , arg1 ) ; } |
35,501 | reads a null-terminated string without byte padding , using the ascii charset . concode_field_sep DataInput in concode_elem_sep String DEFAULT_CHARSET concode_field_sep long readUnsignedInt | String function ( int arg0 ) { return readStringNull ( arg0 , DEFAULT_CHARSET ) ; } |
35,502 | used to communicate a return object from a plugin tool to 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 concode_elem_s... | void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } } |
35,503 | method enumerategroup . concode_field_sep java.util.List<org.opennms.netmgt.config.xmpDataCollection.Group> _groupList concode_field_sep void setGroupCollection concode_elem_sep int getGroupCount concode_elem_sep java.util.List<org.opennms.netmgt.config.xmpDataCollection.Group> getGroupCollection concode_elem_sep boole... | java . util . Enumeration < org . opennms . netmgt . config . xmpDataCollection . Group > function ( ) { return java . util . Collections . enumeration ( this . _groupList ) ; } |
35,504 | runs the job w/o throwing any exceptions concode_field_sep int RUN_RESULT_FAIL_RUN_LIMIT concode_elem_sep long runningSessionId concode_elem_sep String groupId concode_elem_sep long createdNs concode_elem_sep int priority concode_elem_sep Set<String> tags concode_elem_sep long delayUntilNs concode_elem_sep int RUN_RESU... | int function ( int arg0 ) { return job . safeRun ( this , arg0 ) ; } |
35,505 | gets the value of the city property . concode_field_sep String city concode_elem_sep String postalCode concode_elem_sep String county concode_elem_sep String geoCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String province concode_elem_sep String countryCode concode_elem_sep ... | String function ( ) { return city ; } |
35,506 | gets the name value for this adcustomizerfeedattribute . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.ad... | java . lang . String function ( ) { return name ; } |
35,507 | gets the next available reference number from the trailer . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged co... | Reference function ( ) { Reference loc0 = new Reference ( nextReferenceNumber , 0 ) ; nextReferenceNumber ++ ; return loc0 ; } |
35,508 | sets the mods . concode_field_sep List<ModsType> mods concode_field_sep List<ModsType> getMods | void function ( List < ModsType > arg0 ) { this . mods = arg0 ; } |
35,509 | adds a dependency from this module to key . when the injector is created , guice will report an error if key can not be injected.note that this requirement may be satisfied by implicit binding , such as a public no-arguments constructor . concode_field_sep Binder binder concode_field_sep void addError concode_elem_sep ... | void function ( Key < ? > arg0 ) { binder ( ) . getProvider ( arg0 ) ; } |
35,510 | initialize the central log store with optional limitation to the size and redirect of stdout and stderr concode_field_sep PrintStream OriginalSystemErr concode_elem_sep Timer logCleanerTimer concode_elem_sep AtomicBoolean initialized concode_elem_sep LoggingBuffer appender concode_elem_sep KettleLogStore store concode_... | void function ( int arg0 , int arg1 , boolean arg2 , boolean arg3 ) { if ( arg0 > 0 || arg1 > 0 ) { init0 ( arg0 , arg1 , arg2 , arg3 ) ; } else { init ( arg2 , arg3 ) ; } } |
35,511 | adds to the given set the fully qualified names of the class objects internally granted to public in support of core operation . concode_field_sep String catalogName concode_elem_sep Database database concode_elem_sep HashSet builtin concode_field_sep String getMethodFQN concode_elem_sep Iterator iterateAllAccessibleMe... | void function ( HashSet arg0 ) { arg0 . addAll ( builtin ) ; } |
35,512 | returns a string representation of this object . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream | String function ( ) { return "srini_string" + this . getContentLength ( ) + "srini_string" + this . getContentType ( ) ; } |
35,513 | set behavior for getstring method when a referred-to system property is not set . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value is the default . concode_field_sep boolean validated ... | void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; } |
35,514 | acquires an exclusive lock on the transceiver 's channel . concode_field_sep ReentrantLock channelLock concode_field_sep void writeBuffers concode_elem_sep String getRemoteName concode_elem_sep boolean isConnected concode_elem_sep List<ByteBuffer> readBuffers concode_elem_sep void unlockChannel concode_elem_sep void cl... | void function ( ) { channelLock . lock ( ) ; } |
35,515 | returns a value for a new array size , which will always be larger than the specified value . concode_field_sep double RESIZE concode_elem_sep int CAPACITY concode_field_sep T[] add concode_elem_sep T[] add concode_elem_sep int[] add concode_elem_sep int[] createOrder concode_elem_sep int[] createOrder concode_elem_sep... | int function ( final int arg0 , final double arg1 ) { return ( int ) ( arg0 * arg1 ) + 1 ; } |
35,516 | sets the display label . concode_field_sep String displayLabel concode_elem_sep String xmlLang concode_elem_sep List<String> nonSort concode_elem_sep List<String> title concode_elem_sep List<String> partName concode_elem_sep String script concode_elem_sep List<String> subTitle concode_elem_sep String authority concode_... | void function ( String arg0 ) { this . displayLabel = arg0 ; } |
35,517 | makes a binding for type available to other modules and the injector . use annotatedelementbuilder #annotatedwith class annotatedwith to expose type with abinding annotation . concode_field_sep PrivateBinder binder concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_ele... | AnnotatedElementBuilder function ( TypeLiteral < ? > arg0 ) { return binder . expose ( arg0 ) ; } |
35,518 | gets all issues that match the given jql filter concode_field_sep JiraSite site concode_elem_sep Logger LOGGER concode_elem_sep JiraRestService service concode_elem_sep Set<String> projectKeys concode_elem_sep HashMap<Long,String> knownStatuses concode_field_sep void replaceFixVersion concode_elem_sep Integer getAction... | List < Issue > function ( final String arg0 ) { return service . getIssuesFromJqlSearch ( arg0 , 50 ) ; } |
35,519 | hook for blocking navigation by the cordova webview . this applies both to top-level and iframe navigations . this will be called when the webview 's needs to know whether to navigate to a new page . return false to block the navigation : if any plugin returns false , cordova will block the navigation . if all plugins ... | Boolean function ( String arg0 ) { return null ; } |
35,520 | removes a listener from this manager . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep ListenerList listenerList concode_field_sep Object[] getListeners concode_elem_sep void addListenerObject concode_elem_sep boolean isListenerAttached concode_elem_sep void clearListeners | void function ( final Object arg0 ) { if ( listenerList != null ) { listenerList . remove ( arg0 ) ; if ( listenerList . isEmpty ( ) ) { listenerList = null ; } } } |
35,521 | sets the value of the radius property . concode_field_sep String zipCode concode_elem_sep int radius concode_field_sep void setZipCode concode_elem_sep String getZipCode concode_elem_sep int getRadius | void function ( int arg0 ) { this . radius = arg0 ; } |
35,522 | deregisters a spring from this basespringsystem , so it wo n't be iterated anymore . the spring should not be used anymore after doing this . concode_field_sep Set<Spring> mActiveSprings concode_elem_sep boolean mIdle concode_elem_sep SpringLooper mSpringLooper concode_elem_sep CopyOnWriteArraySet<SpringSystemListener>... | void function ( Spring arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } mActiveSprings . remove ( arg0 ) ; mSpringRegistry . remove ( arg0 . getId ( ) ) ; } |
35,523 | note : this method is for testing purposes only . concode_field_sep String name concode_elem_sep Annotations annotations concode_elem_sep JAbstractMethod enclosingMethod concode_elem_sep JType type concode_elem_sep boolean argNameIsReal concode_field_sep void setName concode_elem_sep String getName concode_elem_sep JAb... | Annotation [ ] function ( ) { return annotations . getAnnotations ( ) ; } |
35,524 | gets the hour metrics properties . concode_field_sep MetricsProperties hourMetrics concode_elem_sep String defaultServiceVersion concode_elem_sep CorsProperties cors concode_elem_sep LoggingProperties logging concode_elem_sep MetricsProperties minuteMetrics concode_field_sep void setMinuteMetrics concode_elem_sep void ... | MetricsProperties function ( ) { return this . hourMetrics ; } |
35,525 | see ireducer concode_field_sep Writer wtr concode_elem_sep Logger log concode_field_sep placeholderType placeHolder | Boolean function ( final NamedEntityTree . Update arg0 ) { } |
35,526 | returns an object which represents the data to be transferred . the class of the object returned is defined by the representation class of the flavor . concode_field_sep DataFlavor ELEMENT_FLAVOR concode_elem_sep SerializedObjectContainer value concode_field_sep boolean isDataFlavorSupported concode_elem_sep DataFlavor... | Object function ( final DataFlavor arg0 ) { if ( isDataFlavorSupported ( arg0 ) == false ) { throw new UnsupportedFlavorException ( arg0 ) ; } return value . getData ( ) ; } |
35,527 | document me ! concode_field_sep String next concode_elem_sep String fid concode_elem_sep Logger LOGGER concode_elem_sep BufferedReader reader concode_elem_sep String line concode_elem_sep String[] text concode_elem_sep SimpleFeatureType type concode_field_sep SimpleFeature next concode_elem_sep Object read concode_elem... | boolean function ( ) { if ( next != null ) { return true ; } next = readLine ( ) ; return next != null ; } |
35,528 | add an authenticating authority concode_field_sep AuthnContextTypeSequence sequence concode_elem_sep Set<URI> authenticatingAuthority concode_elem_sep Set<URIType> URITypes concode_elem_sep AuthnContextClassRefType classRef concode_elem_sep AuthnContextDeclType authnContextDecl concode_field_sep void setSequence concod... | void function ( URI arg0 ) { authenticatingAuthority . add ( arg0 ) ; } |
35,529 | getrequirederrormsg concode_field_sep String ERROR concode_elem_sep String title concode_elem_sep String INVALID_CHARS concode_elem_sep String MEDIUM_LICENSE_COLOR concode_elem_sep String REQUIRED_TEXT concode_elem_sep String NSTS_CONTENT concode_elem_sep long serialVersionUID concode_elem_sep String MISSING_SELECTION ... | String function ( String arg0 ) { return arg0 + "srini_string" ; } |
35,530 | write a user-specified 512-byte block . for efficiency , write int should be used when writing file body content . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_... | void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . singleton . getString ( RB . BAD_BLOCK_WRITE_LEN , arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; } |
35,531 | computes the cross product of two vectors , storing the resulting pseudovector in out . all arrays must be length 3 or more , and out is overwritten . concode_field_sep float mAngle concode_elem_sep ShortBuffer mIndexBuffer concode_elem_sep FloatBuffer mTexBuffer concode_elem_sep FloatBuffer mFVertexBuffer concode_elem... | void function ( float [ ] arg0 , float [ ] arg1 , float [ ] arg2 ) { arg2 [ 0 ] = arg0 [ 1 ] * arg1 [ 2 ] - arg0 [ 2 ] * arg1 [ 1 ] ; arg2 [ 1 ] = arg0 [ 2 ] * arg1 [ 0 ] - arg0 [ 0 ] * arg1 [ 2 ] ; arg2 [ 2 ] = arg0 [ 0 ] * arg1 [ 1 ] - arg0 [ 1 ] * arg1 [ 0 ] ; } |
35,532 | sets the name of this j i r a project . concode_field_sep JIRAProject _jiraProject concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName c... | void function ( java . lang . String arg0 ) { _jiraProject . setName ( arg0 ) ; } |
35,533 | create a simpleoperationdefinitionbuilder for the given operationname and flag it asruntime only . concode_field_sep PlaceHolder placeHolder concode_field_sep AttributeDefinition createNonEmptyStringAttribute concode_elem_sep String resolveFilter concode_elem_sep SimpleOperationDefinitionBuilder runtimeReadOnlyOperatio... | SimpleOperationDefinitionBuilder function ( String arg0 , ResourceDescriptionResolver arg1 ) { return new SimpleOperationDefinitionBuilder ( arg0 , arg1 ) . setRuntimeOnly ( ) ; } |
35,534 | tests the filterlisttomap method with a null source list should throw an exception . concode_field_sep int LINE_NO concode_elem_sep Map<String,Object> MAP concode_elem_sep int ROW_NO concode_elem_sep String[] NAME_MAPPING concode_elem_sep List<String> LIST concode_elem_sep CellProcessor[] PROCESSORS concode_field_sep v... | void function ( ) { Util . filterListToMap ( new HashMap < String , String > ( ) , NAME_MAPPING , null ) ; } |
35,535 | returns the total number of occurrences of the character in the string . concode_field_sep Logger log concode_elem_sep String delimiters concode_elem_sep Pattern nbestRegex concode_field_sep boolean isDelimited concode_elem_sep int compare concode_elem_sep Map<String,Double> getTableFromInput concode_elem_sep boolean i... | long function ( String arg0 , char arg1 ) { return arg0 . chars ( ) . filter ( sc -> sc == arg1 ) . count ( ) ; } |
35,536 | returns the buffer timeout of this streamtransformation . concode_field_sep String uid concode_elem_sep boolean typeUsed concode_elem_sep int parallelism concode_elem_sep String name concode_elem_sep String slotSharingGroup concode_elem_sep TypeInformation<T> outputType concode_elem_sep int id concode_elem_sep Integer ... | long function ( ) { return bufferTimeout ; } |
35,537 | sets the value of the label property . concode_field_sep ResourceType resourceRef concode_elem_sep String label concode_field_sep void setResourceRef concode_elem_sep String getLabel concode_elem_sep ResourceType getResourceRef | void function ( String arg0 ) { this . label = arg0 ; } |
35,538 | compute the factorial of the non-negative integer . concode_field_sep List<BigInteger> a concode_field_sep placeholderType placeHolder | BigInteger function ( int arg0 ) { while ( a . size ( ) <= arg0 ) { final int loc0 = a . size ( ) - 1 ; final BigInteger loc1 = new BigInteger ( "srini_string" + ( loc0 + 1 ) ) ; a . add ( a . get ( loc0 ) . multiply ( loc1 ) ) ; } return a . get ( arg0 ) ; } |
35,539 | retrieves a character from the alphabet . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataMo... | String function ( int arg0 ) { arg0 += ASCII_STARTING_POINT ; return String . valueOf ( ( char ) arg0 ) ; } |
35,540 | checks whether printing is supported . concode_field_sep PeriodPrinter iPrinter concode_elem_sep PeriodParser iParser concode_elem_sep Locale iLocale concode_elem_sep PeriodType iParseType concode_field_sep PeriodFormatter withLocale concode_elem_sep void checkParser concode_elem_sep MutablePeriod parseMutablePeriod co... | void function ( ) { if ( iPrinter == null ) { throw new UnsupportedOperationException ( "srini_string" ) ; } } |
35,541 | gets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode... | String function ( ) { return queue ; } |
35,542 | if we did save away the value , then just access it , but if we did n't save it away , then we 'll want the most up-to-date value concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep boolean haveSavedValue concode_elem_sep bool... | Object function ( FacesContext arg0 , UIComponent arg1 ) { if ( haveSavedValue ) return savedValue ; else return getValue ( arg0 , arg1 ) ; } |
35,543 | enters a value for maximum embeded file size bytes . concode_field_sep String databasesFields concode_elem_sep RemoteWebDriver driver concode_elem_sep Map<String,String> properties concode_field_sep void selectCreateNewMenuField concode_elem_sep void selectCreateNewTextareaField concode_elem_sep void enterForcedName co... | void function ( String arg0 ) { WebElement loc0 = driver . findElement ( By . xpath ( "srini_string" + this . properties . get ( "srini_string" ) + "srini_string" ) ) ; loc0 . sendKeys ( arg0 ) ; } |
35,544 | clears the password stored in this passwordcallback . concode_field_sep long serialVersionUID concode_elem_sep boolean echoOn concode_elem_sep String prompt concode_elem_sep char[] inputPassword concode_field_sep void setPassword concode_elem_sep char[] getPassword concode_elem_sep void setPrompt concode_elem_sep boole... | void function ( ) { if ( inputPassword != null ) { Arrays . fill ( inputPassword , ' ' ) ; } } |
35,545 | gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn | String function ( ) { return _return ; } |
35,546 | extractterms is currently the only query-independent means of introspecting queries but it only reveals a list of terms for that query - not the boosts each individual term in that query may or may not have . `` container '' queries such as booleanquery should be unwrapped to get at the boost info held in each child el... | void function ( BooleanQuery arg0 , float arg1 , HashSet < WeightedTerm > arg2 , boolean arg3 , String arg4 ) { for ( BooleanClause loc0 : arg0 ) { if ( arg3 || loc0 . getOccur ( ) != BooleanClause . Occur . MUST_NOT ) getTerms ( loc0 . getQuery ( ) , arg1 , arg2 , arg3 , arg4 ) ; } } |
35,547 | adds a listener to the list that is notified each time a change to data model occurs . concode_field_sep HashSet m_Listeners concode_elem_sep Object[][] m_Data concode_elem_sep ResultSetHelper m_Helper concode_field_sep boolean isNumericAt concode_elem_sep boolean isNullAt concode_elem_sep int getRowCount concode_elem_... | void function ( TableModelListener arg0 ) { m_Listeners . add ( arg0 ) ; } |
35,548 | in case of http applications it returns the url of the target page without url parameters . concode_field_sep String path concode_elem_sep Map<String,Object> params concode_elem_sep String posOnPage concode_elem_sep Map<String,Object> naviScopeParams concode_elem_sep boolean externalLink concode_field_sep String getPos... | String function ( ) { return path ; } |
35,549 | return average value in array , nan if no such value . concode_field_sep PlaceHolder placeHolder concode_field_sep double stddevp concode_elem_sep double stddevp concode_elem_sep void plotBars concode_elem_sep void plotPoints concode_elem_sep double min concode_elem_sep double min concode_elem_sep int min concode_elem_... | double function ( int [ ] arg0 ) { if ( arg0 . length == 0 ) return Double . NaN ; double loc0 = 0.0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 = loc0 + arg0 [ loc1 ] ; } return loc0 / arg0 . length ; } |
35,550 | sets the value of the ejbname property . concode_field_sep MethodParams methodParams concode_elem_sep Description description concode_elem_sep String ejbName concode_elem_sep String methodName concode_elem_sep String methodIntf concode_elem_sep String id concode_field_sep void setMethodIntf concode_elem_sep String getM... | void function ( final String arg0 ) { this . ejbName = arg0 ; } |
35,551 | returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoNotificationLocalService,KaleoNotificationLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamic... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } |
35,552 | sets the width value for this richmediastudiochildassetproperty . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.l... | void function ( java . lang . Integer arg0 ) { this . width = arg0 ; } |
35,553 | detects objects of different sizes in the input image . the detected objects are returned as a list of rectangles . the function is parallelized with the tbb library . note : python a face detection example using cascade classifiers can be found at opencv_source_code/samples/python2/facedetect.py concode_field_sep long... | void function ( Mat arg0 , MatOfRect arg1 , double arg2 , int arg3 , int arg4 , Size arg5 , Size arg6 ) { Mat loc0 = arg1 ; detectMultiScale_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 , arg3 , arg4 , arg5 . width , arg5 . height , arg6 . width , arg6 . height ) ; return ; } |
35,554 | quotes and escapes a list of values so that they can be used in a simpledb query . concode_field_sep String dateFormat concode_field_sep int decodeRealNumberRangeInt concode_elem_sep float decodeZeroPaddingFloat concode_elem_sep long decodeZeroPaddingLong concode_elem_sep Date decodeDate concode_elem_sep String encodeZ... | String function ( Collection < String > arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; boolean loc1 = true ; for ( String loc2 : arg0 ) { if ( ! loc1 ) loc0 . append ( "srini_string" ) ; loc1 = false ; loc0 . append ( quoteValue ( loc2 ) ) ; } return loc0 . toString ( ) ; } |
35,555 | close all destinations concode_field_sep Category logger concode_elem_sep RuntimeServices rsvc concode_elem_sep RollingFileAppender appender concode_field_sep void init concode_elem_sep void finalize concode_elem_sep void internalInit concode_elem_sep void logVelocityMessage | void function ( ) { if ( appender != null ) { logger . removeAppender ( appender ) ; appender . close ( ) ; appender = null ; } } |
35,556 | change the url concode_field_sep boolean connected concode_elem_sep String password concode_elem_sep CDBConnection handler concode_elem_sep String currentQuery concode_elem_sep String user concode_elem_sep Connection connect concode_elem_sep String url concode_elem_sep Vector<Savepoint> savePointList concode_field_sep ... | void function ( String arg0 ) { url = arg0 ; } |
35,557 | information about the volume . returns a reference to this object so that method calls can be chained together . concode_field_sep VolumeDetail volume concode_elem_sep DiskImageDetail image concode_elem_sep String description concode_field_sep VolumeDetail getVolume concode_elem_sep int hashCode concode_elem_sep boolea... | DiskImage function ( VolumeDetail arg0 ) { this . volume = arg0 ; return this ; } |
35,558 | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi... | String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } |
35,559 | sets the value of the id property . concode_field_sep List<ABCOrder.OrderItems.Item> item concode_elem_sep short quantity concode_elem_sep float price concode_elem_sep String customerNum concode_elem_sep ABCOrder.Header header concode_elem_sep String orderNum concode_elem_sep String id concode_elem_sep ABCOrder.OrderIt... | void function ( String arg0 ) { this . id = arg0 ; } |
35,560 | returns the locale of this syntax object . concode_field_sep Locale locale concode_elem_sep String value concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | Locale function ( ) { return locale ; } |
35,561 | calls channelhandlercontext #fireusereventtriggered object to forwardto the next channelhandler in the channelpipeline . sub-classes may override this method to change behavior . concode_field_sep boolean added concode_field_sep void disconnect concode_elem_sep void channelReadComplete concode_elem_sep void read concod... | void function ( ChannelHandlerContext arg0 , Object arg1 ) { arg0 . fireUserEventTriggered ( arg1 ) ; } |
35,562 | sets the type of the channel . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep Integer number concode_elem_sep String TYPE_GATEWAY_VARIABLE concode_elem_sep Map<HmDatapointInfo,HmDatapoint> datapoints concode_elem_sep String TYPE_GATEWAY_SCRIPT concode_elem_sep boolean initialized concode_elem_sep Integer... | String function ( ) { return type ; } |
35,563 | return refresh token or offline token concode_field_sep String TOKEN_TYPE_ID concode_elem_sep String TOKEN_TYPE_REFRESH concode_elem_sep String TOKEN_TYPE_BEARER concode_elem_sep String TOKEN_TYPE_OFFLINE concode_field_sep boolean isOfflineToken concode_elem_sep boolean isOfflineTokenRequested | RefreshToken function ( byte [ ] arg0 ) { try { return JsonSerialization . readValue ( arg0 , RefreshToken . class ) ; } catch ( IOException loc0 ) { throw new JWSInputException ( loc0 ) ; } } |
35,564 | returns constant max number of villages . concode_field_sep int amountVillages concode_elem_sep int index concode_elem_sep int MAX_NUM_VILLAGES concode_elem_sep int MAX_NUM_ANIMALS concode_elem_sep Nature nature concode_elem_sep WildAnimal animals[] concode_elem_sep String name concode_elem_sep Village[] village concod... | int function ( ) { return MAX_NUM_VILLAGES ; } |
35,565 | gets the time to live for the multicast package . concode_field_sep boolean DEFAULT_LOOPBACK_MODE_ENABLED concode_elem_sep String multicastGroup concode_elem_sep int multicastTimeToLive concode_elem_sep Set<String> trustedInterfaces concode_elem_sep boolean DEFAULT_ENABLED concode_elem_sep int DEFAULT_MULTICAST_TTL con... | int function ( ) { return multicastTimeToLive ; } |
35,566 | warning log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d ... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
35,567 | process the option value before it is written . the default implementation simply returns the same value unchanged . concode_field_sep Object optionSource concode_elem_sep boolean htmlEscape concode_elem_sep String labelProperty concode_elem_sep BindStatus bindStatus concode_elem_sep String valueProperty concode_field_... | String function ( String arg0 ) { return arg0 ; } |
35,568 | adds the specified setting to this comment . concode_field_sep String fProject concode_elem_sep String fHeader concode_elem_sep String ELEMENT_DELIMITER concode_elem_sep List fSettings concode_elem_sep String LINE_DELIMITER concode_field_sep void initializeInferredSettings concode_elem_sep String createCompositeSetting... | void function ( final int arg0 , final String arg1 ) { Assert . isTrue ( arg0 >= 0 ) ; Assert . isNotNull ( arg1 ) ; Assert . isTrue ( ! "srini_string" . equals ( arg1 ) ) ; fSettings . add ( arg0 , arg1 ) ; } |
35,569 | given two events , coalesce them into a single event that will be sent to js instead of two separate events . by default , just chooses the one the is more recent . two events will only ever try to be coalesced if they have the same event name , view id , and coalescing key . concode_field_sep int mUniqueID concode_ele... | T function ( T arg0 ) { return ( T ) ( getTimestampMs ( ) > arg0 . getTimestampMs ( ) ? this : arg0 ) ; } |
35,570 | gets the set of courses for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode... | Set function ( ) { return courses ; } |
35,571 | called when the processing completes , it clears the headers . concode_field_sep String[] headers concode_field_sep String[] getHeaders concode_elem_sep void processStarted concode_elem_sep void rowProcessed | void function ( ParsingContext arg0 ) { headers = null ; } |
35,572 | zwraca srednice cewki . concode_field_sep double D concode_elem_sep String opis[] concode_elem_sep double N concode_elem_sep double minX concode_elem_sep double fx concode_elem_sep double maxFx concode_elem_sep double maxX concode_elem_sep double X concode_elem_sep String FName concode_elem_sep double Rs concode_elem_s... | double function ( ) { return D ; } |
35,573 | returns the primary key metadata for this entity . note that the primary key field may be declared in this class or in a subclass . this metadata may be specified using the primarykey annotation . concode_field_sep Map<String,SecondaryKeyMetadata> secondaryKeys concode_elem_sep long serialVersionUID concode_elem_sep St... | PrimaryKeyMetadata function ( ) { return primaryKey ; } |
35,574 | this template method should set the xlink : href attribute on the input element parameter concode_field_sep PlaceHolder placeHolder concode_field_sep void handleImage concode_elem_sep void handleImage concode_elem_sep void handleImage | void function ( RenderableImage arg0 , Element arg1 , SVGGeneratorContext arg2 ) { arg1 . setAttributeNS ( XLINK_NAMESPACE_URI , XLINK_HREF_QNAME , arg0 . toString ( ) ) ; } |
35,575 | gets an object value and transforms it into a boolean concode_field_sep PlaceHolder placeHolder concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep Time getTime concode_elem_sep Class<?> getRuntimeType concode_elem_sep BigDecimal getBigDecimal concode_elem_sep double getDouble concode_elem_s... | boolean function ( ITeiidServerVersion arg0 , Object arg1 ) { if ( arg1 == null ) { return false ; } return transform ( arg0 , arg1 , Boolean . class ) ; } |
35,576 | the namespace of the vocabulary as a string concode_field_sep Property matcher concode_elem_sep Property dspaceLanguageTag concode_elem_sep Resource LiteralGenerator concode_elem_sep Property predicate concode_elem_sep Property pattern concode_elem_sep String NS concode_elem_sep Property literalLanguage concode_elem_se... | String function ( ) { return NS ; } |
35,577 | method name : setlastname purpose : allows mutation of lastname parameters : string lastname returns : void concode_field_sep int borrowerID concode_elem_sep String lastName concode_elem_sep String firstName concode_elem_sep String emailAddress concode_field_sep String getEmailAddress concode_elem_sep void setFirstName... | void function ( String arg0 ) { this . lastName = arg0 ; } |
35,578 | read the voltdb bigdecimal serialization . concode_field_sep ByteBuffer buffer concode_field_sep ByteBuffer readBuffer concode_elem_sep char readChar concode_elem_sep void setPosition concode_elem_sep String readUTF concode_elem_sep double readDouble concode_elem_sep void readFully concode_elem_sep void readFully conco... | BigDecimal function ( ) { return VoltDecimalHelper . deserializeBigDecimalFromString ( this . readString ( ) ) ; } |
35,579 | computes a % b that is positive . note that result of % operation is not always positive . concode_field_sep PlaceHolder placeHolder concode_field_sep float smoothstep concode_elem_sep int compareLongs concode_elem_sep int flipSignIf concode_elem_sep float flipSignIf concode_elem_sep float interpolate concode_elem_sep ... | int function ( int arg0 , int arg1 ) { int loc0 = arg0 % arg1 ; return loc0 >= 0 ? loc0 : loc0 + arg1 ; } |
35,580 | use this method to set the minimum or start value of your operation . for typical application like copy operation this will be zero . keep in mind that changing this value after the progress dialog is made visible has no effect upon the progress bar . concode_field_sep AccessibleContext accessibleContext concode_elem_s... | void function ( int arg0 ) { min = arg0 ; } |
35,581 | calculates p d_n < d using method described in 1 with quickdecisions for extreme values given in 2 see above . the result is exact in the sense that bigfraction/bigreal is used everywhere at the expense of very slow execution time . almost never choose this in real applications unless you are very sure ; this is almost... | double function ( double arg0 ) { return this . cdf ( arg0 , true ) ; } |
35,582 | returns true , since the map function always returns a bag concode_field_sep URI identifier concode_elem_sep URI returnType concode_elem_sep String NAME_MAP concode_field_sep Set getSupportedIdentifiers concode_elem_sep void checkInputsNoBag concode_elem_sep void encode concode_elem_sep void encode concode_elem_sep URI... | boolean function ( ) { return true ; } |
35,583 | calls channelhandlercontext #firechannelinactive to forwardto the next channelhandler in the channelpipeline . sub-classes may override this method to change behavior . concode_field_sep boolean added concode_field_sep void disconnect concode_elem_sep void channelReadComplete concode_elem_sep void read concode_elem_sep... | void function ( ChannelHandlerContext arg0 ) { arg0 . fireChannelInactive ( ) ; } |
35,584 | returns the name of the framework concode_field_sep double REQUIRED_PORT_COUNT concode_elem_sep Logger LOGGER concode_elem_sep String DEFAULT_KIBANA_VERSION concode_elem_sep String zookeeper concode_elem_sep Map<TaskID,Long> usedPortNumbers concode_elem_sep String DOCKER_IMAGE_NAME concode_elem_sep int apiPort concode_... | String function ( ) { return FRAMEWORK_NAME ; } |
35,585 | requests , in a jdk 1.1 compliant way , that the file or directory denoted by the given abstract pathname be deleted when the virtual machine terminates . deletion will be attempted only for jdk 1.2 and greater runtime environments and only upon normal termination of the virtual machine , as defined by the java languag... | void function ( File arg0 ) { JavaSystem . deleteOnExit ( arg0 ) ; } |
35,586 | add a global controllerlistener that can react to events from all controller instances . the listener will beinvoked on the rendering thread . concode_field_sep ObjectMap<Application,ControllerManager> managers concode_elem_sep String TAG concode_field_sep ControllerManager getManager concode_elem_sep Array<Controller>... | void function ( ControllerListener arg0 ) { initialize ( ) ; getManager ( ) . addListener ( arg0 ) ; } |
35,587 | returns the inverse of this complex . inversion of a complex a returns complex a-1 = a ' / | a | 2 where a ' is #conjugate conjugation of a , and | a | 2 is squared length of a. for any complexes a , b , c , such that a b = c equationsa-1 c = b and c b-1 = a are true . concode_field_sep boolean hashed concode_elem_sep ... | Complex function ( ) { return conjugate ( ) . div ( lengthSquared ( ) ) ; } |
35,588 | gets the navigation panelcollapsible factory concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concod... | NavigationPanelCollapsibleFactory function ( ) { return navigationPanelCollapsible ; } |
35,589 | test argument with invalid dimension . concode_field_sep double EPSILON concode_elem_sep ContinuousFunction function concode_field_sep void testEvaluate concode_elem_sep void instantiate | void function ( ) { function . apply ( Vector . of ( 1.0 , 2.0 , 3.0 ) ) ; } |
35,590 | checks to see whether the population is in a homogeneous state concode_field_sep int P concode_elem_sep double apologyCost concode_elem_sep int R concode_elem_sep int T concode_elem_sep int S concode_elem_sep int COOPERATOR concode_elem_sep int DEFECTOR concode_elem_sep double delta concode_elem_sep Agent[] agents conc... | boolean function ( ) { int loc0 = 0 ; for ( Agent loc1 : agents ) { if ( loc1 . behaviour == 0 ) { loc0 ++ ; } } return loc0 != 100 ? false : true ; } |
35,591 | return type metadata object concode_field_sep java.lang.String componentNumbers concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep java.lang.Double quantity concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.commo... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
35,592 | used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep void setPluginHost concode_elem_sep void updateProgress concod... | String function ( ) { return "srini_string" ; } |
35,593 | gets value as a byte concode_field_sep MIMEValue value concode_elem_sep String name concode_elem_sep String type concode_field_sep void setName concode_elem_sep byte getValueInt8 concode_elem_sep void setValueUInt8 concode_elem_sep int getValueInt32 concode_elem_sep String getValueText concode_elem_sep UInt getValueUIn... | UByte function ( ) { return new UByte ( ( short ) ( 0xFF & ( int ) value . getBytes ( ) [ 3 ] ) ) ; } |
35,594 | get the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f... | int function ( ) { return sequenceId ; } |
35,595 | sets the value of the datatype property . concode_field_sep DataType datatype concode_elem_sep String name concode_elem_sep StrategyType strategy concode_field_sep StrategyType getStrategy concode_elem_sep void setName concode_elem_sep DataType getDatatype concode_elem_sep String getName concode_elem_sep void setStrate... | void function ( DataType arg0 ) { this . datatype = arg0 ; } |
35,596 | test ` remember me ' cookie concode_field_sep JenkinsRule j concode_field_sep void loginDisabledRememberMe concode_elem_sep void loginErrorRedirect1 concode_elem_sep void loginErrorRedirect2 concode_elem_sep HtmlForm prepareLoginFormWithRememberMeChecked concode_elem_sep Object getRememberMeCookie concode_elem_sep void... | void function ( ) { WebClient loc0 = j . createWebClient ( ) ; HtmlFormUtil . submit ( prepareLoginFormWithRememberMeChecked ( loc0 ) , null ) ; assertNotNull ( getRememberMeCookie ( loc0 ) ) ; } |
35,597 | see workbenchcontroller #splashscreen splashscreenactivity concode_field_sep PlaceHolder placeHolder concode_field_sep ActivityCheck editor concode_elem_sep ActivityCheck popupScreens concode_elem_sep PerspectiveCheck perspectives concode_elem_sep ActivityCheck screens concode_elem_sep ActivityCheck splashScreens conco... | ActivityCheck function ( SplashScreenActivity arg0 ) { return DefaultWorkbenchController . get ( ) . splashScreen ( arg0 ) ; } |
35,598 | this method returns a hash value for this object . the hash value returned will be the hash code of the bit key so that identical bit keys will return the same value . concode_field_sep String originalText concode_elem_sep Collator collator concode_elem_sep byte[] key concode_field_sep String getSourceString concode_el... | int function ( ) { long loc0 = originalText . hashCode ( ) ; for ( int loc1 = key . length - 1 ; loc1 >= 0 ; -- loc1 ) loc0 ^= key [ loc1 ] * ( loc1 + 1 ) ; return ( int ) ( ( loc0 >> 32 ) ^ loc0 ) ; } |
35,599 | returns a string containing the queryspaces graph as a tree structure , startingat a particular depth . the value for depth indicates the number of indentations that will prefix all lines in the returned string . root query spaces will be written with depth + 1 and the depth will be further incremented as joined query ... | void function ( QuerySpaces arg0 , int arg1 , AliasResolutionContext arg2 , PrintStream arg3 ) { write ( arg0 , arg1 , arg2 , new PrintWriter ( arg3 ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.