idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
15,400 | test of getage method , of class studentlink . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetName concode_elem_sep void testGetNextStudent concode_elem_sep void testDisplayLink concode_elem_sep void testSetAge concode_elem_sep void setUp concode_elem_sep void t... | void function ( ) { System . out . println ( "srini_string" ) ; StudentLink loc0 = null ; int loc1 = 0 ; int loc2 = loc0 . getAge ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; } |
15,401 | gets the full english name of this card concode_field_sep String mySuit concode_elem_sep String[] cardNames concode_elem_sep int myValue concode_field_sep int getValue concode_elem_sep String getSuit concode_elem_sep String imageFileName | String function ( ) { return cardNames [ myValue - 2 ] + "srini_string" + mySuit ; } |
15,402 | gets the description of the record . concode_field_sep GregorianCalendar date concode_elem_sep int quantity concode_elem_sep double price concode_elem_sep String description concode_field_sep String getDateString concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void setDate concode_el... | String function ( ) { return description ; } |
15,403 | utility method for getting one of three types of effects based on the key words , shake_effect , pulsate_effect , highlight_effect . concode_field_sep String PULSATE_EFFECT concode_elem_sep String SHAKE_EFFECT concode_elem_sep String HIGHLIGHT_EFFECT concode_field_sep void executeMenuEffect | Effect function ( String arg0 ) { if ( SHAKE_EFFECT . equals ( arg0 ) ) { return new Shake ( ) ; } else if ( PULSATE_EFFECT . equals ( arg0 ) ) { Pulsate loc0 = new Pulsate ( ) ; loc0 . setDuration ( 0.75f ) ; return loc0 ; } else { return new Highlight ( "srini_string" ) ; } } |
15,404 | gets the value of the doc property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the doc property . for example , to add a new item , do as follows... | List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; } |
15,405 | get obey-robot-exclusion flag . concode_field_sep int maxThreads concode_elem_sep boolean useCaches concode_elem_sep String userAgent concode_elem_sep DownloadParameters NO_LIMITS concode_elem_sep int crawlTimeout concode_elem_sep boolean interactive concode_elem_sep boolean obeyRobotExclusion concode_elem_sep Download... | boolean function ( ) { return obeyRobotExclusion ; } |
15,406 | returns paper book instance with the given name concode_field_sep ConcurrentHashMap<String,Book> mBookMap concode_elem_sep String TAG concode_elem_sep String DEFAULT_DB_NAME concode_elem_sep HashMap<Class,Serializer> mCustomSerializers concode_elem_sep Context mContext concode_field_sep boolean exist concode_elem_sep v... | Book function ( String arg0 ) { if ( arg0 . equals ( DEFAULT_DB_NAME ) ) throw new PaperDbException ( DEFAULT_DB_NAME + "srini_string" ) ; return getBook ( arg0 ) ; } |
15,407 | adds semantic checks to the default deserialization method . this method must have the standard signature for a readobject method , and the body of the method must begin with `` s.defaultreadobject ; '' . other than that , any semantic checks can be specified and do not need to stay the same from version to version . a... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; } |
15,408 | deserializes an emcvalue object from the given serialized json string concode_field_sep float energyValue concode_elem_sep Gson jsonSerializer concode_field_sep void readFromNBT concode_elem_sep EnergyValue loadEnergyValueFromNBT concode_elem_sep float getValue concode_elem_sep JsonElement serialize concode_elem_sep St... | EnergyValue function ( String arg0 ) { try { return jsonSerializer . fromJson ( arg0 , EnergyValue . class ) ; } catch ( JsonSyntaxException loc0 ) { loc0 . printStackTrace ( ) ; } catch ( JsonParseException loc0 ) { loc0 . printStackTrace ( ) ; } return null ; } |
15,409 | default mods marshaller for current thread . concode_field_sep ThreadLocal<Marshaller> defaultMarshaller concode_elem_sep JAXBContext defaultJaxbContext concode_elem_sep Schema MODS_SCHEMA concode_elem_sep ThreadLocal<Unmarshaller> defaultUnmarshaller concode_elem_sep String VERSION concode_elem_sep String MODS_SCHEMA_... | Unmarshaller function ( ) { Unmarshaller loc0 = defaultUnmarshaller . get ( ) ; if ( loc0 == null ) { loc0 = defaultJaxbContext ( ) . createUnmarshaller ( ) ; defaultUnmarshaller . set ( loc0 ) ; } return loc0 ; } |
15,410 | called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep ServiceRegistration mExcMapper concode_field_sep BundleContext getBundleContext concode_elem_sep void start | void function ( BundleContext arg0 ) { arg0 = null ; mExcMapper . unregister ( ) ; } |
15,411 | return the underlying block cipher that we are wrapping . concode_field_sep BlockCipher cipher concode_elem_sep byte[] counterOut concode_elem_sep byte[] counter concode_elem_sep byte[] IV concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep String getAlgorithmName concode_elem_sep int getBlockSi... | BlockCipher function ( ) { return cipher ; } |
15,412 | performs the graph traversion with all elements which are contained in the specified iterator . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myE... | void function ( Iterator arg0 ) { myElements = arg0 ; this . perform ( ) ; } |
15,413 | sets last clean-up time before sorting . concode_field_sep MapServiceContext mapServiceContext concode_elem_sep Comparator<PartitionContainer> partitionContainerComparator concode_elem_sep int DIFFERENCE_BETWEEN_TWO_SUBSEQUENT_PARTITION_CLEANUP_MILLIS concode_elem_sep Address thisAddress concode_elem_sep String SYS_PRO... | void function ( List < PartitionContainer > arg0 ) { for ( PartitionContainer loc0 : arg0 ) { loc0 . setLastCleanupTimeCopy ( loc0 . getLastCleanupTime ( ) ) ; } } |
15,414 | implement tostring concode_field_sep double fX concode_elem_sep double fY concode_field_sep Vec2 add concode_elem_sep Point add concode_elem_sep Point add concode_elem_sep Vec2 div concode_elem_sep double getX concode_elem_sep Vec2 times concode_elem_sep double getY concode_elem_sep double dot concode_elem_sep double l... | String function ( ) { return super . toString ( ) + "srini_string" + this . fX + "srini_string" + this . fY + "srini_string" ; } |
15,415 | sets a possible error retrieving weather data . concode_field_sep Atmosphere atmosphere concode_elem_sep Temperature temperature concode_elem_sep Precipitation precipitation concode_elem_sep String VIRTUAL_TEMP_MINMAX concode_elem_sep Wind wind concode_elem_sep String[] VIRTUAL_PROPERTIES concode_elem_sep String error ... | void function ( String arg0 ) { this . error = arg0 ; } |
15,416 | the name of the last table in the current page of results . use this value as the exclusivestarttablename in a new request to obtain the next page of results , until all the table names are returned . if you do not receive a lastevaluatedtablename value in the response , this means that there are no more table names to... | String function ( ) { return this . lastEvaluatedTableName ; } |
15,417 | restrictedperson 's implementation of setsecuritycontext does nothing . concode_field_sep IPerson person concode_elem_sep long serialVersionUID concode_field_sep Enumeration<List<Object>> getAttributes concode_elem_sep String getName concode_elem_sep boolean isGuest concode_elem_sep int getID concode_elem_sep void setA... | void function ( ISecurityContext arg0 ) { } |
15,418 | returns the number of rows matching the dynamic query . concode_field_sep TicketLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.model.Ticket fetchTicket concode_elem_sep com.liferay.portal.model.Ticket fetchTicket concode_elem_sep com.liferay.portal.... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
15,419 | transform table instead of database names . concode_field_sep Pattern pattern4 concode_elem_sep String toRegex4 concode_elem_sep String fromRegex4 concode_elem_sep Pattern pattern1 concode_elem_sep String fromRegex3 concode_elem_sep String fromRegex2 concode_elem_sep Pattern pattern2 concode_elem_sep String fromRegex1 ... | void function ( boolean arg0 ) { this . transformTables = arg0 ; } |
15,420 | called for entries that have been evicted or removed . this method is invoked when a value is evicted to make space , removed by a call to #remove , or replaced by a call to #put . the default implementation does nothing . the method is called without synchronization : other threads may access the cache while this meth... | void function ( boolean arg0 , K arg1 , V arg2 , V arg3 ) { } |
15,421 | remove cache manager map from global cache manager map concode_field_sep Map<String,Map<String,CacheManager>> globalCacheManagerMap concode_elem_sep Random randomGenerator concode_elem_sep CacheCleanupTask cacheCleanupTask concode_field_sep void switchToDistributedMode concode_elem_sep void removeCacheFromMonitoring co... | void function ( String arg0 ) { globalCacheManagerMap . remove ( arg0 ) ; } |
15,422 | set the lastmodified value . concode_field_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep JobListHeaders withClientRequestId concode_elem_s... | JobListHeaders function ( DateTime arg0 ) { if ( arg0 == null ) { this . lastModified = null ; } else { this . lastModified = new DateTimeRfc1123 ( arg0 ) ; } return this ; } |
15,423 | checks if the given resource is in sync with the underlying file system . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getLocationOSStrings concode_elem_sep boolean isReadOnly concode_elem_sep IStatus addModified concode_elem_sep String getLocationString concode_elem_sep IStatus addOutOfSync con... | IStatus function ( IResource arg0 ) { return checkInSync ( new IResource [ ] { arg0 } ) ; } |
15,424 | convert a compete date into a date at midnight concode_field_sep Map<BRITWalletId,WalletToEncounterDateLink> previousEncounterMap concode_elem_sep String NAME_OF_FILE_CONTAINING_ALL_BITCOIN_ADDRESSES concode_elem_sep Logger log concode_elem_sep File backingStoreDirectory concode_elem_sep String LINKS_FILENAME_SUFFIX co... | Date function ( Date arg0 ) { return ( new DateTime ( arg0 , DateTimeZone . UTC ) ) . toDateMidnight ( ) . toDate ( ) ; } |
15,425 | gets the university name concode_field_sep String UniversityAbbreviation concode_elem_sep ArrayList<ClassRoom> classRoom concode_elem_sep String UniversityName concode_elem_sep String UniversityId concode_elem_sep ArrayList<Semester> semesters concode_elem_sep ArrayList<GradSchool> gradSchools concode_field_sep void se... | String function ( ) { throw new UnsupportedOperationException ( ) ; } |
15,426 | get the bean name of the platformtransactionmanager that is tobe used to drive transactions . concode_field_sep boolean defaultRollback concode_elem_sep String transactionManagerName concode_field_sep boolean isDefaultRollback concode_elem_sep String toString | String function ( ) { return this . transactionManagerName ; } |
15,427 | create an instance of jaxbelement concode_field_sep QName _EncryptionMethodTypeOAEPparams_QNAME concode_elem_sep QName _AgreementMethodTypeKANonce_QNAME concode_elem_sep QName _EncryptedKey_QNAME concode_elem_sep QName _ReferenceListKeyReference_QNAME concode_elem_sep QName _EncryptedData_QNAME concode_elem_sep QName _... | JAXBElement < KeyInfoType > function ( KeyInfoType arg0 ) { return new JAXBElement < KeyInfoType > ( _AgreementMethodTypeRecipientKeyInfo_QNAME , KeyInfoType . class , AgreementMethodType . class , arg0 ) ; } |
15,428 | builds the uri by converting into a android.net.uri object . concode_field_sep StringBuilder path concode_elem_sep String scheme concode_elem_sep LinkedList<QueryParameter> queryParameters concode_elem_sep String EQUAL concode_elem_sep char FORWARD_SLASH concode_elem_sep String host concode_elem_sep String AMPERSAND co... | Uri function ( ) { return new Uri . Builder ( ) . scheme ( this . scheme ) . authority ( this . host ) . path ( this . path == null ? "srini_string" : this . path . toString ( ) ) . encodedQuery ( TextUtils . join ( "srini_string" , this . queryParameters ) ) . build ( ) ; } |
15,429 | remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep boolean fDebug concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT co... | int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; } |
15,430 | a txt record that must be placed in the dns settings for the domain , in order to complete domain verification . concode_field_sep String verificationToken concode_field_sep VerifyDomainIdentityResult withVerificationToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VerifyDomainIdenti... | String function ( ) { return this . verificationToken ; } |
15,431 | broken out into a separate function to allow testing with custom schedulerdrivers . concode_field_sep String SIDECHANNEL_AUTH_ENV_NAME concode_elem_sep Logger LOGGER concode_field_sep String getPrincipal concode_elem_sep SchedulerDriver create concode_elem_sep SchedulerDriver create concode_elem_sep boolean isSideChann... | SchedulerDriver function ( final Scheduler arg0 , final FrameworkInfo arg1 , final String arg2 , final Credential arg3 ) { if ( arg3 == null ) { return new MesosSchedulerDriver ( arg0 , arg1 , arg2 ) ; } else { return new MesosSchedulerDriver ( arg0 , arg1 , arg2 , arg3 ) ; } } |
15,432 | traces and logs a thrown exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSupport getClipboardOpe... | void function ( String arg0 , RuntimeException arg1 ) { ClipboardPlugin . throwing ( getClass ( ) , arg0 , arg1 ) ; throw arg1 ; } |
15,433 | sets whether this layout branch is master . concode_field_sep LayoutBranch _layoutBranch 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 void setGroupId concode_... | void function ( boolean arg0 ) { _layoutBranch . setMaster ( arg0 ) ; } |
15,434 | gets the value of the name property . concode_field_sep String notes concode_elem_sep DeliveryRateType deliveryRateType concode_elem_sep String lineItemName concode_elem_sep CreativeRotationType creativeRotationType concode_elem_sep Boolean isDefault concode_elem_sep LineItemType lineItemType concode_elem_sep String na... | String function ( ) { return name ; } |
15,435 | closes serversocket , ignoring any checked exceptions . does nothing if serversocket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STR... | void function ( ServerSocket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
15,436 | parse the content as node and apply a matcher . concode_field_sep Diff diff concode_field_sep boolean hasDifferences concode_elem_sep Document parseXmlString concode_elem_sep void assertSource concode_elem_sep String toString concode_elem_sep void assertXmlEqual | void function ( String arg0 , Matcher < ? super Node > arg1 ) { Document loc0 = parseXmlString ( arg0 ) ; assertThat ( "srini_string" , loc0 , arg1 ) ; } |
15,437 | remove that can be used in the fluent pattern . concode_field_sep ImmutableOpenMap EMPTY concode_elem_sep ObjectObjectHashMap<KType,VType> map concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep Ob... | Builder < KType , VType > function ( KType arg0 ) { map . remove ( arg0 ) ; return this ; } |
15,438 | tests the blockstoremeta #getnumberofblocks method . concode_field_sep long COMMITTED_BLOCKS_NUM concode_elem_sep long TEST_SESSION_ID concode_elem_sep BlockStoreMeta mBlockStoreMeta concode_elem_sep BlockStoreMeta mBlockStoreMetaFull concode_elem_sep long TEST_BLOCK_SIZE concode_elem_sep BlockMetadataManager mMetadata... | void function ( ) { Assert . assertEquals ( COMMITTED_BLOCKS_NUM , mBlockStoreMetaFull . getNumberOfBlocks ( ) ) ; } |
15,439 | returns the number of times #put was called . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount concode_field_sep i... | int function ( ) { return putCount ; } |
15,440 | write the specified bit to standard output . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep void write con... | void function ( boolean arg0 ) { buffer <<= 1 ; if ( arg0 ) buffer |= 1 ; N ++ ; if ( N == 8 ) clearBuffer ( ) ; } |
15,441 | the date and time when the most recent version of the action was created , in timestamp format . concode_field_sep String revisionId concode_elem_sep String revisionChangeId concode_elem_sep java.util.Date created concode_field_sep void setRevisionChangeId concode_elem_sep String getRevisionChangeId concode_elem_sep Ac... | java . util . Date function ( ) { return this . created ; } |
15,442 | createdocument concode_field_sep PlaceHolder placeHolder concode_field_sep int findCursorOffset concode_elem_sep void attachPartitioner concode_elem_sep ILexemeProvider<HTMLTokenType> createLexemeProvider concode_elem_sep IDocument createDocument | IDocument function ( String arg0 , boolean arg1 ) { if ( arg1 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } final IDocument loc0 = new BadDocument ( arg0 ) ; attachPartitioner ( loc0 ) ; return loc0 ; } |
15,443 | this method unregisters all services from bonjour/mdns concode_field_sep Logger logger concode_elem_sep JmDNS jmdns concode_field_sep void registerService concode_elem_sep void unregisterService concode_elem_sep void activate concode_elem_sep void updated concode_elem_sep void deactivate | void function ( ) { jmdns . unregisterAllServices ( ) ; } |
15,444 | accepts the pact . concode_field_sep Key<User> user1 concode_elem_sep boolean isFulfilled concode_elem_sep Key<User> user2 concode_elem_sep String description concode_elem_sep String type concode_elem_sep Date creationDate concode_elem_sep boolean isPromise concode_elem_sep boolean isAccepted concode_elem_sep String na... | void function ( ) { isAccepted = true ; } |
15,445 | sets the value of the colourspecular property . concode_field_sep Normal normal concode_elem_sep Tangent tangent concode_elem_sep ColourDiffuse colourDiffuse concode_elem_sep List<Texcoord> texcoord concode_elem_sep Binormal binormal concode_elem_sep ColourSpecular colourSpecular concode_elem_sep Position position conc... | void function ( ColourSpecular arg0 ) { this . colourSpecular = arg0 ; } |
15,446 | gets the value of the pmtamt property . concode_field_sep String pmtEndToEndId concode_elem_sep BigDecimal pmtAmt concode_elem_sep XMLGregorianCalendar pmtDate concode_elem_sep String remittanceInfo concode_field_sep void setRemittanceInfo concode_elem_sep void setPmtAmt concode_elem_sep XMLGregorianCalendar getPmtDate... | BigDecimal function ( ) { return pmtAmt ; } |
15,447 | keycloak-1216 concode_field_sep Server server concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep AdapterTestStrategy testStrategy concode_field_sep void testLoginSSOMax concode_elem_sep void shutdownJetty concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep void testSessionI... | void function ( ) { testStrategy . testAccountManagementSessionsLogout ( ) ; } |
15,448 | sets the create date of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMode... | void function ( Date arg0 ) { _foo . setCreateDate ( arg0 ) ; } |
15,449 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep ExpressionStatus expression concode_field_sep ExpressionStatus getExpression concode_elem_sep DeleteExpressionResult withExpression concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteE... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getExpression ( ) != null ) loc0 . append ( "srini_string" + getExpression ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
15,450 | copy one writable to another . copies bytes using data streams . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytes concode_elem_sep byte[] getBytes concode_elem_sep Writable getWritable concode_elem_sep Writable getWritable | Writable function ( final Writable arg0 , final Writable arg1 ) { return copyWritable ( getBytes ( arg0 ) , arg1 ) ; } |
15,451 | hook for allowing page to call exec . by default , this returns the result of shouldallownavigation . it 's generally unsafe to allow untrusted content to be loaded into a cordovawebview , even within an iframe , so it 's best not to touch this . concode_field_sep CordovaPreferences preferences concode_elem_sep Cordova... | Boolean function ( String arg0 ) { return shouldAllowNavigation ( arg0 ) ; } |
15,452 | 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 function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
15,453 | if there are elements inside our top node that have a negative gravity score remove them concode_field_sep int MIN_FIRST_PARAGRAPH_TEXT concode_elem_sep int minParagraphText concode_elem_sep int MIN_PARAGRAPH_TEXT concode_elem_sep int minFirstParagraphText concode_elem_sep List<String> NODES_TO_REPLACE concode_elem_sep... | void function ( Element arg0 ) { Elements loc0 = arg0 . select ( "srini_string" ) ; for ( Element loc1 : loc0 ) { int loc2 = getScore ( loc1 ) ; int loc3 = getParagraphIndex ( loc1 ) ; if ( loc2 < 0 || loc1 . text ( ) . length ( ) < getMinParagraph ( loc3 ) ) { loc1 . remove ( ) ; } } } |
15,454 | returns a string representation of this object . concode_field_sep ActionRequest 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 ( ) ; } |
15,455 | a list of the apks related to the app under test , if any . concode_field_sep Set<Artifact> idlGeneratedJavaFiles concode_elem_sep String javaPackage concode_elem_sep Set<SourceDirectory> idlDirs concode_elem_sep ImmutableCollection<SourceDirectory> assetDirs concode_elem_sep Artifact generatedManifest concode_elem_sep... | ImmutableCollection < Artifact > function ( ) { return apksUnderTest ; } |
15,456 | create index conditions if possible and attach them to the table filter . concode_field_sep boolean addedToFilter concode_field_sep String getSchemaName concode_elem_sep String getColumnName concode_elem_sep Expression getNonAliasExpression concode_elem_sep String getSQL concode_elem_sep boolean isValueSet concode_elem... | void function ( Session arg0 , TableFilter arg1 ) { } |
15,457 | gets the current allocated size . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler cloudletScheduler concode_ele... | long function ( ) { return currentAllocatedSize ; } |
15,458 | sets that the original graphics are used to draw the snake . concode_field_sep ReentrantLock lock concode_elem_sep int speed concode_elem_sep Renderer renderer concode_elem_sep Controller controller concode_elem_sep boolean outside concode_elem_sep ArrayList bonus concode_elem_sep int borderSize concode_elem_sep int bo... | void function ( ) { renderer = new GraphicsOriginal ( ) ; renderer . setSnakeColor ( Color . blue ) ; } |
15,459 | reads a bit of the mapping matrix accounting for boundary wrapping . concode_field_sep BitMatrix mappingBitMatrix concode_elem_sep Version version concode_elem_sep BitMatrix readMappingMatrix concode_field_sep Version getVersion concode_elem_sep Version readVersion concode_elem_sep BitMatrix extractDataRegion concode_e... | boolean function ( int arg0 , int arg1 , int arg2 , int arg3 ) { if ( arg0 < 0 ) { arg0 += arg2 ; arg1 += 4 - ( ( arg2 + 4 ) & 0x07 ) ; } if ( arg1 < 0 ) { arg1 += arg3 ; arg0 += 4 - ( ( arg3 + 4 ) & 0x07 ) ; } readMappingMatrix . set ( arg1 , arg0 ) ; return mappingBitMatrix . get ( arg1 , arg0 ) ; } |
15,460 | get the complement of the region exchanged interior/exterior . concode_field_sep NodesCleaner nodeCleaner concode_field_sep BSPTree<S> recurseComplement concode_elem_sep Order visitOrder concode_elem_sep Region<S> buildConvex concode_elem_sep void visitInternalNode concode_elem_sep Region<S> intersection concode_elem_s... | Region < S > function ( final Region < S > arg0 ) { return arg0 . buildNew ( recurseComplement ( arg0 . getTree ( false ) ) ) ; } |
15,461 | converts the string we got from the radio to a parsable xml document concode_field_sep Logger logger concode_elem_sep Document xmlDoc concode_field_sep String getCharacterDataFromElement concode_elem_sep boolean getValueU8AsBoolean concode_elem_sep boolean isStatusOk concode_elem_sep int getValueU32AsInt concode_elem_s... | Document function ( String arg0 ) { final DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; final DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; final Document loc2 = loc1 . parse ( new InputSource ( new StringReader ( arg0 ) ) ) ; return loc2 ; } |
15,462 | warning log message . 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 concode_elem_sep void s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
15,463 | set the height of the texture . this will update the ratio also . concode_field_sep int texWidth concode_elem_sep float widthRatio concode_elem_sep int width concode_elem_sep int textureID concode_elem_sep int texHeight concode_elem_sep float heightRatio concode_elem_sep int target concode_elem_sep int height concode_f... | void function ( ) { if ( this . texHeight != 0 ) { this . heightRatio = ( ( float ) this . height ) / this . texHeight ; } } |
15,464 | return the createddate for this itemtype . concode_field_sep Date createdDate concode_elem_sep String createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep String authority concode_elem_sep String domain concode_elem_sep String lastModifiedBy concode_elem_sep String description concode_elem_sep String itemT... | Date function ( ) { return this . createdDate ; } |
15,465 | sets the background to the default , with a given color tint . concode_field_sep RotationLayout mRotationLayout concode_elem_sep int STYLE_ORANGE concode_elem_sep int STYLE_PURPLE concode_elem_sep int STYLE_GREEN concode_elem_sep int STYLE_RED concode_elem_sep int STYLE_BLUE concode_elem_sep ViewGroup mContainer concod... | void function ( int arg0 ) { mBackground . setColor ( arg0 ) ; setBackground ( mBackground ) ; } |
15,466 | returns the meetups entry id of this meetups registration . concode_field_sep MeetupsRegistration _meetupsRegistration concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode... | long function ( ) { return _meetupsRegistration . getMeetupsEntryId ( ) ; } |
15,467 | called during the creation of an interceptor the properties can be set during the configuration of an interceptor override this method to perform type casts between string values and object properties concode_field_sep String TOSTRING_VAL concode_elem_sep boolean useEquals concode_elem_sep String CLOSE_VAL concode_elem... | void function ( Map < String , InterceptorProperty > arg0 ) { this . properties = arg0 ; final String loc0 = "srini_string" ; InterceptorProperty loc1 = arg0 . get ( loc0 ) ; if ( loc1 != null ) { setUseEquals ( Boolean . parseBoolean ( loc1 . getValue ( ) ) ) ; } } |
15,468 | sets a value without expiration . concode_field_sep PlaceHolder placeHolder concode_field_sep CacheApi cacheApi concode_elem_sep Object get concode_elem_sep T getOrElse concode_elem_sep void remove | void function ( String arg0 , Object arg1 ) { cacheApi ( ) . set ( arg0 , arg1 ) ; } |
15,469 | clears all previously accumulated data . concode_field_sep long SAMPLE_TIME_WINDOW_MS concode_elem_sep long newestTime concode_elem_sep double[] data concode_elem_sep ClusterCommunicationService communicationService concode_elem_sep Map<NodeId,Integer> nodeToIndex concode_elem_sep Logger log concode_elem_sep MessageSub... | void function ( ) { newestTime = 0 ; overall = new Sample ( 0 , nodes . length ) ; current = new Sample ( 0 , nodes . length ) ; samples . clear ( ) ; } |
15,470 | updates the program counter to an given value . concode_field_sep int[] padding concode_elem_sep JCode code concode_elem_sep int pc concode_elem_sep ByteArray codeArray concode_elem_sep JConstantPool pool concode_elem_sep JOpcode opcode concode_field_sep int getSuccessorCount concode_elem_sep int getInstructionSize con... | void function ( int arg0 ) { this . pc = arg0 ; setOpcode ( ) ; } |
15,471 | 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 _akismetDataLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
15,472 | gets the value of the digestalgandvalue property . concode_field_sep CRLIdentifierType crlIdentifier concode_elem_sep DigestAlgAndValueType digestAlgAndValue concode_field_sep CRLIdentifierType getCRLIdentifier concode_elem_sep void setDigestAlgAndValue concode_elem_sep void setCRLIdentifier | DigestAlgAndValueType function ( ) { return digestAlgAndValue ; } |
15,473 | gets the name of this job . concode_field_sep String jobName concode_elem_sep int DEFAULT_PARALELLISM concode_elem_sep HashMap<String,DistributedCacheEntry> cacheFile concode_elem_sep List<GenericDataSinkBase<?>> sinks concode_elem_sep int maxDop concode_elem_sep int defaultParallelism concode_field_sep void setJobName... | String function ( ) { return this . jobName ; } |
15,474 | returns a string that represents the throughput associated for this sampler , in units appropriate to its dimension : the number is represented in requests/second or requests/minute or requests/hour . examples : `` 34.2 / sec '' `` 0.1 / sec '' `` 43.0 / hour '' `` 15.9 / min '' concode_field_sep long firstTime concode... | String function ( ) { double loc0 = getRate ( ) ; if ( loc0 == Double . MAX_VALUE ) { return "srini_string" ; } String loc1 = "srini_string" ; if ( loc0 < 1.0 ) { loc0 *= 60.0 ; loc1 = "srini_string" ; } if ( loc0 < 1.0 ) { loc0 *= 60.0 ; loc1 = "srini_string" ; } return rateFormatter . format ( loc0 ) + "srini_string"... |
15,475 | returns the current project . concode_field_sep String m_description concode_elem_sep String m_title concode_elem_sep String m_siteHost concode_elem_sep String m_currentProject concode_elem_sep String m_siteLocale concode_field_sep String getTitle concode_elem_sep String getSiteHost concode_elem_sep String getDescripti... | String function ( ) { return m_currentProject ; } |
15,476 | internal : in event abc : integer in event event1 operation foo operation myopp1 : integer var myint : integer var mybool : boolean var myreal : real var mystring : string concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep Scope i... | Scope function ( ) { return createInternalScope ( "srini_string" ) ; } |
15,477 | save logo to logo folder concode_field_sep CentralConfigService centralConfigService concode_field_sep boolean isImageFake concode_elem_sep void execute | void function ( ArtifactoryRestRequest arg0 , File arg1 , String arg2 ) { FileUpload loc0 = ( FileUpload ) arg0 . getImodel ( ) ; MultiPartUtils . saveSpecificFile ( centralConfigService , loc0 . getFormDataMultiPart ( ) , arg1 . getAbsolutePath ( ) , arg2 ) ; } |
15,478 | gets the value of the size property . concode_field_sep String overlap concode_elem_sep Image.Size size concode_elem_sep String tileSize concode_elem_sep String format concode_elem_sep String width concode_elem_sep String value concode_elem_sep String height concode_field_sep String getWidth concode_elem_sep void setHe... | Image . Size function ( ) { return size ; } |
15,479 | lifetime scope of this method is limited depends on the operations performed . rows deleted completely can equal rows produced later . this can return invalid results if used with deleted rows . concode_field_sep boolean hasAction concode_elem_sep RowAction rowAction concode_elem_sep int tableId concode_elem_sep Object... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof Row ) { return ( ( Row ) arg0 ) . position == position ; } return false ; } |
15,480 | decrements by one the value currently associated with key , and returns the old value . concode_field_sep Map<K,Long> asMap concode_elem_sep ConcurrentHashMap<K,AtomicLong> map concode_field_sep long getAndIncrement concode_elem_sep long incrementAndGet concode_elem_sep Map<K,Long> createAsMap concode_elem_sep Map<K,Lo... | long function ( K arg0 ) { return getAndAdd ( arg0 , - 1 ) ; } |
15,481 | sets the value of the seed property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSe... | void function ( byte [ ] arg0 ) { this . seed = ( ( byte [ ] ) arg0 ) ; } |
15,482 | deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e... | Collection function ( String arg0 , EObject arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; } |
15,483 | get all the state model definitions on the cluster concode_field_sep Map<ParticipantId,Participant> _liveParticipantMap concode_elem_sep Map<ContextId,ControllerContext> _contextMap concode_elem_sep ControllerId _leaderId concode_elem_sep Map<ParticipantId,Participant> _participantMap concode_elem_sep Map<ControllerId,... | Map < StateModelDefId , StateModelDefinition > function ( ) { return _config . getStateModelMap ( ) ; } |
15,484 | beanshell scripts do require a config interface . concode_field_sep Class<?>[] scriptInterfaces concode_elem_sep boolean wasModifiedForTypeCheck concode_elem_sep String scriptSourceLocator concode_elem_sep ClassLoader beanClassLoader concode_elem_sep Object scriptClassMonitor concode_elem_sep Class<?> scriptClass conco... | boolean function ( ) { return true ; } |
15,485 | setup before testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void setUpClass concode_elem_sep void testViewScopeAndViewStateIsClearedAndReplicated concode_elem_sep void testViewScopeAndViewStateIsReplicated concode_elem_sep void tearDownClass concode_elem_sep void tearDo... | void function ( ) { webUrl = System . getProperty ( "srini_string" ) ; webClient = new WebClient ( ) ; } |
15,486 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { DateTick loc0 = new DateTick ( new Date ( 0L ) , "srini_string" , TextAnchor . CENTER , TextAnchor . CENTER , 10.0 ) ; DateTick loc1 = ( DateTick ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
15,487 | gets the module1_id value for this set_relationship_value . concode_field_sep java.lang.String module2_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String module1_id concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep ja... | java . lang . String function ( ) { return module1_id ; } |
15,488 | sets the mensagem value for this ossturbonetupdateradiusout . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.ax... | void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut arg0 ) { this . mensagem = arg0 ; } |
15,489 | sets a specific location in the bar concode_field_sep byte[] row concode_elem_sep int currentLocation concode_field_sep void addBar concode_elem_sep byte[] getRow concode_elem_sep byte[] getScaledRow | void function ( int arg0 , byte arg1 ) { row [ arg0 ] = arg1 ; } |
15,490 | create an instance of tcategory concode_field_sep QName _Rss_QNAME concode_field_sep TRssItem createTRssItem concode_elem_sep TCloud createTCloud concode_elem_sep TGuid createTGuid concode_elem_sep TRss createTRss concode_elem_sep TRssChannel createTRssChannel concode_elem_sep TEnclosure createTEnclosure concode_elem_s... | TCategory function ( ) { return new TCategory ( ) ; } |
15,491 | extracts a map of name/value pairs from the given string . names are expected to be unique . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void se... | Map function ( final String arg0 , char arg1 ) { if ( arg0 == null ) { return new HashMap ( ) ; } return parse ( arg0 . toCharArray ( ) , arg1 ) ; } |
15,492 | returns the element type . concode_field_sep boolean optional concode_elem_sep boolean DEBUG concode_elem_sep SchemaElement type concode_elem_sep ElementList parent concode_elem_sep XElement element concode_field_sep boolean isChoice concode_elem_sep void setRequired concode_elem_sep void set concode_elem_sep XElement ... | SchemaElement function ( ) { return type ; } |
15,493 | like dataoutputstream.writechar . note the parm is an int even though this as a writechar concode_field_sep DataOutputStream d concode_elem_sep byte w[] concode_field_sep void writeInt concode_elem_sep void writeByte concode_elem_sep void writeFloat concode_elem_sep void writeLong concode_elem_sep void writeBytes conco... | void function ( int arg0 ) { w [ 0 ] = ( byte ) arg0 ; w [ 1 ] = ( byte ) ( arg0 >> 8 ) ; d . write ( w , 0 , 2 ) ; } |
15,494 | calculates the local and world transform of this node and optionally all its children . concode_field_sep Matrix4 globalTransform concode_elem_sep Node parent concode_elem_sep Array<Node> children concode_elem_sep Quaternion rotation concode_elem_sep boolean inheritTransform concode_elem_sep Array<NodePart> parts conco... | void function ( boolean arg0 ) { calculateLocalTransform ( ) ; calculateWorldTransform ( ) ; if ( arg0 ) { for ( Node loc0 : children ) { loc0 . calculateTransforms ( true ) ; } } } |
15,495 | this method was generated by mybatis generator . this method returns the value of the database column public.surveyanswers _ id_seq . log_cnt concode_field_sep Boolean isCalled concode_elem_sep Long lastValue concode_elem_sep Long minValue concode_elem_sep Long logCnt concode_elem_sep Long maxValue concode_elem_sep Lon... | Long function ( ) { return logCnt ; } |
15,496 | the max number of characters that should be shown for a field containing a matching hit . e.g. . if maxchars = 200 and a hit is found in the full-text the 200 chars surrounding the hit will be shown concode_field_sep int UNLIMITED_FRAGMENT_LENGTH concode_elem_sep String field concode_elem_sep int maxSnippets concode_el... | int function ( ) { return maxChars ; } |
15,497 | create an instance of arrayofkeyvalueofstringarrayofstringty7ep6d1 concode_field_sep QName _ArrayOfstring_QNAME concode_elem_sep QName _ArrayOfKeyValueOfFeatureVendorServerArrayOfSessionsAggregateiufBt9WS_QNAME concode_elem_sep QName _ArrayOfint_QNAME concode_elem_sep QName _ArrayOfKeyValueOfFeatureVendorServerArrayOfK... | ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1 function ( ) { return new ArrayOfKeyValueOfstringArrayOfstringty7Ep6D1 ( ) ; } |
15,498 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
15,499 | get unique id of this resource pool concode_field_sep String resourcePoolId concode_elem_sep Map<ResourceId,Resource> resources concode_field_sep ResourceSet getAll concode_elem_sep Resource get concode_elem_sep Resource get concode_elem_sep void put concode_elem_sep void put concode_elem_sep Resource remove concode_el... | String function ( ) { return resourcePoolId ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.