code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { boolean loc0 = true ; FileStatus loc1 = new FileStatus ( LENGTH , loc0 , REPLICATION , BLKSIZE , MTIME , PATH ) ; validateAccessors ( loc1 , LENGTH , loc0 , REPLICATION , BLKSIZE , MTIME , 0 , FsPermission . getDirDefault ( ) , "srini_string" , "srini_string" , null , PATH ) ; } | check that the constructor without owner , group and permissions works correctly . concode_field_sep long ATIME concode_elem_sep Log LOG concode_elem_sep int REPLICATION concode_elem_sep Path PATH concode_elem_sep String GROUP concode_elem_sep FsPermission PERMISSION concode_elem_sep long BLKSIZE concode_elem_sep int L... |
List < FileStatus > function ( FileSystem arg0 , Path arg1 ) { return listMostNestedPathRecursively ( arg0 , arg1 , NO_OP_PATH_FILTER ) ; } | method to list out all files , or directory if no file exists , under a specified path . concode_field_sep PathFilter NO_OP_PATH_FILTER concode_elem_sep Logger LOG concode_elem_sep Comparator<FileStatus> LATEST_MOD_TIME_ORDER concode_field_sep int compare concode_elem_sep List<FileStatus> listMostNestedPathRecursivelyH... |
List function ( ) { return searchDetails ; } | getter method for the searchdetails concode_field_sep int subSubCatId concode_elem_sep List subSubCategoryDetails concode_elem_sep ArrayList displayDetails concode_elem_sep int subCatId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String subCategoryId concode_elem_sep Stri... |
void function ( String arg0 ) { this . addressTypeCd = arg0 ; } | sets the value of the addresstypecd property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String accountKey concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum ... |
void function ( Route arg0 , IOException arg1 ) { if ( arg0 . proxy ( ) . type ( ) != Proxy . Type . DIRECT && address . proxySelector ( ) != null ) { address . proxySelector ( ) . connectFailed ( address . url ( ) . uri ( ) , arg0 . proxy ( ) . address ( ) , arg1 ) ; } routeDatabase . failed ( arg0 ) ; } | clients should invoke this method when they encounter a connectivity failure on a connection returned by this route selector . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int nextInetSocketAddressInd... |
int function ( ) { return height ; } | the height of the glyph 's image . concode_field_sep short yOffset concode_elem_sep int xOffset concode_elem_sep Shape shape concode_elem_sep Texture texture concode_elem_sep boolean isMissing concode_elem_sep float u concode_elem_sep float v concode_elem_sep short width concode_elem_sep int xAdvance concode_elem_sep f... |
String function ( String arg0 , char arg1 , char arg2 ) { return replaceSymbolWithCharsFromTo ( arg0 , '?' , arg1 , arg2 ) ; } | replaces all ' ? ' characters with random chars from from - to range concode_field_sep Random random concode_field_sep List<T> randomElements concode_elem_sep List<T> randomElements concode_elem_sep int randomInt concode_elem_sep String numerify concode_elem_sep String numerify concode_elem_sep String replaceSymbolWith... |
Builder function ( boolean arg0 ) { this . transpositions = arg0 ; return this ; } | sets if transpositions swapping one character for another counts as one character change or two . defaults to true , meaning it uses the fuzzier option of counting transpositions as a single change . concode_field_sep int fuzzyMinLength concode_elem_sep ParseField UNICODE_AWARE_FIELD concode_elem_sep boolean unicodeAwa... |
boolean function ( Object arg0 ) { boolean loc0 = false ; if ( arg0 != null && ( arg0 instanceof String || arg0 instanceof Collection || arg0 . getClass ( ) . isArray ( ) ) ) { loc0 = true ; } return loc0 ; } | if this scrubber can actually scrub the given value concode_field_sep String[] PROHIBITED_INPUT concode_elem_sep String[] prohibitedInput concode_field_sep Object scrubArray concode_elem_sep Object scrubString concode_elem_sep Object scrubList concode_elem_sep Object scrubMap concode_elem_sep Scrubber getInstance conco... |
CpsThread function ( ) { for ( CpsThread loc0 : group . threads . values ( ) ) { if ( loc0 . id <= this . id ) continue ; if ( loc0 . head == this . head ) return loc0 ; } return null ; } | finds the next younger cpsthread that shares the same flowhead . can be this . concode_field_sep FlowHead head concode_elem_sep ThreadLocal<CpsThread> CURRENT concode_elem_sep Outcome resumeValue concode_elem_sep ContextVariableSet contextVariables concode_elem_sep SettableFuture<Object> promise concode_elem_sep StepEx... |
String function ( ) { return this . incrementerName ; } | return the name of the sequence/table . concode_field_sep DataSource dataSource concode_elem_sep String incrementerName concode_elem_sep int paddingLength concode_field_sep int getPaddingLength concode_elem_sep DataSource getDataSource concode_elem_sep void setPaddingLength concode_elem_sep String nextStringValue conco... |
void function ( float arg0 ) { if ( isInitialized && isStarted ) { if ( ! isPaused ) { for ( PdxUpdateListener loc0 : list ) { loc0 . update ( arg0 ) ; } } for ( PdxForcedUpdateListener loc0 : listForced ) { loc0 . forcedUpdate ( arg0 ) ; } } } | this is called automatically . do not call it yourself ! concode_field_sep boolean isInitialized concode_elem_sep boolean isPaused concode_elem_sep ArrayList<PdxForcedUpdateListener> listForced concode_elem_sep boolean isStarted concode_elem_sep ArrayList<PdxUpdateListener> list concode_field_sep void resume concode_el... |
ModuleBundle function ( File arg0 , ModuleBundleParameters arg1 ) { return DefaultModuleBundle . create ( new StructuredDirectoryWriter ( arg0 ) , arg1 ) ; } | create an exploded directory module bundle . concode_field_sep Logger logger concode_field_sep void extract concode_elem_sep void extract concode_elem_sep ModuleBundle load concode_elem_sep ModuleBundle create concode_elem_sep ModuleBundle createZip |
void function ( String arg0 ) { this . uid = arg0 ; } | sets the value of the uid property . concode_field_sep FilterType filter concode_elem_sep String uid concode_elem_sep String ip concode_elem_sep String name concode_field_sep void setName concode_elem_sep FilterType getFilter concode_elem_sep String getUid concode_elem_sep String getName concode_elem_sep String getIP c... |
int function ( ) { return sequenceId ; } | get the id or position of this effect in a sequence 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 f... |
String function ( ) { return request . getUser ( ) ; } | gets the request 's user name . concode_field_sep String[] args concode_elem_sep OHttpRequest request concode_field_sep String getHttpVersion concode_elem_sep Map<String,String> getHeaders concode_elem_sep String getIfMatch concode_elem_sep String getContent concode_elem_sep String getRemoteAddress concode_elem_sep Str... |
void function ( boolean arg0 ) { this . validationMode = arg0 ; } | sets the validationmode . concode_field_sep boolean noExec concode_elem_sep ShowPlan showPlan concode_elem_sep boolean ansiQuotedIdentifiers concode_elem_sep String txnAutoWrapMode concode_elem_sep String styleSheet concode_elem_sep StatementType statementType concode_elem_sep int cursorType concode_elem_sep boolean pa... |
mxICell function ( ) { return source ; } | returns the source terminal . concode_field_sep mxICell parent concode_elem_sep boolean edge concode_elem_sep boolean connectable concode_elem_sep boolean visible concode_elem_sep List<Object> edges concode_elem_sep mxICell source concode_elem_sep long serialVersionUID concode_elem_sep mxICell target concode_elem_sep b... |
Date function ( ) { return createDate ; } | gets the value of the createdate property . concode_field_sep String licenseType concode_elem_sep Date lastUpdateDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer userObjectId concode_elem_sep String userName concode_elem_sep Integer objectId concode_elem_sep Date c... |
Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle |
int function ( ) { return getSeverityCount ( DesktopException . WARNING_SEVERITY ) ; } | gets the number of exceptions with warning severity . concode_field_sep List<DesktopException> exceptions concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int getSeverityCount concode_elem_sep int getInfoCount concode_elem_sep int getErrorCount concode_elem_sep void clear concode_elem_sep Deskto... |
void function ( ) { ; } | this method is called after all parsing methods have been called , to allow rules to remove temporary data . concode_field_sep String namespaceURI concode_elem_sep Digester digester concode_field_sep Digester getDigester concode_elem_sep void setNamespaceURI concode_elem_sep String getNamespaceURI concode_elem_sep void... |
String function ( ) { return mText ; } | returns the string corresponding to the ad 's body text . concode_field_sep double MIN_STAR_RATING concode_elem_sep boolean mIsOverridingClickTracker concode_elem_sep int IMPRESSION_MIN_PERCENTAGE_VIEWED concode_elem_sep boolean mIsOverridingImpressionTracker concode_elem_sep Map<String,Object> mExtras concode_elem_sep... |
boolean function ( Object arg0 ) { if ( arg0 instanceof TestDescriptor ) { TestDescriptor loc0 = ( TestDescriptor ) arg0 ; return loc0 . getClassName ( ) . equals ( this . getClassName ( ) ) && loc0 . getTestName ( ) . equals ( this . getTestName ( ) ) ; } return false ; } | override parent to do string-based class and test name comparison concode_field_sep String mClassName concode_elem_sep String mTestName concode_field_sep List<String> getTestCaseNames concode_elem_sep String toString concode_elem_sep String getClassName concode_elem_sep List<TestDescriptor> getTestNames concode_elem_se... |
void function ( boolean arg0 ) { this . isEdited = arg0 ; } | set whether the message store edited through the management console concode_field_sep SynapseEnvironment synapseEnvironment concode_elem_sep String fileName concode_elem_sep int maxProducerId concode_elem_sep AtomicInteger producerId concode_elem_sep String description concode_elem_sep boolean isEdited concode_elem_sep... |
boolean function ( ) { return bidiBase . isRightToLeft ( ) ; } | return true if the line is all right-to-left text , and the base direction is right-to-left . concode_field_sep BidiBase bidiBase concode_elem_sep int DIRECTION_DEFAULT_LEFT_TO_RIGHT concode_elem_sep int DIRECTION_LEFT_TO_RIGHT concode_elem_sep int DIRECTION_DEFAULT_RIGHT_TO_LEFT concode_elem_sep int DIRECTION_RIGHT_TO... |
void function ( IfStatement arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; arg0 . f3 . accept ( this , arg1 ) ; arg0 . f4 . accept ( this , arg1 ) ; arg0 . f5 . accept ( this , arg1 ) ; arg0 . f6 . accept ( this , arg1 ) ; } | f0 - > `` if '' f1 - > '' '' f2 - > expression f3 - > '' '' f4 - > statement f5 - > `` else '' f6 - > statement concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
CreateThingResult function ( String arg0 ) { setThingArn ( arg0 ) ; return this ; } | the thing arn . concode_field_sep String thingArn concode_elem_sep String thingName concode_field_sep String getThingArn concode_elem_sep void setThingName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateThingResult clone concode_elem_sep String toString concode_elem_sep void setThi... |
void function ( Object arg0 , String arg1 , TBase arg2 ) { } | called after the thrift handler method 's results are written . concode_field_sep PlaceHolder placeHolder concode_field_sep void preRead concode_elem_sep void handlerError concode_elem_sep void postRead concode_elem_sep Object getContext concode_elem_sep void preWrite |
T function ( int arg0 , T arg1 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; } | unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep Logger LOGGER concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep boolean add concode_elem_sep void add concode_elem_sep List<T> subList conc... |
void function ( MemberVisitor arg0 ) { if ( referencedMethod != null ) { referencedMethod . accept ( referencedClass , arg0 ) ; } } | applies the given visitor to the referenced method . concode_field_sep int u2elementNameIndex concode_elem_sep Clazz referencedClass concode_elem_sep Object visitorInfo concode_elem_sep Method referencedMethod concode_field_sep String getMethodName concode_elem_sep Object getVisitorInfo concode_elem_sep int getTag conc... |
DescribeTasksResult function ( Task ... arg0 ) { if ( this . tasks == null ) { setTasks ( new com . amazonaws . internal . SdkInternalList < Task > ( arg0 . length ) ) ; } for ( Task loc0 : arg0 ) { this . tasks . add ( loc0 ) ; } return this ; } | the list of tasks . note : this method appends the values to the existing list if any . use #settasks java.util.collection or #withtasks java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<Failure> failures concode_elem_sep com.amazonaws.internal.Sd... |
TransactionalEditingDomain function ( ) { return TransactionUtil . getEditingDomain ( getResource ( ) ) ; } | getter for the editing domain of the resource used in this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles concode_elem_sep String getCommandLabel con... |
int function ( ) { return size ; } | get the marker size . concode_field_sep Color color concode_elem_sep int size concode_elem_sep Priority priority concode_field_sep Priority getPriority concode_elem_sep Color getColor |
void function ( ) { int loc0 = 10 ; int loc1 = 100 ; assertRowsSum ( loc0 , loc1 ) ; } | test rows divide evenly with large rows and small threadpool concode_field_sep PlaceHolder placeHolder concode_field_sep void testRowsEqualToPool concode_elem_sep void testRowsNotEvenDivideSmallRC concode_elem_sep void testRowsNotEvenDivide concode_elem_sep void assertRowsSum |
void function ( com . google . api . ads . adwords . axis . v201406 . cm . TimeUnit arg0 ) { this . timeUnit = arg0 ; } | sets the timeunit value for this frequencycap . concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.Level level concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long impressions conco... |
boolean function ( ) { return isOnNext ( ) && value != null ; } | indicates whether this notification has an item associated with it . concode_field_sep Kind kind concode_elem_sep Throwable throwable concode_elem_sep Notification<Void> ON_COMPLETED concode_elem_sep T value concode_field_sep boolean isOnError concode_elem_sep Kind getKind concode_elem_sep boolean hasThrowable concode_... |
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof RC2ParameterSpec ) ) { return false ; } RC2ParameterSpec loc0 = ( RC2ParameterSpec ) arg0 ; return ( effectiveKeyBits == loc0 . effectiveKeyBits ) && ( Arrays . equals ( iv , loc0 . iv ) ) ; } | compares the specified object to this rc2parameterspec instance . concode_field_sep int effectiveKeyBits concode_elem_sep byte[] iv concode_field_sep int hashCode concode_elem_sep byte[] getIV concode_elem_sep int getEffectiveKeyBits |
String function ( ) { return validationQuery ; } | method to obtain the validation query value . concode_field_sep String configName concode_elem_sep String timeBetweenEvictionRunsMillis concode_elem_sep String validationQuery concode_elem_sep String userName concode_elem_sep String maxActive concode_elem_sep SecretResolver secretResolver concode_elem_sep String dataSo... |
void function ( final MasterReport arg0 , final String arg1 ) { createCSV ( arg0 , arg1 , EncodingRegistry . getPlatformDefaultEncoding ( ) ) ; } | saves a report to csv format . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( View arg0 , float arg1 , int arg2 ) { ViewHelper . setRotationX ( arg0 , arg1 ) ; ViewHelper . setTranslationY ( arg0 , arg0 . getHeight ( ) / 3 ) ; ViewPropertyAnimator . animate ( arg0 ) . setInterpolator ( new AccelerateDecelerateInterpolator ( ) ) . setDuration ( arg2 ) . rotationX ( 0 ) . translati... | lifting view concode_field_sep int SCALE_UP_DURATION concode_elem_sep boolean LOLLIPOP_PLUS concode_field_sep SupportAnimator createCircularReveal concode_elem_sep void onAnimationCancel concode_elem_sep void onAnimationRepeat concode_elem_sep void onAnimationEnd concode_elem_sep Animator.AnimatorListener getRevealFini... |
Object function ( FacesContext arg0 , UIComponent arg1 ) { if ( haveSavedValue ) return savedValue ; else return getValue ( arg0 , arg1 ) ; } | if we did save away the value , then just access it , but if we did n't save it away , then we 'll want the most up-to-date value concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concode_elem_sep boolean haveSavedValue concode_elem_sep bool... |
void function ( @ Observes AfterBeanDiscovery arg0 , BeanManager arg1 ) { for ( final String loc0 : ids ) { BeanBuilder < Person > loc1 = new BeanBuilder < Person > ( arg1 ) . beanClass ( Person . class ) . types ( Person . class , Object . class ) . qualifiers ( new ByIdLiteral ( loc0 ) ) . beanLifecycle ( new PersonC... | this method is fired when cdi has fully completed the bean discovery process concode_field_sep List<String> ids concode_field_sep void processInjectionTarget |
boolean function ( @ ParamDoc ( name = "srini_string" , text = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" , text = "srini_string" ) String arg1 , @ ParamDoc ( name = "srini_string" , text = "srini_string" ) List < Pair > arg2 ) { return sendMiosActionInternal ( arg0 , arg1 , arg2 ) ; } | sends an action invocation to a device at a mios unit , with parameters . concode_field_sep Logger logger concode_field_sep boolean sendMiosSceneInternal concode_elem_sep boolean sendMiosSceneInternal concode_elem_sep String getName concode_elem_sep boolean sendMiosActionInternal concode_elem_sep boolean sendMiosAction... |
void function ( long arg0 ) { this . startTime = arg0 ; } | sets snapshot start time concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedS... |
int function ( String arg0 , int arg1 ) { if ( wordsTimeMap . containsKey ( arg0 ) ) { return wordsTimeMap . get ( arg0 ) . get ( arg1 ) ; } return 0 ; } | returns the absolute count of word in the given year . if the word did not appear in the given year , return 0 . concode_field_sep TreeMap<Integer,YearlyRecord> wordsByYearMap concode_elem_sep TimeSeries<Long> countsMap concode_elem_sep TreeMap<String,TimeSeries<Integer>> wordsTimeMap concode_field_sep void representWo... |
OptionBuilder function ( char arg0 ) { OptionBuilder . valuesep = arg0 ; return INSTANCE ; } | the next option created uses sep as a means to separate argument values . example : option opt = optionbuilder.withvalueseparator ' ='-rrb- . create 'd ' ; string args = '' - dkey = value '' ; commandline line = parser.parse args ; string propertyname = opt.getvalue 0 ; / / will be `` key '' string propertyvalue = opt.... |
JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; } | produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep... |
String function ( String arg0 , PubSubMessageCodec < T > arg1 ) { PubSubMessage < T > loc0 = new PubSubMessage < T > ( ) ; loc0 . setType ( PubSubMessageType . SUBSCRIBE ) ; loc0 . setTopic ( arg0 ) ; return arg1 . formatMessage ( loc0 ) ; } | constructsubscribemessage . concode_field_sep ObjectMapper mapper concode_field_sep String formatMessage concode_elem_sep PubSubMessage<T> parseMessage concode_elem_sep String constructUnsubscribeMessage concode_elem_sep String constructSubscribeNumSubscribersMessage concode_elem_sep String constructPublishMessage conc... |
ByTopicRecordTranslator < K , V > function ( String arg0 , Func < ConsumerRecord < K , V > , List < Object >> arg1 , Fields arg2 , String arg3 ) { return forTopic ( arg0 , new SimpleRecordTranslator < > ( arg1 , arg2 , arg3 ) ) ; } | configure a translator for a given topic . concode_field_sep Map<String,Fields> streamToFields concode_elem_sep Map<String,RecordTranslator<K,V>> topicToTranslator concode_elem_sep long serialVersionUID concode_elem_sep RecordTranslator<K,V> defaultTranslator concode_field_sep void cacheNCheckFields concode_elem_sep Li... |
int function ( ) { return ( int ) chk . getValue ( ) ; } | return the alder checksum , which is a 32bit value . concode_field_sep byte[] a concode_elem_sep ThreadLocal<ChecksumUtility> threadChk concode_elem_sep Adler32 chk concode_field_sep ChecksumUtility getCHK concode_elem_sep int checksum concode_elem_sep int checksum concode_elem_sep int checksum concode_elem_sep int che... |
void function ( final ForEachEvaluator < T > arg0 ) { forEach ( arg0 , IterationDirection . FORWARD ) ; } | iterates over each element in the ringbuffer , calling the foreachevaluator #evaluate object evaluate method on each element in the ringbuffer . if the evaluator returns false , the method will skip all remaining elements in the ringbuffer ; otherwise , the next element will be evaluated until all elements have been ev... |
boolean function ( Object arg0 ) { return false ; } | this is a host data type , nothing is compatible with it . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . concode_field_sep byte[] buf concode_elem_sep BigInteger value concode_elem_sep short max_size concode_field_sep short... |
void function ( int arg0 ) { try { final IStatusBarService loc0 = getService ( ) ; if ( loc0 != null ) { loc0 . disable ( arg0 , mToken , mContext . getPackageName ( ) ) ; } } catch ( RemoteException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | disable some features in the status bar . pass the bitwise-or of the disable _ flags . to re-enable everything , pass #disable_none . concode_field_sep int DISABLE_SYSTEM_INFO concode_elem_sep int DISABLE_CLOCK concode_elem_sep int DISABLE_NAVIGATION concode_elem_sep int DISABLE_RECENT concode_elem_sep int DISABLE_NONE... |
BuildOptions function ( Set < Class < ? extends FragmentOptions >> arg0 ) { Builder loc0 = loc0 ( ) ; for ( FragmentOptions loc1 : fragmentOptionsMap . values ( ) ) { if ( arg0 . contains ( loc1 . getClass ( ) ) || loc1 instanceof BuildConfiguration . Options ) { loc0 . add ( loc1 ) ; } } return loc0 . build ( ) ; } | returns an equivalent instance to this one with only options from the given fragmentoptions classes . concode_field_sep ImmutableMap<Class<? extends FragmentOptions>,FragmentOptions> fragmentOptionsMap concode_elem_sep Map<Class<? extends FragmentOptions>,FragmentOptions> builderMap concode_elem_sep BuildOptions origin... |
boolean function ( Class < ? > arg0 ) { return false ; } | implementation details : always returns false concode_field_sep ResultSet results concode_elem_sep Logger logger concode_elem_sep GetQueryResultsResponse result concode_field_sep String getSchemaName concode_elem_sep boolean isCaseSensitive concode_elem_sep String getCatalogName concode_elem_sep boolean isSigned concod... |
String function ( ) { return comment ; } | getter for the field comment . concode_field_sep String groupName concode_elem_sep String statusName concode_elem_sep String deviceTypeName concode_elem_sep String comment concode_elem_sep String deviceName concode_field_sep String getGroupName concode_elem_sep void setGroupName concode_elem_sep void setDeviceName conc... |
byte [ ] function ( String arg0 , String arg1 , byte [ ] arg2 , String arg3 ) { PrivateKey loc0 = repositorio . getPrivateKey ( arg0 , arg1 ) ; return assinatura . assinaString ( loc0 , arg2 , arg3 ) ; } | assina digitalmente uma string . concode_field_sep AssinaturaDigital assinatura concode_elem_sep Repositorio repositorio concode_elem_sep Cripto cripto concode_elem_sep Hashing hashing concode_field_sep byte[] descriptografaDes concode_elem_sep void descriptografaDes concode_elem_sep SecretKey getSecretKey concode_elem... |
Role function ( Long arg0 ) { try { return ar . com . tsoluciones . arcom . security . services . RoleService . getRole ( arg0 ) ; } catch ( HibernateException loc0 ) { throw new InternalErrorException ( "srini_string" , loc0 , arg0 ) ; } } | devuelve un rol en base al id recibido concode_field_sep PlaceHolder placeHolder concode_field_sep List<User> getUserByRole concode_elem_sep Role getByName concode_elem_sep void save concode_elem_sep List<Role> getRolesAll concode_elem_sep void update concode_elem_sep Role findByName concode_elem_sep void delete concod... |
void function ( XMLGregorianCalendar arg0 ) { this . nextUpdate = arg0 ; } | sets the value of the nextupdate property . concode_field_sep XMLGregorianCalendar dateTime concode_elem_sep String reason concode_elem_sep XmlSigningCertificateType signingCertificate concode_elem_sep String sourceAddress concode_elem_sep XmlCertificateChainType certificateChain concode_elem_sep XmlBasicSignatureType ... |
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 ( String arg0 , Verbosity arg1 ) { if ( ! quiet ) { switch ( arg1 ) { case ALWAYS : System . out . println ( arg0 ) ; break ; case VERBOSE : if ( verbose ) System . out . println ( arg0 ) ; break ; } } } | print the specified string to stdout if the current verbosity allows it and this printer is not silenced . concode_field_sep boolean verbose concode_elem_sep boolean quiet concode_field_sep void error concode_elem_sep void setVerbosity |
void function ( final String arg0 ) { matcher . unregister ( arg0 ) ; } | removes registered handler , if exists , for the given pattern . concode_field_sep UriPatternMatcher matcher concode_field_sep NHttpRequestHandler lookup concode_elem_sep void setHandlers concode_elem_sep void register |
void function ( Class < K > arg0 ) { int loc0 = findIndex ( arg0 ) ; if ( loc0 > - 1 ) influencers . removeIndex ( loc0 ) ; } | removes the influencer of the given type . concode_field_sep BoundingBox boundingBox concode_elem_sep ParticleControllerRenderer<?,?> renderer concode_elem_sep Matrix4 transform concode_elem_sep float deltaTime concode_elem_sep String name concode_elem_sep Array<Influencer> influencers concode_elem_sep float DEFAULT_TI... |
String function ( ) { return filter ; } | returns the filter associated with the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep Alias routing concode_elem_sep String searchRouting concode_elem_sep Alias searchRouting concode_elem_sep void writeTo co... |
float function ( ) { return length ( x , y ) ; } | return the euclidian distance from 0,0 to the point concode_field_sep Parcelable.Creator<PointF> CREATOR concode_elem_sep float x concode_elem_sep float y concode_field_sep void set concode_elem_sep void set concode_elem_sep void offset concode_elem_sep void negate concode_elem_sep int hashCode concode_elem_sep boolean... |
byte [ ] function ( IFile arg0 ) { InputStream loc0 = null ; try { loc0 = new BufferedInputStream ( arg0 . getContents ( true ) ) ; } catch ( CoreException loc1 ) { throw new ModelWorkspaceException ( loc1 ) ; } try { return getInputStreamAsByteArray ( loc0 , - 1 ) ; } finally { loc0 . close ( ) ; } } | returns the given file 's contents as a byte array . concode_field_sep int DEFAULT_READING_SIZE concode_field_sep byte[] getInputStreamAsByteArray |
void function ( final Cell < T > arg0 , final StringConverter < T > arg1 , final ChoiceBox < T > arg2 ) { updateItem ( arg0 , arg1 , null , null , arg2 ) ; } | choicebox convenience concode_field_sep StringConverter<?> defaultStringConverter concode_elem_sep int TREE_VIEW_HBOX_GRAPHIC_PADDING concode_elem_sep StringConverter<?> defaultTreeItemStringConverter concode_field_sep Node getGraphic concode_elem_sep ChoiceBox<T> createChoiceBox concode_elem_sep void startEdit concode... |
Session function ( ) { return sessionFactory . getCurrentSession ( ) ; } | returns hibernate session concode_field_sep SessionFactory sessionFactory concode_field_sep List<Shipment> selectAll concode_elem_sep List<Shipment> search concode_elem_sep void deleteById concode_elem_sep void insert concode_elem_sep void update concode_elem_sep Shipment selectById concode_elem_sep void delete concode... |
Session function ( String arg0 , boolean arg1 ) { sysSession . currentSchema = sysSession . database . schemaManager . getSchemaHsqlName ( arg0 ) ; sysSession . isProcessingScript = arg1 ; sysSession . isProcessingLog = false ; sysSession . setUser ( sysSession . database . getUserManager ( ) . getSysUser ( ) ) ; retur... | retrieves the special sys session . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep void removeSchemaReference concode_elem_sep Session newSession concode_elem_s... |
String function ( ) { return toJson ( ) . toString ( ) ; } | helper method for debugging . use stringify for formal json conversion . concode_field_sep String FILE_PICK_REMOVE concode_elem_sep ArrayList<IFilePickListListener<T>> listeners concode_elem_sep int maxSize concode_elem_sep String FILE_PICK_ADD concode_elem_sep ArrayList<T> filePickList concode_field_sep void add conco... |
void function ( String arg0 ) { this . dataType = arg0 ; } | sets the swagger header data type . 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 name concode_elem_sep String description concode_elem_sep CollectionFormat collection... |
UserRoleList function ( ) { return new UserRoleList ( ) ; } | create an instance of userrolelist concode_field_sep PlaceHolder placeHolder concode_field_sep Groups createGroups concode_elem_sep AuthenticateArg createAuthenticateArg concode_elem_sep Responsibility createResponsibility concode_elem_sep DomainUserMappingList createDomainUserMappingList concode_elem_sep ProcurementCo... |
void function ( EditSession arg0 ) { for ( int loc0 = 0 ; loc0 < size . getBlockX ( ) ; ++ loc0 ) { for ( int loc1 = 0 ; loc1 < size . getBlockY ( ) ; ++ loc1 ) { for ( int loc2 = 0 ; loc2 < size . getBlockZ ( ) ; ++ loc2 ) { data [ loc0 ] [ loc1 ] [ loc2 ] = arg0 . getBlock ( new Vector ( loc0 , loc1 , loc2 ) . add ( ... | copy to the clipboard . concode_field_sep BaseBlock[][][] data concode_elem_sep Vector offset concode_elem_sep Vector size concode_elem_sep Vector origin concode_elem_sep Vector relativePosition concode_elem_sep LocalEntity entity concode_elem_sep List<CopiedEntity> entities concode_field_sep LocalEntity[] pasteEntitie... |
Langs function ( ) { return langs ; } | gets the value of the langs property . concode_field_sep Parent parent concode_elem_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep List<Tracked> tracked concode_elem_sep long serialVersionUID concode_elem_sep String label concode_elem_sep Descriptions descriptions concod... |
void function ( String arg0 ) { this . governingAgreementRef = arg0 ; } | sets the value of the governingagreementref property . concode_field_sep String governingAgreementRef concode_field_sep String getGoverningAgreementRef |
void function ( Throwable arg0 ) { if ( logger . isLoggable ( SEVERE ) ) { logger . log ( SEVERE , arg0 . getMessage ( ) , arg0 ) ; } } | logs a message at error level . the value of exception.getmessage will be used as the log message . usage example : logger.error e ; concode_field_sep java.util.logging.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug ... |
boolean function ( Node < Value > arg0 ) { if ( arg0 == null ) return false ; Node < Value > loc0 = insert ( root , arg0 ) ; if ( root == null ) { root = loc0 ; } return ( loc0 != null ) ; } | inserts a node into the existing tree . concode_field_sep Node<Value> root concode_field_sep ArrayList<LinkedList<Node<Value>>> buildLinkedListByLevel concode_elem_sep void printByLevel concode_elem_sep void printInOrder concode_elem_sep void printInOrder concode_elem_sep Node<Value> findParentNode concode_elem_sep voi... |
Image function ( Object arg0 , int arg1 ) { return getImageLabel ( computeDescriptor ( arg0 , arg1 ) ) ; } | returns the icon for a given element . the icon depends on the element type and element properties . if configured , overlay icons are constructed for isourcereferences . concode_field_sep Point BIG_SIZE concode_elem_sep int OVERLAY_ICONS concode_elem_sep int LIGHT_TYPE_ICONS concode_elem_sep ImageDescriptor DESC_OBJ_P... |
void function ( ) { containingMap . remove ( handle ) ; } | releases resources for this instance and removes this instance from the containing map . concode_field_sep Session session concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Result bindResult concode_elem_sep Object[] parameters concode_elem_sep String lcQuery concode_elem_sep Map contain... |
boolean function ( ) { return state == State . INITIALIZED ; } | returns true if the state is initialized . concode_field_sep State state concode_field_sep boolean moveToClosed concode_elem_sep boolean stopped concode_elem_sep boolean canMoveToStarted concode_elem_sep boolean moveToStopped concode_elem_sep boolean stoppedOrClosed concode_elem_sep boolean closed concode_elem_sep bool... |
int function ( ) { return 0 ; } | optionally , the order of the filter . execution is done from lowest value to highest . it is a good practice to allow to configure this for the relevant filter . concode_field_sep PlaceHolder placeHolder concode_field_sep void process concode_elem_sep void close |
void function ( DomainInfo arg0 ) { this . domainInfo = arg0 ; } | contains general information about a domain . concode_field_sep DomainInfo domainInfo concode_elem_sep DomainConfiguration configuration concode_field_sep DomainDetail withConfiguration concode_elem_sep DomainConfiguration getConfiguration concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep D... |
void function ( Message arg0 ) { if ( tcp_conn != null ) { last_time = System . currentTimeMillis ( ) ; byte [ ] loc0 = arg0 . toString ( ) . getBytes ( ) ; tcp_conn . send ( loc0 ) ; } } | sends a message concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep void halt concode_elem_sep long getLastTimeMillis conc... |
SSLSocketFactory function ( ) { return spiImpl . engineGetSocketFactory ( ) ; } | returns a socket factory for this instance . concode_field_sep String protocol concode_elem_sep Engine ENGINE concode_elem_sep Provider provider concode_elem_sep String SERVICE concode_elem_sep SSLContextSpi spiImpl concode_elem_sep SSLContext DEFAULT concode_field_sep SSLServerSocketFactory getServerSocketFactory conc... |
void function ( String [ ] arg0 ) { In loc0 = new In ( arg0 [ 0 ] ) ; int [ ] loc1 = loc0 . readAllInts ( ) ; StaticSETofInts loc2 = new StaticSETofInts ( loc1 ) ; while ( ! StdIn . isEmpty ( ) ) { int loc3 = StdIn . readInt ( ) ; if ( ! loc2 . contains ( loc3 ) ) StdOut . println ( loc3 ) ; } } | reads in a sequence of integers from the whitelist file , specified as a command-line argument . reads in integers from standard input and prints to standard output those integers that are not in the file . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( ) { writeStream . flush ( ) ; } | implements java.io.flushable . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int GZ... |
boolean function ( ) { return primaryGroup ; } | return whether this group identification number gid represents the primary group to which this user belongs . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep java.util.ResourceBundle rb concode_elem_sep boolean primaryGroup concode_field_sep String getName concode_elem_sep int hash... |
void function ( ) { StrokeMap loc0 = new StrokeMap ( ) ; loc0 . put ( "srini_string" , new BasicStroke ( 1.1f ) ) ; assertEquals ( new BasicStroke ( 1.1f ) , loc0 . getStroke ( "srini_string" ) ) ; boolean loc1 = false ; try { loc0 . put ( null , new BasicStroke ( 1.1f ) ) ; } catch ( IllegalArgumentException loc2 ) { ... | some checks for the put method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testCloning concode_elem_sep void testSerialization1 concode_elem_sep void testGetStroke concode_elem_sep void testEquals |
int function ( ) { return ++ labelCount ; } | increment the label count and return it . concode_field_sep DynamicNodeUserObject selectedNodeObject concode_elem_sep String ROOT_NODE_TEXT concode_elem_sep DefaultTreeModel model concode_elem_sep int labelCount concode_field_sep DefaultTreeModel getModel concode_elem_sep void setSelectedNodeObject concode_elem_sep boo... |
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; } | get the type code of the dynfixed . concode_field_sep PlaceHolder placeHolder concode_field_sep DynFixed extract concode_elem_sep DynFixed read concode_elem_sep void insert concode_elem_sep DynFixed narrow concode_elem_sep String id concode_elem_sep void write concode_elem_sep DynFixed unchecked_narrow |
java . lang . String function ( ) { return _favoriteSite . getUserUuid ( ) ; } | returns the user uuid of this favorite site . concode_field_sep FavoriteSite _favoriteSite concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId co... |
java . util . Date function ( ) { return dataFim ; } | gets the datafim value for this ossturbonetadslusereportin . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Date dataFim concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn os... |
void function ( boolean arg0 ) { this . serialize = arg0 ; } | setter to tell the cache to serialize objects concode_field_sep int requests concode_elem_sep CacheController controller concode_elem_sep int hits concode_elem_sep String resource concode_elem_sep Log log concode_elem_sep long flushIntervalSeconds concode_elem_sep Object NULL_OBJECT concode_elem_sep boolean readOnly co... |
QueryResultList function ( ) { return new QueryResultList ( ) ; } | create an instance of queryresultlist concode_field_sep QName BATCH_INFO_QNAME concode_elem_sep QName RESULT_LIST_QNAME concode_elem_sep QName JOB_INFO_QNAME concode_elem_sep QName ERROR_QNAME concode_elem_sep QName BATCH_INFO_LIST_QNAME concode_elem_sep QName QUERY_RESULT_QNAME concode_elem_sep QName RESULTS_QNAME con... |
void function ( long arg0 ) { this . sequenceNumber = arg0 ; } | sets the value of the sequencenumber property . concode_field_sep List<SecurityGroupRule> ingressRules concode_elem_sep long sequenceNumber concode_elem_sep String vmName concode_elem_sep long vmId concode_elem_sep String signature concode_elem_sep String vmIp concode_elem_sep String vmMac concode_elem_sep List<Securit... |
void function ( String arg0 , String arg1 , String arg2 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } Part loc0 = new ImagePart ( arg0 , arg1 , arg2 ) ; appendPart ( loc0 ) ; } | convenience method to construct a new image part for multipart posting and append it to the buffer of parts concode_field_sep String boundary concode_elem_sep Part[] mParts concode_elem_sep int partIdx concode_elem_sep NameValuePair[] mHeaders concode_elem_sep int headerIdx concode_elem_sep String contentType concode_f... |
void function ( DataSource arg0 ) { this . jdbcTemplate = new JdbcTemplate ( arg0 ) ; } | set the datasource to use to obtain database connections . will implicitly create a new jdbctemplate with the given datasource . concode_field_sep PropertiesBeanDefinitionReader propReader concode_elem_sep JdbcTemplate jdbcTemplate concode_field_sep void loadBeanDefinitions concode_elem_sep void setJdbcTemplate |
UserGroupInformation function ( String arg0 ) { UserGroupInformation loc0 = userUgiMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = UserGroupInformation . createProxyUser ( arg0 , UserGroupInformation . getLoginUser ( ) ) ; userUgiMap . putIfAbsent ( arg0 , loc0 ) ; } return loc0 ; } | create a proxy ugi object for the proxy user . concode_field_sep ThreadLocal<CurrentUser> CURRENT_USER concode_elem_sep Logger AUDIT concode_elem_sep ConcurrentMap<String,UserGroupInformation> userUgiMap concode_elem_sep Logger LOG concode_elem_sep String proxyUser concode_elem_sep String authenticatedUser concode_fiel... |
Condition function ( Text arg0 ) { checkArgument ( arg0 != null , "srini_string" ) ; this . val = new ArrayByteSequence ( arg0 . getBytes ( ) , 0 , arg0 . getLength ( ) ) ; return this ; } | this method sets the expected value of a column . in order for the condition to pass the column must exist and have this value . if a value is not set , then the column must be absent for the condition to pass . see #setvalue byte . concode_field_sep ByteSequence val concode_elem_sep ByteSequence EMPTY concode_elem_sep... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.