idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
20,300 | create employee in provided entitymanager concode_field_sep EntityManagerFactory emfNo2LC concode_elem_sep EntityManagerFactory emf concode_field_sep String disabled2LCCheck concode_elem_sep String addEntitiesAndEvictAll concode_elem_sep String queryCacheCheckIfEmpty concode_elem_sep String generateEntityCacheStats con... | void function ( EntityManager arg0 , String arg1 , String arg2 , int arg3 ) { Employee loc0 = new Employee ( ) ; loc0 . setId ( arg3 ) ; loc0 . setAddress ( arg2 ) ; loc0 . setName ( arg1 ) ; try { arg0 . persist ( loc0 ) ; arg0 . flush ( ) ; } catch ( Exception loc1 ) { throw new RuntimeException ( "srini_string" , lo... |
20,301 | create an instance of eventtypename concode_field_sep PlaceHolder placeHolder concode_field_sep JarName createJarName concode_elem_sep ResourceAdaptorTypeVendor createResourceAdaptorTypeVendor concode_elem_sep ProfileSpecName createProfileSpecName concode_elem_sep SecurityPermissionSpec createSecurityPermissionSpec con... | EventTypeName function ( ) { return new EventTypeName ( ) ; } |
20,302 | invoke the given validator for the supplied object and errors instance . concode_field_sep Log logger concode_field_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rejectIfEmptyOrWhitespace concode_elem_sep void rej... | void function ( Validator arg0 , Object arg1 , Errors arg2 ) { invokeValidator ( arg0 , arg1 , arg2 , ( Object [ ] ) null ) ; } |
20,303 | determines whether there are any more elements in the enumeration . concode_field_sep Vector entries concode_elem_sep Enumeration enumeration concode_field_sep Object next concode_elem_sep boolean hasMoreElements concode_elem_sep void recycle concode_elem_sep void close concode_elem_sep Object nextElement | boolean function ( ) { return enumeration . hasMoreElements ( ) ; } |
20,304 | deserializes the userdata given as a json string into a userdata object . concode_field_sep String JSON_ATTRIBUTE_FEEDBACK_SUBMITTED_SESSIONS concode_elem_sep Set<String> viewedVideoIds concode_elem_sep Set<String> feedbackSubmittedSessionIds concode_elem_sep String JSON_ATTRIBUTE_STARRED_SESSIONS concode_elem_sep Stri... | UserData function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return new UserData ( ) ; } return new Gson ( ) . fromJson ( arg0 , UserData . class ) ; } |
20,305 | truncate the file . concode_field_sep FreeSpaceBitSet freeSpace concode_elem_sep String fileName concode_elem_sep FileLock fileLock concode_elem_sep long writeBytes concode_elem_sep FileChannel file concode_elem_sep long fileSize concode_elem_sep FileChannel encryptedFile concode_elem_sep long readBytes concode_elem_se... | void function ( long arg0 ) { try { writeCount ++ ; file . truncate ( arg0 ) ; fileSize = Math . min ( fileSize , arg0 ) ; } catch ( IOException loc0 ) { throw DataUtils . newIllegalStateException ( DataUtils . ERROR_WRITING_FAILED , "srini_string" , fileName , arg0 , loc0 ) ; } } |
20,306 | makes a copy of this file concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_sep int TYPE_UNKOWN... | File function ( ) { File loc0 = null ; try { loc0 = new File ( name , attribute . getFileSize ( ) ) ; FileAttribute loc1 = loc0 . getFileAttribute ( ) ; attribute . copyValue ( loc1 ) ; loc1 . setMasterCopy ( false ) ; } catch ( Exception loc1 ) { loc0 = null ; } return loc0 ; } |
20,307 | sets the value of the folhlink property . concode_field_sep STColorSchemeIndex accent6 concode_elem_sep STColorSchemeIndex accent4 concode_elem_sep STColorSchemeIndex accent5 concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep STColorSchemeIndex accent2 concode_elem_sep STColorSchemeIndex accent3 concode_... | void function ( STColorSchemeIndex arg0 ) { this . folHlink = arg0 ; } |
20,308 | this method was generated by mybatis generator . this method returns the value of the database column deploy_agent_api . ip_address concode_field_sep Long deployTaskId concode_elem_sep Date beginDate concode_elem_sep Date endDate concode_elem_sep Date lastModifiedDate concode_elem_sep String ipAddress concode_elem_sep ... | String function ( ) { return ipAddress ; } |
20,309 | combines the customer and secret values as prescribe in the wso2 documentation . that is customer : secret encoded as base64 string . concode_field_sep Logger logger concode_field_sep List<HttpMessageConverter<?>> getCustomerConverter concode_elem_sep ObjectMapper getCustomMapper concode_elem_sep CloseableHttpClient bu... | String function ( Wso2Credentials arg0 ) { String loc0 = arg0 . getCustomer ( ) + "srini_string" + arg0 . getSecret ( ) ; return Base64 . encodeBase64String ( loc0 . getBytes ( Charset . defaultCharset ( ) ) ) ; } |
20,310 | return the psnr layers , i.e. the target psnr for each quality layer . if the last value is -1 , last layer is lossless compressed . concode_field_sep byte compressedStream[] concode_elem_sep float[] ratioLayers concode_elem_sep int depth concode_elem_sep boolean isInitialized concode_elem_sep String[] encoder_argument... | float [ ] function ( ) { return psnrLayers ; } |
20,311 | gets the node location details . concode_field_sep NodeLocation nodeLocation concode_field_sep void store | NodeLocation function ( ) { return nodeLocation ; } |
20,312 | internal utility : input stream of the provided response concode_field_sep int DEFAULT_SO_TIMEOUT concode_elem_sep int DEFAULT_CONNECTION_TIMEOUT concode_elem_sep RequestConfig defaultConfig concode_elem_sep CloseableHttpClient httpc concode_elem_sep String url concode_elem_sep boolean closed concode_field_sep String n... | InputStream function ( HttpResponse arg0 ) { return responseInputStream ( arg0 , false ) ; } |
20,313 | creates a directory at the given path within the base dir . all parent directories will be created on demand . concode_field_sep PlaceHolder placeHolder concode_field_sep EphemeralBaseDir tmpDir concode_elem_sep Path path concode_elem_sep EphemeralBaseDir tmpJar concode_elem_sep EphemeralBaseDir closeOnExit concode_ele... | Path function ( String arg0 ) { return Exceptions . uncheck ( ( ) -> Files . createDirectories ( getRoot ( ) . resolve ( arg0 ) ) ) ; } |
20,314 | gets encryption key file . concode_field_sep List<String> supportedContentTypes concode_elem_sep boolean forceSignedLogoutRequests concode_elem_sep String basicAuthnPassword concode_elem_sep long cacheExpirationMinutes concode_elem_sep List<String> attributeNameFormats concode_elem_sep String overrideSignatureCanonical... | Resource function ( ) { return new FileSystemResource ( new File ( this . location . getFile ( ) , "srini_string" ) ) ; } |
20,315 | returns a direct iterator over the keys . 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 ObjectCo... | UnmodifiableIterator < KType > function ( ) { final Iterator < ObjectCursor < KType >> loc0 = map . keys ( ) . loc0 ( ) ; return new UnmodifiableIterator < KType > ( ) { @ Override public boolean hasNext ( ) { return loc0 . hasNext ( ) ; } @ Override public KType next ( ) { return loc0 . next ( ) . value ; } } ; } |
20,316 | returns the typed value , serialized to a bytebuffer . concode_field_sep String text concode_elem_sep Integer bindIndex concode_elem_sep TermType type concode_field_sep TermType getType concode_elem_sep String getText concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep TermType forInt concode... | ByteBuffer function ( ) { switch ( type ) { case STRING : return AsciiType . instance . fromString ( text ) ; case INTEGER : return IntegerType . instance . fromString ( text ) ; case UUID : return LexicalUUIDType . instance . fromString ( text ) ; case FLOAT : return FloatType . instance . fromString ( text ) ; } retu... |
20,317 | sets the modified date of this expando row . concode_field_sep ExpandoRow _expandoRow concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel ... | void function ( Date arg0 ) { _expandoRow . setModifiedDate ( arg0 ) ; } |
20,318 | test % throwableshort separator | filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_... | void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" , "srini_string" } , 2 , "srini_string" , Arrays . asList ( "srini_string" ) ) ; } |
20,319 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep String RESOURCES concode_elem_sep LocalizableSupport localizableSupport concode_field_sep String formatMessage concode_elem_sep Locale getLocale | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; } |
20,320 | sets the type of this j i r a action . concode_field_sep JIRAAction _jiraAction concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concod... | void function ( java . lang . String arg0 ) { _jiraAction . setType ( arg0 ) ; } |
20,321 | stop monitoring the current sourcedataline and release resources . concode_field_sep long beforeTime concode_elem_sep Lock rLock concode_elem_sep float cumulativeActualSleepTime concode_elem_sep Logger logger concode_elem_sep List<DigitalSignalProcessor> dspList concode_elem_sep Lock wLock concode_elem_sep DssContext d... | void function ( ) { if ( future != null ) { future . cancel ( true ) ; } } |
20,322 | toggles the coefficient of the term with degree k concode_field_sep CRCPolynomial ONE concode_elem_sep CRCPolynomial X concode_elem_sep BigInteger Q concode_elem_sep TreeSet<BigInteger> degrees concode_field_sep int compare concode_elem_sep CRCPolynomial mod concode_elem_sep CRCPolynomial gcd concode_elem_sep BigIntege... | CRCPolynomial function ( BigInteger arg0 ) { TreeSet < BigInteger > loc0 = createDegreesCollection ( ) ; loc0 . addAll ( this . degrees ) ; if ( loc0 . contains ( arg0 ) ) { loc0 . remove ( arg0 ) ; } else { loc0 . add ( arg0 ) ; } return new CRCPolynomial ( loc0 ) ; } |
20,323 | returns true if this map contains no key-value mappings . 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,Long> asMap concode_elem_sep boo... | boolean function ( ) { return map . isEmpty ( ) ; } |
20,324 | gets the message of the post concode_field_sep KarmaStatus karma concode_elem_sep String subject concode_elem_sep boolean viewOnline concode_elem_sep boolean canEdit concode_elem_sep Date editTime concode_elem_sep boolean smiliesEnabled concode_elem_sep boolean bbCodeEnabled concode_elem_sep int userId concode_elem_sep... | String function ( ) { return this . text ; } |
20,325 | removes the first occurrence of the argument from this vector . if the object is found in this vector , each component in the vector with an index greater or equal to the object 's index is shifted downward to have an index one smaller than the value it had previously . concode_field_sep int m_blocksize concode_elem_se... | boolean function ( Object arg0 ) { for ( int loc0 = 0 ; loc0 < m_firstFree ; loc0 ++ ) { if ( m_map [ loc0 ] == arg0 ) { if ( ( loc0 + 1 ) < m_firstFree ) System . arraycopy ( m_map , loc0 + 1 , m_map , loc0 - 1 , m_firstFree - loc0 ) ; else m_map [ loc0 ] = null ; m_firstFree -- ; return true ; } } return false ; } |
20,326 | the amazon resource name arn of the amazon sns topic to notify when the stop action is taken . an example of an amazon sns topic arn is arn : aws : sns : us-west-2 :123456789012 : mytopic . for more information about amazon sns topics , see the amazon sns developer guide . concode_field_sep String scope concode_elem_se... | StopAction function ( String arg0 ) { setTopicArn ( arg0 ) ; return this ; } |
20,327 | bind the given simpattributes to the current thread , concode_field_sep ThreadLocal<SimpAttributes> attributesHolder concode_field_sep SimpAttributes getAttributes concode_elem_sep SimpAttributes currentAttributes concode_elem_sep void setAttributesFromMessage concode_elem_sep void resetAttributes | void function ( SimpAttributes arg0 ) { if ( arg0 != null ) { attributesHolder . set ( arg0 ) ; } else { resetAttributes ( ) ; } } |
20,328 | if there is a state mapping for this scene , returns true . you should run this before using the method ` getmapping short ' !!! concode_field_sep Map<Short,Boolean> map concode_field_sep void init concode_elem_sep boolean getMapping | boolean function ( short arg0 ) { return map . containsKey ( arg0 ) ; } |
20,329 | sets the order id of this shopping order item . concode_field_sep ShoppingOrderItem _shoppingOrderItem 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 is... | void function ( long arg0 ) { _shoppingOrderItem . setOrderId ( arg0 ) ; } |
20,330 | calculates this chunk 's crc value . concode_field_sep int TYPE_PROFILE concode_elem_sep byte[] data concode_elem_sep int TYPE_DATA concode_elem_sep int TYPE_TIME concode_elem_sep int crc concode_elem_sep int TYPE_PHYS concode_elem_sep int TYPE_HEADER concode_elem_sep int TYPE_GAMMA concode_elem_sep int TYPE_PALETTE co... | int function ( ) { long loc0 = 0xFFFFFFFFL ; byte [ ] loc1 = getInt ( type ) ; for ( int loc2 = 0 ; loc2 < 4 ; loc2 ++ ) loc0 = crcTable [ ( int ) ( ( loc0 ^ loc1 [ loc2 ] ) & 0xFF ) ] ^ ( loc0 >> 8 ) ; for ( int loc2 = 0 ; loc2 < data . length ; loc2 ++ ) loc0 = crcTable [ ( int ) ( ( loc0 ^ data [ loc2 ] ) & 0xFF ) ]... |
20,331 | return the library file . concode_field_sep File file concode_elem_sep LibraryScope scope concode_elem_sep boolean unpackRequired concode_elem_sep String name concode_field_sep String getName concode_elem_sep boolean isUnpackRequired concode_elem_sep LibraryScope getScope | File function ( ) { return this . file ; } |
20,332 | clears the item cache . concode_field_sep Map<String,Object> itemCache concode_elem_sep Logger logger concode_elem_sep WeatherPublisher instance concode_elem_sep WeatherContext context concode_field_sep void publishValue concode_elem_sep String toDisplayString concode_elem_sep BigDecimal round concode_elem_sep void pub... | void function ( ) { itemCache . clear ( ) ; } |
20,333 | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine | ITimedStatemachine function ( ) { return statemachine ; } |
20,334 | the id of the document . concode_field_sep TermVectorsResponse response concode_elem_sep MultiTermVectorsResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep TermVectorsR... | String function ( ) { if ( failure != null ) { return failure . getId ( ) ; } return response . getId ( ) ; } |
20,335 | removes the link from this instance through role `` item '' to the given instance , if the link exists . if there is no such link , nothing happens . if the given instance is null , nothing happens . concode_field_sep GUID roleItemId concode_elem_sep GUID roleServiceTypeId concode_elem_sep PDStore store concode_elem_se... | void function ( Object arg0 ) { if ( arg0 == null ) return ; store . removeLink ( this . id , roleItemId , arg0 ) ; } |
20,336 | creates a maptype by specifying the data type of keys keytype and values keytype . the field of valuecontainsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c... | MapType function ( DataType arg0 , DataType arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new MapType ( arg0 , arg1 , true ) ; } |
20,337 | get the servantlocator repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ServantLocator extract concode_elem_sep ServantLocator read concode_elem_sep void insert concode_elem_sep ServantLocator narrow concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep ServantLocator un... | String function ( ) { return "srini_string" ; } |
20,338 | add the given argument . concode_field_sep List<String> args concode_elem_sep String FALCON_CLIENT_BINARY concode_elem_sep SuType suType concode_elem_sep CommandLine commandLine concode_elem_sep String user concode_field_sep CommandLine getCommandLine concode_elem_sep CommandLine getCommandLine concode_elem_sep Command... | FalconClientBuilder function ( String arg0 ) { args . add ( arg0 ) ; return this ; } |
20,339 | the type of value temp , humid . concode_field_sep TellstickValueSelector valueSelector concode_elem_sep long resendInterval concode_elem_sep String itemName concode_elem_sep String protocol concode_elem_sep TellstickValueSelector usageSelector concode_elem_sep int resend concode_elem_sep int id concode_field_sep void ... | TellstickValueSelector function ( ) { return valueSelector ; } |
20,340 | init counters in hadoop 's mapred api , which is used by cascading and hive . concode_field_sep String BYTES_READ_COUNTER_NAME concode_elem_sep String ENABLE_BYTES_TOTAL_COUNTER concode_elem_sep ICounter timeCounter concode_elem_sep String BYTES_TOTAL_COUNTER_NAME concode_elem_sep ICounter totalBytesCounter concode_ele... | void function ( Reporter arg0 , Configuration arg1 ) { counterLoader = new MapRedCounterLoader ( arg0 , arg1 ) ; loadCounters ( ) ; } |
20,341 | add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } |
20,342 | gets the documentno value for this orderidentifier . concode_field_sep java.lang.String documentNo concode_elem_sep java.util.Calendar dateNew concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep long serialVersionUID concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDe... | java . lang . String function ( ) { return documentNo ; } |
20,343 | sets the timeline and timerage starttime concode_field_sep BitrateReduction brr concode_elem_sep GenericFormatRegion genericFormatRegion concode_elem_sep String audioObjectID concode_elem_sep String formatRegionID concode_elem_sep AudioObject aes concode_elem_sep String regionID concode_elem_sep FormatRegion formatRegi... | void function ( String arg0 , int arg1 ) { EditUnitNumber loc0 = getEditUnitNumber ( arg0 , arg1 , 0 , "srini_string" ) ; timeline . setStartTime ( loc0 ) ; timeRange . setStartTime ( loc0 ) ; } |
20,344 | remove all credentials for accessing the specified host . concode_field_sep int CONNECTION_TIMEOUT concode_elem_sep String OPEN_ROSA_VERSION concode_elem_sep String GZIP_CONTENT_ENCODING concode_elem_sep String ACCEPT_ENCODING_HEADER concode_elem_sep String t concode_elem_sep String HTTP_CONTENT_TYPE_TEXT_XML concode_e... | void function ( String arg0 ) { CredentialsProvider loc0 = Collect . getInstance ( ) . getCredentialsProvider ( ) ; Log . i ( t , "srini_string" + arg0 ) ; List < AuthScope > loc1 = buildAuthScopes ( arg0 ) ; for ( AuthScope loc2 : loc1 ) { loc0 . setCredentials ( loc2 , null ) ; } } |
20,345 | sets the theme of the dialog . if no theme is specified , it defaults to holo light . concode_field_sep boolean mIs24HourTime concode_elem_sep int HOLO_DARK concode_elem_sep Date minDate concode_elem_sep Date mMaxDate concode_elem_sep int mIndicatorColor concode_elem_sep FragmentManager fm concode_elem_sep int indicato... | void function ( int arg0 ) { mTheme = arg0 ; } |
20,346 | upload matching files from a given path to a config in zookeeper concode_field_sep String CONFIGS_ZKNODE concode_elem_sep String UPLOAD_FILENAME_EXCLUDE_REGEX concode_elem_sep Pattern UPLOAD_FILENAME_EXCLUDE_PATTERN concode_elem_sep Logger logger concode_elem_sep SolrZkClient zkClient concode_field_sep void copyConfigD... | void function ( Path arg0 , String arg1 , Pattern arg2 ) { zkClient . uploadToZK ( arg0 , CONFIGS_ZKNODE + "srini_string" + arg1 , arg2 ) ; } |
20,347 | compute the magnitude length of a vector concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void p... | int function ( int [ ] arg0 ) { return FixedPointUtils . sqrt ( FixedPointUtils . multiply ( arg0 [ 0 ] , arg0 [ 0 ] ) + FixedPointUtils . multiply ( arg0 [ 1 ] , arg0 [ 1 ] ) + FixedPointUtils . multiply ( arg0 [ 2 ] , arg0 [ 2 ] ) ) ; } |
20,348 | call this when there was an exception . concode_field_sep MultiThreadLogger log concode_elem_sep Object resultValue concode_elem_sep ArrayList<Notifier<T>> notifiers concode_elem_sep MessageInvocation<T> mInvocation concode_elem_sep State mState concode_field_sep void resultValue concode_elem_sep Throwable getException... | void function ( Throwable arg0 ) { resultReadyInternal ( State . EXCEPTION , arg0 ) ; } |
20,349 | play back a file loop times 0 = only once . play in the background , non-blocking . concode_field_sep Clip m_clip concode_field_sep void stopWavFile concode_elem_sep void writeWavFile concode_elem_sep AudioFileFormat.Type getAudioFileFormatType concode_elem_sep AudioInputStream createSingleAudioInputStream concode_elem... | void function ( String arg0 , int arg1 ) { playWavFile ( arg0 , arg1 , false ) ; } |
20,350 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep ApplicationVersionDescription applicationVersion concode_field_sep UpdateApplicationVersionResult withApplicationVersion concode_elem_sep void setApplicationVersion concode_elem_sep int hashCode concode_elem_sep boolea... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getApplicationVersion ( ) != null ) loc0 . append ( "srini_string" + getApplicationVersion ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
20,351 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.axis.encoding.Deserializer getDeserializer co... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
20,352 | returns functions with given name . function name is case insensitive . concode_field_sep ArrayListMultimap<String,DrillFuncHolder> registeredFunctions concode_elem_sep org.slf4j.Logger logger concode_elem_sep ImmutableMap<String,Pair<Integer,Integer>> registeredFuncNameToArgRange concode_field_sep int size concode_ele... | List < DrillFuncHolder > function ( String arg0 ) { return this . registeredFunctions . get ( arg0 . toLowerCase ( ) ) ; } |
20,353 | notifies observers about data changing concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem concode_elem_sep void notifyDataInvalidatedEvent | void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onChanged ( ) ; } } } |
20,354 | add an actual request header to allow . concode_field_sep List<String> allowedOrigins concode_elem_sep Long maxAge concode_elem_sep List<String> exposedHeaders concode_elem_sep List<String> allowedHeaders concode_elem_sep List<String> allowedMethods concode_elem_sep String ALL concode_elem_sep Boolean allowCredentials ... | void function ( String arg0 ) { if ( this . allowedHeaders == null ) { this . allowedHeaders = new ArrayList < > ( ) ; } this . allowedHeaders . add ( arg0 ) ; } |
20,355 | use setbackgroundresource concode_field_sep int outAnimation concode_elem_sep int[] outMostMargin concode_elem_sep int contentBackgroundResource concode_elem_sep int defaultContentHeight concode_elem_sep int[] margin concode_elem_sep OnDismissListener onDismissListener concode_elem_sep View footerView concode_elem_sep ... | DialogPlusBuilder function ( int arg0 ) { return setContentBackgroundResource ( arg0 ) ; } |
20,356 | getattributesatrelativepath concode_field_sep PropertiesCache s_cache concode_elem_sep String DS_PROPERTIES_FILE concode_field_sep void loadRrdAttributes concode_elem_sep File getRelativeNodeSourceDirectory concode_elem_sep ThreadCategory log concode_elem_sep Properties getProperties concode_elem_sep Properties getDsPr... | Set < OnmsAttribute > function ( File arg0 , String arg1 ) { Set < OnmsAttribute > loc0 = new HashSet < OnmsAttribute > ( ) ; loadRrdAttributes ( arg0 , arg1 , loc0 ) ; loadStringAttributes ( arg0 , arg1 , loc0 ) ; return loc0 ; } |
20,357 | returns the max progressive number within specified year or within current year if 0 . concode_field_sep OpdIoOperations ioOperations concode_field_sep ArrayList<Opd> getOpd concode_elem_sep ArrayList<Opd> getOpd concode_elem_sep boolean deleteOpd concode_elem_sep boolean newOpd concode_elem_sep Opd getLastOpd concode_... | int function ( int arg0 ) { try { return ioOperations . getProgYear ( arg0 ) ; } catch ( OHException loc0 ) { JOptionPane . showMessageDialog ( null , loc0 . getMessage ( ) ) ; return 0 ; } } |
20,358 | sets the type of the device . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String name concode_elem_sep String ADDRESS_GATEWAY_EXTRAS concode_elem_sep String type concode_elem_sep String f... | void function ( String arg0 ) { this . type = MiscUtils . validateCharacters ( arg0 , "srini_string" , "srini_string" ) ; } |
20,359 | 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 double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress c... | String function ( ) { return "srini_string" ; } |
20,360 | sets drawerlistener for drawer concode_field_sep int mSliderBackgroundColorRes concode_elem_sep int mSliderBackgroundDrawableRes concode_elem_sep int mDrawerGravity concode_elem_sep ArrayList<DrawerModule> mDrawerItems concode_elem_sep LinearLayout mContainer concode_elem_sep ScrimInsetsFrameLayout mDrawerContentRoot c... | Builder function ( DrawerLayout . DrawerListener arg0 ) { mOnDrawerListener = arg0 ; return this ; } |
20,361 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
20,362 | get the trigger tasks as an unmodifiable list of triggertask objects . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler conc... | List < TriggerTask > function ( ) { return ( this . triggerTasks != null ? Collections . unmodifiableList ( this . triggerTasks ) : Collections . < TriggerTask > emptyList ( ) ) ; } |
20,363 | gets the value of the elmcode property . concode_field_sep String cmpCode concode_elem_sep String code concode_elem_sep String currCode concode_elem_sep Folders folders concode_elem_sep InputAndMatchingOptions inputAndMatching concode_elem_sep AssistantScript assistant concode_elem_sep short elmLevel concode_elem_sep P... | String function ( ) { return elmCode ; } |
20,364 | verbose 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 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } |
20,365 | returns a map of profile properties included in this profile instance . the returned properties corresponds to how this profile is described in the credential profiles file , i.e. , profiles with basic credentials consist of two properties `` aws_access_key_id '' , `` aws_secret_access_key '' and profiles with session ... | Map < String , String > function ( ) { return new LinkedHashMap < String , String > ( properties ) ; } |
20,366 | sets the vertical gap between components . concode_field_sep Map<Object,ZoneSector> sectors concode_elem_sep List<AbstractCard> EMPTY_LIST concode_elem_sep int vgap concode_elem_sep long serialVersionUID concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponen... | void function ( int arg0 ) { this . vgap = arg0 ; } |
20,367 | a static convenience method that returns the first line of the specified file as list of strings , using the specified regexp as delimiter . concode_field_sep boolean filter concode_elem_sep List<String> nextResult concode_elem_sep BufferedReader reader concode_elem_sep int fields concode_elem_sep String delim concode_... | List < String > function ( String arg0 , String arg1 ) { RecordIterator loc0 = new RecordIterator ( arg0 , arg1 ) ; if ( ! loc0 . hasNext ( ) ) return null ; return loc0 . next ( ) ; } |
20,368 | returns true if the user clicked ok , false otherwise . concode_field_sep TextField streetField concode_elem_sep TextField cityField concode_elem_sep TextField birthdayField concode_elem_sep TextField postalCodeField concode_elem_sep Stage dialogStage concode_elem_sep Person person concode_elem_sep boolean okClicked co... | boolean function ( ) { return okClicked ; } |
20,369 | sets the value of the description property . concode_field_sep ServiceVersion serviceVersion concode_elem_sep RootSbb rootSbb concode_elem_sep DefaultPriority defaultPriority concode_elem_sep ResourceInfoProfileTable resourceInfoProfileTable concode_elem_sep Description description concode_elem_sep String id concode_el... | void function ( Description arg0 ) { this . description = arg0 ; } |
20,370 | sets the url . concode_field_sep String clientKeyStorePassword concode_elem_sep String acceptedServerCertificates concode_elem_sep String url concode_elem_sep String clientKeyStore concode_field_sep String getUrl concode_elem_sep String getAcceptedServerCertificates concode_elem_sep void setAcceptedServerCertificates c... | void function ( String arg0 ) { this . url = arg0 ; } |
20,371 | builds a new cachedirectiveinfo populated with the set properties . concode_field_sep Short replication concode_elem_sep Path path concode_elem_sep long ms concode_elem_sep String pool concode_elem_sep long MAX_RELATIVE_EXPIRY_MS concode_elem_sep Expiration expiration concode_elem_sep Long id concode_elem_sep boolean i... | CacheDirectiveInfo function ( ) { return new CacheDirectiveInfo ( id , path , replication , pool , expiration ) ; } |
20,372 | read a parameter with the specified name , convert it to an int , and return it . return the designated default value if the parameter does n't exist or if it is an illegal integer format . concode_field_sep PlaceHolder placeHolder concode_field_sep String filter concode_elem_sep String headWithTitle concode_elem_sep d... | int function ( HttpServletRequest arg0 , String arg1 , int arg2 ) { String loc0 = arg0 . getParameter ( arg1 ) ; int loc1 ; try { loc1 = Integer . parseInt ( loc0 ) ; } catch ( Exception loc2 ) { loc1 = arg2 ; } return ( loc1 ) ; } |
20,373 | the id for this access key . concode_field_sep String accessKeyId concode_elem_sep String userName concode_elem_sep String status concode_elem_sep java.util.Date createDate concode_field_sep AccessKeyMetadata withStatus concode_elem_sep AccessKeyMetadata withStatus concode_elem_sep String getAccessKeyId concode_elem_se... | void function ( String arg0 ) { this . accessKeyId = arg0 ; } |
20,374 | get full version product vmajor revminor concode_field_sep String REVISION concode_elem_sep Properties properties concode_elem_sep String VERSION concode_field_sep String getVersion concode_elem_sep String getRevision | String function ( ) { return "srini_string" + VERSION + "srini_string" + REVISION ; } |
20,375 | return the configured header initializer . concode_field_sep MessageSendingOperations<String> messagingTemplate concode_elem_sep MessageHeaderInitializer headerInitializer concode_elem_sep Log logger concode_field_sep void setHeaderInitializer concode_elem_sep boolean supportsReturnType concode_elem_sep void handleRetu... | MessageHeaderInitializer function ( ) { return this . headerInitializer ; } |
20,376 | returns the number of times #get returned a value . 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... | int function ( ) { return hitCount ; } |
20,377 | sets the jobstatstype value for this jobstats . concode_field_sep java.lang.Long processingTimeMillis concode_elem_sep java.lang.Long pendingTimeMillis concode_elem_sep java.lang.String jobStatsType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_ele... | void function ( java . lang . String arg0 ) { this . jobStatsType = arg0 ; } |
20,378 | writes splash screen text . concode_field_sep PlaceHolder placeHolder concode_field_sep long getWindowHandle concode_elem_sep void setTextFont concode_elem_sep void setTextColor concode_elem_sep void setTextBgColor concode_elem_sep void close | void function ( String arg0 , int arg1 , int arg2 ) { long loc0 = NativeHelper . toNativeString ( arg0 , false ) ; NativeHelper . call ( 0 , "srini_string" , loc0 , arg1 , arg2 ) ; NativeHelper . free ( loc0 ) ; } |
20,379 | add a response status code produces by jersey . concode_field_sep SortedMap<String,ResourceStatisticsImpl.Builder> uriStatistics concode_elem_sep ExecutionStatistics requestStatistics concode_elem_sep Map<Class<?>,ResourceStatistics> resourceClassStatistics concode_elem_sep ResponseStatisticsImpl.Builder responseStatis... | void function ( final int arg0 ) { responseStatisticsBuilder . addResponseCode ( arg0 ) ; } |
20,380 | verify if mammoth #tostring gives the expected value concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void testTimePasses concode_elem_sep void setUp concode_elem_sep void tearDown | void function ( ) { final String loc0 = new Mammoth ( ) . loc0 ( ) ; assertNotNull ( loc0 ) ; assertEquals ( "srini_string" , loc0 ) ; } |
20,381 | create and return an imagesearcher for the net.semanticmetadata.lire.imageanalysis.cedd image feature based on net.semanticmetadata.lire.indexing.hashing.bitsampling hashes.be sure to use the same options for the imagesearcher as you used for the documentbuilder . it wo n't work out if you do n't use documentbuilderfac... | ImageSearcher function ( int arg0 ) { return new BitSamplingImageSearcher ( arg0 , DocumentBuilder . FIELD_NAME_CEDD , DocumentBuilder . FIELD_NAME_CEDD + "srini_string" , new CEDD ( ) ) ; } |
20,382 | this is rarely used because it is slower and requires inithashvals to be called beforehand to initialize the hashvalues . concode_field_sep int[] indexedValues concode_elem_sep Experiments domain concode_elem_sep double[] valuesI concode_elem_sep double sum concode_elem_sep Map<Integer,Double> hashValues concode_elem_s... | double function ( int arg0 , int arg1 ) { Double loc0 = hashValues . get ( Integer . valueOf ( indexOf ( arg0 , arg1 ) ) ) ; if ( loc0 == null ) { return 0.0 ; } else { return loc0 . doubleValue ( ) ; } } |
20,383 | get the fits file observation date as a date object . concode_field_sep int BITPIX_FLOAT concode_elem_sep Data myData concode_elem_sep int BITPIX_BYTE concode_elem_sep int BITPIX_INT concode_elem_sep Header myHeader concode_elem_sep boolean isPrimary concode_elem_sep int BITPIX_DOUBLE concode_elem_sep int BITPIX_LONG c... | Date function ( ) { try { return new FitsDate ( myHeader . getStringValue ( "srini_string" ) ) . toDate ( ) ; } catch ( FitsException loc0 ) { return null ; } } |
20,384 | this will completely sweep the given folder . consider using #cleanfolder file , filefilter , boolean , boolean if you want to preserve cvs or svn information . concode_field_sep Logger log concode_field_sep String readStreamIntoString concode_elem_sep void writeStringIntoFile concode_elem_sep String readFileIntoString... | boolean function ( File arg0 ) { return Files . cleanFolder ( arg0 , new FileFilter ( ) { @ Override public boolean accept ( File arg4 ) { return true ; } } , true , false ) ; } |
20,385 | bind the given object to the current jndi context , using the given name . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Object lookup concode_elem_sep T lookup concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep Contex... | void function ( final String arg0 , final Object arg1 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" ) ; } execute ( new JndiCallback < Object > ( ) { public Object doInContext ( Context arg2 ) throws NamingException { arg2 . bind ( arg0 , arg1 ) ; return null ; } } ) ;... |
20,386 | get the system id concode_field_sep ContentHandlerProxy parent concode_field_sep int getLineNumber concode_elem_sep Stack getContextItemStack concode_elem_sep int getColumnNumber concode_elem_sep String getPublicId | String function ( ) { return parent . getLocationProvider ( ) . getSystemId ( parent . getCurrentLocationId ( ) ) ; } |
20,387 | create an instance of captureidentificationinforesponse concode_field_sep QName _CaptureIdentificationInfoRequest_QNAME concode_elem_sep QName _GetIdentificationInfoResponse_QNAME concode_elem_sep QName _CaptureIdentificationInfoResponse_QNAME concode_elem_sep QName _GetIdentificationInfoRequest_QNAME concode_field_sep... | CaptureIdentificationInfoResponse function ( ) { return new CaptureIdentificationInfoResponse ( ) ; } |
20,388 | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... | void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; } |
20,389 | get all the relying party service providers concode_field_sep IdentityPersistenceManager manager concode_field_sep OpenIDAdminDO getOpenIDAdmin concode_elem_sep String getParameterValue concode_elem_sep boolean isServiceProviderExists concode_elem_sep boolean hasXMPPSettings concode_elem_sep void createOrUpdateOpenIDAd... | SAMLSSOServiceProviderDO [ ] function ( Registry arg0 ) { SAMLSSOServiceProviderDAO loc0 = new SAMLSSOServiceProviderDAO ( arg0 ) ; return loc0 . getServiceProviders ( ) ; } |
20,390 | performs a prefix search and returns all values mapped under the given prefix . the entirety of the prefix must be matches , if you only want part of the prefix to be matched use the #partialsearch string methodinstead . concode_field_sep Character singletonChildChar concode_elem_sep TrieNode<T> singletonChild concode_... | List < T > function ( String arg0 ) { TrieNode < T > loc0 = this . find ( arg0 ) ; if ( loc0 == null ) return new ArrayList < T > ( ) ; return Collections . unmodifiableList ( loc0 . getValues ( ) ) ; } |
20,391 | object item . concode_field_sep Writer mWriter concode_elem_sep String[] CONTROL_CHAR_MAP concode_elem_sep byte ARRAY concode_elem_sep byte OBJECT_VALUE concode_elem_sep int itemCount concode_elem_sep byte type concode_elem_sep byte UNKNOWN concode_elem_sep byte OBJECT concode_elem_sep State mState concode_elem_sep Sta... | JSONWriter function ( String arg0 ) { beforeObjectItem ( ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( escape ( arg0 ) ) ; mWriter . write ( JSON . QUOTE ) ; mWriter . write ( JSON . COLON ) ; return this ; } |
20,392 | error concode_field_sep Boolean LOG_TO_FILE concode_elem_sep int LOG_SAVE_DAYS concode_elem_sep SimpleDateFormat FILE_SUFFIX concode_elem_sep String LOG_TAG concode_elem_sep Boolean LOG_SWITCH concode_elem_sep String LOG_FILE_PATH concode_elem_sep SimpleDateFormat LOG_FORMAT concode_elem_sep String LOG_FILE_NAME concod... | void function ( Object arg0 ) { e ( LOG_TAG , arg0 ) ; } |
20,393 | initialize this key agreement with a key . this method will use the highest-priority java.security.securerandom as its sourceof randomness . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep KeyAgreementSpi kaSpi concode_elem_sep String algorithm concod... | void function ( Key arg0 ) { init ( arg0 , new SecureRandom ( ) ) ; } |
20,394 | gets all scheduledtask s. concode_field_sep Cache<K,CancellableTask<K,T>> cancellableTaskMap concode_elem_sep boolean isStarted concode_field_sep boolean cancel concode_elem_sep void closeImpl concode_elem_sep void schedule concode_elem_sep void startImpl concode_elem_sep Optional<T> getScheduledTask concode_elem_sep C... | Iterable < T > function ( ) { return Iterables . transform ( this . cancellableTaskMap . asMap ( ) . values ( ) , new Function < CancellableTask < K , T > , T > ( ) { @ Override public T apply ( CancellableTask < K , T > arg0 ) { return arg0 . getScheduledTask ( ) ; } } ) ; } |
20,395 | gets the address . concode_field_sep String address concode_elem_sep boolean forwarded concode_field_sep void setAddress concode_elem_sep String getClientAddress concode_elem_sep IpInfo builder concode_elem_sep void setForwarded concode_elem_sep String toString concode_elem_sep boolean isForwarded | String function ( ) { return address ; } |
20,396 | sets the inforadius value for this getinfoout . concode_field_sep java.lang.String designator concode_elem_sep bean.ossturbonet.oss.gvt.com.InfoCricket infoCricket concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep bean.ossturbonet.oss.gvt.com.InfoTBS infoTBS concode_elem_sep bean.ossturbon... | void function ( bean . ossturbonet . oss . gvt . com . InfoRadius arg0 ) { this . infoRadius = arg0 ; } |
20,397 | extracts the first relative distinguished name rdn . example : for dn `` cn = user1 , ou = corp , dc = mycompany , dc = com '' this method will return `` cn = user1 '' concode_field_sep Logger LOG concode_field_sep List<String> parseDnPatterns concode_elem_sep List<String> createCandidatePrincipals concode_elem_sep Str... | String function ( String arg0 ) { return arg0 . substring ( 0 , arg0 . indexOf ( "srini_string" ) ) ; } |
20,398 | returns the revision string . concode_field_sep long serialVersionUID concode_field_sep double outputValue concode_elem_sep double errorValue concode_elem_sep void updateWeights | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
20,399 | removes spell checker listeners from the associated chat . concode_field_sep Word clickedWord concode_elem_sep boolean isAttached concode_elem_sep ImageIcon ADD_WORD_ICON concode_elem_sep Logger logger concode_elem_sep SpellCheckerConfigDialog dialog concode_elem_sep CaretListener caretListener concode_elem_sep Chat ch... | void function ( ) { if ( this . isAttached ) { this . chat . removeChatEditorDocumentListener ( this . docListener ) ; this . chat . removeChatEditorCaretListener ( this . caretListener ) ; this . chat . removeChatEditorMenuListener ( this . menuListener ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.