code
stringlengths
20
663
nl
stringlengths
68
7.19k
SourceData function ( String arg0 ) { this . defaultValue = arg0 ; return this ; }
the default value to use if the source attribute is not specified in a document . optional . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 1024 concode_field_sep String defaultValue concode_elem_sep String sourceName concode_field_sep void setDefaultValue c...
void function ( String arg0 ) { this . name = arg0 ; }
sets the value of the name property . concode_field_sep String name concode_elem_sep String streamName concode_elem_sep String streamVersion concode_field_sep String getName concode_elem_sep String getStreamVersion concode_elem_sep String getStreamName concode_elem_sep void setStreamName concode_elem_sep void setStream...
void function ( byte [ ] arg0 ) { this . value = ( ( byte [ ] ) arg0 ) ; }
sets the value of the value property . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setId concode_elem_sep String getId
int function ( short arg0 , byte [ ] arg1 ) { return toBytes ( arg0 , arg1 , 0 ) ; }
converts the specified short shorto ibm i format in the specified byte array . concode_field_sep short MAX_VALUE concode_elem_sep int SIZE concode_elem_sep short MIN_VALUE concode_elem_sep short DEFAULT_VALUE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep Object clone concod...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
double function ( List < T > arg0 ) { double loc0 = 0 ; for ( Pe loc1 : arg0 ) { double loc2 = loc1 . getPeProvisioner ( ) . getUtilization ( ) ; if ( loc2 > loc0 ) { loc0 = loc2 ; } } return loc0 ; }
gets the max utilization among by all pes . concode_field_sep PlaceHolder placeHolder concode_field_sep void setStatusFailed concode_elem_sep void setStatusFailed concode_elem_sep double getMaxUtilizationAmongVmsPes concode_elem_sep Pe getById concode_elem_sep int getMips concode_elem_sep boolean setPeStatus concode_el...
void function ( BalanceWithUnlimitedType arg0 ) { this . additionalMessages = arg0 ; }
sets the value of the additionalmessages property . concode_field_sep BigInteger additionalSharedCounter concode_elem_sep BalanceWithUnlimitedType additionalMessages concode_elem_sep BigInteger upgradeCostInCents concode_elem_sep long serialVersionUID concode_elem_sep DataBalanceWithUnlimitedType additionalData concode...
String function ( int arg0 ) { return asPriorityQueue ( ) . toString ( arg0 ) ; }
returns a string representation which includes no more than the maxkeystoprint elements with largest counts . concode_field_sep Map<E,Double> entries concode_elem_sep double cacheTotal concode_elem_sep long serialVersionUID concode_elem_sep boolean dirty concode_field_sep boolean containsKey concode_elem_sep void incre...
void function ( ) { while ( sol . size ( ) == 0 ) { generateValidMaze ( ) ; findSolution ( ) ; } }
generate method called to generate and searching for solution and guarantee find a maze with solution concode_field_sep Point current concode_elem_sep Node previous concode_elem_sep Point machine concode_elem_sep int[] directionJ concode_elem_sep int width concode_elem_sep Vector<Vector<Point>> sol concode_elem_sep int...
boolean function ( String arg0 ) { if ( null != arg0 && ! arg0 . equals ( "srini_string" ) ) { for ( int loc0 = 0 ; loc0 < mMimeTypeList . size ( ) ; loc0 ++ ) { String loc1 = mMimeTypeList . get ( loc0 ) ; if ( loc1 . startsWith ( arg0 ) ) { return true ; } } } return false ; }
determines whether a given mime type is supported . concode_field_sep String mDescription concode_elem_sep ArrayList<String> mMimeTypeList concode_elem_sep ArrayList<String> mFileSuffixList concode_field_sep String getDescriprition concode_elem_sep void addFileSuffix concode_elem_sep int hashCode concode_elem_sep boole...
boolean function ( Object arg0 ) { return ( ( arg0 != null ) && arg0 . getClass ( ) . equals ( NoClientBindProtocolSocketFactory . class ) ) ; }
all instances are the same . concode_field_sep PlaceHolder placeHolder concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep int hashCode
AuthenticationPlugin function ( Principal arg0 , Credentials arg1 ) { return new AuthenticationPlugin ( ) { public boolean authenticate ( Credentials arg2 ) { return authHandler . isValid ( arg2 ) ; } } ; }
returns an authenticationplugin which authenticates the credentials if the contain authentication data and the authentication data can is valid . concode_field_sep FormAuthenticationHandler authHandler concode_field_sep Principal getPrincipal concode_elem_sep int impersonate concode_elem_sep boolean canHandle concode_e...
boolean function ( short arg0 , short arg1 ) { return ( arg0 & 0xFFFF ) <= ( arg1 & 0xFFFF ) ; }
for dxt1 only the short need to be treated as unsigned and value compared c0 and c1 is a signed short , but we need to treat it as unsigned for comparision it 's 16 bits of info not a short at all concode_field_sep int r concode_elem_sep int b concode_elem_sep int pix888 concode_elem_sep int g concode_field_sep Color24...
double function ( int arg0 ) { return boundsReward . get ( arg0 ) ; }
returns the bound on reward at i-th position in the subsequence containing only reward operators . concode_field_sep List<Integer> stepBoundsProb concode_elem_sep List<Integer> stepBounds concode_elem_sep List<OpRelOpBound> opInfos concode_elem_sep List<Integer> origPositionsReward concode_elem_sep List<Integer> origPo...
ByteBuffer function ( String arg0 ) { return ByteBuffer . wrap ( decodeBuffer ( arg0 ) ) ; }
decode the contents of the string into a bytebuffer . concode_field_sep PlaceHolder placeHolder concode_field_sep void decodeBufferPrefix concode_elem_sep void decodeBuffer concode_elem_sep byte decodeBuffer concode_elem_sep byte decodeBuffer concode_elem_sep void decodeAtom concode_elem_sep void decodeBufferSuffix con...
void function ( ) { Progress loc0 ; synchronized ( this ) { progress = 1.0f ; loc0 = parent ; } if ( loc0 != null ) { loc0 . startNextPhase ( ) ; } }
completes this node , moving the parent node to its next child . concode_field_sep String status concode_elem_sep Progress parent concode_elem_sep ArrayList<Float> progressWeightagesForPhases concode_elem_sep int currentPhase concode_elem_sep ArrayList<Progress> phases concode_elem_sep float progress concode_elem_sep L...
IRubyObject function ( String arg0 ) { return opts == null ? null : opts . fastARef ( runtime . newSymbol ( arg0 ) ) ; }
efficiently looks up items with a rubysymbol symbol key concode_field_sep RubyHash opts concode_elem_sep ThreadContext context concode_elem_sep Ruby runtime concode_elem_sep RuntimeInfo info concode_field_sep int getInt concode_elem_sep RubyClass getClass concode_elem_sep RubyHash getHash concode_elem_sep ByteList getS...
void function ( String arg0 ) { this . poNumber = arg0 ; }
sets the value of the ponumber property . concode_field_sep String date concode_elem_sep Money spendingLimit concode_elem_sep String startDateTime concode_elem_sep String billingAccountName concode_elem_sep String budgetOrderName concode_elem_sep String endDateTime concode_elem_sep String poNumber concode_elem_sep Budg...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
boolean function ( ) { return config . getDebugMode ( ) ; }
is this connection in debug mode . concode_field_sep Logger logR concode_elem_sep int MAX_DEPTH concode_elem_sep Connection sqlConnection concode_elem_sep int START_OF_LIST concode_elem_sep FailoverConfig config concode_elem_sep int currentIndex concode_elem_sep boolean isValid concode_field_sep Connection getConnectio...
Settings function ( ) { return indexSettings . getSettings ( ) ; }
returns the index settings for this index concode_field_sep IndexSettings indexSettings concode_elem_sep IndexEventListener listener concode_elem_sep String STORE_TYPE concode_elem_sep SetOnce<EngineFactory> engineFactory concode_elem_sep Set<IndexEventListener> indexEventListeners concode_elem_sep Map<String,BiFunctio...
boolean function ( ) { return socketAddresses != null ; }
returns true if there 's another socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem...
void function ( long arg0 ) { _akismetData . setClassNameId ( arg0 ) ; }
sets the class name id of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode...
void function ( ImageView arg0 , int arg1 ) { arg0 . setFitWidth ( arg1 ) ; arg0 . setPreserveRatio ( true ) ; }
set typical imageview properties : a fixed width and theinformation to preserve the original image ration concode_field_sep ObjectProperty<Image> morphProp concode_elem_sep VideoCapture capture concode_elem_sep Label hsvCurrentValues concode_elem_sep Button save concode_elem_sep Slider valueStop concode_elem_sep Object...
void function ( final ResultReader arg0 ) { this . resultReader = arg0 ; }
sets the value of the resultreader property . concode_field_sep ParamSetter paramSetter concode_elem_sep SqlType sqlType concode_elem_sep JdbcType jdbcType concode_elem_sep ResultReader resultReader concode_elem_sep JavaType javaType concode_field_sep JdbcType getJdbcType concode_elem_sep void setParamSetter concode_el...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAddress ( ) != null ) loc0 . append ( "srini_string" + getAddress ( ) + "srini_string" ) ; if ( getPort ( ) != null ) loc0 . append ( "srini_string" + getPort ( ) ) ; loc0 . append ( "srini_string" ) ; return l...
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String address concode_elem_sep Integer port concode_field_sep Integer getPort concode_elem_sep void setAddress concode_elem_sep Endpoint withAddress concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
boolean function ( String arg0 ) { if ( parser == null ) { Log . e ( TAG , "srini_string" ) ; return false ; } return parser . getInternalWhitelist ( ) . isUrlWhiteListed ( arg0 ) ; }
determine if url is in approved list of urls to load . concode_field_sep ConfigXmlParser parser concode_elem_sep String TAG concode_field_sep void init concode_elem_sep void init concode_elem_sep Whitelist getExternalWhitelist concode_elem_sep List<PluginEntry> getPluginEntries concode_elem_sep CordovaPreferences getPr...
void function ( String arg0 ) { this . arrayType = arg0 ; }
sets the swagger parameter array type . required if data type is `` array '' . describes the type of items in the array . concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep RestOperationResponseMsgDefinition response concode_elem_sep String dataType concode_elem_sep String...
void function ( ) { }
called on the event dispatching thread not on the worker thread after the construct method has returned . concode_field_sep Logger LOG concode_elem_sep ThreadVar myThreadVar concode_elem_sep Object value concode_elem_sep ModalityState myModalityState concode_elem_sep Thread myThread concode_field_sep void onThrowable c...
int function ( ) { return numIds ; }
gets the number of ids in the checkpoint . concode_field_sep byte[] serializedData concode_elem_sep long serialVersionUID concode_elem_sep long checkpointId concode_elem_sep int numIds concode_field_sep byte[] getSerializedData concode_elem_sep long getCheckpointId concode_elem_sep SerializedCheckpointData[] fromDeque ...
void function ( String arg0 ) { this . ec2InstanceId = arg0 ; }
the amazon ec2 instance id for this information . concode_field_sep java.util.Date sampleTimestamp concode_elem_sep String ec2InstanceId concode_elem_sep String infoType concode_elem_sep String message concode_field_sep EnvironmentInfoDescription withInfoType concode_elem_sep EnvironmentInfoDescription withInfoType con...
Permissions function ( ) { return securityHandler . getPermissions ( ) ; }
gets the permission associated with the document 's encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthori...
void function ( View arg0 , MotionEvent arg1 ) { RootViewUtil . getRootView ( arg0 ) . onChildStartedNativeGesture ( arg1 ) ; }
helper method that should be called when a native view starts a native gesture e.g. a native scrollview takes control of a gesture stream and starts scrolling . this will handle dispatching the appropriate events to js to make sure the gesture in js is canceled . concode_field_sep PlaceHolder placeHolder concode_field_...
void function ( File arg0 ) { this . sourceDirectory = arg0 ; }
an optional directory containing files to be used to be analyzed and added to the index at producer startup . concode_field_sep Version luceneVersion concode_elem_sep Analyzer analyzer concode_elem_sep String authority concode_elem_sep File sourceDirectory concode_elem_sep String host concode_elem_sep File indexDirecto...
ObjectWrapper function ( ) { return objectWrapper ; }
returns the object wrapper instance used by this wrapping template model . concode_field_sep ObjectWrapper defaultObjectWrapper concode_elem_sep ObjectWrapper objectWrapper concode_field_sep void setDefaultObjectWrapper concode_elem_sep void setObjectWrapper concode_elem_sep ObjectWrapper getDefaultObjectWrapper concod...
int function ( Object arg0 , Object arg1 ) { return compare ( ( String ) arg0 , ( String ) arg1 ) ; }
this method compares the two object 's and returns an integer indicating whether or not the first argument is less than , equal to , or greater than the second argument . these two objects must be string 's or an exception will be thrown . concode_field_sep int TERTIARY concode_elem_sep int strength concode_elem_sep in...
String function ( ) { return _interp ; }
accessor for the interpretation concode_field_sep String _units concode_elem_sep String _interp concode_elem_sep String _siteSpecimen concode_elem_sep String _resultDetailName concode_elem_sep String _resultValues concode_elem_sep String _refRange concode_elem_sep String _resultDetailId concode_field_sep void setRefRan...
Plan function ( String arg0 ) { this . product = arg0 ; return this ; }
set the product value . concode_field_sep String product concode_elem_sep String name concode_elem_sep String promotionCode concode_elem_sep String publisher concode_field_sep String product concode_elem_sep Plan withPublisher concode_elem_sep String name concode_elem_sep String promotionCode concode_elem_sep String pu...
void function ( String arg0 ) { this . id = arg0 ; }
sets the value of the id property . concode_field_sep List<GetHashDataInputResponseType.Reference> reference concode_elem_sep String filename concode_elem_sep String sessionId concode_elem_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep byte[] value concode_field_sep Str...
void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; UnsortedGrouping < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) . groupBy ( 0 ) ; loc1 . minBy ( - 1 ) ; }
this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri...
String function ( ) { return s3CanonicalUserId ; }
the amazon s3 canonical user id for the origin access identity , which you use when giving the origin access identity read permission to an object in amazon s3 . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String id concode_elem_sep String s3CanonicalUser...
String function ( ) { return expectedResolveDate ; }
getter method concode_field_sep String pendingWith concode_elem_sep String subCategory concode_elem_sep String dateAndTime concode_elem_sep String ticketNo concode_elem_sep String subSubCategory concode_elem_sep String pendingWithUser concode_elem_sep String customerId concode_elem_sep String loggedBy concode_elem_sep ...
int function ( ) { int loc0 = getStartPos ( ) + pageSize ; loc0 = ( loc0 > total ) ? total : loc0 ; return loc0 ; }
returns last row number in paged table for current page . concode_field_sep int total concode_elem_sep int DEFAULT_PAGE_SIZE concode_elem_sep String link concode_elem_sep int PAGE_OFFSET concode_elem_sep int pageSize concode_elem_sep int PAGE_TOTAL_OFFSET concode_elem_sep int currentPage concode_field_sep void setTotal...
void function ( Layout arg0 ) { this . layout = arg0 ; }
sets the value of the layout property . concode_field_sep Layout layout concode_elem_sep List<Calendar> calendar concode_elem_sep BigDecimal refresh concode_elem_sep BigDecimal days concode_elem_sep BigDecimal maxquantity concode_field_sep void setDays concode_elem_sep void setMaxquantity concode_elem_sep Layout getLay...
String function ( final RequestLine arg0 , final LineFormatter arg1 ) { return ( arg1 != null ? arg1 : BasicLineFormatter . INSTANCE ) . formatRequestLine ( null , arg0 ) . toString ( ) ; }
formats a request line . concode_field_sep BasicLineFormatter INSTANCE concode_elem_sep BasicLineFormatter DEFAULT concode_field_sep String formatHeader concode_elem_sep CharArrayBuffer formatHeader concode_elem_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String forma...
void function ( double arg0 ) { _rangeTo = arg0 ; }
sets the upper limit value of this range . concode_field_sep double _rangeDef concode_elem_sep double _rangeTo concode_elem_sep double _rangeFrom concode_field_sep double getRangeDef concode_elem_sep Number getMin concode_elem_sep Number getMax concode_elem_sep double getRangeTo concode_elem_sep String toString concode...
void function ( PropertyEditorRegistrar arg0 ) { this . propertyEditorRegistrars = new PropertyEditorRegistrar [ ] { arg0 } ; }
specify a single propertyeditorregistrar to be applied to every databinder . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validat...
void function ( Boolean arg0 ) { this . inactive = arg0 ; }
sets the value of the inactive property . concode_field_sep Boolean inactive concode_elem_sep String rate concode_elem_sep Double limit concode_elem_sep RecordRef payrollItem concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expirationDate concode_field_sep String getRate concode...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
closes closeable , ignoring any checked exceptions . does nothing if closeable is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset IS...
double function ( int arg0 ) { return mXY . getYByIndex ( arg0 ) ; }
returns the y axis value at the specified index . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep IndexXYMap<Double,String> mXE concode_elem_sep int mScaleNumber concode_elem_sep IndexXYMap<Double,Integer> mXC concode_elem_sep String mTitle co...
ProxySelector function ( Properties arg0 ) { ProxySelector loc0 ; loc0 = new EnvProxySearchStrategy ( arg0 . getProperty ( "srini_string" ) , arg0 . getProperty ( "srini_string" ) , arg0 . getProperty ( "srini_string" ) , arg0 . getProperty ( "srini_string" ) ) . getProxySelector ( ) ; return loc0 ; }
builds an environment variable selector . concode_field_sep KdeSettingsParser settingsParser concode_field_sep ProxySelector getProxySelector concode_elem_sep ProxySelector setupFixedProxySelector concode_elem_sep Properties readSettings
void function ( String [ ] arg0 ) { try { Class . forName ( "srini_string" ) . newInstance ( ) ; System . out . println ( "srini_string" ) ; } catch ( InstantiationException | IllegalAccessException | ClassNotFoundException loc0 ) { System . out . println ( "srini_string" ) ; } }
driver interface concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
SelectorFactories function ( List < Selectable > arg0 , List < AbstractType < ? >> arg1 , CFMetaData arg2 , List < ColumnDefinition > arg3 , VariableSpecifications arg4 ) { return new SelectorFactories ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
creates a new selectorfactories instance and collect the column definitions . concode_field_sep boolean containsTTLFactory concode_elem_sep int numberOfAggregateFactories concode_elem_sep List<Selector.Factory> factories concode_elem_sep boolean containsWritetimeFactory concode_field_sep boolean containsWritetimeSelect...
void function ( String arg0 ) { this . tempStyle = arg0 ; }
sets the current style of the application to one of the predetermined themes . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode...
Object function ( float arg0 , float arg1 , float arg2 ) { ByteBuffer loc0 = ByteBuffer . allocate ( 3 * 4 ) ; loc0 . putFloat ( arg0 ) ; loc0 . putFloat ( arg1 ) ; loc0 . putFloat ( arg2 ) ; loc0 . flip ( ) ; return s_wrapperProvider . wrapVector3f ( loc0 , 0 , 3 ) ; }
helper method for wrapping a vector . used by jni , do not modify ! concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE concode_elem_sep int NATIVE_INT_SIZE concode_elem...
long function ( ) { return _serviceComponent . getServiceComponentId ( ) ; }
returns the service component id of this service component . concode_field_sep ServiceComponent _serviceComponent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem...
ResponseEntity < List < PersistentToken >> function ( ) { return userRepository . findOneByLogin ( SecurityUtils . getCurrentUserLogin ( ) ) . map ( user -> new ResponseEntity < > ( persistentTokenRepository . findByUser ( user ) , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERR...
get / account/sessions : get the current open sessions . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<Str...
void function ( int arg0 ) { _keHoachKiemDemNuoc . setNam ( arg0 ) ; }
sets the nam of this ke hoach kiem dem nuoc . concode_field_sep KeHoachKiemDemNuoc _keHoachKiemDemNuoc concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgayXuatBan concode_elem_sep boole...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , SiteSetupQuestionTypeSet arg1 ) { if ( questionsMap . containsKey ( arg0 ) ) { questionsMap . put ( arg0 , arg1 ) ; } }
set the question list for specified site type concode_field_sep Map<String,SiteSetupQuestionTypeSet> questionsMap concode_field_sep Set<String> getSiteTypes concode_elem_sep void setQuestionsMap concode_elem_sep Map<String,SiteSetupQuestionTypeSet> getQuestionsMap concode_elem_sep SiteSetupQuestionTypeSet getQuestionSe...
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new AssertionFailed ( arg1 ) ; } }
if the condition evaluates to false , an assertionfailed is thrown concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 , String arg1 ) { if ( table == null ) table = new HashMap ( ) ; table . put ( arg0 . toLowerCase ( ) , arg1 . toLowerCase ( ) ) ; }
sets an option to the the supplied value concode_field_sep Map table concode_field_sep int intValue concode_elem_sep void clear concode_elem_sep void refresh concode_elem_sep boolean check concode_elem_sep void unset concode_elem_sep String value
ConditionOutcome function ( ConditionOutcome arg0 ) { return new ConditionOutcome ( ! arg0 . isMatch ( ) , arg0 . getConditionMessage ( ) ) ; }
return the inverse of the specified condition outcome . concode_field_sep boolean match concode_elem_sep ConditionMessage message concode_field_sep ConditionOutcome noMatch concode_elem_sep ConditionOutcome noMatch concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ConditionOutcome match con...
void function ( ) { final ExecutorService loc0 = Executors . newSingleThreadExecutor ( ) ; try { new CallableBackgroundInitializer < Integer > ( null , loc0 ) ; } finally { loc0 . shutdown ( ) ; loc0 . awaitTermination ( 1 , TimeUnit . SECONDS ) ; } }
tries to pass a null callable to the constructor that takes an executor . this should cause an exception . concode_field_sep int callCount concode_elem_sep Integer RESULT concode_field_sep Integer call concode_elem_sep void testInitNullCallable concode_elem_sep void testInitExecutor concode_elem_sep void testInitialize
int function ( int arg0 ) { arg0 |= ( arg0 >> 1 ) ; arg0 |= ( arg0 >> 2 ) ; arg0 |= ( arg0 >> 4 ) ; arg0 |= ( arg0 >> 8 ) ; arg0 |= ( arg0 >> 16 ) ; return arg0 + 1 ; }
next largest power of 2 : given a binary integer value x , the next largest power of 2 can be computed by a swar algorithm that recursively `` folds '' the upper bits into the lower bits . this process yields a bit vector with the same most significant 1 as x , but all 1 's below it . adding 1 to that value yields the ...
User function ( String arg0 ) { for ( int loc0 = 0 , loc1 = uUser . size ( ) ; loc0 < loc1 ; loc0 ++ ) { User loc2 = ( User ) uUser . get ( loc0 ) ; if ( ( loc2 != null ) && loc2 . getName ( ) . equals ( arg0 ) ) { return loc2 ; } } throw Trace . error ( Trace . USER_NOT_FOUND , arg0 ) ; }
this private method is used to access the user objects in the collection and perform operations on them . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic concode_elem_sep HsqlArrayList uUser concode_elem_sep int SELECT concode_elem_sep int ALL concode_elem_sep int UPDATE concode_f...
void function ( DataOutput arg0 , KeyValue arg1 ) { if ( arg1 instanceof IndexedKeyValue ) { arg0 . writeInt ( INDEX_TYPE_LENGTH_MARKER ) ; ( ( IndexedKeyValue ) arg1 ) . writeData ( arg0 ) ; } else { KeyValue . write ( arg1 , arg0 ) ; } }
write a keyvalue or an indexedkeyvalue to the output stream . these can be readback via #readkeyvalue datainput or #readkeyvalues datainput . concode_field_sep int INDEX_TYPE_LENGTH_MARKER concode_field_sep List<KeyValue> readKeyValues concode_elem_sep KeyValue readKeyValue
void function ( String arg0 ) { this . logMessage = arg0 ; }
sets the value of the logmessage property . concode_field_sep String logMessage concode_elem_sep String format concode_elem_sep DataHandler objectXML concode_field_sep DataHandler getObjectXML concode_elem_sep void setObjectXML concode_elem_sep void setFormat concode_elem_sep String getFormat concode_elem_sep String ge...
void function ( ) { if ( this . size > 0 ) { this . depths [ size - 1 ] ++ ; } }
increments the depth of the current value . concode_field_sep int size concode_elem_sep List<E> values concode_elem_sep int[] depths concode_field_sep void add concode_elem_sep E getValue concode_elem_sep void decrDepth
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error 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 ...
void function ( Call arg0 , String arg1 , Message arg2 ) { }
does nothing . callback function called when arriving a 2xx re-invite/modify accepted concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess ...
void function ( BaseStatistics arg0 , String arg1 ) { synchronized ( this . baseStatisticsCache ) { this . baseStatisticsCache . put ( arg1 , arg0 ) ; } }
caches the given statistics . they are later retrievable under the given identifier . concode_field_sep Map<String,BaseStatistics> baseStatisticsCache concode_field_sep BaseStatistics getBaseStatistics
ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHint ) ; }
utility method that returns the default text hint color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight
void function ( BitstreamInfo arg0 ) { arg0 . setInfoFound ( false ) ; arg0 . setProcessStartDate ( new Date ( ) ) ; arg0 . setProcessEndDate ( new Date ( ) ) ; arg0 . setChecksumCheckResult ( ChecksumCheckResults . BITSTREAM_INFO_NOT_FOUND ) ; }
process bitstream whose id was not found in most_recent_checksum or bitstream table . no updates can be done . the missing bitstream is output to the log file . concode_field_sep int BYTE_ARRAY_SIZE concode_elem_sep BitstreamInfoDAO bitstreamInfoDAO concode_elem_sep ChecksumResultsCollector collector concode_elem_sep C...
void function ( Test arg0 ) { }
empty concode_field_sep String systemError concode_elem_sep NumberFormat nf concode_elem_sep boolean withOutAndErr concode_elem_sep String systemOutput concode_elem_sep double ONE_SECOND concode_elem_sep OutputStream out concode_field_sep void addFailure concode_elem_sep void addFailure concode_elem_sep void addError c...
void function ( String arg0 ) { this . id = arg0 ; }
set the html id of the element t concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay concode_...
void function ( long arg0 ) { num_nulls = arg0 ; }
sets the number of nulls to the parameter value concode_field_sep long num_nulls concode_elem_sep boolean hasNonNullValue concode_field_sep boolean isSmallerThan concode_elem_sep T genericGetMin concode_elem_sep boolean isEmpty concode_elem_sep byte[] getMaxBytes concode_elem_sep long getNumNulls concode_elem_sep boole...
String function ( ) { return uri ; }
returns the uri of this namespace concode_field_sep String prefix concode_elem_sep String uri concode_field_sep String getPrefix concode_elem_sep QName get
void function ( String arg0 , String arg1 ) { try { FileWriter loc0 = new FileWriter ( arg0 ) ; loc0 . loc0 ( arg1 . toCharArray ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
Constant function ( ) { return val ; }
unwraps the constant and returns it . concode_field_sep Constant val concode_field_sep boolean isConstant concode_elem_sep boolean isFieldName concode_elem_sep boolean appliesTo concode_elem_sep String toString concode_elem_sep String asFieldName concode_elem_sep Constant evaluate
void function ( ViewGroup . MarginLayoutParams arg0 , int arg1 ) { IMPL . setMarginEnd ( arg0 , arg1 ) ; }
set the relative end margin . on platform versions supporting bidirectional text and layouts this value will be resolved into the layoutparams object 's left or right margin as appropriate when the associated view is attached to a window or when the layout direction of that view changes . concode_field_sep MarginLayout...
void function ( int arg0 ) { this . commandStatus = arg0 ; }
set value of command_status . concode_field_sep int sequenceNumber concode_elem_sep int commandStatus concode_elem_sep int commandLength concode_elem_sep int commandId concode_elem_sep long serialVersionUID concode_field_sep void setCommandLength concode_elem_sep String getCommandStatusAsHex concode_elem_sep int getSeq...
List < DisplayAdSpecActivationOption > function ( ) { if ( activationOptionFilter == null ) { activationOptionFilter = new ArrayList < DisplayAdSpecActivationOption > ( ) ; } return this . activationOptionFilter ; }
gets the value of the activationoptionfilter 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 activationoptionfilter property . for examp...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_elem_sep ServiceTracker<LocaleProvider,LocaleProvider> localeProviderTracker concode_elem_sep LocaleProvider localeProvider concode_field_sep void stop concode_elem_sep LocaleProvider addingService c...
void function ( String arg0 ) { this . commonValue = arg0 ; }
sets the value of the commonvalue property . concode_field_sep List<ListOfValueXRefDataType.ValueXRef> valueXRef concode_elem_sep List<ListOfValueXRefDataType.ValueXRef.AppType.AppValue> appValue concode_elem_sep List<ListOfValueXRefDataType.ValueXRef.AppType> appType concode_elem_sep String name concode_elem_sep Strin...
void function ( boolean arg0 ) { isDeclared = ! arg0 ; }
see the comments on recordtype about synthetic types . concode_field_sep JSTypeRegistry registry concode_elem_sep Node propertyNode concode_elem_sep boolean isEmpty concode_elem_sep boolean isDeclared concode_elem_sep HashMap<String,RecordProperty> properties concode_elem_sep JSType type concode_field_sep JSType build ...
float function ( ) { return this . timePerUnit ; }
gets the time per unit . concode_field_sep String operatorDef concode_elem_sep float timePerUnit concode_elem_sep long setupTime concode_field_sep void setTimePerUnit concode_elem_sep void setOperatorDef concode_elem_sep long getSetupTime concode_elem_sep void setSetupTime concode_elem_sep String getOperatorDef
void function ( Temp arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; }
f0 - > `` temp '' f1 - > integerliteral concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String arg0 ) { this . right = arg0 ; }
set right answer to this examination concode_field_sep List<String> outputs concode_elem_sep String question concode_elem_sep String outputWrong concode_elem_sep String right concode_elem_sep String wrong2 concode_elem_sep String wrong concode_elem_sep Examination exam concode_elem_sep String output concode_elem_sep In...
String function ( ) { return this . missing_1_original ; }
gets the original first missing value . concode_field_sep String grcText concode_elem_sep boolean recoded concode_elem_sep String codeListFile concode_elem_sep String missing_2_new concode_elem_sep VariableMu variable concode_elem_sep String missing_1_new concode_elem_sep boolean truncated concode_elem_sep String grcFi...
UUID function ( ) { if ( mValue . length != 16 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } LongBuffer loc0 = ByteBuffer . wrap ( mValue ) . asLongBuffer ( ) ; return new UUID ( loc0 . get ( ) , loc0 . get ( ) ) ; }
gives you the identifier as a uuid if possible . concode_field_sep Pattern HEX_PATTERN concode_elem_sep Pattern UUID_PATTERN concode_elem_sep Pattern HEX_PATTERN_NO_PREFIX concode_elem_sep int MAX_INTEGER concode_elem_sep byte[] mValue concode_elem_sep Pattern DECIMAL_PATTERN concode_field_sep int toInt concode_elem_se...
DataAccessException function ( final String arg0 , final IOException arg1 ) { return new MarshallingResourceFailureException ( "srini_string" + arg0 + "srini_string" + arg1 , arg1 ) ; }
translate concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
int function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) . append ( arg0 ) . append ( "srini_string" ) . append ( getTableName ( ) ) ; return count ( loc0 . toString ( ) ) ; }
according to the `` column '' query `` column '' number . concode_field_sep SQLiteOpenHelper disk concode_elem_sep boolean DEBUG concode_field_sep List<T> getAll concode_elem_sep List<T> getAll concode_elem_sep void closeReader concode_elem_sep SQLiteDatabase getReader concode_elem_sep String getTableName concode_elem_...
void function ( SynapseEnvironmentService arg0 ) { ConfigHolder . getInstance ( ) . removeSynapseEnvironmentService ( arg0 . getTenantId ( ) ) ; }
here we receive an event about destroying a synapseenvironment . this can be the super tenant destruction or a tenant destruction . concode_field_sep boolean activated concode_elem_sep Log log concode_field_sep void unsetConfigurationContextService concode_elem_sep void unsetSynapseConfigurationService concode_elem_sep...
Object function ( String arg0 , Object arg1 ) { return null ; }
called when a message is sent to plugin . 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 concode_ele...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
util method to write an attribute without the ns prefix concode_field_sep com.amazon.ec2.PurchaseReservedInstancesOfferingType localPurchaseReservedInstancesOffering concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep voi...
void function ( View arg0 , LayoutParams arg1 ) { mViewBehind = arg0 ; mSlidingMenu . setMenu ( mViewBehind ) ; }
set the behind view content to an explicit view . this view is placed directly into the behind view 's view hierarchy . it can itself be a complex view hierarchy . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled co...
void function ( String arg0 ) { delegate . appendBody ( arg0 ) ; }
adds the given text to message body concode_field_sep InputStream stream concode_elem_sep MailMessage delegate concode_elem_sep boolean isLoaded concode_elem_sep Pattern PATTERN concode_field_sep String getFirstHeaderValue concode_elem_sep void addHeader concode_elem_sep String getBody concode_elem_sep Iterator<String>...
boolean function ( MapiPropertyType arg0 ) { return getMapiTypeConverterMap ( ) . get ( arg0 ) . getIsArray ( ) ; }
determines whether mapipropertytype is an array type . concode_field_sep Log LOG concode_elem_sep IFunction<String,Object> DATE_TIME_PARSER concode_elem_sep LazyMember<MapiTypeConverterMap> MAPI_TYPE_CONVERTER_MAP concode_elem_sep IFunction<String,Object> MAPI_VALUE_PARSER concode_field_sep MapiTypeConverterMap createI...