idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
4,300 | returns the start date of this projects entry . concode_field_sep ProjectsEntry _projectsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode... | java . util . Date function ( ) { return _projectsEntry . getStartDate ( ) ; } |
4,301 | creates a new s v n revision with the primary key . does not add the s v n revision to the database . concode_field_sep SVNRevisionLocalService _svnRevisionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRevision getFirstSVNRevision concode_ele... | com . liferay . socialcoding . model . SVNRevision function ( long arg0 ) { return _svnRevisionLocalService . createSVNRevision ( arg0 ) ; } |
4,302 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChangeToken concode_elem_sep GetChangeTokenResult clone concode_elem_sep... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChangeToken ( ) != null ) loc0 . append ( "srini_string" + getChangeToken ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
4,303 | save message concode_field_sep String TABLE_NAME concode_elem_sep String COLUMN_NAME_ISINVITEFROMME concode_elem_sep String COLUMN_NAME_GROUP_Name concode_elem_sep String COLUMN_NAME_GROUPINVITER concode_elem_sep String COLUMN_NAME_UNREAD_MSG_COUNT concode_elem_sep String COLUMN_NAME_STATUS concode_elem_sep String COLU... | Integer function ( InviteMessage arg0 ) { return DemoDBManager . getInstance ( ) . saveMessage ( arg0 ) ; } |
4,304 | get a processing configuration or null if not set concode_field_sep ValueFaultHandler IGNORING_VALUE_FAULT_HANDLER concode_elem_sep ProxyTargetConfig targetConfig concode_elem_sep ValueFaultHandler THROWING_VALUE_FAULT_HANDLER concode_elem_sep HttpMethod method concode_elem_sep Map<ConfigKey,String> processingConfig co... | String function ( ConfigKey arg0 ) { return processingConfig . get ( arg0 ) ; } |
4,305 | performs a dynamic query on the database and returns a 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 to com.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _webDAVPropsLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
4,306 | getup returns the ring 's up vector . concode_field_sep float outerRadius concode_elem_sep Vector3f b2 concode_elem_sep Vector3f center concode_elem_sep Vector3f b1 concode_elem_sep Vector3f up concode_elem_sep float innerRadius concode_elem_sep long serialVersionUID concode_field_sep Vector3f random concode_elem_sep V... | Vector3f function ( ) { return up ; } |
4,307 | initialize the close state . concode_field_sep InetAddress address concode_elem_sep int port concode_elem_sep int localport concode_elem_sep FileDescriptor fd concode_field_sep InetAddress getInetAddress concode_elem_sep int getLocalPort concode_elem_sep int available concode_elem_sep void onBind concode_elem_sep Input... | void function ( ) { } |
4,308 | obtiene el valor de la propiedad dirmatriz . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_e... | String function ( ) { return dirMatriz ; } |
4,309 | sets the value of the weatherid property . concode_field_sep String windChill concode_elem_sep String visibility concode_elem_sep String city concode_elem_sep String responseText concode_elem_sep String description concode_elem_sep String pressure concode_elem_sep short weatherID concode_elem_sep boolean success concod... | void function ( short arg0 ) { this . weatherID = arg0 ; } |
4,310 | given the map of variables , expands this template into a uri . the map keys represent variable names , the map values variable values . the order of variables is not significant . example : uritemplate template = new uritemplate `` http://example.com/hotels/ hotel / bookings / booking '' ; map < string , string > uriv... | URI function ( Map < String , ? > arg0 ) { UriComponents loc0 = this . uriComponents . expand ( arg0 ) ; UriComponents loc1 = loc0 . encode ( ) ; return loc1 . toUri ( ) ; } |
4,311 | this hook method will be invoked when the dfs begins the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field... | void function ( Object arg0 , int arg1 ) { } |
4,312 | sets the occlusion order value . concode_field_sep List<Integer> SUPPORTED_OBJECT_TYPE concode_elem_sep Bitmap bitmap concode_elem_sep int coordinateSystem concode_elem_sep int PNG_QUALITY concode_elem_sep List<Integer> SUPPORTED_COORDINATE_TYPE concode_elem_sep int objectId concode_elem_sep int order concode_elem_sep ... | void function ( final int arg0 ) { this . order = arg0 ; } |
4,313 | return true if the target object is of type resource . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep Object getObject | boolean function ( ) { return isResource ; } |
4,314 | broadcast messages to javascript via extension 's context . it 's used by child classes to broadcast message from java side to all javascript side instances of the extension . concode_field_sep XWalkExtensionContextClient mExtensionContext concode_elem_sep String mName concode_elem_sep String mJsApi concode_field_sep v... | void function ( String arg0 ) { mExtensionContext . broadcastMessage ( this , arg0 ) ; } |
4,315 | print a formatted string to standard output using the specified locale , format string , and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void pr... | void function ( Locale arg0 , String arg1 , Object ... arg2 ) { out . printf ( arg0 , arg1 , arg2 ) ; out . flush ( ) ; } |
4,316 | computes the descriptors for a set of keypoints detected in an image first variant or image set second variant . concode_field_sep int OPPONENT_BRISK concode_elem_sep int OPPONENT_SIFT concode_elem_sep int OPPONENT_FREAK concode_elem_sep long nativeObj concode_elem_sep int OPPONENTEXTRACTOR concode_elem_sep int ORB con... | void function ( Mat arg0 , MatOfKeyPoint arg1 , Mat arg2 ) { Mat loc0 = arg1 ; compute_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 . nativeObj ) ; return ; } |
4,317 | waits for the handler to shutdown . concode_field_sep HttpHandler next concode_elem_sep GracefulShutdownListener listener concode_elem_sep List<ShutdownListener> shutdownListeners concode_elem_sep boolean shutdown concode_elem_sep long activeRequests concode_elem_sep Object lock concode_elem_sep AtomicLongFieldUpdater<... | void function ( ) { synchronized ( lock ) { if ( ! shutdown ) { throw UndertowMessages . MESSAGES . handlerNotShutdown ( ) ; } while ( activeRequestsUpdater . get ( this ) > 0 ) { lock . wait ( ) ; } } } |
4,318 | get offsets that the sinktask has submitted to be reset . used by the copycat framework . concode_field_sep TopicPartition TOPIC_PARTITION2 concode_elem_sep Map<String,String> connectorProps concode_elem_sep Set<TopicPartition> assignment concode_elem_sep String TOPIC concode_elem_sep Configuration conf concode_elem_se... | Map < TopicPartition , Long > function ( ) { return offsets ; } |
4,319 | restores the annotationcomponents state to the state stored during the construction of this object . concode_field_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2D.Float userSpaceRectangle concode_field_sep void apply concode_elem_sep void synchronizeState | void function ( ) { if ( annotationComponent != null && annotationComponent . getAnnotation ( ) != null ) { Annotation loc0 = annotationComponent . getAnnotation ( ) ; restore ( loc0 ) ; synchronizeState ( ) ; } } |
4,320 | returns true if there 's another proxy to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns ... | boolean function ( ) { return hasNextProxy ; } |
4,321 | reads in a float array from jsonreader and returns a primitive float array concode_field_sep AbstractListDeserializer<List<Float>> FLOAT_LIST_2D_DESERIALIZER concode_elem_sep AbstractListDeserializer<String> STRING_LIST_DESERIALIZER concode_elem_sep AbstractListDeserializer<List<List<Float>>> FLOAT_LIST_3D_DESERIALIZER... | float [ ] function ( JsonReader arg0 ) { return convertListToPrimitiveArray ( FLOAT_LIST_DESERIALIZER . readList ( arg0 ) ) ; } |
4,322 | test determinant concode_field_sep double[][] testData concode_field_sep void testSolve concode_elem_sep void testSolveDimensionErrors concode_elem_sep double getDeterminant | void function ( ) { Assert . assertEquals ( 7290000.0 , getDeterminant ( MatrixUtils . createRealMatrix ( testData ) ) , 1.0e-15 ) ; } |
4,323 | error 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 co... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
4,324 | create an instance of namespacestype concode_field_sep QName _Mediawiki_QNAME concode_field_sep RevisionType createRevisionType concode_elem_sep ContributorType createContributorType concode_elem_sep UploadType createUploadType concode_elem_sep DiscussionThreadingInfo createDiscussionThreadingInfo concode_elem_sep Text... | NamespacesType function ( ) { return new NamespacesType ( ) ; } |
4,325 | sets the value of the name property . concode_field_sep String userRecordType concode_elem_sep Long roleId concode_elem_sep String name concode_elem_sep String roleName concode_elem_sep Long id concode_elem_sep String email concode_elem_sep String preferredLocale concode_field_sep String getName concode_elem_sep String... | void function ( String arg0 ) { this . name = arg0 ; } |
4,326 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDrawWithNullDeviationHorizontal concode_elem_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testDrawWithNullD... | void function ( ) { StatisticalBarRenderer loc0 = new StatisticalBarRenderer ( ) ; StatisticalBarRenderer loc1 = ( StatisticalBarRenderer ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
4,327 | gets the value of the mailpass property . concode_field_sep String toMail concode_elem_sep String externalServerUrl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep List<Server> servers concode_elem_sep String mailPass concode_elem_sep int adminPort concode_elem_sep String fromMail con... | String function ( ) { return mailPass ; } |
4,328 | list of all propertyvalues , alphabetically sorted by resolved property name concode_field_sep Map<Field,PropertyValues> propertyValuesMap concode_elem_sep Map<String,Field> internalFieldsForComponentClass concode_elem_sep Logger logger concode_elem_sep Class activeClass concode_elem_sep Map<String,Artifact> artifacts ... | ArrayList < PropertyValues > function ( ) { ArrayList < PropertyValues > loc0 = Collections . loc0 ( Collections . enumeration ( propertyValuesMap . values ( ) ) ) ; sortByResolvedPropertyName ( loc0 ) ; return loc0 ; } |
4,329 | sets simple boolean condition for use in #isfilevisible virtualfile , boolean and #isfileselectable virtualfile . concode_field_sep boolean myTreeRootVisible concode_elem_sep String myTitle concode_elem_sep boolean myChooseMultiple concode_elem_sep Map<String,Object> myUserData concode_elem_sep boolean myChooseFiles co... | FileChooserDescriptor function ( @ Nullable Condition < VirtualFile > arg0 ) { myFileFilter = arg0 ; return this ; } |
4,330 | getassetfiledescriptor allows for zipresourcefile to directly feed android api 's that want an fd , offset , and length such as the mediaplayer . it also allows for the class to be used in a content provider that can feed video players . the file must be stored non-compressed in the zip file for this to work . concode_... | AssetFileDescriptor function ( String arg0 ) { ZipEntryRO loc0 = mHashMap . get ( arg0 ) ; if ( null != loc0 ) { return loc0 . getAssetFileDescriptor ( ) ; } return null ; } |
4,331 | set the maximum number of records to be displayed in the monitor concode_field_sep int JDK14_LOG_LEVELS concode_elem_sep int LOG4J_LOG_LEVELS concode_elem_sep LogBrokerMonitor _logMonitor concode_elem_sep LogLevel _defaultLevel concode_field_sep void setDefaultLevel concode_elem_sep void log concode_elem_sep void log c... | void function ( int arg0 ) { _logMonitor . setMaxNumberOfLogRecords ( arg0 ) ; } |
4,332 | returns the parser that is registered under the given pipeline aggregator type . concode_field_sep ImmutableMap<String,Aggregator.Parser> aggParsers concode_elem_sep Pattern VALID_AGG_NAME concode_elem_sep ImmutableMap<String,PipelineAggregator.Parser> pipelineAggregatorParsers concode_field_sep Aggregator.Parser parse... | PipelineAggregator . Parser function ( String arg0 ) { return pipelineAggregatorParsers . get ( arg0 ) ; } |
4,333 | deserialises the object from a json string . it will be necessary to manually cast the returned object to the correct type . concode_field_sep JedisClient jedis concode_elem_sep Logger logger concode_elem_sep Gson gson concode_elem_sep Type responseEntity concode_elem_sep String message concode_elem_sep Type requestEnt... | Object function ( String arg0 , Type arg1 ) { return ( ! "srini_string" . equals ( arg0 ) && arg0 != null && arg1 != null ) ? gson . fromJson ( arg0 , arg1 ) : null ; } |
4,334 | when cursor is at the start of an element , moves it to the end tag of that element . nested content is skipped . this is basically the same code as parseunkown , except for the warnings , which are displayed for inner elements and not at top level . concode_field_sep XMLStreamReader parser concode_field_sep void parse... | void function ( boolean arg0 ) { while ( true ) { int loc0 = parser . next ( ) ; if ( loc0 == XMLStreamConstants . START_ELEMENT ) { parseUnknown ( arg0 ) ; } else if ( loc0 == XMLStreamConstants . END_ELEMENT ) { return ; } } } |
4,335 | get the request scope instance configured for the runtime . concode_field_sep Connector connector concode_elem_sep LazyValue<ExecutorService> asyncRequestExecutor concode_elem_sep Stage<ClientRequest> requestProcessingRoot concode_elem_sep Stage<ClientResponse> responseProcessingRoot concode_elem_sep RequestScope reque... | RequestScope function ( ) { return requestScope ; } |
4,336 | clones this mac instance and the underlying implementation . concode_field_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep boolean isInitMac concode_elem_sep MacSpi spiImpl concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep void init concode_elem_sep void init co... | Object function ( ) { MacSpi loc0 = ( MacSpi ) spiImpl . clone ( ) ; Mac loc1 = new Mac ( loc0 , this . provider , this . algorithm ) ; loc1 . isInitMac = this . isInitMac ; return loc1 ; } |
4,337 | add error message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem... | void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } |
4,338 | sets the value of the costincents property . concode_field_sep BigInteger costInCents concode_elem_sep String chargeType concode_elem_sep long serialVersionUID concode_elem_sep String priceName concode_elem_sep String priceDescription concode_elem_sep FrequencyType frequency concode_field_sep BigInteger getCostInCents ... | void function ( BigInteger arg0 ) { this . costInCents = arg0 ; } |
4,339 | get quantity concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString conco... | Integer function ( ) { return quantity ; } |
4,340 | checks whether memory cache key image uri for current imageaware is actual concode_field_sep String imageUri concode_elem_sep String memoryCacheKey concode_elem_sep ImageLoaderEngine engine concode_elem_sep String LOG_TASK_CANCELLED_IMAGEAWARE_REUSED concode_elem_sep Bitmap bitmap concode_elem_sep ImageAware imageAware... | boolean function ( ) { String loc0 = engine . getLoadingUriForView ( imageAware ) ; return ! memoryCacheKey . equals ( loc0 ) ; } |
4,341 | returns a transformation matrix mapping camera space to world space . concode_field_sep Matrix4[] c2w concode_elem_sep Matrix4[] w2c concode_elem_sep CameraLens lens concode_field_sep boolean updateCameraMatrix concode_elem_sep boolean update concode_elem_sep Ray getRay concode_elem_sep Ray getRay concode_elem_sep Matr... | Matrix4 function ( ) { return c2w == null ? Matrix4 . IDENTITY : c2w [ 0 ] ; } |
4,342 | returns a sql where ` expression ' of an empty string if no condition is found . concode_field_sep OrmHandler handler concode_elem_sep SqlDialect dialect concode_elem_sep Criterion criterion concode_elem_sep List<ValueCriterion> values concode_elem_sep List<Key> orderBy concode_elem_sep MetaTable baseTable concode_elem... | String function ( ) { final StringBuilder loc0 = new StringBuilder ( 64 ) ; writeConditions ( loc0 ) ; writeRelations ( loc0 ) ; return loc0 . toString ( ) ; } |
4,343 | this method was generated by mybatis generator . this method sets the value of the database column core_member . integral concode_field_sep String isDisable concode_elem_sep String password concode_elem_sep Date lastVisitTime concode_elem_sep Date createTime concode_elem_sep String lastIp concode_elem_sep String openId... | void function ( Long arg0 ) { this . integral = arg0 ; } |
4,344 | test of removeitem method , of class cartbean concode_field_sep Cart sut concode_field_sep void shouldAddOneItem concode_elem_sep void shouldBeEmpty concode_elem_sep Archive<?> deployment concode_elem_sep void shouldAddManyItems | void function ( ) { final List < String > loc0 = Arrays . asList ( "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" ) ; for ( final String loc1 : loc0 ) { sut . addItem ( loc1 ) ; } sut . removeItem ( "srini_string" ) ; assertThat ( sut . getItems ( ) , not ( hasItem ( "srini_string" )... |
4,345 | returns a module which creates bindings for provider methods from the given module . concode_field_sep Object delegate concode_elem_sep TypeLiteral<?> typeLiteral concode_field_sep Key<T> getKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Module forObject concode_elem_sep void configu... | Module function ( Module arg0 ) { return forObject ( arg0 ) ; } |
4,346 | resets the reports total number of bytes sent , number of packets sent , etc. . concode_field_sep long oldnow concode_elem_sep byte mTcpHeader[] concode_elem_sep int mTransport concode_elem_sep int mPacketCount concode_elem_sep OutputStream mOutputStream concode_elem_sep byte[] mBuffer concode_elem_sep long delta conco... | void function ( ) { mPacketCount = 0 ; mOctetCount = 0 ; setLong ( mPacketCount , 20 , 24 ) ; setLong ( mOctetCount , 24 , 28 ) ; delta = now = oldnow = 0 ; } |
4,347 | returns the boolean value of the given string , or null if the conversion impossible . concode_field_sep PlaceHolder placeHolder concode_field_sep int parseInt concode_elem_sep int parseInt concode_elem_sep float parseFloat concode_elem_sep Integer parseInteger16Null concode_elem_sep long parseLong concode_elem_sep Flo... | Boolean function ( String arg0 ) { if ( arg0 == null ) return null ; try { return Boolean . parseBoolean ( arg0 ) ; } catch ( Exception loc0 ) { return null ; } } |
4,348 | records a log entry representing a new connection action on the specified session object . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concode_e... | void function ( Session arg0 , String arg1 , String arg2 ) { if ( lLog != null ) { lLog . write ( arg0 , "srini_string" + arg1 + "srini_string" * "srini_string" ) ; } } |
4,349 | gets the value of the interfacedef property . concode_field_sep List<Object> structid concode_elem_sep String label5 concode_elem_sep List<Object> admid concode_elem_sep XMLGregorianCalendar created concode_elem_sep String btype concode_elem_sep String groupid concode_elem_sep String id concode_elem_sep ObjectType mech... | ObjectType function ( ) { return interfaceDef ; } |
4,350 | returns a new instance of fresco drawee controller builder . concode_field_sep PipelineDraweeControllerBuilderSupplier sDraweeControllerBuilderSupplier concode_field_sep ImagePipelineFactory getImagePipelineFactory concode_elem_sep void initializeDrawee concode_elem_sep ImagePipeline getImagePipeline concode_elem_sep P... | PipelineDraweeControllerBuilder function ( ) { return sDraweeControllerBuilderSupplier . get ( ) ; } |
4,351 | creates the text file used to import renter criteria queries to check against the knowledgegraph . concode_field_sep String zip concode_elem_sep List<String> features concode_elem_sep String city concode_elem_sep String facilityType concode_elem_sep String endDate concode_elem_sep double minRating concode_elem_sep List... | void function ( ) { addFeaturesQueries ( ) ; addLocationQuery ( ) ; addFacilityTypeQuery ( ) ; addMinRatingQuery ( ) ; PrintWriter loc0 = new PrintWriter ( "srini_string" ) ; for ( String loc1 : criteriaQueryList ) loc0 . println ( loc1 ) ; loc0 . close ( ) ; } |
4,352 | unsupported operation . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_sep void openLink concode_elem_sep String g... | AffineTransform function ( ) { return null ; } |
4,353 | gets the ip prefix to match . concode_field_sep IpPrefix ip concode_elem_sep Type type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Type type | IpPrefix function ( ) { return this . ip ; } |
4,354 | checks to see if the specified distance falls within the valid range on this ray . this should always be used before an intersection with the ray is detected . concode_field_sep float dx concode_elem_sep float dy concode_elem_sep float tMax concode_elem_sep float dz concode_elem_sep float EPSILON concode_elem_sep float... | boolean function ( float arg0 ) { return ( tMin < arg0 ) && ( arg0 < tMax ) ; } |
4,355 | create an instance of dataserviceentities.partyaddresses concode_field_sep PlaceHolder placeHolder concode_field_sep DataServiceEntities.Parties.PartyData.Party createDataServiceEntitiesPartiesPartyDataParty concode_elem_sep DataServiceEntities.PartyEmails.PartyEmailData.PartyEmail createDataServiceEntitiesPartyEmailsP... | DataServiceEntities . PartyAddresses function ( ) { return new DataServiceEntities . PartyAddresses ( ) ; } |
4,356 | return a static text locator by exact text concode_field_sep WebDriverWait driverWait concode_elem_sep IOSDriver driver concode_field_sep void init concode_elem_sep WebElement wait concode_elem_sep List<WebElement> waitAll concode_elem_sep By for_text concode_elem_sep By for_text concode_elem_sep List<WebElement> eleme... | By function ( String arg0 ) { return By . xpath ( "srini_string" ) ; } |
4,357 | add successfully deleted key . concode_field_sep Map<String,ResultStatus> excptions concode_elem_sep Set<String> deletedKeys concode_field_sep void addDeletedKeys concode_elem_sep void addException concode_elem_sep Set<String> getDeletedKeys concode_elem_sep ResultStatus getResultStatusForException concode_elem_sep voi... | void function ( String arg0 ) { Validate . notNull ( arg0 ) ; deletedKeys . add ( arg0 ) ; } |
4,358 | utility for loading example tab set content include . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String defaultId concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemobile.samples.mobileshowcas... | void function ( ActionEvent arg0 ) { String loc0 = ( String ) arg0 . getComponent ( ) . getAttributes ( ) . get ( "srini_string" ) ; if ( loc0 != null ) { selectedExamplePath = loc0 ; } } |
4,359 | creates a new instance of contenttype without a charset . concode_field_sep ContentType TEXT_HTML concode_elem_sep Charset charset concode_elem_sep ContentType MULTIPART_FORM_DATA concode_elem_sep ContentType APPLICATION_FORM_URLENCODED concode_elem_sep ContentType APPLICATION_XML concode_elem_sep ContentType DEFAULT_T... | ContentType function ( final String arg0 ) { return new ContentType ( arg0 , ( Charset ) null ) ; } |
4,360 | the amount of time that the metrics cover usually 10 seconds . for example , you might have 5 requests request_count within the most recent time slice of 10 seconds duration . concode_field_sep Integer duration concode_elem_sep StatusCodes statusCodes concode_elem_sep Integer requestCount concode_elem_sep Latency laten... | void function ( Integer arg0 ) { this . duration = arg0 ; } |
4,361 | get the referenced column . concode_field_sep int START concode_elem_sep int END concode_elem_sep List<Expression> expressionList concode_elem_sep int SPATIAL_INTERSECTS concode_elem_sep int compareType concode_elem_sep Expression expression concode_elem_sep int EQUALITY concode_elem_sep int RANGE concode_elem_sep Colu... | Column function ( ) { return column ; } |
4,362 | begin appending a new array . all values until the balancing endarray will be appended to this array . the endarray method must be called to mark the array 's end . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_el... | JSONWriter function ( ) { if ( this . mode == 'i' || this . mode == 'o' || this . mode == 'a' ) { this . push ( null ) ; this . append ( "srini_string" ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; } |
4,363 | return an array of all available display modes . this implementation returns a 0-length array , so subclasses must override this . concode_field_sep DisplayMode mode concode_elem_sep int TYPE_PRINTER concode_elem_sep int TYPE_RASTER_SCREEN concode_elem_sep int TYPE_IMAGE_BUFFER concode_elem_sep Window full_screen conco... | DisplayMode [ ] function ( ) { return new DisplayMode [ 0 ] ; } |
4,364 | whether the header is equal to object obj concode_field_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep Object clone concode_elem_sep String toString | boolean function ( Object arg0 ) { try { Header loc0 = ( Header ) arg0 ; if ( loc0 . getName ( ) . equals ( this . getName ( ) ) && loc0 . getValue ( ) . equals ( this . getValue ( ) ) ) return true ; else return false ; } catch ( Exception loc0 ) { return false ; } } |
4,365 | add a midinote to this track . this is called for each noteon event concode_field_sep int tracknum concode_elem_sep ArrayList<MidiNote> notes concode_elem_sep int instrument concode_elem_sep ArrayList<MidiEvent> lyrics concode_field_sep void setLyrics concode_elem_sep int getInstrument concode_elem_sep int trackNumber ... | void function ( MidiNote arg0 ) { notes . add ( arg0 ) ; } |
4,366 | sets the value of the data2 property . concode_field_sep BigDecimal periodFee concode_elem_sep Boolean isBundle concode_elem_sep BigInteger data concode_elem_sep BigInteger freeLeFreeSeconds concode_elem_sep Long groupId concode_elem_sep BigInteger data2 concode_elem_sep BigInteger smsMms concode_elem_sep BigInteger pr... | void function ( BigInteger arg0 ) { this . data2 = arg0 ; } |
4,367 | returns true if the given map is null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep String format concode_elem_sep Object format | boolean function ( Map < ? , ? > arg0 ) { return arg0 == null || arg0 . isEmpty ( ) ; } |
4,368 | returns the validated to of this d a t a i t e m. concode_field_sep DATAITEM _dataitem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel con... | java . util . Date function ( ) { return _dataitem . getValidatedTo ( ) ; } |
4,369 | set the name of this web resource collection concode_field_sep String description concode_elem_sep String name concode_elem_sep String methods[] concode_elem_sep String patterns[] concode_field_sep String[] findMethods concode_elem_sep String[] findPatterns concode_elem_sep String getName concode_elem_sep boolean findM... | void function ( String arg0 ) { this . name = arg0 ; } |
4,370 | return the current item concode_field_sep NodeImpl next concode_elem_sep NodeTest nodeTest concode_elem_sep NodeImpl current concode_elem_sep NodeImpl start concode_elem_sep int position concode_field_sep Item next concode_elem_sep CharSequence getStringValue concode_elem_sep boolean conforms concode_elem_sep boolean m... | Item function ( ) { return current ; } |
4,371 | gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep NavigationDefault getNavigationDefault concode_elem_sep void setLabel concode_elem_sep List<Node> getNo... | String function ( ) { return label ; } |
4,372 | caches the j i r a project in the entity cache if it is enabled . concode_field_sep JIRAProjectPersistence _persistence concode_field_sep int countAll concode_elem_sep JIRAProject findByKey concode_elem_sep JIRAProject fetchByKey concode_elem_sep JIRAProject fetchByKey concode_elem_sep List<JIRAProject> findWithDynamic... | void function ( JIRAProject arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } |
4,373 | gets the value of the name property . concode_field_sep String code concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String explanation concode_elem_sep String referenceId concode_field_sep void setName concode_elem_sep void setReferenceId concode_... | String function ( ) { return name ; } |
4,374 | get the id of this pipeline stage as specified in the configuration element for the stage . concode_field_sep boolean acceptXmlObjects concode_elem_sep boolean acceptZipObjects concode_elem_sep long lastTimeOut concode_elem_sep long lastTimeIn concode_elem_sep File lastFileOut concode_elem_sep boolean acceptDicomObject... | String function ( ) { return id ; } |
4,375 | reports an error to the error manager associated with this handler , errormanager is used for that purpose . no security checks aredone , therefore this is compatible with environments where the caller is non-privileged . concode_field_sep Level DEFAULT_LEVEL concode_elem_sep Formatter formatter concode_elem_sep Filter... | void function ( String arg0 , Exception arg1 , int arg2 ) { this . errorMan . error ( arg0 , arg1 , arg2 ) ; } |
4,376 | initialize the context concode_field_sep ServletContext servletContext concode_elem_sep String COUNT_KEY concode_elem_sep String EVENT_KEY concode_elem_sep int counter concode_elem_sep Set<User> users concode_elem_sep String USERS_KEY concode_field_sep void addUsername concode_elem_sep boolean isAnonymous concode_elem_... | void function ( ServletContextEvent arg0 ) { servletContext = arg0 . getServletContext ( ) ; servletContext . setAttribute ( ( COUNT_KEY ) , Integer . toString ( counter ) ) ; } |
4,377 | a. . z , aa . . zz , aaa . . zzz ... labeling as described in pdf32000-1 :2008 , table 159 , page 375 . concode_field_sep int numPages concode_elem_sep PDPageLabelRange labelInfo concode_elem_sep String[][] ROMANS concode_elem_sep PDDocument doc concode_elem_sep int currentPage concode_elem_sep Map<Integer,PDPageLabelR... | String function ( int arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; int loc1 = arg0 / 26 + Integer . signum ( arg0 % 26 ) ; int loc2 = arg0 % 26 + 26 * ( 1 - Integer . signum ( arg0 % 26 ) ) + 64 ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc0 . appendCodePoint ( loc2 ) ; } return loc0 . toString ( ) ; } |
4,378 | invokes a javascript function that takes no arguments . concode_field_sep String variableName concode_elem_sep int objectCounter concode_elem_sep JSObject jsObject concode_elem_sep IJavascriptRuntime runtime concode_elem_sep Map<JSObject,JavascriptObject> peerRegistry concode_field_sep Integer checkInteger concode_elem... | Object function ( String arg0 ) { return checkUndefined ( jsObject . call ( arg0 ) ) ; } |
4,379 | pushes new diagnostic context information on to the thread context stack . the information will be popped off when the instance is closed . concode_field_sep int pushCount concode_elem_sep Map<String,String> originalValues concode_field_sep void closeStack concode_elem_sep void closeMap concode_elem_sep void close conc... | Instance function ( final String arg0 ) { ThreadContext . push ( arg0 ) ; pushCount ++ ; return this ; } |
4,380 | removes all information related to the designated session id . concode_field_sep HashMap sid2ttl concode_elem_sep int counter concode_elem_sep HashMap sid2ssc concode_elem_sep ServerStore singleton concode_elem_sep Object lock concode_field_sep boolean isAlive concode_elem_sep ServerStore instance concode_elem_sep byte... | void function ( final byte [ ] arg0 ) { final String loc0 = new String ( arg0 ) ; synchronized ( lock ) { sid2ssc . remove ( loc0 ) ; sid2ttl . remove ( loc0 ) ; } } |
4,381 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void reset concode_elem_sep Statement recompileSta... | long function ( ) { next_cs_id ++ ; return next_cs_id ; } |
4,382 | run benchmark method . note that we silently handle a bunch of exceptions here . the method exists mostly so that bee can store the exception that terminated a benchmark . concode_field_sep long netThroughput concode_elem_sep int MAX_REPETITIONS concode_elem_sep long startMemory concode_elem_sep boolean measuring conco... | void function ( Method arg0 ) { try { arg0 . invoke ( null , this ) ; } catch ( IllegalAccessException | InvocationTargetException loc0 ) { this . throwable = loc0 ; } } |
4,383 | convert a 4-character string to a 32-bit type . concode_field_sep ByteOrder CHUNK_ORDER concode_elem_sep int CHUNK_FAIL concode_field_sep void connected concode_elem_sep Chunk handleChunk concode_elem_sep ByteBuffer wrapChunk concode_elem_sep void disconnected concode_elem_sep void putString concode_elem_sep String nam... | int function ( String arg0 ) { if ( arg0 . length ( ) != 4 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < 4 ; ++ loc1 ) { loc0 = ( ( loc0 << 8 ) | ( arg0 . charAt ( loc1 ) & 0xff ) ) ; } return loc0 ; } |
4,384 | indicate whether all whitespace text nodes in the source document are to be removed . concode_field_sep boolean stripSpace concode_elem_sep IndependentContext staticContext concode_field_sep void setNamespaceResolver concode_elem_sep Configuration getConfiguration concode_elem_sep NamespaceResolver getNamespaceResolver... | void function ( boolean arg0 ) { stripSpace = arg0 ; } |
4,385 | test of containskey method , of class headersmap . concode_field_sep StringKeyIgnoreCaseMultivaluedMap map concode_field_sep void testEqualsAndHashCode concode_elem_sep void testClear concode_elem_sep void testRemove concode_elem_sep void testEntrySet concode_elem_sep void testPut concode_elem_sep void testGetFirst con... | void function ( ) { map . add ( "srini_string" , "srini_string" ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "srini_string" ) ) ; assertTrue ( map . containsKey ( "sr... |
4,386 | uses localbroadcastmanager to send an android.content.intent containing status . the android.content.intent has the action broadcast_action and the category default . concode_field_sep LocalBroadcastManager mBroadcaster concode_field_sep void notifyProgress | void function ( int arg0 ) { Intent loc0 = new Intent ( ) ; loc0 . setAction ( Constants . BROADCAST_ACTION ) ; loc0 . putExtra ( Constants . EXTENDED_DATA_STATUS , arg0 ) ; loc0 . addCategory ( Intent . CATEGORY_DEFAULT ) ; mBroadcaster . sendBroadcast ( loc0 ) ; } |
4,387 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
4,388 | clear local notification specified by id . concode_field_sep Context context concode_field_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_elem_sep List<JSONObje... | Notification function ( int arg0 ) { Notification loc0 = get ( arg0 ) ; if ( loc0 != null ) { loc0 . cancel ( ) ; } return loc0 ; } |
4,389 | specifies the ` chunked ' flag . the default implementation sets the value of the #chunked chunked attribute . concode_field_sep long bytesWritten concode_elem_sep AbstractRequest request concode_elem_sep long totalSize concode_elem_sep HttpListener httpListener concode_elem_sep Header contentEncoding concode_elem_sep ... | void function ( boolean arg0 ) { this . chunked = arg0 ; } |
4,390 | returns true if collection is not null and contains obj concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Boolean function ( Collection < ? > arg0 , Object arg1 ) { if ( arg0 == null ) { return false ; } else { return arg0 . contains ( arg1 ) ; } } |
4,391 | returns the uploaded temporary file which will be deleted at the end . concode_field_sep String _recommendedFilePath concode_elem_sep String _mimeType concode_elem_sep File _uploadedFile concode_elem_sep String _configurationName concode_elem_sep int _width concode_elem_sep String _ownerID concode_elem_sep int _height ... | File function ( ) { return _uploadedFile ; } |
4,392 | get the key used to look up the text in the bundle for the section description . concode_field_sep UserNotificationPreferencesRegistrationService userNotificationPreferencesRegistrationService concode_elem_sep String defaultValue concode_elem_sep Map<String,String> rawOptions concode_elem_sep Logger logger concode_elem... | String function ( ) { return sectionDescriptionBundleKey ; } |
4,393 | returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... | View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } |
4,394 | create a mockhttpservletrequestbuilder for a request with the given http method . concode_field_sep PlaceHolder placeHolder concode_field_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder patch concode_elem_sep MockHttpServletRequestBuilder head concode_elem_sep MockHttpServletReque... | MockHttpServletRequestBuilder function ( HttpMethod arg0 , URI arg1 ) { return new MockHttpServletRequestBuilder ( arg0 , arg1 ) ; } |
4,395 | should be called only if succeeded . concode_field_sep T res concode_elem_sep Exception e concode_elem_sep boolean finished concode_elem_sep Object mux concode_field_sep T init concode_elem_sep boolean await concode_elem_sep String toString concode_elem_sep boolean succeeded | T function ( ) { return res ; } |
4,396 | copies all bytes from input stream to output stream . does not flush or close either stream concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toByteArray | void function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ 1024 ] ; int loc1 = 0 ; while ( ( loc1 = arg0 . loc1 ( loc0 , 0 , loc0 . length ) ) != - 1 ) { arg1 . write ( loc0 , 0 , loc1 ) ; } } |
4,397 | end the simulation . concode_field_sep BoundingBox boundingBox concode_elem_sep ParticleControllerRenderer<?,?> renderer concode_elem_sep Matrix4 transform concode_elem_sep float deltaTime concode_elem_sep String name concode_elem_sep Array<Influencer> influencers concode_elem_sep float DEFAULT_TIME_STEP concode_elem_s... | void function ( ) { for ( Influencer loc0 : influencers ) loc0 . end ( ) ; emitter . end ( ) ; } |
4,398 | whether to use the gsonbuilder #setprettyprinting when writingjson . this is a shortcut for setting up a gson as follows : new gsonbuilder . setprettyprinting . create ; concode_field_sep String dateFormatPattern concode_elem_sep boolean disableHtmlEscaping concode_elem_sep boolean prettyPrinting concode_elem_sep Gson ... | void function ( boolean arg0 ) { this . prettyPrinting = arg0 ; } |
4,399 | sets the class name for the column concode_field_sep int displaySize concode_elem_sep String typeName concode_elem_sep int nullable concode_elem_sep int type concode_elem_sep boolean signed concode_elem_sep int scale concode_elem_sep String label concode_elem_sep String className concode_elem_sep int precision concode_... | void function ( String arg0 ) { this . className = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.