idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
6,100
get the tags value . concode_field_sep JsonWebKeyType kty concode_elem_sep Integer keySize concode_elem_sep KeyAttributes keyAttributes concode_elem_sep List<JsonWebKeyOperation> keyOps concode_elem_sep Map<String,String> tags concode_field_sep JsonWebKeyType kty concode_elem_sep KeyCreateParameters withKeyOps concode_...
Map < String , String > function ( ) { return this . tags ; }
6,101
get the policy for handling recoverable errors . note that for some errors the decision can be made at run-time , but for the `` ambiguous template match '' error , the decision is since 9.2 fixed at compile time . concode_field_sep ErrorListener errorListener concode_elem_sep boolean schemaAware concode_elem_sep boole...
int function ( ) { return recoveryPolicy ; }
6,102
returns a resize policy allowing horizontal resizing only concode_field_sep ResizePolicy sHorizontal concode_elem_sep int PRESERVE_RATIO concode_elem_sep int BOTTOM_EDGE concode_elem_sep ResizePolicy sScaled concode_elem_sep int HORIZONTAL concode_elem_sep int VERTICAL concode_elem_sep ResizePolicy sNone concode_elem_s...
ResizePolicy function ( ) { return sHorizontal ; }
6,103
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
6,104
register a type this filter understands . when a new entry is added the auditlogfilter is set to not accept the type by default . concode_field_sep Map<String,Boolean> acceptedTypes concode_field_sep Map<String,Boolean> getAcceptedTypes concode_elem_sep boolean accept
void function ( final String arg0 ) { this . acceptedTypes . put ( arg0 , Boolean . FALSE ) ; }
6,105
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation...
String function ( ) { return mapCommandButtonId ; }
6,106
adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep Method savePropsMethod concode_elem_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKe...
void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;...
6,107
this can only be called from tests as part of this suite concode_field_sep boolean initializedLocally concode_elem_sep DomainTestSupport support concode_field_sep void stop concode_elem_sep void beforeClass concode_elem_sep void start concode_elem_sep DomainTestSupport createSupport concode_elem_sep void afterClass con...
void function ( ) { if ( ! initializedLocally ) { stop ( ) ; } }
6,108
returns true if the current exit code represents a failure of blaze infrastructure , vs. a build failure . concode_field_sep ExitCode RESERVED concode_elem_sep ExitCode ANALYSIS_FAILURE concode_elem_sep ExitCode BLAZE_INTERNAL_ERROR concode_elem_sep ExitCode NO_TESTS_FOUND concode_elem_sep ExitCode PARSING_FAILURE conc...
boolean function ( ) { return infrastructureFailure ; }
6,109
name of the class that provides the handler for this tag . concode_field_sep String BODY_CONTENT_EMPTY concode_elem_sep boolean dynamicAttributes concode_elem_sep TagExtraInfo tagExtraInfo concode_elem_sep String displayName concode_elem_sep String tagClassName concode_elem_sep String bodyContent concode_elem_sep Strin...
String function ( ) { return tagClassName ; }
6,110
returns a float array , applies to e.g. range . concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep boolean isGroup concode_elem_sep int CONTROLLER concode...
float [ ] function ( ) { return _myController . getArrayValue ( ) ; }
6,111
returns true if a and b are equal , whether or not either of them are null . concode_field_sep BitSet worklist concode_elem_sep SsaMethod ssaMeth concode_field_sep void process concode_elem_sep void run concode_elem_sep boolean resolveResultType
boolean function ( LocalItem arg0 , LocalItem arg1 ) { return ( arg0 == arg1 ) || ( ( arg0 != null ) && arg0 . equals ( arg1 ) ) ; }
6,112
return intvalue2 . concode_field_sep String stringValue1 concode_elem_sep int intValue2 concode_elem_sep Integer integerValue2 concode_elem_sep String stringValue2 concode_elem_sep Integer integerValue1 concode_elem_sep PojoBean[] beans concode_elem_sep int intValue1 concode_elem_sep Map map concode_field_sep void setB...
int function ( ) { return intValue2 ; }
6,113
sets the value of the dbreference property . concode_field_sep BigInteger ref concode_elem_sep DbReferenceType dbReference concode_field_sep DbReferenceType getDbReference concode_elem_sep void setRef concode_elem_sep BigInteger getRef
void function ( DbReferenceType arg0 ) { this . dbReference = arg0 ; }
6,114
gets a new proxyauthorizationheader based on current authentication attributes . concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc con...
ProxyAuthorizationHeader function ( ) { return new ProxyAuthorizationHeader ( getAuthorizationHeader ( ) . getValue ( ) ) ; }
6,115
builds a new instance of createoptions . concode_field_sep long mOperationTimeMs concode_elem_sep boolean mRecursive concode_elem_sep long mBlockSizeBytes concode_elem_sep boolean mPersisted concode_elem_sep long mTtl concode_field_sep Builder setBlockSizeBytes concode_elem_sep boolean isRecursive concode_elem_sep Crea...
CreateOptions function ( ) { return new CreateOptions ( this ) ; }
6,116
returns the font size value . concode_field_sep int sizeIndex concode_elem_sep int size concode_elem_sep int DEFAULT_FONT_SIZE concode_elem_sep double[] SCALE concode_elem_sep String value concode_elem_sep boolean isRelative concode_field_sep int mapValue concode_elem_sep int mapLarger concode_elem_sep int mapEM concod...
int function ( int arg0 ) { if ( isRelative ) mapRelative ( arg0 ) ; return size ; }
6,117
flips the given bit . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep void set concode_elem_sep int[] getEnclosingRectangle concode_elem_sep void clear concode_elem_sep int getWidth concode_elem_sep BitArr...
void function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; bits [ loc0 ] ^= 1 << ( arg0 & 0x1f ) ; }
6,118
returns the surface distance to the given point assuming the default earth radius of #earth_radius_meters . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng mul con...
double function ( final S2LatLng arg0 ) { return getDistance ( arg0 , EARTH_RADIUS_METERS ) ; }
6,119
does the given monitor s label starts with the #firstpartoflabel . concode_field_sep String firstPartOfLabel concode_field_sep placeholderType placeHolder
boolean function ( Monitor arg0 ) { return arg0 . getLabel ( ) . toLowerCase ( ) . startsWith ( firstPartOfLabel ) ; }
6,120
specifies the status of the db cluster option group . concode_field_sep String dBClusterOptionGroupName concode_elem_sep String status concode_field_sep DBClusterOptionGroupStatus withDBClusterOptionGroupName concode_elem_sep DBClusterOptionGroupStatus withStatus concode_elem_sep String getDBClusterOptionGroupName conc...
String function ( ) { return status ; }
6,121
get the fit window preference . concode_field_sep String NON_FULL_SCREEN_PAGE_MODE_USE_NONE concode_elem_sep String BOUNDARY_BLEED_BOX concode_elem_sep String NON_FULL_SCREEN_PAGE_MODE_USE_OPTIONAL_CONTENT concode_elem_sep String READING_DIRECTION_L2R concode_elem_sep String BOUNDARY_CROP_BOX concode_elem_sep String BO...
boolean function ( ) { return prefs . getBoolean ( COSName . FIT_WINDOW , false ) ; }
6,122
create an instance of ideatypeattribute concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFilterSea...
IdeaTypeAttribute function ( ) { return new IdeaTypeAttribute ( ) ; }
6,123
gets the getmodel regularizer concode_field_sep int numDependenceJudgements concode_elem_sep SepsetMap sepset concode_elem_sep int numFalseDependenceJudgements concode_elem_sep int depth concode_elem_sep boolean aggressivelyPreventCycles concode_elem_sep int perms concode_elem_sep TetradLogger logger concode_elem_sep G...
double function ( ) { return this . regularizer ; }
6,124
setup a category for suggestions . see categorycontextmapping . concode_field_sep String globalText concode_elem_sep String suggester concode_elem_sep String field concode_elem_sep Integer size concode_elem_sep String analyzer concode_elem_sep String name concode_elem_sep Integer shardSize concode_elem_sep String text ...
T function ( String arg0 , CharSequence ... arg1 ) { return addContextQuery ( CategoryContextMapping . query ( arg0 , arg1 ) ) ; }
6,125
the number of days between two dates . concode_field_sep TimeZone ZULU concode_elem_sep long SECS_PER_DAY concode_elem_sep Pattern UTC_TZID concode_elem_sep TimeZone BOGUS_TIMEZONE concode_elem_sep int[] MONTH_START_TO_DOY concode_field_sep TimeZone utcTimezone concode_elem_sep DateValue add concode_elem_sep int fixedF...
int function ( DateValue arg0 , DateValue arg1 ) { return fixedFromGregorian ( arg0 ) - fixedFromGregorian ( arg1 ) ; }
6,126
instructs the webview to proceed with the authentication with the given credentials . concode_field_sep HttpAuthHandler handler concode_field_sep void cancel
void function ( String arg0 , String arg1 ) { this . handler . proceed ( arg0 , arg1 ) ; }
6,127
this method resets the incoming events time events included . concode_field_sep double realValue concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long intValue concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep boolean chec...
void function ( ) { }
6,128
gets the type value for this feedattribute . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isPartOfKey concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.adwords.axis.v201406.cm.FeedAt...
com . google . api . ads . adwords . axis . v201406 . cm . FeedAttributeType function ( ) { return type ; }
6,129
allocate a number of blocks and mark them as used . 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_se...
long function ( int arg0 ) { return freeSpace . allocate ( arg0 ) ; }
6,130
build uri with parameters concode_field_sep Random random concode_elem_sep String BASE_URL concode_field_sep List<Recommendation> getRecommendationsLessThan60PercentPlaytime concode_elem_sep boolean isRecommendationValidForPercentComplete concode_elem_sep List<Recommendation> getRecommendationsGreaterThan60PercentPlayt...
URI function ( long arg0 , long arg1 , long arg2 , String arg3 ) { return UriComponentsBuilder . fromHttpUrl ( BASE_URL ) . queryParam ( "srini_string" , arg0 ) . queryParam ( "srini_string" , arg1 ) . queryParam ( "srini_string" , arg2 ) . queryParam ( "srini_string" , arg3 ) . build ( ) . toUri ( ) ; }
6,131
encode to a morton long value from a given geohash long value concode_field_sep int PRECISION concode_elem_sep short MORTON_OFFSET concode_elem_sep String BASE_32_STRING concode_elem_sep char[] BASE_32 concode_field_sep long fromMorton concode_elem_sep char encode concode_elem_sep long longEncode concode_elem_sep long ...
long function ( final long arg0 ) { final int loc0 = ( int ) ( arg0 & 15 ) ; final short loc1 = ( short ) ( loc0 & 1 ) ; return BitUtil . flipFlop ( ( ( arg0 >>> 4 ) << loc1 ) << ( ( ( 12 - loc0 ) * 5 ) + ( MORTON_OFFSET - loc1 ) ) ) ; }
6,132
queries whether my hints include the specified hint . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList concode_elem_sep String objId concode_elem_sep int NONE concode_elem_sep St...
boolean function ( String arg0 ) { return hints . indexOf ( arg0 ) != NONE ; }
6,133
gets the day value for this date . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer day concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_...
java . lang . Integer function ( ) { return day ; }
6,134
package name specified by context . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri pars...
String function ( ) { return context . getPackageName ( ) ; }
6,135
returns the analytics analytics service . concode_field_sep Platform platform concode_field_sep Keyboard keyboard concode_elem_sep Pointer pointer concode_elem_sep Log log concode_elem_sep RegularExpression regularExpression concode_elem_sep void setPlatform concode_elem_sep Platform.Type platformType concode_elem_sep ...
Analytics function ( ) { return platform . analytics ( ) ; }
6,136
multiplies the vector by a scalar concode_field_sep int I1 concode_elem_sep int I2 concode_elem_sep float[] vals concode_elem_sep int I3 concode_field_sep float lengthSquared concode_elem_sep int hashCode concode_elem_sep float get concode_elem_sep Vector subtract concode_elem_sep Vector normalize concode_elem_sep bool...
Vector function ( final float arg0 ) { float loc0 = vals [ I1 ] * arg0 ; float loc1 = vals [ I2 ] * arg0 ; float loc2 = vals [ I3 ] * arg0 ; return new Vector ( loc0 , loc1 , loc2 ) ; }
6,137
sets the id value for this reservation . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int id concode_elem_sep by.epam.soap.Customer customer concode_field_sep org.apache.axis.description.TypeDesc g...
void function ( int arg0 ) { this . id = arg0 ; }
6,138
todo remove concode_field_sep ObjectMapper JSON_MAPPER concode_elem_sep XmlMapper XML_MAPPER concode_elem_sep Map<String,Class<?>> VIEW_CLASSES concode_field_sep Class<?> getViewClass concode_elem_sep void toJsonWithView concode_elem_sep String toXmlAsString concode_elem_sep void toXml concode_elem_sep XmlMapper getXml...
String function ( Object arg0 , Class < ? > arg1 ) { return JSON_MAPPER . writerWithView ( arg1 ) . writeValueAsString ( arg0 ) ; }
6,139
remove any resourses and invalidate concode_field_sep int mode concode_elem_sep int rangePosition concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNum...
void function ( ) { reset ( ) ; }
6,140
get the name segments of the given qualified-name . note : no kind of validation is performed by this method , simply tokens delimited by ' . ' are returned . concode_field_sep String QNAME_DELIMITER concode_elem_sep IStatus invalidCUFileNameStatus concode_elem_sep String ADJACENT_DELIMITERS_ERROR concode_field_sep ISt...
String [ ] function ( String arg0 ) { StringTokenizer loc0 = new StringTokenizer ( arg0 , QNAME_DELIMITER ) ; int loc1 = loc0 . countTokens ( ) ; String [ ] loc2 = new String [ loc1 ] ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc2 [ loc3 ] = loc0 . nextToken ( ) ; } return loc2 ; }
6,141
returns the number of times cache lookup methods have returned an uncached newlyloaded value , or null . multiple concurrent calls to cache lookup methods on an absentvalue can result in multiple misses , all returning the results of a single cache load operation . concode_field_sep long totalLoadTime concode_elem_sep ...
long function ( ) { return missCount ; }
6,142
gets the sort direction . concode_field_sep PropertyDefinitionBase groupOn concode_elem_sep Log LOG concode_elem_sep PropertyDefinitionBase aggregateOn concode_elem_sep SortDirection sortDirection concode_elem_sep AggregateType aggregateType concode_field_sep void internalValidate concode_elem_sep PropertyDefinitionBas...
SortDirection function ( ) { return sortDirection ; }
6,143
convenience that passes through to typeinfodataaccess concode_field_sep DKDBTableDataAccess _tableDataAccess concode_elem_sep Logger _log concode_elem_sep String USERNAME_KEY concode_elem_sep DKDBConnectionInfo _connectionInfo concode_elem_sep String PASSWORD_KEY concode_elem_sep boolean _caseSensitive concode_elem_sep...
DKDBTypeInfo function ( String arg0 ) { return _typeInfoDataAccess . getTypeInfo ( arg0 ) ; }
6,144
helper for success callbacks that just returns the status.ok 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 g...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
6,145
returns everything below the endpoint relative to the specified comparator , with the specified endpoint behavior . concode_field_sep Comparator<? super T> comparator concode_elem_sep BoundType upperBoundType concode_elem_sep BoundType lowerBoundType concode_elem_sep boolean hasLowerBound concode_elem_sep T lowerEndpoi...
GeneralRange < T > function ( Comparator < ? super T > arg0 , @ Nullable T arg1 , BoundType arg2 ) { return new GeneralRange < T > ( arg0 , false , null , OPEN , true , arg1 , arg2 ) ; }
6,146
the user-defined properties , without the ones reserved by couchdb . this is based on - properties , with every key whose name starts with '' _ '' removed . concode_field_sep long sequence concode_elem_sep String parentRevID concode_elem_sep SavedRevision parentRevision concode_elem_sep Document document concode_field_...
Map < String , Object > function ( ) { Map < String , Object > loc0 = new HashMap < String , Object > ( ) ; Map < String , Object > loc1 = getProperties ( ) ; for ( String loc2 : loc1 . keySet ( ) ) { if ( ! loc2 . startsWith ( "srini_string" ) ) { loc0 . put ( loc2 , loc1 . get ( loc2 ) ) ; } } return loc0 ; }
6,147
sets the startindex value for this contentbundlepage . concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_s...
void function ( java . lang . Integer arg0 ) { this . startIndex = arg0 ; }
6,148
create the proxy object . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArray concode_field_sep L[] getListeners concode_elem_sep void writeObject concode_elem_sep EventListenerSupport<T> create concode_elem_sep L fire concode_elem_sep ...
void function ( final Class < L > arg0 , final ClassLoader arg1 ) { proxy = arg0 . cast ( Proxy . newProxyInstance ( arg1 , new Class [ ] { arg0 } , createInvocationHandler ( ) ) ) ; }
6,149
returns the number of variables . concode_field_sep int size concode_elem_sep TopValue TOP_VALUE concode_elem_sep Value[] values concode_field_sep void store concode_elem_sep ReferenceValue aload concode_elem_sep Value getValue concode_elem_sep Value load concode_elem_sep IntegerValue iload concode_elem_sep LongValue l...
int function ( ) { return size ; }
6,150
stop eclipse from whinging concode_field_sep int foo concode_elem_sep Map<String,Integer> invocationCount concode_elem_sep WebServiceContext context concode_elem_sep Logger LOG concode_field_sep int getInvocationCount concode_elem_sep String greetMe concode_elem_sep void setContext concode_elem_sep void testDocLitFault...
int function ( ) { return foo ; }
6,151
fetch the underlying logger so we can look at it . only exists for testing . concode_field_sep String prefix concode_elem_sep Logger logger concode_elem_sep String FQCN concode_field_sep String getPrefix concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isW...
Logger function ( ) { return logger ; }
6,152
sets the value of the format property . concode_field_sep ConversionMethod format concode_field_sep Object copyTo concode_elem_sep Object copyTo concode_elem_sep Object createCopy concode_elem_sep void hashCode concode_elem_sep int hashCode concode_elem_sep void equals concode_elem_sep boolean equals concode_elem_sep C...
void function ( ConversionMethod arg0 ) { this . format = arg0 ; }
6,153
generates longs within the interval specified with an inclusive lower and upper bound . the source is weighted so it is likely to generate the upper and lower limits of the domain one or more times . concode_field_sep long startInclusive concode_field_sep Source<Long> all concode_elem_sep Source<Long> upTo concode_elem...
Source < Long > function ( final long arg0 , final long arg1 ) { ArgumentAssertions . checkArguments ( arg0 <= arg1 , "srini_string" , arg0 , arg1 ) ; return Compositions . weightWithValues ( range ( arg0 , arg1 ) , arg0 , arg1 ) ; }
6,154
get the split locations , applicable for map tasks concode_field_sep TaskStarted datum concode_field_sep TaskID getTaskId concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep void setDatum concode_elem_sep long getStartTime concode_elem_sep TaskType getTaskType
String function ( ) { return datum . getSplitLocations ( ) . toString ( ) ; }
6,155
converts the jsonobject into a property file object . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject toJSONObject
Properties function ( JSONObject arg0 ) { Properties loc0 = new Properties ( ) ; if ( arg0 != null ) { Iterator loc1 = arg0 . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { String loc2 = loc1 . next ( ) . toString ( ) ; loc0 . put ( loc2 , arg0 . getString ( loc2 ) ) ; } } return loc0 ; }
6,156
reclaims all resources for a classloader from this factory . the named cache manager obtained from the factory is closed . concode_field_sep List<AnnotationProvider> annotationProviders concode_elem_sep String DEFAULT_CACHE_MANAGER_NAME concode_elem_sep List<CachingProvider> cachingProviders concode_field_sep void init...
boolean function ( ClassLoader arg0 , String arg1 ) { return getCacheManagerFactory ( ) . close ( arg0 , arg1 ) ; }
6,157
getselectedindex concode_field_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_elem_sep int index concode_field_sep EventListener[] getListeners concode_elem_sep void removeChangeListener concode_elem_sep ChangeListener[] getChangeListeners concode_elem_sep void fireStateChanged conc...
int function ( ) { return index ; }
6,158
before a component does all the phases , and goes through the several steps of updating its value , we sometimes need to save away the original value , so we can refer to it unmolested concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concod...
void function ( FacesContext arg0 , UIComponent arg1 ) { savedValue = getValue ( arg0 , arg1 ) ; haveSavedValue = true ; }
6,159
a descriptive name for this implementation e.g. amrs installation in eldoret , kenya concode_field_sep String implementationId concode_elem_sep String name concode_elem_sep String description concode_elem_sep String passphrase concode_elem_sep long serialVersionUID concode_field_sep void setImplementationId concode_ele...
void function ( String arg0 ) { this . name = arg0 ; }
6,160
returns the token that represents the target associated with this ipermission . concode_field_sep Date m_expires concode_elem_sep Date m_effective concode_elem_sep String m_owner concode_elem_sep String m_principal concode_elem_sep String m_activity concode_elem_sep String m_target concode_elem_sep long serialVersionUI...
String function ( ) { return ( m_target ) ; }
6,161
create a proxy for an interface of an implementation class using the same retry policy for each method in the interface . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Object function ( Class < T > arg0 , T arg1 , RetryPolicy arg2 ) { return RetryProxy . create ( arg0 , new DefaultFailoverProxyProvider < T > ( arg0 , arg1 ) , arg2 ) ; }
6,162
must not be called . concode_field_sep Tag parent concode_elem_sep SimpleTag simpleTagAdaptee concode_elem_sep boolean parentDetermined concode_field_sep int doStartTag concode_elem_sep Tag getParent concode_elem_sep JspTag getAdaptee concode_elem_sep void release concode_elem_sep void setParent concode_elem_sep int do...
void function ( PageContext arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
6,163
checks the status of executor service concode_field_sep Path hdfsOutputPath concode_elem_sep DateUtil.TimeDiff resultsetRetention concode_elem_sep MetricsService metricsService concode_elem_sep String QUERY_RESULT_PURGER_ERROR_COUNTER concode_elem_sep DateUtil.TimeDiff hdfsOutputRetention concode_elem_sep ScheduledExec...
boolean function ( ) { if ( null == queryResultPurgerExecutor || queryResultPurgerExecutor . isShutdown ( ) || queryResultPurgerExecutor . isTerminated ( ) ) { return false ; } return true ; }
6,164
grabs , decodes and returns the next video frame . the methods/functions combine `` videocapture.grab '' and `` videocapture.retrieve '' in one call . this is the most convenient method for reading video files or capturing data from decode and return the just grabbed frame . if no frames has been grabbed camera has bee...
boolean function ( Mat arg0 ) { boolean loc0 = n_read ( nativeObj , arg0 . nativeObj ) ; return loc0 ; }
6,165
returns a string representation of this object ; useful for testing and debugging . concode_field_sep NetworkAcl networkAcl concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateNetworkAclResult clone concode_elem_sep CreateNetworkAclResult withNetworkAcl concode_elem_sep void setNetwork...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getNetworkAcl ( ) != null ) loc0 . append ( "srini_string" + getNetworkAcl ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,166
the callback to run on each frame . timedelta is the time elapsed since the last call , in nanoseconds . returns true if it should continue running , or false if it should be removed from the task queue . returning true implicitly schedules a redraw . this method first initializes the start time if resetstarttime has b...
boolean function ( long arg0 , long arg1 ) { if ( mResetStartTime ) { mStartTime = arg1 ; mResetStartTime = false ; } return internalRun ( arg0 , arg1 ) ; }
6,167
instantiate new multischemaxmldatasetreader . concode_field_sep PropertiesProvider propertiesProvider concode_field_sep MultiSchemaDataSet createDataSet concode_elem_sep void setPropertiesProvider
MultiSchemaXmlDataSetReader function ( ) { return new MultiSchemaXmlDataSetReader ( ) ; }
6,168
updates the distortion offset by current distortion data note : distortion offset = 0.5 real screen width in meters - 0.5 lens separation in meters / real screen width in meters concode_field_sep float mRealScreenWidthMeters concode_elem_sep int mHorizontalRealScreenPixels concode_elem_sep int mVerticalRealScreenPixels...
void function ( ) { }
6,169
get timing option concode_field_sep String systemId concode_elem_sep boolean lineNumbering concode_elem_sep boolean started concode_elem_sep int STANDARD_TREE concode_elem_sep NodeInfo currentRoot concode_elem_sep NamePool namePool concode_elem_sep String baseURI concode_elem_sep int TINY_TREE concode_elem_sep boolean ...
boolean function ( ) { return timing ; }
6,170
remove registered transformer . concode_field_sep Map<ClassLoader,Object> seenClassLoaders concode_elem_sep Map<ClassFileTransformer,ClassLoader> classLoaderTransformers concode_elem_sep Map<Pattern,List<ClassFileTransformer>> registeredTransformers concode_elem_sep AgentLogger LOGGER concode_elem_sep Set<String> exclu...
void function ( String arg0 , ClassFileTransformer arg1 ) { Pattern loc0 = Pattern . compile ( normalizeTypeRegexp ( arg0 ) ) ; List < ClassFileTransformer > loc1 = registeredTransformers . get ( loc0 ) ; if ( loc1 != null ) { loc1 . remove ( arg1 ) ; } }
6,171
gets the value of the track 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 track property . for example , to add a new item , do as fol...
List < Tracks . Disc . Track > function ( ) { if ( track == null ) { track = new ArrayList < Tracks . Disc . Track > ( ) ; } return this . track ; }
6,172
boolean greater than or equals concode_field_sep String context concode_elem_sep IAccessor<T> accessor concode_elem_sep List<AbstractOperator<T>> operators concode_field_sep SelectorBuilder<T> or concode_elem_sep SelectorBuilder<T> field concode_elem_sep Selector<T> build concode_elem_sep SelectorBuilder<T> and concode...
SelectorBuilder < T > function ( final Boolean arg0 ) { operators . add ( new UnaryOperator < T > ( accessor , context , "srini_string" + arg0 ) { @ Override public boolean eval ( T arg1 ) { return getBoolean ( arg1 ) . compareTo ( arg0 ) >= 0 ; } } ) ; return this ; }
6,173
log the drag end event . concode_field_sep String GREEN concode_elem_sep String BLUE concode_elem_sep HTML eventTextArea concode_elem_sep String RED concode_field_sep void onPreviewDragStart concode_elem_sep void log concode_elem_sep void clear concode_elem_sep void onDragStart concode_elem_sep void onPreviewDragEnd
void function ( DragEndEvent arg0 ) { log ( "srini_string" + arg0 , RED ) ; }
6,174
sets the access token . concode_field_sep String accessToken concode_field_sep Map<String,String> getParameters concode_elem_sep String getAccessToken
void function ( String arg0 ) { this . accessToken = arg0 ; }
6,175
inidicates whether line numbers from the source should be available in runtime . concode_field_sep boolean isEnableCSTModelToken concode_elem_sep boolean isReportErrors concode_elem_sep boolean isSourceLineNumbersEnabled concode_elem_sep boolean isGenerateCompletionData concode_elem_sep boolean isShowAnnotations concod...
boolean function ( ) { return isSourceLineNumbersEnabled ; }
6,176
retrieves the attribute type for this template line . concode_field_sep AttributeType attributeType concode_elem_sep boolean isURL concode_elem_sep int lineNumber concode_elem_sep boolean isBase64 concode_elem_sep Tag[] tags concode_field_sep int getLineNumber concode_elem_sep TagResult generateLine concode_elem_sep bo...
AttributeType function ( ) { return attributeType ; }
6,177
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
6,178
gets the set of all constants referred to by instructions in the code . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions con...
HashSet < Constant > function ( ) { return unprocessedInsns . getAllConstants ( ) ; }
6,179
fast transformation using a pre-compiled stylesheet suitable for production environments concode_field_sep HashMap<String,Templates> compiledTemplatesCache concode_elem_sep Templates defaultCompiledTemplates concode_elem_sep TransformerFactory tFactory concode_elem_sep DocumentBuilderFactory dbf concode_field_sep Strin...
void function ( Properties arg0 , Templates arg1 , Result arg2 ) { transformCriteria ( arg0 , arg1 . newTransformer ( ) , arg2 ) ; }
6,180
loads the module level configuration state contained in the given configuration data . concode_field_sep OpenCmsPlugin plugin concode_elem_sep OpenCmsModuleConfigurationForm form concode_elem_sep OpenCmsModuleConfigurationData configurationData concode_elem_sep Module module concode_field_sep String getComponentName co...
void function ( OpenCmsModuleConfigurationData arg0 ) { if ( this . configurationData == null ) { this . configurationData = new OpenCmsModuleConfigurationData ( ) ; } XmlSerializerUtil . copyBean ( arg0 , this . configurationData ) ; handleOcmsModuleRegistration ( ) ; }
6,181
returns the string representation of the classpath . concode_field_sep List<String> args concode_field_sep ClasspathBuilder add concode_elem_sep ClasspathBuilder add concode_elem_sep ClasspathBuilder add concode_elem_sep ClasspathBuilder addAll concode_elem_sep ClasspathBuilder addJarOf
String function ( ) { return Util . join ( args , File . pathSeparator ) ; }
6,182
gets the os . concode_field_sep int OTHER_POLICY_DIFFERENT_RATING concode_elem_sep int SPACE_SHARED concode_elem_sep String os concode_elem_sep double timeZone concode_elem_sep int ADVANCE_RESERVATION concode_elem_sep double costPerBw concode_elem_sep int OTHER_POLICY_SAME_RATING concode_elem_sep double costPerStorage ...
String function ( ) { return os ; }
6,183
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<ExpressionStatus> expressions concode_field_sep DescribeExpressionsResult withExpressions concode_elem_sep DescribeExpressionsResult withExpressions concode_elem_sep int...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getExpressions ( ) != null ) loc0 . append ( "srini_string" + getExpressions ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,184
set the configured value of the analysis property in the given analysiscontext . concode_field_sep int property concode_elem_sep boolean enabled concode_field_sep placeholderType placeHolder
void function ( AnalysisContext arg0 ) { arg0 . setBoolProperty ( property , enabled ) ; }
6,185
gets the number of times the hierarchy could be taken from the hierarchy . concode_field_sep int CACHE_SIZE concode_elem_sep long fLastAccess concode_elem_sep ITypeHierarchy fTypeHierarchy concode_elem_sep int fgCacheHits concode_elem_sep Map<IType,MethodOverrideTester> fgMethodOverrideTesterCache concode_elem_sep int ...
int function ( ) { return fgCacheHits ; }
6,186
adds a dependency from this module to key . when the injector is created , guice will report an error if key can not be injected.note that this requirement may be satisfied by implicit binding , such as a public no-arguments constructor . concode_field_sep Binder binder concode_field_sep void addError concode_elem_sep ...
void function ( Key < ? > arg0 ) { binder . getProvider ( arg0 ) ; }
6,187
sets the value of the id property . concode_field_sep List<WadlParam> param concode_elem_sep List<WadlDoc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep List<Object> any concode_elem_sep List<Object> methodOrResource concode_field_sep List<WadlParam> getParam concode...
void function ( String arg0 ) { this . id = arg0 ; }
6,188
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { StandardXYItemLabelGenerator loc0 = new StandardXYItemLabelGenerator ( ) ; StandardXYItemLabelGenerator loc1 = ( StandardXYItemLabelGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
6,189
gets the displayname value for this dataset . concode_field_sep boolean isDeletable concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep o...
java . lang . String function ( ) { return displayName ; }
6,190
sets the value of the cidate property . concode_field_sep CIDateType ciDate concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String ...
void function ( CIDateType arg0 ) { this . ciDate = arg0 ; }
6,191
allow quit all marked error of the textcomponent . you must call it when you do n't want the errors marks . you must first call markerrors or a illegalargumentexception will be throw . concode_field_sep String DESTROY_PROPERTY concode_elem_sep RealTimeSpellChecker realTimeSpellChecker concode_elem_sep Map<JTextComponen...
void function ( JTextComponent arg0 ) { ErrorMarkerListener loc0 = getErrorMarkerListener ( arg0 ) ; if ( null != loc0 ) { loc0 . setTextComponent ( null ) ; errorMarkers . remove ( arg0 ) ; unMarkInManagers ( loc0 . getErrorMarker ( ) ) ; } else throw new IllegalArgumentException ( ) ; }
6,192
calculate the standard deviation concode_field_sep PlaceHolder placeHolder concode_field_sep double variance concode_elem_sep double stdDevForGivenMean concode_elem_sep double varianceForGivenMean concode_elem_sep VarianceTotals computeVarianceTotals
double function ( Path arg0 , Path arg1 , Configuration arg2 ) { return Math . sqrt ( variance ( arg0 , arg1 , arg2 ) ) ; }
6,193
return the number of days in the given month . concode_field_sep int MILLIS_PER_SECOND concode_elem_sep int JULIAN_1_CE concode_elem_sep int[] DAYS_BEFORE concode_elem_sep int MILLIS_PER_HOUR concode_elem_sep long MIN_MILLIS concode_elem_sep int[] MONTH_LENGTH concode_elem_sep long MAX_MILLIS concode_elem_sep int MILLI...
int function ( int arg0 , int arg1 ) { return MONTH_LENGTH [ arg1 + ( isLeapYear ( arg0 ) ? 12 : 0 ) ] ; }
6,194
sets the value of the id property . concode_field_sep String product concode_elem_sep String thumbnail concode_elem_sep XMLGregorianCalendar added concode_elem_sep BigDecimal repositoryobjectid concode_elem_sep String codametadata concode_elem_sep String path concode_elem_sep String ref concode_elem_sep XMLGregorianCal...
void function ( BigDecimal arg0 ) { this . id = arg0 ; }
6,195
for bold italic font . concode_field_sep PlaceHolder placeHolder concode_field_sep Font small concode_elem_sep void small concode_elem_sep Font xsmall concode_elem_sep void xsmall concode_elem_sep Font large concode_elem_sep void large concode_elem_sep Font xlarge concode_elem_sep void xlarge concode_elem_sep Font plai...
Font function ( Font arg0 ) { return arg0 . deriveFont ( Font . BOLD | Font . ITALIC ) ; }
6,196
sets the value of the customerid property . concode_field_sep String customerID concode_field_sep String getCustomerID
void function ( String arg0 ) { this . customerID = arg0 ; }
6,197
get the url of connection . concode_field_sep Exception mException concode_elem_sep HttpURLConnection connection concode_elem_sep Headers mResponseHeaders concode_elem_sep InputStream mInputStream concode_field_sep Exception exception concode_elem_sep Headers responseHeaders concode_elem_sep void setResponseHeaders con...
URL function ( ) { return connection . getURL ( ) ; }
6,198
gets arraylist of checkedtimezone objects . this list is populated by selectbooleancheckbox components in ui . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String GMT8D...
ArrayList function ( ) { return checkedTimeZoneList ; }
6,199
sets the static default url types . can be used to statically plug in urltypes concode_field_sep List<UrlType> defaultUrlTypes concode_field_sep String getName concode_elem_sep Iterable<File> findFiles concode_elem_sep Iterable<File> findFiles concode_elem_sep java.io.File createTmpDir concode_elem_sep java.io.File cre...
void function ( final List < UrlType > arg0 ) { defaultUrlTypes = arg0 ; }