idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
24,200
gets the first name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_ele...
String function ( ) { return firstName ; }
24,201
returns a list containing values associated with ardnname case-insensitive , or null if no such values exist . concode_field_sep String CN concode_elem_sep String O concode_elem_sep String ST concode_elem_sep List fRDNSetOrder_ concode_elem_sep String OU concode_elem_sep Hashtable fRDNInfo_ concode_elem_sep String C co...
List function ( String arg0 ) { arg0 = arg0 . toLowerCase ( ) ; return ( List ) fRDNInfo_ . get ( arg0 ) ; }
24,202
calculate the number of julian centuries since j2000 . for more explanation about epoch julian day . http://www.giss.nasa.gov/tools/mars24/help/algorithm.html concode_field_sep PlaceHolder placeHolder concode_field_sep double sunGeometricMeanAnomaly concode_elem_sep double sunApparentLongitude concode_elem_sep double m...
double function ( double arg0 ) { double loc0 = 2440587.5 ; double loc1 = 1000 * 60 * 60 * 24 ; return ( ( arg0 / loc1 ) + loc0 - 2451545 ) / 36525 ; }
24,203
sets the components . concode_field_sep List components concode_elem_sep One one concode_elem_sep List manyToMany concode_elem_sep Foo foo concode_elem_sep int count concode_elem_sep Collection bag concode_elem_sep Simple simple concode_elem_sep Many many concode_elem_sep Set composites concode_elem_sep Collection lazy...
void function ( List arg0 ) { this . components = arg0 ; }
24,204
checks if a given point is within a rotated rectangle . concode_field_sep PlaceHolder placeHolder concode_field_sep void fixAspectRatioContained concode_elem_sep int getBitmapSize concode_elem_sep void getEdgePoints concode_elem_sep RectF getScaledCropBounds concode_elem_sep boolean inclusiveContains concode_elem_sep R...
boolean function ( float [ ] arg0 , float [ ] arg1 , float [ ] arg2 ) { RectF loc0 = new RectF ( ) ; float loc1 = getUnrotated ( arg1 , arg2 , loc0 ) ; return pointInRotatedRect ( arg0 , loc0 , loc1 ) ; }
24,205
sets the value of the id property . concode_field_sep String displayName concode_elem_sep Long customFieldId concode_elem_sep Long id concode_field_sep Long getCustomFieldId concode_elem_sep String getDisplayName concode_elem_sep void setCustomFieldId concode_elem_sep Long getId concode_elem_sep void setDisplayName
void function ( Long arg0 ) { this . id = arg0 ; }
24,206
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep char[] nextCharBuf concode_elem_sep int line concode_elem_sep boolean staticFlag concode...
void function ( java . io . InputStream arg0 , String arg1 , int arg2 , int arg3 , int arg4 ) { ReInit ( arg1 == null ? new java . io . InputStreamReader ( arg0 ) : new java . io . InputStreamReader ( arg0 , arg1 ) , arg2 , arg3 , arg4 ) ; }
24,207
main dispatch method all messages logged go through this method . according to the report configuration , the message will either be ignored , logged or raise an exception . concode_field_sep LogLevel logLevel concode_elem_sep LogLevel exceptionThreshold concode_elem_sep LogLevel currentLevel concode_field_sep void war...
void function ( final ProcessingMessage arg0 ) { final LogLevel loc0 = arg0 . getLogLevel ( ) ; if ( loc0 . compareTo ( exceptionThreshold ) >= 0 ) throw arg0 . asException ( ) ; if ( loc0 . compareTo ( currentLevel ) > 0 ) currentLevel = loc0 ; if ( loc0 . compareTo ( logLevel ) >= 0 ) log ( loc0 , arg0 ) ; }
24,208
get char-set value . concode_field_sep byte[] mData concode_elem_sep boolean LOCAL_LOGV concode_elem_sep boolean DEBUG concode_elem_sep int mCharacterSet concode_elem_sep String TAG concode_field_sep void appendTextString concode_elem_sep EncodedStringValue[] split concode_elem_sep EncodedStringValue[] extract concode_...
int function ( ) { return mCharacterSet ; }
24,209
specifies whether to insert or delete a bytematchtuple . concode_field_sep ByteMatchTuple byteMatchTuple concode_elem_sep String action concode_field_sep ByteMatchSetUpdate withByteMatchTuple concode_elem_sep ByteMatchSetUpdate withAction concode_elem_sep ByteMatchSetUpdate withAction concode_elem_sep int hashCode conc...
void function ( String arg0 ) { this . action = arg0 ; }
24,210
gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep Count count 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 remoteSchema concode_elem_sep Stri...
String function ( ) { return arcrole ; }
24,211
returns the primary key of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep ...
int function ( ) { return _keHoachVeSinhXaNew . getPrimaryKey ( ) ; }
24,212
this method sets the value of the database column mybatis_demo . id concode_field_sep Date birthday concode_elem_sep String name concode_elem_sep byte[] context concode_elem_sep Long id concode_elem_sep Integer age concode_field_sep void setName concode_elem_sep Integer getAge concode_elem_sep String getName concode_el...
void function ( Long arg0 ) { this . id = arg0 ; }
24,213
start the specified messagelistenercontainer if it should be startedon startup . concode_field_sep Log logger concode_elem_sep Runnable finishCallback concode_elem_sep AtomicInteger count concode_elem_sep Map<String,MessageListenerContainer> listenerContainers concode_elem_sep int phase concode_field_sep boolean isAuto...
void function ( MessageListenerContainer arg0 ) { if ( arg0 . isAutoStartup ( ) ) { arg0 . start ( ) ; } }
24,214
if set , cglib will attempt to load classes from the specified classloader before generating them . because generated class names are not guaranteed to be unique , the default is false . concode_field_sep NamingPolicy namingPolicy concode_elem_sep ClassLoader classLoader concode_elem_sep ThreadLocal CURRENT concode_ele...
void function ( boolean arg0 ) { this . attemptLoad = arg0 ; }
24,215
applies the changes accumulated in editcontext . returns whether they were successfully written . note : this method performs blocking i/o and must not be called from the ui thread . concode_field_sep String SYNC_TANGO_TYPES concode_elem_sep String TANGO_OBJECT_IDS concode_elem_sep SharedPreferences.Editor mEditor conc...
boolean function ( EditContext arg0 ) { synchronized ( sCommitLock ) { if ( ! arg0 . mEditor . commit ( ) ) { Log . w ( TAG , "srini_string" ) ; return false ; } return true ; } }
24,216
close streams quietly . concode_field_sep Logger logger concode_field_sep void closeMqttClientQuite concode_elem_sep void closeMqttClientQuite
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { logger . info ( "srini_string" , loc0 ) ; } } }
24,217
gets the value of the how property . concode_field_sep List<CTProxy> proxy concode_elem_sep STHow how concode_elem_sep Object parent concode_elem_sep String id concode_elem_sep STRType type concode_elem_sep String idref concode_field_sep Object getParent concode_elem_sep void setIdref concode_elem_sep List<CTProxy> get...
STHow function ( ) { return how ; }
24,218
sets the modified date of this f a q answer . concode_field_sep FAQAnswer _faqAnswer concode_field_sep void setApproved concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compareTo concode_elem_sep FAQAnswer getWrappedMode...
void function ( java . util . Date arg0 ) { _faqAnswer . setModifiedDate ( arg0 ) ; }
24,219
get list of bug pattern codes reported by the detector : empty if unknown . concode_field_sep int priorityAdjustment concode_elem_sep String reports concode_elem_sep boolean hidden concode_elem_sep boolean DEBUG_JAVA_VERSION concode_elem_sep String detailHTML concode_elem_sep String className concode_elem_sep int posit...
String function ( ) { return reports ; }
24,220
hash-based shuffle data is simply stored as one file per block . this logic is from fileshuffleblockresolver . concode_field_sep Executor directoryCleaner concode_elem_sep String appId concode_elem_sep ConcurrentMap<AppExecId,ExecutorShuffleInfo> executors concode_elem_sep TransportConf conf concode_elem_sep Logger log...
ManagedBuffer function ( ExecutorShuffleInfo arg0 , String arg1 ) { File loc0 = getFile ( arg0 . localDirs , arg0 . subDirsPerLocalDir , arg1 ) ; return new FileSegmentManagedBuffer ( conf , loc0 , 0 , loc0 . length ( ) ) ; }
24,221
set this memmusic 's position to the loop position . concode_field_sep MusicReference reference concode_elem_sep double volume concode_elem_sep byte[] left concode_elem_sep boolean loop concode_elem_sep Mixer mixer concode_elem_sep boolean playing concode_elem_sep byte[] right concode_elem_sep int position concode_elem...
void function ( ) { long loc0 = this . reference . getLoopPosition ( ) ; this . reference . setPosition ( loc0 ) ; }
24,222
add the provided element to the list . the position of the element is determined by the ordering as defined by the associated comparator . the insertion is determined by first performing a binary search to determine the location of the insert and then , finally adding the element . concode_field_sep Comparator<E> compa...
boolean function ( E arg0 ) { int loc0 = Collections . binarySearch ( this . list , arg0 , comparator ) ; if ( loc0 < 0 ) this . list . add ( - loc0 - 1 , arg0 ) ; else this . list . add ( loc0 , arg0 ) ; return true ; }
24,223
check tc failed . concode_field_sep String[] recoveryMethodNames concode_elem_sep int TIMEOUT concode_elem_sep SeleniumTestBase caller concode_elem_sep RecoveryThreadTask recovery concode_elem_sep long thresholdTimeout concode_elem_sep Timer timer concode_elem_sep String[] onerrorMethodNames concode_field_sep void init...
void function ( final boolean arg0 ) { if ( arg0 ) { RecoveryThreadTask loc0 = new RecoveryThreadTask ( caller , recoveryMethodNames ) ; loc0 . run ( ) ; loc0 . cancel ( ) ; } }
24,224
get the total number of documents in the corpus . concode_field_sep DocLengthStore DOCLENGTHSTORE concode_elem_sep IndexReader INDEXREADER concode_field_sep long getSumOfFieldLengths concode_elem_sep int getInternalDocid concode_elem_sep String getAttribute concode_elem_sep String getExternalDocid concode_elem_sep int ...
long function ( ) { return Idx . INDEXREADER . numDocs ( ) ; }
24,225
return the expression for the specified spel valueparse the expression if it has n't been already . concode_field_sep String expression concode_elem_sep SpelExpressionParser parser concode_elem_sep ParameterNameDiscoverer parameterNameDiscoverer concode_elem_sep AnnotatedElementKey element concode_field_sep ParameterNa...
Expression function ( Map < ExpressionKey , Expression > arg0 , AnnotatedElementKey arg1 , String arg2 ) { ExpressionKey loc0 = createKey ( arg1 , arg2 ) ; Expression loc1 = arg0 . get ( loc0 ) ; if ( loc1 == null ) { loc1 = getParser ( ) . parseExpression ( arg2 ) ; arg0 . put ( loc0 , loc1 ) ; } return loc1 ; }
24,226
getter method concode_field_sep String alertMessage concode_elem_sep String firstAlert concode_elem_sep String dissatisAlert concode_elem_sep String annivarAlert concode_elem_sep String genericAlert concode_elem_sep String birthAlert concode_elem_sep String retailerId concode_elem_sep String repeatAlert concode_elem_se...
String function ( ) { return alertMessage ; }
24,227
the docker version running on the container instance . concode_field_sep String dockerVersion concode_elem_sep String agentHash concode_elem_sep String agentVersion concode_field_sep void setAgentVersion concode_elem_sep String getAgentVersion concode_elem_sep VersionInfo withAgentVersion concode_elem_sep void setAgent...
void function ( String arg0 ) { this . dockerVersion = arg0 ; }
24,228
called when the system is about to start resuming a previous activity . 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 on...
void function ( boolean arg0 ) { }
24,229
return the delay before starting the job for the first time . concode_field_sep long period concode_elem_sep boolean fixedRate concode_elem_sep long delay concode_elem_sep TimerListener timerListener concode_field_sep boolean isFixedRate concode_elem_sep TimerListener getTimerListener concode_elem_sep boolean isOneTime...
long function ( ) { return this . delay ; }
24,230
tries to extract hazelcastinstance from sessionfactory . concode_field_sep ILogger logger concode_field_sep placeholderType placeHolder
HazelcastInstance function ( final SessionFactory arg0 ) { if ( ! ( arg0 instanceof SessionFactoryImplementor ) ) { logger . log ( Level . WARNING , "srini_string" ) ; return null ; } return getHazelcastInstance ( ( SessionFactoryImplementor ) arg0 ) ; }
24,231
define el valor de la propiedad countryname . concode_field_sep String countryName concode_field_sep String getCountryName
void function ( String arg0 ) { this . countryName = arg0 ; }
24,232
gets the value of the description property . concode_field_sep BigInteger totalCostAfterDiscountInCents concode_elem_sep BigInteger periodicCostInCents concode_elem_sep List<PeriodicCostSummary.FeatureInfo> featureInfo concode_elem_sep PeriodicCostSummary.RatePlanInfo ratePlanInfo concode_elem_sep String description co...
String function ( ) { return description ; }
24,233
used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHas...
void function ( ) { Iterator loc0 = csidMap . keySet ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . nextInt ( ) ; csidMap . put ( loc1 , null ) ; } }
24,234
transform list with coordinates to stream , execute sorting coordinates in the natural order . and return as new list . concode_field_sep Matrix<Character> railArrayMatrix concode_elem_sep int railKey concode_field_sep void calculateCoordinates concode_elem_sep void createRailFenceArrayMatrix concode_elem_sep void fill...
List < String > function ( List < String > arg0 ) { return arg0 . stream ( ) . sorted ( ( s1 , s2 ) -> new AlphanumericComparator ( ) . compare ( s1 , s2 ) ) . collect ( Collectors . toList ( ) ) ; }
24,235
returns the pattern region . concode_field_sep GraphicsNode node concode_elem_sep PatternPaintContext ppc concode_elem_sep int xShift concode_elem_sep AffineTransform patternTransform concode_elem_sep boolean overflow concode_elem_sep int yShift concode_elem_sep Filter tile concode_elem_sep PatternPaintContext lastCont...
Rectangle2D function ( ) { return ( Rectangle2D ) patternRegion . clone ( ) ; }
24,236
submits a request for execution and returns a datasource representing the pending decoded image s . the returned datasource must be closed once the client has finished with it . concode_field_sep ProducerSequenceFactory mProducerSequenceFactory concode_elem_sep CancellationException PREFETCH_EXCEPTION concode_elem_sep ...
DataSource < CloseableReference < CloseableImage >> function ( ImageRequest arg0 , Object arg1 ) { Producer < CloseableReference < CloseableImage >> loc0 = mProducerSequenceFactory . getDecodedImageProducerSequence ( arg0 ) ; return submitFetchRequest ( loc0 , arg0 , arg1 ) ; }
24,237
filterdynamicschemaprocessor 's implementation of this method reads from the url supplied that is , it does not perform url translation and passes it through the #filter method . concode_field_sep PlaceHolder placeHolder concode_field_sep String filter
String function ( String arg0 , Util . PropertyList arg1 ) { InputStream loc0 = Util . readVirtualFile ( arg0 ) ; return filter ( arg0 , arg1 , loc0 ) ; }
24,238
the keys of the map will be list instead of arrays , since arrays do n't give a decent hash code . concode_field_sep ProgressListener progressListener concode_elem_sep List<Object> groupByValues concode_elem_sep Expression expression concode_elem_sep CalcResult optimizationResult concode_elem_sep List<Expression> group...
Map function ( ) { return results . entrySet ( ) . stream ( ) . collect ( Collectors . toMap ( Map . Entry :: getKey , entry -> entry . getValue ( ) . getValue ( ) ) ) ; }
24,239
where clause concode_field_sep Exec exec concode_elem_sep boolean trace concode_elem_sep Conf conf concode_elem_sep Stack<Var> stack concode_field_sep Integer select concode_elem_sep Integer fullselect concode_elem_sep String getText concode_elem_sep Integer fromSubselect concode_elem_sep Integer visitChildren concode_...
Integer function ( HplsqlParser . Where_clauseContext arg0 ) { boolean loc0 = exec . buildSql ; exec . buildSql = true ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( arg0 . T_WHERE ( ) . getText ( ) ) ; loc1 . append ( "srini_string" + evalPop ( arg0 . bool_expr ( ) ) ) ; exec . stackPush ( loc1 ) ; exe...
24,240
return true if this is a default route ie . next hop proxy address concode_field_sep int port concode_elem_sep String host concode_elem_sep boolean uriRoute concode_elem_sep boolean explicitRoute concode_elem_sep String transport concode_elem_sep boolean defaultRoute concode_field_sep void setExplicitRouteFlag concode_...
boolean function ( ) { return defaultRoute ; }
24,241
gets the value of the encoding property . concode_field_sep KeyManagementScheme scheme concode_elem_sep EncodingType encoding concode_elem_sep EncryptionAlgorithmType encryptionAlgorithm concode_field_sep KeyManagementScheme getScheme concode_elem_sep void setEncoding concode_elem_sep EncryptionAlgorithmType getEncrypt...
EncodingType function ( ) { return encoding ; }
24,242
may be overridden by managers to perform processing while the manager is being released and the lock is held . concode_field_sep Map<String,AbstractManager> MAP concode_elem_sep int count concode_elem_sep String name concode_elem_sep Logger LOGGER concode_elem_sep Lock LOCK concode_field_sep M getManager concode_elem_s...
void function ( ) { }
24,243
put a resource into the cache . concode_field_sep PlaceHolder placeHolder concode_field_sep void sortResolvedResources concode_elem_sep List<HalResource<?>> resolveCachedLinks concode_elem_sep Cache getCache concode_elem_sep Comparator<HalResource<?>> getResourceComparator concode_elem_sep String getResourceId concode_...
void function ( List < HalResource < ? >> arg0 ) { Cache loc0 = getCache ( ) ; for ( HalResource < ? > loc1 : arg0 ) { loc0 . put ( getResourceId ( loc1 ) , loc1 ) ; } }
24,244
returns a server socket bound to the specified port . the socket is configured with the socket options given to this factory . concode_field_sep HsqlSocketFactory sslImpl concode_elem_sep HsqlSocketFactory plainImpl concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep HsqlSocketFa...
ServerSocket function ( int arg0 , String arg1 ) { return new ServerSocket ( arg0 , 128 , InetAddress . getByName ( arg1 ) ) ; }
24,245
retrieves the flags for the media transport control buttons that this transport supports . result is a combination of the following flags : transportmediator #flag_key_media_previous , transportmediator #flag_key_media_rewind , transportmediator #flag_key_media_play , transportmediator #flag_key_media_play_pause , tran...
int function ( ) { return TransportMediator . FLAG_KEY_MEDIA_PLAY | TransportMediator . FLAG_KEY_MEDIA_PLAY_PAUSE | TransportMediator . FLAG_KEY_MEDIA_PAUSE | TransportMediator . FLAG_KEY_MEDIA_STOP ; }
24,246
get distance in meters concode_field_sep double distance concode_elem_sep double latitude concode_elem_sep Timestamp time concode_elem_sep double longitude concode_field_sep void setLatitude concode_elem_sep void setDistance concode_elem_sep double getLongitude concode_elem_sep Timestamp getTime concode_elem_sep double...
double function ( ) { return this . distance ; }
24,247
sets the name value for this page . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep java.lang.String url concode_field_sep j...
void function ( java . lang . String arg0 ) { this . name = arg0 ; }
24,248
returns the standard suitrank e.g. da concode_field_sep Map<Suit,Map<Rank,Card>> PREBUILT_CARDS concode_elem_sep Map<String,Card> STRING_2_CARD concode_elem_sep Map<Suit,Map<Rank,String>> CARD_2_STRING concode_elem_sep Function<String,Card> STRING_TO_CARD concode_field_sep Card apply concode_elem_sep Card string2Card c...
String function ( Suit arg0 , Rank arg1 ) { return CARD_2_STRING . get ( arg0 ) . get ( arg1 ) ; }
24,249
returns true if type represents an in-process connection to database . concode_field_sep String S_URL_PREFIX concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_HSQLS concode_elem_sep String S_RES concode_elem_sep String S_...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES || arg0 == S_MEM ) { return true ; } return false ; }
24,250
add the number of count to the count of expected promises . concode_field_sep AtomicInteger expectedPromises concode_elem_sep boolean armed concode_elem_sep Set<Promise<V>> pendingPromises concode_elem_sep AtomicInteger processedPromises concode_elem_sep Promise<?> aggregatePromise concode_field_sep Promise<Boolean> to...
void function ( int arg0 ) { checkState ( ! armed , "srini_string" ) ; expectedPromises . addAndGet ( arg0 ) ; }
24,251
a very simple method that coerces closure to closure . this method exists simply as centralised documentation and atomic unchecked warning suppression . concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate<T>[] copy concode_elem_sep Closure<E>[] copy concode_elem_sep Transformer<I,O>[] copy concode_ele...
Closure < T > function ( Closure < ? super T > arg0 ) { return ( Closure < T > ) arg0 ; }
24,252
sets the value of the align property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_field_sep String getMapping concode_elem_sep La...
void function ( String arg0 ) { this . align = arg0 ; }
24,253
this method will always return null concode_field_sep SessionContext sessionContext concode_elem_sep Hashtable data concode_field_sep String getModule concode_elem_sep String[] getParameterValues concode_elem_sep String getScheme concode_elem_sep String getRemoteAddr concode_elem_sep String getRequestURI concode_elem_s...
String function ( String arg0 ) { return null ; }
24,254
gets whether or not the new user will be exempt from enterprise device limits . concode_field_sep BoxUser.Role role concode_elem_sep String address concode_elem_sep boolean isExemptFromLoginVerification concode_elem_sep String timezone concode_elem_sep String jobTitle concode_elem_sep boolean isPlatformAccessOnly conco...
boolean function ( ) { return this . isExemptFromDeviceLimits ; }
24,255
check if the device is currently running on an rtl locale . this only happens when the app : - is forcing rtl layout , regardless of the active language for development purpose - allows rtl layout when using rtl locale concode_field_sep String KEY_FOR_PREFS_FORCERTL concode_elem_sep I18nUtil sharedI18nUtilInstance conc...
boolean function ( Context arg0 ) { if ( isRTLForced ( arg0 ) ) { return true ; } return isRTLAllowed ( arg0 ) && isDevicePreferredLanguageRTL ( ) ; }
24,256
this operation is not supported . concode_field_sep MetaData EMPTY_META_DATA concode_elem_sep String UNSUPPORTED_MUTATION_MSG concode_elem_sep Map<String,Object> values concode_elem_sep long serialVersionUID concode_field_sep MetaData mergedWith concode_elem_sep Object readResolve concode_elem_sep Set<Entry<String,Obje...
Object function ( String arg0 , Object arg1 ) { throw new UnsupportedOperationException ( UNSUPPORTED_MUTATION_MSG ) ; }
24,257
return a hashmap with all properties , name as key , value as value concode_field_sep Shape parent concode_elem_sep ArrayList<Shape> incoming concode_elem_sep String resourceId concode_elem_sep Bounds bounds concode_elem_sep StencilType stencil concode_elem_sep ArrayList<Point> dockers concode_elem_sep HashMap<String,S...
HashMap < String , String > function ( ) { if ( this . properties == null ) this . properties = new HashMap < String , String > ( ) ; return properties ; }
24,258
gets the value of the backward property . concode_field_sep CTPeriod period concode_elem_sep CTTrendlineType trendlineType concode_elem_sep CTBoolean dispRSqr concode_elem_sep CTDouble forward concode_elem_sep CTDouble intercept concode_elem_sep CTExtensionList extLst concode_elem_sep String name concode_elem_sep CTDou...
CTDouble function ( ) { return backward ; }
24,259
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride...
boolean function ( Collection arg0 , Map arg1 ) { return false ; }
24,260
empty the set concode_field_sep SetServiceBA set concode_field_sep boolean isInSet concode_elem_sep void addValueToSet
void function ( ) { set . clear ( ) ; }
24,261
get the number of replies concode_field_sep ECN[] VALUES concode_elem_sep long UNKOWN_SEQNO concode_elem_sep PipelineAckProto proto concode_elem_sep int OOB_END concode_elem_sep int OOB_START concode_elem_sep long[] OOB_TIMEOUT concode_elem_sep LongBitFormat BITS concode_elem_sep int NUM_OOB_TYPES concode_elem_sep int ...
short function ( ) { return ( short ) proto . getReplyCount ( ) ; }
24,262
returns the request initialized via #init uploadobjectrequest , s3directspi , amazons3 , executorservice concode_field_sep AmazonS3 s3 concode_elem_sep List<Future<UploadPartResult>> futures concode_elem_sep String uploadId concode_elem_sep ExecutorService es concode_elem_sep UploadObjectRequest req concode_elem_sep S3...
UploadObjectRequest function ( ) { return req ; }
24,263
returns the user uuid of this video . concode_field_sep Video _video concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac...
java . lang . String function ( ) { return _video . getUserUuid ( ) ; }
24,264
a string , present if there are more functions . returns a reference to this object so that method calls can be chained together . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<FunctionConfiguration> functions concode_field_sep String getNextMarker concode_elem_se...
ListFunctionsResult function ( String arg0 ) { this . nextMarker = arg0 ; return this ; }
24,265
dom : implements svgtransform #getmatrix . concode_field_sep float x concode_elem_sep float angle concode_elem_sep float y concode_elem_sep short type concode_elem_sep AffineTransform affineTransform concode_field_sep void setScale concode_elem_sep void setType concode_elem_sep void setTranslate concode_elem_sep float ...
SVGMatrix function ( ) { return createMatrix ( ) ; }
24,266
sets the value of the activationtype property . concode_field_sep String taxedState concode_elem_sep Boolean hasCredit concode_elem_sep Boolean hasDelayPay concode_elem_sep Boolean hasEPIN concode_elem_sep Boolean hasWifiSKU concode_elem_sep Boolean hasUpgradeFee concode_elem_sep TransClass transClass concode_elem_sep ...
void function ( String arg0 ) { this . activationType = arg0 ; }
24,267
returns all the registered buildsteplistener s. concode_field_sep PlaceHolder placeHolder concode_field_sep void started concode_elem_sep void finished
ExtensionList < BuildStepListener > function ( ) { return ExtensionList . lookup ( BuildStepListener . class ) ; }
24,268
method to get the path with version . concode_field_sep boolean loggedIn concode_elem_sep String[] validationProperties concode_elem_sep String pathWithVersion concode_elem_sep String[] lifecycleProperties concode_elem_sep String isWriteLocked concode_elem_sep String isDeleteLocked concode_elem_sep Property[] propertie...
String function ( ) { return pathWithVersion ; }
24,269
get the disablepasswordauthentication value . concode_field_sep Boolean disablePasswordAuthentication concode_elem_sep SshConfiguration ssh concode_field_sep LinuxConfiguration withSsh concode_elem_sep SshConfiguration ssh concode_elem_sep LinuxConfiguration withDisablePasswordAuthentication
Boolean function ( ) { return this . disablePasswordAuthentication ; }
24,270
sorts from , first + k-1 in the array of from,entries.length-1 using a variant of modified heapsort , such that array from < array from +1 < ... < array from + k-1 and array from + k-1 < arra from + k | | from + k +1 | | from + k +2 | | ... entries.length-1 note : if k is greater than a number , the sorting happens in ...
void function ( MarkerEntry [ ] arg0 , Comparator < MarkerItem > arg1 , int arg2 , int arg3 , IProgressMonitor arg4 ) { sortStartingKElement ( arg0 , arg1 , arg2 , arg0 . length - 1 , arg3 , arg4 ) ; }
24,271
returns a file in a determinate location for the given boxitem . concode_field_sep String THUMBNAIL_FILE_PREFIX concode_elem_sep ThreadPoolExecutor thumbnailManagerExecutor concode_elem_sep Handler mHandler concode_elem_sep String THUMBNAIL_FILE_EXTENSION concode_elem_sep File mCacheDirectory concode_field_sep ThreadPo...
File function ( final String arg0 ) { File loc0 = new File ( getCacheDirectory ( ) , THUMBNAIL_FILE_PREFIX + arg0 + THUMBNAIL_FILE_EXTENSION ) ; return loc0 ; }
24,272
sets the fog end depth concode_field_sep float density concode_elem_sep float start concode_elem_sep Color colour concode_elem_sep float end concode_elem_sep int hint concode_elem_sep int mode concode_field_sep void setHint concode_elem_sep float getStart concode_elem_sep void setColour concode_elem_sep void setMode co...
void function ( float arg0 ) { this . end = arg0 ; }
24,273
gets the base class interface for the field . this may either be a builder or a message . it will return whatever is more efficient . concode_field_sep AbstractMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder c...
IType function ( ) { if ( builder != null ) { return ( IType ) builder ; } else { return ( IType ) message ; } }
24,274
checks if this entity is contacting another . this is not the same as a collision and does not modify either object . concode_field_sep int rotation concode_elem_sep boolean isDestroyed concode_elem_sep float velY concode_elem_sep int velocity concode_elem_sep float velX concode_elem_sep int rotateDeg concode_elem_sep ...
boolean function ( Entity arg0 ) { return ! isDestroyed && ! arg0 . isDestroyed && Math . abs ( pos . x - arg0 . pos . x ) + Math . abs ( pos . y - arg0 . pos . y ) < radius + arg0 . radius ; }
24,275
the problem detail 's name . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep ProblemDetail withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ProblemDetail clone concode_elem_sep void setArn con...
ProblemDetail function ( String arg0 ) { setName ( arg0 ) ; return this ; }
24,276
returns a new request body that transmits content . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeTo concode_elem_sep long contentLength concode_elem_sep MediaType contentType
RequestBody function ( final MediaType arg0 , final byte [ ] arg1 ) { return create ( arg0 , arg1 , 0 , arg1 . length ) ; }
24,277
the profile where the travelbug was dropped concode_field_sep String fromDate concode_elem_sep String toWaypoint concode_elem_sep int BOTHLOGGED concode_elem_sep String toProfile concode_elem_sep boolean toLogged concode_elem_sep Image checkboxTicked concode_elem_sep String toDate concode_elem_sep String fromProfile co...
void function ( String arg0 ) { this . toProfile = arg0 ; }
24,278
called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlL...
void function ( ) { }
24,279
the number of background threads to use to perform scrubbing . concode_field_sep PlaceHolder placeHolder concode_field_sep long getSweepPauseMillis concode_elem_sep Optional<LeaderConfig> leader concode_elem_sep long getPunchIntervalMillis concode_elem_sep int getBackgroundScrubBatchSize concode_elem_sep boolean enable...
int function ( ) { return AtlasDbConstants . DEFAULT_BACKGROUND_SCRUB_THREADS ; }
24,280
what 's this ? a parameterised at ? surely not ! org.spongepowered.asm.mixin.injection.points.methodhead head and org.spongepowered.asm.mixin.injection.points.beforereturn return are only two of the available values for at types and are themost straightforward to understand . head only ever makes a single injection at ...
void function ( World arg0 , CallbackInfo arg1 ) { }
24,281
finds all component with the given id . component id 's are formed from the concatination of parent component ids . this search will find all componet in the component tree with the specified id as it is possible to have the same id used more then once in the component tree concode_field_sep Properties buildProperties ...
void function ( UIComponent arg0 , String arg1 , List < UIComponent > arg2 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { arg2 . add ( arg0 ) ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { findAllComponents ( loc0 . next ( ) , arg1 , arg2 ) ; } }
24,282
converts time in seconds to a string in the format h : mm . concode_field_sep int SANITY_CHECK_CUTOFF_YEAR concode_elem_sep Logger LOG concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep long absoluteTimeout concode_elem_sep int getIntegerFromString concode_elem_sep String getAmPm co...
String function ( int arg0 ) { return secondsToString ( arg0 , false ) ; }
24,283
obtain the contents of the tuple as a map . concode_field_sep TupleSchema schema concode_elem_sep Object[] values concode_field_sep Map<String,V> serialise concode_elem_sep int hashCode concode_elem_sep Object get concode_elem_sep T get concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep T...
Map < String , Object > function ( ) { return schema . toMap ( values ) ; }
24,284
test of getresponsereaderreadytoread method , of class response . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetCharset concode_elem_sep void testGetCharset concode_elem_sep void testGetContentLength concode_elem_sep void testGetHeadersBufferWithoutEOL concode_elem_sep void testSetErrorRespons...
void function ( ) { }
24,285
set the quality of the image encoding not supported in this imageencoder . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep void encode concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha
void function ( float arg0 ) { }
24,286
sets the parent table name list . concode_field_sep List<String> parentTableNameList concode_elem_sep Map<String,List<String>> constraintNamUKColNamMap concode_elem_sep List<String> pkColumnNameList concode_elem_sep List<Column> columnList concode_elem_sep Map<String,String[]> fkColNamPrntMap concode_field_sep Map<Stri...
void function ( List < String > arg0 ) { this . parentTableNameList = arg0 ; }
24,287
return the name of the polymorphic variable that was mentioned . concode_field_sep CrystalAnnotation crystalAnnotation concode_field_sep void setName concode_elem_sep Object getObject concode_elem_sep String getName concode_elem_sep void setObject
String function ( ) { return ( String ) crystalAnnotation . getObject ( "srini_string" ) ; }
24,288
doc tang comment method `` isjobletpluginloaded '' . concode_field_sep String HL7_PLUGIN_ID concode_elem_sep String HDFS_PLUGIN_ID concode_elem_sep String EXCHANGE_SYSTEM_PLUGIN_ID concode_elem_sep String PARALEL_PLUGIN_ID concode_elem_sep String BRMS_ID concode_elem_sep String SAP_WZIARD_PLUGIN_ID concode_elem_sep Str...
boolean function ( ) { return isPluginLoaded ( JOBLET_PLUGIN_ID ) ; }
24,289
removes all signals from the effect chain . concode_field_sep Vector<AudioSignal> signals concode_elem_sep float[] tmpL concode_elem_sep Vector<AudioSignal> signalsToRemove concode_elem_sep float[] tmpR concode_elem_sep HashSet<AudioSignal> enabled concode_field_sep void add concode_elem_sep boolean contains concode_el...
void function ( ) { signals . clear ( ) ; enabled . clear ( ) ; }
24,290
defines initial property marker char . concode_field_sep char closingBraceChar concode_elem_sep int ESCAPE_MODE_ALL concode_elem_sep char escapeChar concode_elem_sep int EXPECT_DOLLAR concode_elem_sep char markerChar concode_elem_sep int ESCAPE_MODE_NONE concode_elem_sep int ESCAPE_MODE_STRICT concode_elem_sep int EXPE...
void function ( final char arg0 ) { this . markerChar = arg0 ; }
24,291
return the default content type for the given resolvabletype . used when #write is called without a concrete content type.by default returns the first of encoder #getencodablemimetypes encodablemimetypes that is concrete mediatype #isconcrete , if any . concode_field_sep List<MediaType> writableMediaTypes concode_elem_...
MediaType function ( ResolvableType arg0 ) { return writableMediaTypes . stream ( ) . filter ( MediaType :: isConcrete ) . findFirst ( ) . orElse ( null ) ; }
24,292
called by the prototyper , updates this host 's address and feeds it . concode_field_sep String address concode_elem_sep int MAX_TIME_SINCE_FEED concode_elem_sep long lastFeed concode_elem_sep int prototype concode_field_sep int getPrototype concode_elem_sep void feed concode_elem_sep boolean isUp concode_elem_sep Stri...
void function ( String arg0 ) { this . address = arg0 ; feed ( ) ; }
24,293
sets the currentcourse object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Student cur...
void function ( Course arg0 ) { this . currentCourse = arg0 ; }
24,294
hex-encodes a byte array . concode_field_sep String fileName concode_elem_sep int SHIFT_4 concode_elem_sep String CONFIG_HASH_KEY concode_elem_sep char[] HEX_CHARS concode_elem_sep int MASK_0X0F concode_elem_sep Configuration config concode_elem_sep Properties details concode_field_sep boolean isInCache concode_elem_se...
String function ( byte ... arg0 ) { final StringBuilder loc0 = new StringBuilder ( 2 * arg0 . length ) ; for ( final byte loc1 : arg0 ) { final int loc2 = loc1 & MASK_0X0F ; final int loc3 = loc1 >> SHIFT_4 & MASK_0X0F ; loc0 . append ( HEX_CHARS [ loc3 ] ) ; loc0 . append ( HEX_CHARS [ loc2 ] ) ; } return loc0 . toStr...
24,295
the actual cause of the failure . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type con...
Throwable function ( ) { return cause ; }
24,296
returns the value in a scalar datatype #int64 tensor . concode_field_sep long nativeHandle concode_elem_sep DataType dtype concode_elem_sep long[] shapeCopy concode_field_sep void readNDArray concode_elem_sep int scalarInt concode_elem_sep void delete concode_elem_sep T copyTo concode_elem_sep void fillShape concode_el...
long function ( ) { return scalarLong ( nativeHandle ) ; }
24,297
reports whether this driver is a genuine jdbc complianttm driver . a driver may only report true here if it passes the jdbc compliance tests ; otherwise it is required to return false . jdbc compliance requires full support for the jdbc api and full support for sql 92 entry level . it is expected that jdbc compliant dr...
boolean function ( ) { return false ; }
24,298
returns a cipher suite name like `` tls_ecdhe_rsa_with_aes_256_cbc_sha '' . concode_field_sep List<Certificate> localCertificates concode_elem_sep List<Certificate> peerCertificates concode_elem_sep String cipherSuite concode_field_sep List<Certificate> localCertificates concode_elem_sep List<Certificate> peerCertifica...
String function ( ) { return cipherSuite ; }
24,299
test of getrevision method , of class annotation . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void addLine concode_elem_sep void getFilename concode_elem_sep void size concode_elem_sep void getAuthor concode_elem_sep void isEnabled concode_elem_sep void setUp concode_el...
void function ( ) { Annotation loc0 = new Annotation ( "srini_string" ) ; assertEquals ( loc0 . getRevision ( 1 ) , "srini_string" ) ; loc0 . addLine ( "srini_string" , "srini_string" , true ) ; assertEquals ( loc0 . getRevision ( 1 ) , "srini_string" ) ; loc0 . addLine ( "srini_string" , "srini_string" , false ) ; ass...