idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,000
hashcode for an int , defined as the value of the int itself for consistency with java.lang.integer concode_field_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_field_sep HashSet<T> buildHashSet concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep ArrayList<String> readSt...
int function ( int arg0 ) { return arg0 ; }
6,001
returns a new logoutrequest with a randomly generated id , the current time for the issueinstant , and version set to `` 2.0 '' concode_field_sep String SAML_SOAP_ACTION concode_elem_sep SystemCrypto systemCrypto concode_elem_sep Logger LOGGER concode_elem_sep String SOAP_BINDING concode_field_sep void setSystemCrypto ...
LogoutRequest function ( @ NotNull String arg0 , @ NotNull String arg1 ) { return buildLogoutRequest ( arg0 , arg1 , UUID . randomUUID ( ) . toString ( ) ) ; }
6,002
generates the index file using the latest java index generating code concode_field_sep File BAI_FILE concode_elem_sep String BAM_FILE_LOCATION concode_elem_sep String BAI_FILE_LOCATION concode_elem_sep File BAM_FILE concode_elem_sep boolean mVerbose concode_field_sep void testWriteBinary concode_elem_sep Object[][] get...
File function ( File arg0 ) { final File loc0 = File . createTempFile ( "srini_string" , "srini_string" ) ; final SamReader loc1 = SamReaderFactory . makeDefault ( ) . open ( arg0 ) ; BAMIndexer . createIndex ( loc1 , loc0 ) ; verbose ( "srini_string" + loc0 ) ; loc1 . close ( ) ; return loc0 ; }
6,003
finalize and close csv file concode_field_sep Logger log concode_elem_sep BufferedWriter writer concode_elem_sep String separator concode_field_sep void writeNewLine concode_elem_sep void writeField concode_elem_sep void writeField concode_elem_sep void writeField concode_elem_sep void writeField
void function ( ) { try { log . info ( "srini_string" ) ; assert ( writer != null ) ; writer . flush ( ) ; writer . close ( ) ; log . info ( "srini_string" ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
6,004
informs this service provider that it has been registered in a serviceregistry . if this provider gets registered as an implementor for several service categories , its onregistration method will be called multiple times . the default implementation does nothing . concode_field_sep String vendorName concode_elem_sep St...
void function ( ServiceRegistry arg0 , Class < ? > arg1 ) { }
6,005
removes an already registered connection event listener from the managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl connection concode_elem_sep PrintWriter logwriter conc...
void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . remove ( arg0 ) ; }
6,006
returns string repsentation of this object . concode_field_sep byte[] data concode_field_sep Serializable getObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getBytesLength concode_elem_sep byte[] getBytes
String function ( ) { return super . toString ( ) ; }
6,007
gets the traversal bitmask . concode_field_sep int EAST_TRAVERSAL_PERMITTED concode_elem_sep int WEST_TRAVERSAL_PERMITTED concode_elem_sep int traversalMask concode_elem_sep int SOUTH_TRAVERSAL_PERMITTED concode_elem_sep int NORTH_TRAVERSAL_PERMITTED concode_field_sep boolean isNorthernTraversalPermitted concode_elem_s...
int function ( ) { return traversalMask ; }
6,008
number of shards with completed snapshot concode_field_sep XContentBuilderString TOTAL concode_elem_sep XContentBuilderString INITIALIZING concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep XContentBuilderString FAI...
int function ( ) { return doneShards ; }
6,009
delegates to the configured testcontextmanager to call @linkplain testcontextmanager #beforetestclass ` before test class ' callbacks . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Throwable testException concode_elem_sep TestContextManager testContextManager conc...
void function ( ) { this . testContextManager . beforeTestClass ( ) ; }
6,010
sets collection group designations . concode_field_sep List<String> owningInstitutions concode_elem_sep List<String> collectionGroupDesignations concode_elem_sep Integer pageSize concode_elem_sep String accessionDeaccessionFromDate concode_elem_sep Integer incompletePageSize concode_elem_sep String accessionDeaccession...
void function ( List < String > arg0 ) { this . collectionGroupDesignations = arg0 ; }
6,011
by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c...
void function ( Set arg0 ) { }
6,012
sets the value of the x property . concode_field_sep BigDecimal x concode_elem_sep BigDecimal y concode_elem_sep BigDecimal z concode_field_sep BigDecimal getX concode_elem_sep void setY concode_elem_sep BigDecimal getY concode_elem_sep BigDecimal getZ concode_elem_sep void setZ
void function ( BigDecimal arg0 ) { this . x = arg0 ; }
6,013
get retry times immediately when download fail , 0 by default . concode_field_sep Map<String,String> defaultCookies concode_elem_sep int cycleRetryTimes concode_elem_sep String charset concode_elem_sep HttpHost httpProxy concode_elem_sep boolean useGzip concode_elem_sep Table<String,String,String> cookies concode_elem_...
int function ( ) { return retryTimes ; }
6,014
return the urlpathhelper implementation to use . concode_field_sep Log logger concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep int flashMapTimeout concode_elem_sep Object DEFAULT_FLASH_MAPS_MUTEX concode_field_sep List<FlashMap> getExpiredFlashMaps concode_elem_sep boolean isFlashMapForRequest concode_elem...
UrlPathHelper function ( ) { return this . urlPathHelper ; }
6,015
appends element to the end of this list . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep int elementCount concode_elem_sep Node first concode_field_sep Object set concode_elem_sep int size concode_elem_sep Object get concode_elem_sep Enumeration elements concode_ele...
boolean function ( Object arg0 ) { last . next = new Node ( arg0 , null ) ; last = last . next ; elementCount ++ ; return true ; }
6,016
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
6,017
this function returns the weekly routine of a person . concode_field_sep Vector<Vector<Status>> weeklyRoutine concode_elem_sep RandomSeedRepo randomSeedRepo concode_elem_sep RandomSeed gen concode_elem_sep Logger log concode_elem_sep Vector<Integer> sicknessVector concode_elem_sep Vector<Integer> publicVacationVector c...
Vector < Vector < Status >> function ( ) { return weeklyRoutine ; }
6,018
set the action this policy authorizes concode_field_sep String TYPE_INHERITED concode_elem_sep Context myContext concode_elem_sep String TYPE_CUSTOM concode_elem_sep String TYPE_WORKFLOW concode_elem_sep TableRow myRow concode_elem_sep String TYPE_SUBMISSION concode_elem_sep Logger log concode_field_sep java.util.Date ...
void function ( int arg0 ) { myRow . setColumn ( "srini_string" , arg0 ) ; }
6,019
change the display name of the progress task . use with care , please make sure the changed name is not completely different , or otherwise it might appear to the user as a different task . concode_field_sep int progress100 concode_elem_sep int progressTotal concode_elem_sep String displayName concode_elem_sep boolean ...
void function ( String arg0 ) { if ( handle != null ) { handle . setDisplayName ( arg0 ) ; this . displayName = arg0 ; } }
6,020
set this to the identity transform . concode_field_sep Vec2 p concode_elem_sep Rot q concode_elem_sep Vec2 pool concode_elem_sep long serialVersionUID concode_field_sep void mulTransToOutUnsafe concode_elem_sep void mulTransToOutUnsafe concode_elem_sep Transform set concode_elem_sep void set concode_elem_sep Vec2 mul c...
void function ( ) { p . setZero ( ) ; q . setIdentity ( ) ; }
6,021
returns the description . concode_field_sep String m_description concode_elem_sep String m_title concode_elem_sep String m_basePath concode_elem_sep String m_path concode_elem_sep CmsUUID m_id concode_elem_sep String m_rootPath concode_field_sep String getBasePath concode_elem_sep String getTitle concode_elem_sep boole...
String function ( ) { return m_description ; }
6,022
sets the value of the link property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode...
void function ( boolean arg0 ) { this . link = arg0 ; }
6,023
returns the size of this table . concode_field_sep Object key1 concode_elem_sep Entry next concode_elem_sep Object key2 concode_elem_sep Object key3 concode_elem_sep int count concode_elem_sep int INITIAL_CAPACITY concode_elem_sep Object value concode_elem_sep Entry[] table concode_elem_sep int hash concode_field_sep i...
int function ( ) { return count ; }
6,024
list variable back compatibility mode with version 4.2.x . concode_field_sep String TIMERTASK_START_MILLIS_JOB_EXECUTION_NAME concode_elem_sep String TIMERTASK_START_MILLIS_LDAP_SYNC_NAME concode_elem_sep String TIMERTASK_PERIOD_MILLIS_UNASSIGNED_TASKS_EXECUTION_NAME concode_elem_sep Calendar SYSTEM_STARTUP_CALENDAR co...
boolean function ( ) { return RESOURCES . getBooleanProperty ( "srini_string" , true ) ; }
6,025
create a new ipv4rangebuilder aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum conco...
IPv4RangeBuilder function ( String arg0 ) { return new IPv4RangeBuilder ( arg0 ) ; }
6,026
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
6,027
gets the value of the bubble3d property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTBubbleSer> ser concode_elem_sep CTBoolean bubble3D concode_elem_sep CTBubbleScale bubbleScale concode_elem_sep CTDLbls dLbls concode_elem_sep CTBoolean showNegBubbles concode_elem_sep CTExtensionList extLst concode_...
CTBoolean function ( ) { return bubble3D ; }
6,028
returns the contents for the given key as object array . if there were no objects registered with that key , an empty object array is returned . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object ...
Object [ ] function ( final Object arg0 , final Object [ ] arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } final List loc0 = ( List ) this . table . get ( arg0 ) ; if ( loc0 != null ) { return loc0 . toArray ( arg1 ) ; } if ( arg1 . length > 0 ) { arg1 [ 0 ] = null ; } return arg1 ;...
6,029
sets the seed to the given value . concode_field_sep long seed concode_elem_sep NormalDistribution normal concode_elem_sep RandomGenerator randomGenerator concode_elem_sep RandomUtil randomUtil concode_field_sep double nextPoisson concode_elem_sep long getSeed concode_elem_sep double nextNormal concode_elem_sep double ...
void function ( long arg0 ) { randomGenerator = new Well44497b ( arg0 ) ; normal = new NormalDistribution ( randomGenerator , 0 , 1 ) ; this . seed = arg0 ; }
6,030
sets the name property concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep String getComments concode_elem_sep String res...
void function ( String arg0 ) { if ( dontSet ( ) ) return ; name = arg0 ; }
6,031
gets the value of the grpfill property . concode_field_sep CTPatternFillProperties pattFill concode_elem_sep CTNoFillProperties noFill concode_elem_sep CTBlipFillProperties blipFill concode_elem_sep CTGradientFillProperties gradFill concode_elem_sep CTSolidColorFillProperties solidFill concode_elem_sep CTGroupFillPrope...
CTGroupFillProperties function ( ) { return grpFill ; }
6,032
getter for #columnname . concode_field_sep List<String> columnNames concode_elem_sep String defaultValue concode_elem_sep String query concode_elem_sep String name concode_elem_sep List<ColumnComment> columnComments concode_elem_sep String comment concode_elem_sep List<DefaultValue> defaultValues concode_elem_sep Strin...
String function ( ) { return columnName ; }
6,033
preselects the frameworks in tree . concode_field_sep ExtensionPointName<ProjectCategory> EXTENSION_POINT_NAME concode_field_sep String getGroupName concode_elem_sep String getDisplayName concode_elem_sep int getWeight concode_elem_sep ModuleBuilder createModuleBuilder concode_elem_sep String getId concode_elem_sep Str...
String [ ] function ( ) { return ArrayUtil . EMPTY_STRING_ARRAY ; }
6,034
combines the two bitarrays using bitwise or . concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep boolean equa...
void function ( BitArray arg0 ) { assert data . length == arg0 . data . length : "srini_string" ; long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < data . length ; loc1 ++ ) { data [ loc1 ] |= arg0 . data [ loc1 ] ; loc0 += Long . loc0 ( data [ loc1 ] ) ; } this . bitCount = loc0 ; }
6,035
this method resets the incoming events time events included . concode_field_sep long exits concode_elem_sep long entries concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void set...
void function ( ) { sCInterface . clearEvents ( ) ; }
6,036
retrieves the absolute path , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Method deleteOnExitMethod concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep Method getDeleteOnExitMethod c...
String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; }
6,037
encrypt the password , but only if the password does n't contain any variables . concode_field_sep int RADIX concode_elem_sep String PASSWORD_ENCRYPTED_PREFIX concode_elem_sep String SEED concode_elem_sep TwoWayPasswordEncoderInterface encoder concode_field_sep boolean init concode_elem_sep void init concode_elem_sep S...
String function ( String arg0 ) { return encoder . encode ( arg0 , true ) ; }
6,038
returns the scheduled execution time . if the task execution is in progress it returns the execution time of the ongoing task . tasks which have not yet run return an undefined value . concode_field_sep long period concode_elem_sep long scheduledTime concode_elem_sep boolean fixedRate concode_elem_sep boolean cancelled...
long function ( ) { synchronized ( lock ) { return scheduledTime ; } }
6,039
resizes the image and writes it to the disk . concode_field_sep String[] ALLOWED_EXT concode_elem_sep int MAX_BUFF_SIZE concode_field_sep boolean isImage concode_elem_sep boolean checkImageFile concode_elem_sep void createResizedImage concode_elem_sep void createTmpThumb concode_elem_sep boolean checkImageSize concode_...
void function ( final BufferedImage arg0 , final int arg1 , final int arg2 , final float arg3 , final File arg4 ) { try { Thumbnails . of ( arg0 ) . size ( arg1 , arg2 ) . keepAspectRatio ( false ) . outputQuality ( arg3 ) . toFile ( arg4 ) ; } catch ( IllegalStateException loc0 ) { Thumbnails . of ( arg0 ) . size ( ar...
6,040
returns a buffer from the pool if one is available in the requested size , or allocates a new one if a pooled one is not available . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_...
byte [ ] function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < mBuffersBySize . size ( ) ; loc0 ++ ) { byte [ ] loc1 = mBuffersBySize . get ( loc0 ) ; if ( loc1 . length >= arg0 ) { mCurrentSize -= loc1 . length ; mBuffersBySize . remove ( loc0 ) ; mBuffersByLastUse . remove ( loc1 ) ; return loc1 ; } } return new byte [...
6,041
requests that the compiler should provide binding information for the ast nodes it creates . to be effective , this method must be called before any of #getroot , #getastrewrite , #getimportremover . this method has no effect if the target object has been created with #compilationunitrewrite ijavascriptunit , javascrip...
void function ( boolean arg0 ) { fResolveBindings = arg0 ; }
6,042
sets the name of the instance type that should be used for this pact job . concode_field_sep String jobName concode_elem_sep Plan pactPlan concode_elem_sep String instanceTypeName concode_elem_sep Collection<SourcePlanNode> dataSources concode_elem_sep Collection<PlanNode> allNodes concode_elem_sep Collection<SinkPlanN...
void function ( String arg0 ) { this . instanceTypeName = arg0 ; }
6,043
called to handle cordovaresourceapi.openforread calls for a cdvplugin : / / pluginid / url . should never return null . added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName co...
CordovaResourceApi . OpenForReadResult function ( Uri arg0 ) { throw new FileNotFoundException ( "srini_string" + arg0 ) ; }
6,044
gets the value of the cnvsppr property . concode_field_sep CTNonVisualDrawingShapeProps cNvSpPr concode_elem_sep CTNonVisualDrawingProps cNvPr concode_field_sep CTNonVisualDrawingProps getCNvPr concode_elem_sep void setCNvPr concode_elem_sep void setCNvSpPr
CTNonVisualDrawingShapeProps function ( ) { return cNvSpPr ; }
6,045
check if an openhab command has been overridden by a dmx command . concode_field_sep Pattern DMX_CMD_PATTERN concode_elem_sep Logger logger concode_elem_sep long lastUpdated concode_elem_sep int[] channels concode_elem_sep int updateDelay concode_elem_sep Map<String,DmxCommand> customCommands concode_elem_sep String na...
boolean function ( Command arg0 ) { return customCommands . containsKey ( arg0 . toString ( ) ) ; }
6,046
call to resolve a url from a target controller and a specific target method in the controller . concode_field_sep HttpServletRequest _oHttpServletRequest concode_elem_sep RedirectResolverExecutor _oRedirectResolverExecutor concode_field_sep placeholderType placeHolder
String function ( Class arg0 , String arg1 ) { return _oRedirectResolverExecutor . resolveRedirect ( _oHttpServletRequest , new Redirect ( arg0 , arg1 ) ) ; }
6,047
checks to see whether or not this instance is mutable . concode_field_sep boolean mutable concode_field_sep void throwIfImmutable concode_elem_sep void setImmutable concode_elem_sep boolean isImmutable concode_elem_sep void throwIfMutable
boolean function ( ) { return mutable ; }
6,048
adds the given state machine to runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep void cancel concode_elem_sep boolean removeStatemachine concode_elem_sep void run
boolean function ( IStatemachine arg0 ) { lock . writeLock ( ) . lock ( ) ; boolean loc0 = statemachineSet . add ( arg0 ) ; lock . writeLock ( ) . unlock ( ) ; return loc0 ; }
6,049
searches through the given application context and processes annotations used by task module . concode_field_sep Logger LOGGER concode_elem_sep BundleContext bundleContext concode_elem_sep ChannelService channelService concode_field_sep SortedSet<ActionParameter> getPostActionParams concode_elem_sep Channel getChannel ...
void function ( ApplicationContext arg0 ) { for ( String loc0 : arg0 . getBeanDefinitionNames ( ) ) { postProcessAfterInitialization ( arg0 . getBean ( loc0 ) , loc0 ) ; } }
6,050
returns the file represented by str . this method is not yet implemented and always throws an unsupportedoperationexception . concode_field_sep PlaceHolder placeHolder concode_field_sep Object createValue concode_elem_sep Object createValue concode_elem_sep Number createNumber concode_elem_sep URL createURL concode_ele...
File [ ] function ( String arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
6,051
converts the specified ibm i data type to a java object . concode_field_sep double defaultValue concode_elem_sep int SIZE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep double toDouble concode_elem_sep double toDouble concode_elem_sep byte[] toBytes concode_elem_sep byte[] t...
Object function ( byte [ ] arg0 , int arg1 ) { return new Double ( BinaryConverter . byteArrayToDouble ( arg0 , arg1 ) ) ; }
6,052
return whether or not this value is a constant string . concode_field_sep Object value concode_elem_sep Constant NOT_CONSTANT concode_field_sep boolean isConstant concode_elem_sep Object getConstantValue concode_elem_sep int hashCode concode_elem_sep boolean isConstantInteger concode_elem_sep Constant merge concode_ele...
boolean function ( ) { return isConstant ( ) && ( value instanceof String ) ; }
6,053
close this persistentstore without destroying its contents concode_field_sep ThreadLocal<Long> lockState concode_elem_sep ReadersWriter mutatorLock concode_elem_sep List<SubStore> subStores concode_elem_sep SnapshotHandler snapshotHandler concode_elem_sep int updateCount concode_elem_sep File storeLocation concode_elem...
void function ( ) { try { mutatorLock . writeLock ( ) ; updateCount = 0 ; log . close ( ) ; } finally { mutatorLock . writeUnlock ( ) ; } }
6,054
put all the members fields , methods and constructors in the classdoc to the indexmap . concode_field_sep boolean noDeprecated concode_elem_sep boolean classesOnly concode_elem_sep Map<Character,List<Doc>> indexmap concode_elem_sep Object[] elements concode_elem_sep boolean javafx concode_field_sep int compare concode_...
void function ( ClassDoc arg0 ) { adjustIndexMap ( arg0 . fields ( ) ) ; adjustIndexMap ( arg0 . methods ( ) ) ; adjustIndexMap ( arg0 . constructors ( ) ) ; }
6,055
returns how much ram would be freed up by refreshing . this is rambytesused except does not include tombstones because theydo n't clear on refresh . concode_field_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep int BASE_BYTES_PER_BYTESREF concode_elem_sep int B...
long function ( ) { return ramBytesUsedCurrent . get ( ) ; }
6,056
returns whether or not the supplied dlna resource is an audio file . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isWebVideo concode_elem_sep boolean isImage concode_elem_sep boolean isImage concode_elem_sep boolean isWebAudio concode_elem_sep boolean isVideo concode_elem_sep boolean isVideo conc...
boolean function ( DLNAResource arg0 ) { return isType ( arg0 , Format . AUDIO , null ) ; }
6,057
indicates whether this field 's type is a primitive type . concode_field_sep int offset concode_elem_sep boolean unshared concode_elem_sep boolean isDeserialized concode_elem_sep String name concode_elem_sep String typeString concode_elem_sep int FIELD_IS_NOT_RESOLVED concode_elem_sep Object type concode_elem_sep long ...
boolean function ( ) { Class < ? > loc0 = getTypeInternal ( ) ; return loc0 != null && loc0 . isPrimitive ( ) ; }
6,058
get the class constant for the given string runtime type name concode_field_sep String BOOLEAN concode_elem_sep Class<XMLType> XML concode_elem_sep Class<? extends BigDecimal> BIG_DECIMAL concode_elem_sep Class<Short> SHORT concode_elem_sep int STRING concode_elem_sep String TIMESTAMP concode_elem_sep int BLOB concode_...
Class < ? > function ( String arg0 ) { return DataTypeManager . getDataTypeClass ( arg0 ) ; }
6,059
returns a string that represents the value of this object . concode_field_sep LRUCacheEntry<K,T> fEntryQueue concode_elem_sep LRUCacheEntry<K,T> _fNext concode_elem_sep LRUCacheEntry<K,T> fEntryQueueTail concode_elem_sep Hashtable<K,LRUCacheEntry<K,T>> fEntryTable concode_elem_sep T _fValue concode_elem_sep LRUCacheEnt...
String function ( ) { return "srini_string" + _fKey + "srini_string" + _fValue + "srini_string" ; }
6,060
retrieves the number of vertices in the graph . concode_field_sep EdgesIterator<K,EV> edgeIterator concode_elem_sep long numberOfVertices concode_elem_sep long outDegree concode_elem_sep Iterator<?> edges concode_elem_sep long serialVersionUID concode_elem_sep Edge<K,EV> edge concode_elem_sep Collector<Tuple2<K,Message...
long function ( ) { return numberOfVertices ; }
6,061
subclasses may override this e.g. to remove other adapters concode_field_sep List<Notifier> addedTo concode_elem_sep Notifier[] EMPTY concode_field_sep void doNotify concode_elem_sep void notifyChanged concode_elem_sep Notifier getTarget concode_elem_sep void addToObject concode_elem_sep boolean isAdapterForType concod...
void function ( Object arg0 ) { }
6,062
the positions of the regions that should be edited simultaneously . concode_field_sep LinkedEditGroup[] EMPTY_ARRAY concode_elem_sep int length concode_elem_sep List<LinkedEditGroup> EMPTY_LIST concode_elem_sep List<Position> positions concode_elem_sep List<LinkedEditSuggestion> suggestions concode_field_sep List<Linke...
List < Position > function ( ) { return positions ; }
6,063
always throws nosuchelementexception , since it is empty . concode_field_sep EmptyEnumeration<Object> instance concode_field_sep boolean hasMoreElements concode_elem_sep EmptyEnumeration<Object> getInstance
T function ( ) { throw new NoSuchElementException ( ) ; }
6,064
write an xdr message to a tcp channelbuffer concode_field_sep ByteBuffer buf concode_elem_sep int SIZEOF_INT concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep int SIZEOF_LONG concode_elem_sep State state concode_elem_sep byte[] PADDING_BYTES concode_field_sep XDR asReadOnlyWrap concode_elem_sep int fragmen...
ChannelBuffer function ( XDR arg0 , boolean arg1 ) { Preconditions . checkState ( arg0 . state == XDR . State . WRITING ) ; ByteBuffer loc0 = arg0 . buf . duplicate ( ) ; loc0 . flip ( ) ; byte [ ] loc1 = XDR . recordMark ( loc0 . limit ( ) , arg1 ) ; ByteBuffer loc2 = ByteBuffer . wrap ( loc1 ) ; return ChannelBuffers...
6,065
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
6,066
is there the entire assessment on one page ? concode_field_sep String itemNumbering concode_elem_sep String submissionMessage concode_elem_sep java.util.Date dueDate concode_elem_sep java.util.Date feedbackDate concode_elem_sep boolean formatByAssessment concode_elem_sep boolean autoSave concode_elem_sep boolean unlimi...
boolean function ( ) { return formatByAssessment ; }
6,067
destructively normalize this counter in place . concode_field_sep Map<E,Double> entries concode_elem_sep double defaultCount concode_elem_sep double cacheTotal concode_elem_sep long serialVersionUID concode_elem_sep boolean descending concode_elem_sep boolean dirty concode_field_sep Collection<Entry<E,Double>> getEntri...
void function ( ) { final double loc0 = loc0 ( ) ; for ( final E loc1 : keySet ( ) ) { setCount ( loc1 , getCount ( loc1 ) / loc0 ) ; } dirty = true ; }
6,068
tear down mobile data connectivity , i.e. , disable the ability to create mobile data connections . todo - make async and return nothing ? concode_field_sep boolean mPrivateDnsRouteSet concode_elem_sep NetworkInfo mNetworkInfo concode_elem_sep Handler mTarget concode_elem_sep String TAG concode_elem_sep LinkProperties ...
boolean function ( ) { setDetailedState ( NetworkInfo . DetailedState . DISCONNECTING , "srini_string" , null ) ; setDetailedState ( NetworkInfo . DetailedState . DISCONNECTED , "srini_string" , null ) ; return true ; }
6,069
adds 1 to the counter . progress condition : wait-free population oblivious o 1 above is only true on architectures that support fetch-and-add natively , and only with this fix : intrinsify getandincrement consistency model : sequentially consistent with decrement and sum concode_field_sep int kNumCounters concode_elem...
void function ( ) { counters . getAndIncrement ( tid2hash ( ) ) ; }
6,070
getter for property source . concode_field_sep Statistics statistics concode_elem_sep WatchDataSource source concode_elem_sep Calculable[] calcs concode_field_sep void init concode_elem_sep Vector<Double> getValues concode_elem_sep double max concode_elem_sep int count concode_elem_sep double range concode_elem_sep dou...
WatchDataSource function ( ) { return ( source ) ; }
6,071
sets the value of the id property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setPath concode_elem_sep String getId concode_elem_sep String getPathType
void function ( String arg0 ) { this . id = arg0 ; }
6,072
gets the freeswitch binding type active , mwi , etc. . for the item . concode_field_sep String argument concode_elem_sep Class<? extends Item> itemType concode_elem_sep String itemName concode_elem_sep FreeswitchBindingType type concode_field_sep String getItemName concode_elem_sep boolean filtered concode_elem_sep Cla...
FreeswitchBindingType function ( ) { return type ; }
6,073
the aws account id of the owner of the instance . concode_field_sep String instanceId concode_elem_sep String attachmentId concode_elem_sep Boolean deleteOnTermination concode_elem_sep Integer deviceIndex concode_elem_sep String instanceOwnerId concode_elem_sep java.util.Date attachTime concode_elem_sep String status c...
void function ( String arg0 ) { this . instanceOwnerId = arg0 ; }
6,074
called when the captioning font scaling factor changes . concode_field_sep CaptionStyle DEFAULT_CUSTOM concode_elem_sep int backgroundColor concode_elem_sep int PRESET_CUSTOM concode_elem_sep CaptionStyle YELLOW_ON_BLUE concode_elem_sep CaptionStyle[] PRESETS concode_elem_sep Handler mHandler concode_elem_sep String mR...
void function ( float arg0 ) { }
6,075
check if the file extension is supported by the external utility concode_field_sep String FILEPLACEHOLDER concode_elem_sep HashMap<String,IDecompressor> internalSupport concode_elem_sep HashMap<String,String> externalSupport concode_elem_sep String PROPERTIES_PATH concode_field_sep InputStream startExternal concode_ele...
boolean function ( String arg0 ) { return externalSupport . containsKey ( arg0 ) ; }
6,076
set the contact filtering data . this will not update contacts until the next time step when either parent body is active and awake . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution con...
void function ( Filter arg0 ) { jniSetFilterData ( addr , arg0 . categoryBits , arg0 . maskBits , arg0 . groupIndex ) ; }
6,077
returns an javax.transaction.xa.xaresource instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_...
XAResource function ( ) { throw new NotSupportedException ( "srini_string" ) ; }
6,078
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { TickUnits loc0 = new TickUnits ( ) ; loc0 . add ( new NumberTickUnit ( 10 , new DecimalFormat ( "srini_string" ) ) ) ; TickUnits loc1 = ( TickUnits ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
6,079
checks if the given node is part of a module ast . concode_field_sep ConfigurationAstAnalyzer configurationAnalyzer concode_elem_sep InterfaceAstAnalyzer interfaceAnalyzer concode_elem_sep AstType createdType concode_elem_sep ASTUtil astUtil concode_elem_sep ModuleAstAnalyzer moduleAnalyzer concode_field_sep boolean ha...
boolean function ( ASTNode arg0 ) { return getModuleNode ( arg0 ) != null ; }
6,080
waku concode_field_sep int P_STAGE concode_elem_sep int wx concode_elem_sep int P_WAKU concode_elem_sep UnitWorks uw concode_elem_sep int wy concode_elem_sep ImageManager imageManager concode_elem_sep UnitMap stageMap concode_elem_sep List<StageData> stageList concode_elem_sep int UNIT_WIDTH concode_elem_sep StageData ...
void function ( int arg0 , int arg1 ) { this . wx = arg0 ; this . wy = arg1 ; }
6,081
sets the labelid value for this adgroupcriterionlabel . concode_field_sep java.lang.Long criterionId concode_elem_sep java.lang.Long labelId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Lo...
void function ( java . lang . Long arg0 ) { this . labelId = arg0 ; }
6,082
create a default jpa configuration with the given names and unit names . concode_field_sep Set<JPAConfig.PersistenceUnit> persistenceUnits concode_elem_sep JPAConfig jpaConfig concode_field_sep Set<JPAConfig.PersistenceUnit> persistenceUnits concode_elem_sep JPAConfig get concode_elem_sep JPAConfig from
JPAConfig function ( String arg0 , String arg1 , String arg2 , String arg3 ) { return new DefaultJPAConfig ( new JPAConfig . PersistenceUnit ( arg0 , arg1 ) , new JPAConfig . PersistenceUnit ( arg2 , arg3 ) ) ; }
6,083
create a uri instance for the given location string , replacing spaces with '' % 20 '' uri encoding first . concode_field_sep String JAR_URL_SEPARATOR concode_elem_sep String URL_PROTOCOL_VFS concode_elem_sep String CLASSPATH_URL_PREFIX concode_elem_sep String URL_PROTOCOL_ZIP concode_elem_sep String JAR_FILE_EXTENSION...
URI function ( String arg0 ) { return new URI ( StringUtils . replace ( arg0 , "srini_string" , "srini_string" ) ) ; }
6,084
returns the create date of this asset link . concode_field_sep AssetLink _assetLink concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep int getWeight concode_elem_sep ...
Date function ( ) { return _assetLink . getCreateDate ( ) ; }
6,085
set the dominant frequency of the sound concode_field_sep String m_name concode_elem_sep boolean m_isEnabled concode_elem_sep Display m_display concode_elem_sep Image m_alertImage concode_elem_sep double m_frequency concode_elem_sep double m_tolerance concode_field_sep void setEnabled concode_elem_sep String getName co...
void function ( double arg0 ) { m_frequency = arg0 ; }
6,086
is there a data mapping error for the field ? concode_field_sep boolean[] sqlNulls_ concode_elem_sep String[] fieldNames_ concode_elem_sep int[] fieldNullables_ concode_elem_sep SQLData[] sqlData_ concode_elem_sep String copyright concode_elem_sep boolean[] sqlDataMappingErrors_ concode_field_sep SQLData getSQLData con...
boolean function ( int arg0 ) { try { return sqlDataMappingErrors_ [ arg0 - 1 ] ; } catch ( ArrayIndexOutOfBoundsException loc0 ) { JDError . throwSQLException ( JDError . EXC_DESCRIPTOR_INDEX_INVALID , loc0 ) ; return false ; } }
6,087
returns the pdb id . concode_field_sep Date date concode_elem_sep Integer likeSequenceFamilyId concode_elem_sep Integer topologyId concode_elem_sep Integer length concode_elem_sep String format concode_elem_sep String sequenceHeader concode_elem_sep Integer sequenceFamilyId concode_elem_sep long serialVersionUID concod...
String function ( ) { return domainName . substring ( 0 , 4 ) ; }
6,088
a container invokes this method to instruct the instance to synchronize its state by storing it to the underlying database . concode_field_sep EntityContext ejbContext concode_elem_sep Map<String,OperationsPolicy> allowedOperationsTable concode_field_sep void ejbLoad concode_elem_sep void unsetEntityContext concode_ele...
void function ( ) { }
6,089
gets the id of this distribution status . concode_field_sep long serialVersionUID concode_elem_sep Integer distributionStatusId concode_elem_sep String distributionStatusCode concode_field_sep String getDistributionStatusCode concode_elem_sep void setDistributionStatusId concode_elem_sep void setDistributionStatusCode
Integer function ( ) { return distributionStatusId ; }
6,090
sets the value of the csm1 property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep String is...
void function ( String arg0 ) { this . csm1 = arg0 ; }
6,091
close window concode_field_sep String myWindowName concode_elem_sep ToolWindowManager myToolWindowManager concode_elem_sep ContentManager myContentManager concode_field_sep void add
void function ( ) { myContentManager . removeAllContents ( true ) ; myToolWindowManager . unregisterToolWindow ( myWindowName ) ; }
6,092
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 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
6,093
sets the is_public value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep...
void function ( java . lang . Boolean arg0 ) { this . is_public = arg0 ; }
6,094
sets . net type name . concode_field_sep PlatformAffinityFunction func concode_elem_sep long serialVersionUID concode_elem_sep String typName concode_elem_sep Map<String,?> props concode_field_sep int partitions concode_elem_sep void writeExternal concode_elem_sep void init concode_elem_sep PlatformAffinityFunction get...
void function ( String arg0 ) { this . typName = arg0 ; }
6,095
returns a multiability based on name . concode_field_sep ArrayList<MultiAbilityInfoSub> abilities concode_elem_sep Map<Player,String> playerBoundAbility concode_elem_sep ArrayList<MultiAbilityInfo> multiAbilityList concode_elem_sep Map<Player,Integer> playerSlot concode_elem_sep String name concode_elem_sep Map<Player,...
MultiAbilityInfo function ( String arg0 ) { for ( MultiAbilityInfo loc0 : multiAbilityList ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) ) return loc0 ; } return null ; }
6,096
execute the prepared query . concode_field_sep Connection conn concode_elem_sep Statement stat concode_elem_sep HashMap<String,PreparedStatement> prepared concode_elem_sep PreparedStatement prep concode_elem_sep int index concode_field_sep Prepared prepare concode_elem_sep Prepared set concode_elem_sep Prepared set con...
List < Map < String , Object >> function ( ) { try { return Db . query ( prep . executeQuery ( ) ) ; } catch ( SQLException loc0 ) { throw convert ( loc0 ) ; } }
6,097
get the resource adapter concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResource...
ResourceAdapter function ( ) { log . finest ( "srini_string" ) ; return ra ; }
6,098
layouts the child components of a specified parent component using gridbaglayout . concode_field_sep int WEIGHT_NONE concode_elem_sep boolean scroll concode_elem_sep JPanel contentPanel concode_elem_sep JComponent rootComponent concode_elem_sep int WEIGHT_EQUALLY concode_field_sep void add concode_elem_sep void add con...
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { SwingUtil . layoutToGrid ( this . contentPanel , arg0 , arg1 , arg2 , arg3 ) ; }
6,099
return the index of value in array , or -1 if there is no such index . if there are several values that are within tolerance or less of value , this method will return the index of the closest value . in case of several values being as close ot value , there is no guarantee which index will be returned . results are un...
int function ( double [ ] arg0 , double arg1 , double arg2 ) { if ( arg0 . length == 0 ) { return - 1 ; } return binarySearch ( arg0 , 0 , arg0 . length , arg1 , arg2 ) ; }