idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
11,400
check if the given type is in the hierarchy concode_field_sep int CACHE_SIZE concode_elem_sep Map fgMethodOverrideTesterCache concode_elem_sep long fLastAccess concode_elem_sep ITypeHierarchy fTypeHierarchy concode_elem_sep int fgCacheHits concode_elem_sep int fgCacheMisses concode_elem_sep ArrayList fgHierarchyCache c...
boolean function ( IType arg0 ) { return findTypeHierarchyInCache ( arg0 ) != null ; }
11,401
processes the unique tuple . concode_field_sep boolean preserveTupleOrder concode_elem_sep long duplicateEvents concode_elem_sep long expiredEvents concode_elem_sep DefaultOutputPort<T> duplicate concode_elem_sep AbstractManagedStateImpl managedState concode_elem_sep String BUCKET_DIR concode_elem_sep Map<T,Future<Slic...
void function ( T arg0 ) { if ( preserveTupleOrder && ! decisions . isEmpty ( ) ) { recordDecision ( arg0 , Decision . UNIQUE ) ; } else { uniqueEvents ++ ; emitUnique ( arg0 ) ; } }
11,402
close the db connection . concode_field_sep Category cat concode_elem_sep Connection connection concode_elem_sep String dbUrl concode_elem_sep boolean isDBConnectivityOK concode_field_sep int generateActorID concode_elem_sep void openDBConnection concode_elem_sep void saveLastUsedPseudo concode_elem_sep boolean isDBCon...
void function ( ) { try { if ( connection != null && ! connection . isClosed ( ) ) connection . close ( ) ; } catch ( SQLException loc0 ) { loc0 . printStackTrace ( ) ; cat . debug ( "srini_string" ) ; } }
11,403
is the source empty not available or not . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep BytesReference source ...
boolean function ( ) { return source == null ; }
11,404
validate a cookie attribute value , throws a illegalargumentexception otherwise.only intended to be used by play.core.netty.utils.defaultcookie . concode_field_sep String path concode_elem_sep String domain concode_elem_sep String name concode_elem_sep boolean httpOnly concode_elem_sep boolean secure concode_elem_sep S...
String function ( String arg0 , String arg1 ) { return validateAttributeValue ( arg0 , arg1 ) ; }
11,405
gets the email address of the sender . concode_field_sep String subject concode_elem_sep String fromAddress concode_elem_sep String message concode_elem_sep String toAddress concode_field_sep String getToAddress concode_elem_sep String getSubject concode_elem_sep String getText concode_elem_sep int hashCode concode_ele...
String function ( ) { return fromAddress ; }
11,406
push a token of just one character in length . concode_field_sep byte IS_DIGIT concode_elem_sep List<Token> tokens concode_elem_sep int pos concode_elem_sep int max concode_elem_sep String[] alternativeOperatorNames concode_elem_sep byte IS_ALPHA concode_elem_sep String expressionString concode_elem_sep byte IS_HEXDIGI...
void function ( TokenKind arg0 ) { tokens . add ( new Token ( arg0 , pos , pos + 1 ) ) ; pos ++ ; }
11,407
reads the entire contents of the named file into a string . throws a runtimeexception on failure . concode_field_sep char[] ZEROES concode_field_sep String unescapeJava concode_elem_sep int lengthOfCommonDirectoryPrefix concode_elem_sep String[] readLinesFromFile concode_elem_sep String regularExpressionFromLiteral con...
String function ( String arg0 ) { }
11,408
sets the confirm password . concode_field_sep String password concode_elem_sep String displayName concode_elem_sep String confirmPassword concode_elem_sep Long id concode_elem_sep boolean deleted concode_elem_sep String userName concode_elem_sep Integer version concode_field_sep Integer getVersion concode_elem_sep void...
void function ( String arg0 ) { this . confirmPassword = arg0 ; }
11,409
application server calls this method to force any cleanup on the managedconnection instance . concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection...
void function ( ) { }
11,410
resolve $ ... placeholders in the given text , replacing them with corresponding system property values . concode_field_sep String PLACEHOLDER_SUFFIX concode_elem_sep String VALUE_SEPARATOR concode_elem_sep String SIMPLE_PREFIX concode_elem_sep String PLACEHOLDER_PREFIX concode_field_sep String getProperty concode_elem...
String function ( Properties arg0 , String arg1 ) { if ( arg1 == null ) { return arg1 ; } return parseStringValue ( arg0 , arg1 , arg1 , new HashSet < String > ( ) ) ; }
11,411
encode the array into a string concode_field_sep OneWayCodec _codec concode_elem_sep MessageDigest _md concode_elem_sep String MODULE concode_field_sep OneWayMessageDigestCodec createWellKnownInstance concode_elem_sep OneWayMessageDigestCodec createMD5Instance concode_elem_sep OneWayMessageDigestCodec createMD5Instance...
String function ( byte [ ] arg0 ) { MessageDigest loc0 = null ; try { loc0 = ( MessageDigest ) _md . clone ( ) ; } catch ( CloneNotSupportedException loc1 ) { throw new RuntimeException ( loc1 ) ; } return _codec . encode ( loc0 . digest ( arg0 ) ) ; }
11,412
return the 32-bit int at the given byte offset . concode_field_sep byte[] bytes concode_elem_sep int length concode_field_sep void move concode_elem_sep void setByte concode_elem_sep void read concode_elem_sep int getByte concode_elem_sep int getShort concode_elem_sep void setShort concode_elem_sep String getString con...
int function ( final int arg0 ) { if ( arg0 > ( getLength ( ) - 4 ) ) { throw new IndexOutOfBoundsException ( ) ; } return ( getShort ( arg0 ) & 0x0ffff ) | ( getShort ( arg0 + 2 ) << 16 ) ; }
11,413
sets the value of the username property . concode_field_sep ManagedObjectReference _this concode_elem_sep String userName concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
11,414
sets the value of the syncmethods property . concode_field_sep String deviceType concode_elem_sep Boolean certifiedOpenBox concode_elem_sep String colorImagePath concode_elem_sep String wearingStyle concode_elem_sep String memory concode_elem_sep String shape concode_elem_sep String color concode_elem_sep String weight...
void function ( String arg0 ) { this . syncMethods = arg0 ; }
11,415
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co...
void function ( int arg0 ) { this . sampleDependsOn = arg0 ; }
11,416
evaluate the vector by decoding the binary vector into acontinuous vector and evaluate the results by feeding the result into the wrapped function . concode_field_sep long serialVersionUID concode_elem_sep Function<Vector,Number> function concode_elem_sep int precision concode_elem_sep int bitsPerDimension concode_fiel...
Double function ( Vector arg0 ) { Vector loc0 = this . decodeBitString ( arg0 ) ; return function . apply ( loc0 ) . doubleValue ( ) ; }
11,417
sets the prefix that will be used when creating the tar filename . concode_field_sep File fileToDelete concode_elem_sep File parentDir concode_elem_sep String fileSuffix concode_elem_sep String filePrefix concode_elem_sep Logger LOG concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHe...
void function ( String arg0 ) { this . filePrefix = arg0 ; }
11,418
setter for property locale . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHandleMap concode_field_sep String getString concode_elem_sep Method getNewGetBund...
void function ( Locale arg0 ) { synchronized ( mutex ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } locale = arg0 ; } }
11,419
removes the release with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_ele...
Release function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; }
11,420
builds a new cachedirectivestats populated with the set properties . concode_field_sep long bytesNeeded concode_elem_sep boolean hasExpired concode_elem_sep long filesCached concode_elem_sep long filesNeeded concode_elem_sep long bytesCached concode_field_sep Builder setFilesCached concode_elem_sep boolean hasExpired c...
CacheDirectiveStats function ( ) { return new CacheDirectiveStats ( bytesNeeded , bytesCached , filesNeeded , filesCached , hasExpired ) ; }
11,421
makes instance immutable . further calls to #append will throw an exception . concode_field_sep int myHash concode_elem_sep String[] PARAMS_STRINGS concode_elem_sep List<String> myParts concode_elem_sep boolean myFixed concode_elem_sep String mySql concode_field_sep void dropCachedValues concode_elem_sep void clear con...
SQLParts function ( ) { myFixed = true ; return this ; }
11,422
set the feature type concode_field_sep HashMap<String,Qualifier> Qualifiers concode_elem_sep String source concode_elem_sep Comparator<FeatureInterface<?,?>> LENGTH concode_elem_sep FeatureInterface<S,C> parentFeature concode_elem_sep String type concode_elem_sep Comparator<FeatureInterface<?,?>> LOCATION_LENGTH concod...
void function ( String arg0 ) { this . type = arg0 ; }
11,423
sets the value of the clientid property . concode_field_sep String clientId concode_elem_sep BankAccountDetailType bankAccountDetails concode_elem_sep AddressType address concode_elem_sep CardDetailsType cardDetails concode_elem_sep String paymentTypeCode concode_elem_sep long serialVersionUID concode_field_sep void se...
void function ( String arg0 ) { this . clientId = arg0 ; }
11,424
returns always an empty array . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus...
IStatus [ ] function ( ) { return new IStatus [ 0 ] ; }
11,425
revisa si el usuario del id tiene reservas asociadas concode_field_sep String CAPTCHA_CODE concode_elem_sep AuthDao authDao concode_elem_sep UsuariosDao userDao concode_elem_sep ReservaDao reservaDao concode_elem_sep SancionDao sancionDao concode_field_sep void eliminarAdministrador concode_elem_sep void cerrarSesion c...
boolean function ( int arg0 ) { List < Reserva > loc0 = reservaDao . obtener ( ) ; Iterator < Reserva > loc1 = loc0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { if ( loc1 . next ( ) . getId_cedula ( ) . getCedula ( ) == arg0 ) { return true ; } } return false ; }
11,426
opens youtube app with given video id . concode_field_sep String[] bccEmails concode_elem_sep String attachedFileUri concode_elem_sep String subject concode_elem_sep TimeZone tz concode_elem_sep CharSequence chooserTitle concode_elem_sep String description concode_elem_sep String mimeType concode_elem_sep String title ...
boolean function ( String arg0 ) { boolean loc0 = open ( new Intent ( Intent . ACTION_VIEW , Uri . parse ( String . format ( "srini_string" , arg0 ) ) ) ) ; if ( ! loc0 ) loc0 = openWebBrowser ( String . format ( "srini_string" , arg0 ) ) ; return loc0 ; }
11,427
tears down the test fixture . called after every test case method . concode_field_sep java.util.List<Object> emptyList concode_field_sep void testSomeBehavior concode_elem_sep void testForException concode_elem_sep void setUp
void function ( ) { emptyList = null ; }
11,428
sets the lognode data will be sent to . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void pri...
void function ( LogNode arg0 ) { mLogNode = arg0 ; }
11,429
gets the value of the comment 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 comment property . for example , to add a new item , do as...
List < Comment > function ( ) { if ( comment == null ) { comment = new ArrayList < Comment > ( ) ; } return this . comment ; }
11,430
returns current subject of the calling thread . concode_field_sep ThreadLocal<Object> subject concode_elem_sep Logging log concode_elem_sep SecurityContext INSTANCE concode_field_sep void setSubject concode_elem_sep void doAs concode_elem_sep SecurityContext getInstance
Object function ( ) { return subject . get ( ) ; }
11,431
gets the state of daylight time in this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName conc...
String function ( ) { if ( inDaylightTime ) { return "srini_string" ; } else { return "srini_string" ; } }
11,432
checks connection to hdfs concode_field_sep Logger logger concode_elem_sep HdfsApi _api concode_elem_sep boolean success concode_elem_sep List<String> unprocessed concode_elem_sep ViewContext context concode_elem_sep List<String> failed concode_elem_sep String message concode_elem_sep List<String> succeeded concode_fie...
void function ( ViewContext arg0 ) { try { HdfsApi loc0 = HdfsUtil . connectToHDFSApi ( arg0 ) ; loc0 . getStatus ( ) ; } catch ( WebApplicationException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { throw new ServiceFormattedException ( loc0 . getMessage ( ) , loc0 ) ; } }
11,433
make an array of 52 cards . concode_field_sep PlaceHolder placeHolder concode_field_sep int search concode_elem_sep void main concode_elem_sep void printDeck concode_elem_sep int binarySearch concode_elem_sep int binarySearch
Card [ ] function ( ) { Card [ ] loc0 = new Card [ 52 ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 <= 3 ; loc2 ++ ) { for ( int loc3 = 1 ; loc3 <= 13 ; loc3 ++ ) { loc0 [ loc1 ] = new Card ( loc3 , loc2 ) ; loc1 ++ ; } } return loc0 ; }
11,434
get canonical radius of spherical earth , in meters concode_field_sep double equatorRadius concode_elem_sep double flattening concode_elem_sep Earth DEFAULT concode_elem_sep double earthRadius concode_elem_sep double eccentricity concode_elem_sep String name concode_elem_sep double eccentricitySquared concode_elem_sep ...
double function ( ) { return earthRadius ; }
11,435
retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement...
File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; }
11,436
are all of the bits set or not ? this is a stricter test than isset , in that all of the bits in a multi-bit set must be set for this method to return true concode_field_sep int _mask concode_elem_sep int _shift_count concode_field_sep byte clearByte concode_elem_sep byte setByte concode_elem_sep short setShortValue co...
boolean function ( final int arg0 ) { return ( arg0 & _mask ) == _mask ; }
11,437
norms consume useless memory if string field is used for filtering or aggregations . https://www.elastic.co/guide/en/elasticsearch/reference/2.3/norms.html https://www.elastic.co/guide/en/elasticsearch/guide/current/scoring-theory.html#field-norm concode_field_sep SortedMap<String,NewIndexType> types concode_elem_sep i...
StringFieldBuilder function ( ) { this . disableNorms = true ; return this ; }
11,438
initializes the highlighter . concode_field_sep Color COMMENT concode_elem_sep Color FUNCTION concode_elem_sep Color plain concode_elem_sep Color KEYWORD concode_elem_sep Syntax SIMPLE concode_elem_sep Color VARIABLE concode_elem_sep Color STRING concode_field_sep byte[] commentOpen concode_elem_sep byte[] format conco...
void function ( final Color arg0 ) { plain = arg0 ; }
11,439
consume zero or more xmltokens up to and including the corresponding end xml element or eof . concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep String getVersion concode_elem_sep XMLToken next concode_elem_sep XMLErrorLog getErrorLog concode_elem_sep boolean isGood concode_elem_sep ...
void function ( XMLToken arg0 ) { libsbmlJNI . XMLInputStream_skipPastEnd ( swigCPtr , this , XMLToken . getCPtr ( arg0 ) , arg0 ) ; }
11,440
gets the value of the result property . concode_field_sep GetUpdatedResultType result concode_field_sep void setResult
GetUpdatedResultType function ( ) { return this . result ; }
11,441
returns the springapplicationbuilder that is used to configure and createthe springapplication . the default implementation returns a new springapplicationbuilder in its default state . concode_field_sep Log logger concode_elem_sep boolean registerErrorPageFilter concode_field_sep void setRegisterErrorPageFilter concod...
SpringApplicationBuilder function ( ) { return new SpringApplicationBuilder ( ) ; }
11,442
check if the range has any overlap with timerange concode_field_sep long minimumTimestamp concode_elem_sep long INITIAL_MAX_TIMESTAMP concode_elem_sep long maximumTimestamp concode_elem_sep long INITIAL_MIN_TIMESTAMP concode_field_sep void readFields concode_elem_sep boolean init concode_elem_sep void set concode_elem_...
boolean function ( final TimeRange arg0 ) { return ( this . minimumTimestamp < arg0 . getMax ( ) && this . maximumTimestamp >= arg0 . getMin ( ) ) ; }
11,443
create a versionedname with the supplied name and version . concode_field_sep String name concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getFormatte...
VersionedName function ( String arg0 , String arg1 ) { checkNotNull ( arg0 , "srini_string" ) ; checkNotNull ( arg1 , "srini_string" ) ; return new VersionedName ( arg0 , arg1 ) ; }
11,444
sets the value of the setname property . concode_field_sep String setname concode_elem_sep String setspec concode_elem_sep long serialVersionUID concode_elem_sep String setdescription concode_field_sep void setSetspec concode_elem_sep void setSetdescription concode_elem_sep String getSetspec concode_elem_sep String get...
void function ( String arg0 ) { this . setname = arg0 ; }
11,445
get the result . concode_field_sep T result concode_field_sep void setResult
T function ( ) { return result ; }
11,446
resets for next reuse . concode_field_sep boolean consumed concode_elem_sep char[][] dateTokens concode_elem_sep long currentDateMillis concode_elem_sep int last concode_elem_sep int offset concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_s...
void function ( ) { last = - 1 ; offset = - 1 ; state = 0 ; }
11,447
this method was generated by mybatis generator . this method returns the value of the database column leave.reason concode_field_sep String reason concode_elem_sep Date createtime concode_elem_sep Date endtime concode_elem_sep Integer id concode_elem_sep Date starttime concode_elem_sep Integer userid concode_field_sep ...
String function ( ) { return reason ; }
11,448
present the local notification to user . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boo...
void function ( ) { showNotification ( ) ; }
11,449
gets a kml point value representing a location . concode_field_sep String TAG concode_elem_sep String MAP_URL concode_field_sep String getMapUrl concode_elem_sep String formatSqlValues concode_elem_sep String escapeSqlString concode_elem_sep String getKmlLineString concode_elem_sep void appendLocation
String function ( Location arg0 ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; if ( arg0 != null ) { appendLocation ( arg0 , loc0 ) ; } loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
11,450
the amazon resource name arn of the configured volume . concode_field_sep Long volumeSizeInBytes concode_elem_sep String volumeARN concode_elem_sep String targetARN concode_field_sep void setVolumeARN concode_elem_sep CreateStorediSCSIVolumeResult withVolumeSizeInBytes concode_elem_sep String getTargetARN concode_elem_...
String function ( ) { return this . volumeARN ; }
11,451
getter method for changeduser concode_field_sep String departmentName concode_elem_sep String changedUser concode_elem_sep String modifiedDate concode_elem_sep String loggedInUser concode_elem_sep String circleName concode_field_sep void setModifiedDate concode_elem_sep void setDepartmentName concode_elem_sep String ge...
String function ( ) { return changedUser ; }
11,452
called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie...
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; }
11,453
queues a task . the queued task will be executed once this jvm completed joining the cluster . moreover , if joining the cluster failed then the queue will also be consumed . concode_field_sep QueuedTasksManager instance concode_elem_sep Queue<MUCRoomTask> taskQueue concode_field_sep QueuedTasksManager getInstance
void function ( MUCRoomTask arg0 ) { taskQueue . add ( arg0 ) ; }
11,454
deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e...
Collection function ( String arg0 , Resource arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; }
11,455
specifies the unique amazon resource name arn that encodes the iscsi qualified name iqn of a tape drive or media changer target . concode_field_sep String networkInterfaceId concode_elem_sep Integer networkInterfacePort concode_elem_sep Boolean chapEnabled concode_elem_sep String targetARN concode_field_sep Boolean get...
DeviceiSCSIAttributes function ( String arg0 ) { setTargetARN ( arg0 ) ; return this ; }
11,456
let some plugins route themself concode_field_sep int index concode_field_sep void onActionInvocationFinally concode_elem_sep void beforeActionInvocation concode_elem_sep void onInvocationException concode_elem_sep boolean detectClassesChange concode_elem_sep int compareTo concode_elem_sep String getStatus concode_elem...
void function ( Request arg0 ) { }
11,457
accessor . concode_field_sep String groupColor concode_elem_sep String returnValue concode_elem_sep String throwableMessage concode_elem_sep String methodName concode_elem_sep String className concode_elem_sep String params concode_elem_sep long beginMilliSeconds concode_elem_sep long endMilliSeconds concode_elem_sep S...
String function ( ) { return position ; }
11,458
retrieves the grantee object for this user . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep boolean isAccessible...
Grantee function ( ) { return grantee ; }
11,459
return true if an element made up of byteables might have beenput in this filter or false if this is definitely not the case . concode_field_sep String file concode_elem_sep StampedLock lock concode_elem_sep com.google.common.hash.BloomFilter<Composite> source concode_field_sep boolean mightContainCached concode_elem_s...
boolean function ( Byteable ... arg0 ) { Composite loc0 = Composite . create ( arg0 ) ; return mightContain ( loc0 ) ; }
11,460
this is getter method for restrictsegallow concode_field_sep String password concode_elem_sep String confirmpass concode_elem_sep String accessMsg concode_elem_sep String customerId concode_elem_sep String restrictSegAllow concode_elem_sep String changepass concode_elem_sep String protect concode_field_sep void setConf...
String function ( ) { return restrictSegAllow ; }
11,461
get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_...
void function ( OAuthAccessor arg0 , String arg1 ) { getRequestToken ( arg0 , arg1 , null ) ; }
11,462
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterSec concode_elem_sep void exitValue concode_elem_sep void enterTop concode_elem_sep void enterValue concode_elem_sep void exitHead concode_elem_sep void exitSec concode_elem_sep void enterHead concode_elem_se...
void function ( TerminalNode arg0 ) { }
11,463
sets the value of the show property . concode_field_sep String displayLabel concode_elem_sep String relatedType concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String id concode_elem_sep String href concode_elem_sep String type c...
void function ( String arg0 ) { show = arg0 ; }
11,464
gets a configuration object for the given instance with the given parent . repeated calls will return the same object . concode_field_sep Map<String,ZooConfiguration> instances concode_field_sep placeholderType placeHolder
ZooConfiguration function ( Instance arg0 , AccumuloConfiguration arg1 ) { return getInstance ( arg0 , new ZooCacheFactory ( ) , arg1 ) ; }
11,465
sets the nmtoken for node address only in the singleton obtained from #getsingleton . if you are using your own nmtokencache that is different from the singleton , use #settoken string , token concode_field_sep ConcurrentHashMap<String,Token> nmTokens concode_elem_sep NMTokenCache NM_TOKEN_CACHE concode_field_sep void ...
void function ( String arg0 , Token arg1 ) { NM_TOKEN_CACHE . setToken ( arg0 , arg1 ) ; }
11,466
returns the current value . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void lazySet concode_elem_sep String toString concode_elem_sep boolean getAndSet
boolean function ( ) { return value != 0 ; }
11,467
test suite . concode_field_sep SchemaGenerator schemaGenerator concode_field_sep void setupSchemaGenerator concode_elem_sep void testForAllTables concode_elem_sep void testForSingleTable
void function ( ) { System . out . println ( "srini_string" ) ; testForSingleTable ( ) ; System . out . println ( "srini_string" ) ; testForAllTables ( ) ; }
11,468
return the name of this attribute . concode_field_sep String QUALIFIERS concode_elem_sep CertificatePolicyId policyIdentifier concode_elem_sep String NAME concode_elem_sep String ID concode_elem_sep Set<PolicyQualifierInfo> policyQualifiers concode_field_sep CertificatePolicyId getPolicyIdentifier concode_elem_sep void...
String function ( ) { return NAME ; }
11,469
the name of the thing . concode_field_sep String thingName concode_elem_sep java.util.Map<String,String> attributes concode_field_sep ThingAttribute withAttributes concode_elem_sep ThingAttribute addAttributesEntry concode_elem_sep java.util.Map<String,String> getAttributes concode_elem_sep void setThingName concode_el...
ThingAttribute function ( String arg0 ) { setThingName ( arg0 ) ; return this ; }
11,470
the time in ms milliseconds that a websocket may be idle before closing . concode_field_sep int maxTextMessageBufferSize concode_elem_sep int KB concode_elem_sep long asyncWriteTimeout concode_elem_sep int inputBufferSize concode_elem_sep int maxBinaryMessageBufferSize concode_elem_sep int maxTextMessageSize concode_el...
void function ( long arg0 ) { assertGreaterThan ( "srini_string" , arg0 , 0 ) ; this . idleTimeout = arg0 ; }
11,471
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
11,472
obtains value of the coreconnectionpnames #so_reuseaddr parameter.if not set , defaults to false . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTime...
boolean function ( final HttpParams arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; return arg0 . getBooleanParameter ( CoreConnectionPNames . SO_REUSEADDR , false ) ; }
11,473
getter for ismainnode . concode_field_sep long precisionValue concode_elem_sep boolean isChoice concode_elem_sep boolean isSubstitution concode_elem_sep IMetadataTable table concode_elem_sep boolean isGroupNode concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep List<String> uniqueNam...
boolean function ( ) { return this . isMainNode ; }
11,474
offsets a the start and end of page ranges with the given value . concode_field_sep Comparator<PageRange> sComparator concode_elem_sep PageRange[] ALL_PAGES_RANGE concode_field_sep PageRange asAbsoluteRange concode_elem_sep int compare concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep...
void function ( PageRange [ ] arg0 , int arg1 ) { if ( arg1 == 0 ) { return ; } final int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { final int loc2 = arg0 [ loc1 ] . getStart ( ) + arg1 ; final int loc3 = arg0 [ loc1 ] . getEnd ( ) + arg1 ; arg0 [ loc1 ] = new PageRange ( loc2 , loc3 ) ; } }
11,475
adds interfered radio to connection . note that the radio may or may not already be a destination . concode_field_sep ArrayList<Radio> allInterfered concode_elem_sep ArrayList<Long> allDestinationDelays concode_elem_sep ArrayList<Radio> onlyInterfered concode_elem_sep Logger logger concode_elem_sep long startTime conco...
void function ( Radio arg0 ) { if ( isInterfered ( arg0 ) ) { logger . fatal ( "srini_string" + arg0 ) ; return ; } allInterfered . add ( arg0 ) ; destinationsNonInterfered . remove ( arg0 ) ; if ( ! isDestination ( arg0 ) ) { onlyInterfered . add ( arg0 ) ; } }
11,476
opens #ticl_state_filename for writing . concode_field_sep int MAX_TICL_FILE_SIZE_BYTES concode_elem_sep Random random concode_elem_sep String TICL_STATE_FILENAME concode_field_sep boolean doesStateFileExist concode_elem_sep AndroidTiclStateWithDigest createDigestedState concode_elem_sep AndroidInvalidationClientImpl r...
FileOutputStream function ( Context arg0 ) { return arg0 . openFileOutput ( TICL_STATE_FILENAME , Context . MODE_PRIVATE ) ; }
11,477
writes a dense matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep double[][] readMatrix concode_elem_sep int[] argMax concode_elem_sep double max concode_elem_sep double cos concode_elem_sep double[] readDoubleArray concode_elem_sep double[][] convertFromSparseMatrix concode_elem_sep double dotProduct...
void function ( double [ ] [ ] arg0 , String arg1 ) { writeDenseMatrix ( arg0 , arg1 , "srini_string" ) ; }
11,478
sets the value of the message property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep String detail concode_elem_sep ErrorType type concode_elem_sep String message concode_elem_sep String moreInfo concode_field_sep String getMoreInfo concode_elem_sep void setMoreInfo concode_ele...
void function ( String arg0 ) { this . message = arg0 ; }
11,479
returns the default service provider for rmiclassloader . concode_field_sep PlaceHolder placeHolder concode_field_sep Class loadClass concode_elem_sep Class loadClass concode_elem_sep Class loadClass concode_elem_sep Class loadClass concode_elem_sep RMIClassLoaderSpi getProviderInstance concode_elem_sep ClassLoader get...
RMIClassLoaderSpi function ( ) { return RMIClassLoaderImpl . getInstance ( ) ; }
11,480
the same as above , but specifically for google product search . concode_field_sep Map<String,String> GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Map<String,String> GOOGLE_COUNTRY_TLD concode_elem_sep String DEFAULT_COUNTRY concode_elem_sep String DEFAULT_TLD concode_elem...
String function ( Context arg0 ) { return doGetTLD ( GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD , arg0 ) ; }
11,481
refer to remapuri 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 concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc...
Uri function ( Uri arg0 ) { return new Uri . Builder ( ) . scheme ( CordovaResourceApi . PLUGIN_URI_SCHEME ) . authority ( serviceName ) . appendQueryParameter ( "srini_string" , arg0 . toString ( ) ) . build ( ) ; }
11,482
returns the implementation of iworkbenchadapter for the given object . returns null if the adapter is not defined or the object is not adaptable . concode_field_sep PlaceHolder placeHolder concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep boolean hasChildren concode_elem_sep Obje...
IWorkbenchAdapter function ( Object arg0 ) { return Adapters . adapt ( arg0 , IWorkbenchAdapter . class ) ; }
11,483
stops media application concode_field_sep String remoteaddr concode_elem_sep Process media_process concode_elem_sep Log log concode_elem_sep int localport concode_elem_sep int remoteport concode_elem_sep String command concode_field_sep boolean startMedia concode_elem_sep void printLog
boolean function ( ) { if ( media_process != null ) media_process . destroy ( ) ; return true ; }
11,484
return true iff bitfield pieceindex == 0 , meaning that piece is not requested or possessed . concode_field_sep byte[] bitfield concode_field_sep boolean requestedPiece concode_elem_sep byte[] getByteArray concode_elem_sep boolean hasPiece concode_elem_sep void setPieceToCompleted concode_elem_sep String toString conco...
boolean function ( int arg0 ) { return bitfield [ arg0 ] == 0 ; }
11,485
returns a observablelist of screens that intersects the provided rectangle . concode_field_sep ObservableList<Screen> unmodifiableScreens concode_elem_sep ScreenConfigurationAccessor accessor concode_elem_sep Rectangle2D bounds concode_elem_sep float scale concode_elem_sep double dpi concode_elem_sep ObservableList<Scr...
ObservableList < Screen > function ( Rectangle2D arg0 ) { checkDirty ( ) ; return getScreensForRectangle ( arg0 . getMinX ( ) , arg0 . getMinY ( ) , arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; }
11,486
removes all the keys to shortcuts that are n't in the passed in collection concode_field_sep HashMap<Key,Bitmap> mIconOutlineCache concode_elem_sep ComponentName mComponentName concode_elem_sep Type mType concode_field_sep ComponentName getComponentName concode_elem_sep Bitmap getOutline concode_elem_sep void retainAll...
void function ( List < ResolveInfo > arg0 ) { HashSet < Key > loc0 = new HashSet < Key > ( ) ; for ( ResolveInfo loc1 : arg0 ) { loc0 . add ( new Key ( loc1 ) ) ; } retainAll ( loc0 , Key . Type . ResolveInfoKey ) ; }
11,487
a helper method to return the tracer instance if one is enabled concode_field_sep boolean enabled concode_elem_sep TraceFormatter formatter concode_elem_sep Predicate traceFilter concode_elem_sep CamelLogProcessor logger concode_elem_sep boolean logStackTrace concode_elem_sep Endpoint destination concode_elem_sep Strin...
Tracer function ( CamelContext arg0 ) { List < InterceptStrategy > loc0 = arg0 . getInterceptStrategies ( ) ; for ( InterceptStrategy loc1 : loc0 ) { if ( loc1 instanceof Tracer ) { return ( Tracer ) loc1 ; } } return null ; }
11,488
set the number of installed sch 's concode_field_sep String desiredState concode_elem_sep String displayName concode_elem_sep String clusterName concode_elem_sep int installedCount concode_elem_sep String desiredStackVersion concode_elem_sep Long clusterId concode_elem_sep String componentName concode_elem_sep String s...
void function ( int arg0 ) { this . installedCount = arg0 ; }
11,489
the current status of the workflow type . returns a reference to this object so that method calls can be chained together . constraints : allowed values : registered , deprecated concode_field_sep java.util.Date deprecationDate concode_elem_sep String description concode_elem_sep WorkflowType workflowType concode_elem_...
WorkflowTypeInfo function ( RegistrationStatus arg0 ) { this . status = arg0 . toString ( ) ; return this ; }
11,490
sets allowed minimum value as decimal string representation . the given precision is also considered in error messages . coverage ratios are given in the range from 0.0 to 1.0 . concode_field_sep Map<CounterValue,String> VALUE_NAMES concode_elem_sep BigDecimal maximum concode_elem_sep Map<CounterEntity,String> ENTITY_N...
void function ( final String arg0 ) { this . minimum = arg0 == null ? null : new BigDecimal ( arg0 ) ; }
11,491
the description of the cache engine . returns a reference to this object so that method calls can be chained together . concode_field_sep String engineVersion concode_elem_sep String cacheParameterGroupFamily concode_elem_sep String cacheEngineVersionDescription concode_elem_sep String engine concode_elem_sep String ca...
CacheEngineVersion function ( String arg0 ) { this . cacheEngineDescription = arg0 ; return this ; }
11,492
returns an array of bytes representing the value of the sql rowid designated by this java.sql.rowid object . concode_field_sep String str concode_elem_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id
byte [ ] function ( ) { return ( byte [ ] ) id . clone ( ) ; }
11,493
returns a hex representation of long value with leading zeros . concode_field_sep PlaceHolder placeHolder concode_field_sep void wait concode_elem_sep String Left concode_elem_sep byte[] str2bytes concode_elem_sep String listVector concode_elem_sep String Right concode_elem_sep String PadR concode_elem_sep String PadR ...
String function ( long arg0 , int arg1 ) { return Right ( Long . toHexString ( arg0 ) , arg1 ) . replace ( ' ' , '0' ) ; }
11,494
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
11,495
internal , to make sure vectors are of same length . concode_field_sep int[] iV concode_field_sep void add concode_elem_sep int innerProduct concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void addMultiple concode_elem_sep void subtract concode_elem_sep IntMathVec clone concode_elem_sep S...
void function ( IntMathVec arg0 ) { if ( arg0 . iV . length != iV . length ) { System . out . println ( "srini_string" ) ; } }
11,496
returns a list of dbspecificoption s that are applicable to the specified database type . concode_field_sep List<DbSpecificOption> options concode_elem_sep Config config concode_elem_sep String description concode_elem_sep String type concode_field_sep void dumpUsage concode_elem_sep String toString concode_elem_sep vo...
List < DbSpecificOption > function ( ) { return options ; }
11,497
record the time when we finished calculating paths for this request . concode_field_sep long pathCalculationTime concode_elem_sep List<Long> pathTimes concode_elem_sep boolean timedOut concode_elem_sep long finishedPrecalculating concode_elem_sep long precalculationTime concode_elem_sep long startedCalculating concode_...
void function ( ) { finishedCalculating = System . currentTimeMillis ( ) ; }
11,498
tells the camera to stop drawing preview frames . concode_field_sep String TAG concode_elem_sep int MAX_FRAME_WIDTH concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep CameraConfigurationManager configManager concode_e...
void function ( ) { if ( autoFocusManager != null ) { autoFocusManager . stop ( ) ; autoFocusManager = null ; } if ( camera != null && previewing ) { camera . stopPreview ( ) ; previewCallback . setHandler ( null , 0 ) ; previewing = false ; } }
11,499
return the value of the wrapper property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep Strin...
DefaultMutableTreeNode function ( ) { return wrapper ; }