code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Iterator function ( ) { if ( children == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( children . iterator ( ) ) ; } | return an iterator of all children of this node . if there are no children , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_el... |
float function ( String arg0 ) { return library . getFloat ( entries , arg0 ) ; } | gets a float specified by the key in the dictionary entries . if the value is a reference , the float value that the reference points to is returned . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep R... |
Builder function ( ByteSizeValue arg0 ) { this . bulkSize = arg0 ; return this ; } | sets when to flush a new bulk request based on the size of actions currently added . defaults to 5mb . can be set to -1 to disable it . concode_field_sep BulkRequestHandler bulkRequestHandler concode_elem_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_el... |
void function ( Object ... arg0 ) { cache . invalidate ( getCacheKey ( arg0 ) ) ; } | remove the value associated with the group of args from thecache . concode_field_sep Cache<HashCode,T> cache concode_elem_sep int CONCURRENCY_LEVEL concode_elem_sep int INITIAL_CAPACITY concode_field_sep HashCode getCacheKey concode_elem_sep T get concode_elem_sep void put |
java . util . Calendar function ( ) { return TS_FechaFinal ; } | gets the ts_fechafinal value for this tramosdesesionsdttramosdesesionsdtitem . concode_field_sep java.util.Calendar TS_FechaFinal concode_elem_sep java.util.Calendar TS_FechaInicial concode_elem_sep int ssn_Codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int TS_Diario concode_elem_sep boolean __h... |
byte [ ] function ( byte [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { index ++ ; if ( index == size ) { h = hash ( cat ( skey , h ) ) ; index = 0 ; } loc0 [ loc1 ] = ( byte ) ( arg0 [ loc1 ] ^ h [ index ] ) ; } return loc0 ; } | encrypts a block of bytes concode_field_sep int size concode_elem_sep byte[] h concode_elem_sep byte[] skey concode_elem_sep int index concode_field_sep void init concode_elem_sep byte[] sub concode_elem_sep String asHex concode_elem_sep byte[] encrypt concode_elem_sep byte[] cat concode_elem_sep byte[] clone concode_e... |
void function ( boolean arg0 ) { m_Debug = arg0 ; } | enables or disables the output of debug information if the derived kernel supports that concode_field_sep long serialVersionUID concode_elem_sep boolean m_ChecksTurnedOff concode_elem_sep Instances m_data concode_elem_sep boolean m_Debug concode_field_sep Enumeration listOptions concode_elem_sep Kernel makeCopy concode... |
void function ( String arg0 ) { if ( verbose ) { indent ( indentLevel + 1 ) ; log . print ( arg0 ) ; } } | adds given string to the log if we are in verbose mode . concode_field_sep boolean verbose concode_elem_sep boolean nothrow concode_elem_sep PrintWriter log concode_elem_sep boolean needLineFeed concode_elem_sep boolean exitcode concode_elem_sep int indentLevel concode_elem_sep Hashtable testMethods concode_elem_sep St... |
String function ( ) { return this . id ; } | the identifier of the object that contains the validation warning . concode_field_sep com.amazonaws.internal.SdkInternalList<String> warnings concode_elem_sep String id concode_field_sep int hashCode concode_elem_sep java.util.List<String> getWarnings concode_elem_sep boolean equals concode_elem_sep ValidationWarning c... |
void function ( String arg0 ) { m_colSQL = arg0 ; } | set col sql concode_field_sep boolean m_isVisible concode_elem_sep int m_DisplayType concode_elem_sep boolean m_readOnly concode_elem_sep String m_keyPairColSQL concode_elem_sep Class<?> m_colClass concode_elem_sep boolean m_colorColumn concode_elem_sep String m_colHeader concode_elem_sep String m_colSQL concode_field_... |
Keymap function ( ) { if ( mutable != null ) mutable . copyTo ( original ) ; return original ; } | applies all changes from the mutable copy to the original one . concode_field_sep KeymapImpl original concode_elem_sep KeymapImpl mutable concode_field_sep void setName concode_elem_sep Keymap getParent concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_se... |
Typeface function ( String arg0 , int arg1 ) { styleBuffer [ 0 ] = arg1 ; Font loc0 = mFontLoader . getFont ( arg0 , styleBuffer ) ; if ( loc0 != null ) { return new Typeface ( arg0 , styleBuffer [ 0 ] , loc0 ) ; } return null ; } | create a typeface object given a family name , and option style information . if null is passed for the name , then the `` default '' font will be chosen . the resulting typeface object can be queried getstyle to discover what its `` real '' style characteristics are . concode_field_sep FontLoader mFontLoader concode_e... |
Attribute function ( final ClassReader arg0 , final int arg1 , final int arg2 , final char [ ] arg3 , final int arg4 , final Label [ ] arg5 ) { Attribute loc0 = new Attribute ( type ) ; loc0 . value = new byte [ arg2 ] ; System . arraycopy ( arg0 . b , arg1 , loc0 . value , 0 , arg2 ) ; return loc0 ; } | reads a #type type attribute . this method must return anew attribute object , of type #type type , corresponding to the len bytes starting at the given offset , in the given class reader . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels co... |
List < HueBridge > function ( ) { Result loc0 = new HttpClient ( ) . get ( "srini_string" ) ; if ( loc0 . getResponseCode ( ) == 200 ) { return new Gson ( ) . fromJson ( loc0 . getBody ( ) , PortalDiscoveryResult . gsonType ) ; } else { throw new IOException ( ) ; } } | search for local bridges using the portal api . see : http://developers.meethue.com/5_portalapi.html concode_field_sep PlaceHolder placeHolder concode_field_sep List<HueBridge> searchUPnP concode_elem_sep void onBridgeDiscovered |
String function ( String arg0 ) { return arg0 . substring ( 0 , arg0 . length ( ) ) ; } | extract and return the primitive type of a collection from the fieldname . concode_field_sep PlaceHolder placeHolder concode_field_sep String getBeanNameFormat concode_elem_sep String getBeanPropertyFormat concode_elem_sep String getOppositeRelationType concode_elem_sep String getIsoCode concode_elem_sep int getOpposit... |
int function ( ) { return amount ; } | returns the amount of product s to be ordered . concode_field_sep int amount concode_elem_sep Long productId concode_elem_sep BigDecimal price concode_field_sep BigDecimal getTotal concode_elem_sep BigDecimal getUnitPrice concode_elem_sep Long getProductId |
InetSocketAddress function ( ) { return this . endpoint ; } | returns the endpoint . concode_field_sep int IPV6_MESSAGE_LENGTH concode_elem_sep int IPV4_FAMILY concode_elem_sep InetSocketAddress endpoint concode_elem_sep int length concode_elem_sep int IPV4_MESSAGE_LENGTH concode_elem_sep int ipFamily concode_elem_sep int IPV6_FAMILY concode_elem_sep int transactionId concode_fie... |
void function ( Bundle arg0 ) { arg0 . putBoolean ( "srini_string" , mSlidingMenu . isMenuShowing ( ) ) ; arg0 . putBoolean ( "srini_string" , mSlidingMenu . isSecondaryMenuShowing ( ) ) ; } | called to retrieve per-instance state from an activity before being killed so that the state can be restored in oncreate bundle or onrestoreinstancestate bundle the bundle populated by this method will be passed to both . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View m... |
void function ( ) { this . runningState = State . UNSTARTED ; this . splitState = SplitState . UNSPLIT ; } | resets the stopwatch . stops it if need be . this method clears the internal values to allow the object to be reused . concode_field_sep long NANO_2_MILLIS concode_elem_sep State runningState concode_elem_sep long startTimeMillis concode_elem_sep long startTime concode_elem_sep long stopTime concode_elem_sep SplitState... |
void function ( ) { dispose ( true ) ; } | disposes this backup instance and connection to the destination database . this is a convenience method , equivalent to dispose true . concode_field_sep SQLiteConnection mySource concode_elem_sep SQLiteConnection myDestination concode_elem_sep SQLiteController myDestinationController concode_elem_sep SQLiteController m... |
java . util . Date function ( ) { return _keHoachKiemDemNuoc . getNgayDong ( ) ; } | returns the ngay dong 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_... |
void function ( ) { if ( this . isStarted ) { this . isStarted = false ; this . closeImpl ( ) ; } } | closes this taskscheduler , ensuring that new tasks can not be created and cancelling existing tasks . concode_field_sep Cache<K,CancellableTask<K,T>> cancellableTaskMap concode_elem_sep boolean isStarted concode_field_sep Iterable<T> getScheduledTasks concode_elem_sep boolean cancel concode_elem_sep void closeImpl con... |
long function ( ) { return this . end ; } | returns the end date/time in milliseconds . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep long getStartMillis concode_elem_sep Date getStart concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep Dat... |
void function ( ) { platform . set ( null ) ; } | release the instance of platform . this method is invoked by osgi see the osgi-inf/component.xml file for additional details . concode_field_sep AtomicReference<Platform> platform concode_field_sep void setPlatform concode_elem_sep Platform getPlatform |
void function ( JInternalFrame arg0 , Rectangle arg1 ) { } | setpreviousbounds concode_field_sep String HAS_BEEN_ICONIFIED_PROPERTY concode_elem_sep int dragMode concode_elem_sep int DEFAULT_DRAG_MODE concode_elem_sep int FASTER_DRAG_MODE concode_elem_sep int OUTLINE_DRAG_MODE concode_field_sep boolean wasIcon concode_elem_sep void setWasIcon concode_elem_sep void removeIconFor ... |
void function ( float arg0 , float arg1 ) { setEMBase ( arg0 ) ; setEXBase ( arg1 ) ; } | sets the font relative base values . concode_field_sep float emBase concode_elem_sep boolean isFontEMRelative concode_elem_sep boolean isFontEXRelative concode_elem_sep float exBase concode_elem_sep float floatValue concode_elem_sep boolean isPercentage concode_elem_sep String value concode_field_sep float getValue con... |
void function ( ) { if ( ( currentRowNumber & 127 ) == 0 ) { session . getDatabase ( ) . setProgress ( DatabaseEventListener . STATE_STATEMENT_PROGRESS , sqlStatement , currentRowNumber , 0 ) ; } } | notifies query progress via the databaseeventlistener concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters c... |
void function ( String arg0 ) { boolean loc0 = false ; synchronized ( lock ) { loc0 = filters . remove ( arg0 ) ; } if ( loc0 ) Log . processTargetFilterRemove ( this , arg0 ) ; } | removes a filter from this target . concode_field_sep boolean usingDefaultFilter concode_elem_sep short level concode_elem_sep int INVALID_FILTER_STAR concode_elem_sep int loggerCount concode_elem_sep int INVALID_FILTER_CHARS concode_elem_sep String id concode_elem_sep List filters concode_elem_sep Object lock concode_... |
List < Move > function ( ) { return moves ; } | gets the list of moves for this problem . concode_field_sep List<State> finalStates concode_elem_sep int maximumQueueSize concode_elem_sep List<Move> moves concode_elem_sep int queueOperations concode_elem_sep List<State> initialStates concode_elem_sep List<Canvas> finalCanvases concode_elem_sep boolean useChooser conc... |
void function ( InputStream arg0 ) { value = new char [ arg0 . read_long ( ) ] ; arg0 . read_char_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; } | fill in the value field by reading the required datafrom the given stream . this method first reads the array size as corba long and then calls the org.omg.corba.portable.inputstream #read_char_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep char[] value concode_field_sep TypeCode _type concode_elem_s... |
int function ( ) { return 89 + set . hashCode ( ) ; } | gets a hash code compatible with the equals method . concode_field_sep CharSet ASCII_ALPHA_UPPER concode_elem_sep CharSet ASCII_NUMERIC concode_elem_sep Map<String,CharSet> COMMON concode_elem_sep CharSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Set<CharRange> set concode_elem_sep CharSet ASCII_ALP... |
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } | sets the value of the this property . concode_field_sep String newName concode_elem_sep String name concode_elem_sep ManagedObjectReference _this concode_field_sep void setName concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getName concode_elem_sep String getNewName concode_elem_sep void setNew... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.String designador concode_elem_sep int uploadRate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int downloadRate concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean possuiTV ... |
BeanDefinitionBuilder function ( Class < ? > arg0 , String arg1 ) { BeanDefinitionBuilder loc0 = new BeanDefinitionBuilder ( ) ; loc0 . beanDefinition = new RootBeanDefinition ( ) ; loc0 . beanDefinition . setBeanClass ( arg0 ) ; loc0 . beanDefinition . setFactoryMethodName ( arg1 ) ; return loc0 ; } | create a new beandefinitionbuilder used to construct a rootbeandefinition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefiniti... |
Annotation function ( ) { return create ( nextUniqueValue . getAndIncrement ( ) ) ; } | returns an annotation instance that is not equal to any other annotation instances , for use in creating distinct org.elasticsearch.common.inject.key s. concode_field_sep AtomicInteger nextUniqueValue concode_field_sep placeholderType placeHolder |
HttpServer function ( String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return create ( URI . create ( arg0 ) ) ; } | create a httpserver that registers the servletcontainer . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
BindingInfo function ( Service arg0 , String arg1 , Object arg2 ) { BindingInfo loc0 = createBindingInfo ( arg0 . getServiceInfos ( ) . get ( 0 ) , arg1 , arg2 ) ; if ( loc0 . getName ( ) == null ) { loc0 . setName ( new QName ( arg0 . getName ( ) . getNamespaceURI ( ) , arg0 . getName ( ) . getLocalPart ( ) + "srini_s... | creates a `` default '' bindinginfo object for the service . can return a subclass which can then process the extensors within the subclass . by default , just creates it for the first serviceinfo in the service concode_field_sep Bus bus concode_elem_sep Collection<String> activationNamespaces concode_field_sep Bus get... |
void function ( AuthToken arg0 ) { if ( arg0 == null ) return ; mSecurePrefs . edit ( ) . putString ( PREF_TOKEN , arg0 . getToken ( ) ) . commit ( ) ; if ( arg0 . getDateExpire ( ) != null ) mSecurePrefs . edit ( ) . putLong ( PREF_EXP_DATE , arg0 . getDateExpire ( ) . getTime ( ) ) . commit ( ) ; } | save the authtoken object on the secure shared preferences . concode_field_sep String PREF_TOKEN concode_elem_sep SecurePreferences mSecurePrefs concode_elem_sep String LASTED_DATE concode_elem_sep String ELAPSED concode_elem_sep String PREF_EXP_DATE concode_elem_sep String TAG concode_field_sep void clearDate concode_... |
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } int loc0 = arg0 . indexOf ( ' ' ) ; if ( loc0 != - 1 ) { return arg0 . substring ( 0 , loc0 ) ; } return arg0 ; } | see http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_date this function is dependent on the exact formatting of the mysql date/time string . concode_field_sep String[] FORMAT_REPLACE concode_elem_sep String DATE_TIME_FORMAT concode_field_sep int unixTimestamp concode_elem_sep int unixTimesta... |
void function ( RenderManager arg0 ) { this . renderManager = arg0 ; } | sets the render manager . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep PersistentFacesSt... |
void function ( LocaleContext arg0 ) { setLocaleContext ( arg0 , false ) ; } | associate the given localecontext with the current thread , not exposing it as inheritable for child threads . concode_field_sep ThreadLocal<LocaleContext> inheritableLocaleContextHolder concode_elem_sep ThreadLocal<LocaleContext> localeContextHolder concode_field_sep LocaleContext getLocaleContext concode_elem_sep Loc... |
void function ( final String arg0 , final Status arg1 ) { OneMeasurement loc0 = _measurementInterval == 1 ? getOpIntendedMeasurement ( arg0 ) : getOpMeasurement ( arg0 ) ; loc0 . reportStatus ( arg1 ) ; } | report a return code for a single db operation . concode_field_sep String MEASUREMENT_INTERVAL concode_elem_sep String MEASUREMENT_TYPE_PROPERTY concode_elem_sep String MEASUREMENT_TRACK_JVM_PROPERTY_DEFAULT concode_elem_sep Properties measurementproperties concode_elem_sep String MEASUREMENT_INTERVAL_DEFAULT concode_e... |
String function ( Object arg0 ) { try { return render ( arg0 ) ; } catch ( InterruptedException loc0 ) { Thread . currentThread ( ) . interrupt ( ) ; } catch ( Throwable loc0 ) { Exceptions . throwIfFatal ( loc0 ) ; } return arg0 . getClass ( ) . getName ( ) + ERROR_IN_RENDERING_SUFFIX ; } | receives items causing onerrorthrowable.onnextvalue and gives a chance to choose the stringrepresentation of the item in the onnextvalue stacktrace rendering . returns null if thistype of item is not managed and should use default rendering . note that primitive types are always rendered as their tostring value . if a ... |
PayerInfoType function ( ) { return payerInfo ; } | getter for payerinfo concode_field_sep PayerInfoType payerInfo concode_elem_sep MerchantPullInfoType merchantPullInfo concode_elem_sep PaymentInfoType paymentInfo concode_field_sep boolean isWhitespaceNode concode_elem_sep void setPaymentInfo concode_elem_sep void setMerchantPullInfo concode_elem_sep void setPayerInfo ... |
void function ( Example arg0 ) { this . example = arg0 ; } | sets the value of the example property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep String ... |
boolean function ( ) { return status . isOk ( ) ; } | convenience method that directly returns the isok state from the status object . concode_field_sep I value concode_elem_sep Status status concode_field_sep I getValue concode_elem_sep String getShortDataTypeId concode_elem_sep Bag getBag concode_elem_sep Status getStatus |
void function ( mxIEventListener arg0 ) { removeListener ( arg0 , null ) ; } | function : removelistener removes all occurances of the given listener from the list of listeners . concode_field_sep boolean eventsEnabled concode_elem_sep Object eventSource concode_elem_sep List<Object> eventListeners concode_field_sep void setEventsEnabled concode_elem_sep boolean isEventsEnabled concode_elem_sep v... |
void function ( String arg0 ) { this . prefix = arg0 ; } | set the prefix . concode_field_sep String localName concode_elem_sep String prefix concode_elem_sep String namespace concode_field_sep String getQualifiedName concode_elem_sep String getPrefix concode_elem_sep String getLocalName concode_elem_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolea... |
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } | gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_s... |
Resource function ( ) { return fairShare ; } | get the fair share assigned to this schedulable . concode_field_sep FairScheduler scheduler concode_elem_sep float fairSharePreemptionThreshold concode_elem_sep FSParentQueue parent concode_elem_sep SchedulingPolicy policy concode_elem_sep long fairSharePreemptionTimeout concode_elem_sep long minSharePreemptionTimeout ... |
CreateGlobalSecondaryIndexAction function ( java . util . Collection < KeySchemaElement > arg0 ) { setKeySchema ( arg0 ) ; return this ; } | the key schema for the global secondary index . concode_field_sep String indexName concode_elem_sep java.util.List<KeySchemaElement> keySchema concode_elem_sep Projection projection concode_elem_sep ProvisionedThroughput provisionedThroughput concode_field_sep CreateGlobalSecondaryIndexAction withProvisionedThroughput ... |
AuditCriterion function ( String arg0 , String arg1 ) { return new PropertyAuditExpression ( alias , propertyNameGetter , arg0 , arg1 , "srini_string" ) ; } | apply a `` less than or equal '' constraint to another property concode_field_sep PropertyNameGetter propertyNameGetter concode_elem_sep String alias concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AggregatedAuditExpression max... |
Constructor < T > function ( final Class < T > arg0 , final Class < ? > ... arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; try { return getAccessibleConstructor ( arg0 . getConstructor ( arg1 ) ) ; } catch ( final NoSuchMethodException loc0 ) { return null ; } } | finds a constructor given a class and signature , checking accessibility . this finds the constructor and ensures that it is accessible . the constructor signature must match the parameter types exactly . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isAccessible concode_elem_sep Constructor<T> ge... |
void function ( String arg0 , Throwable arg1 ) { errorTable . add ( new Status ( IStatus . ERROR , PlatformUI . PLUGIN_ID , 0 , arg0 , arg1 ) ) ; } | add a new entry to the error table with the passed information concode_field_sep List resourcesToExport concode_elem_sep String EXPORT_TITLE concode_elem_sep IResource resource concode_elem_sep List errorTable concode_elem_sep boolean clearSourceConnectionInfo concode_elem_sep boolean useCompression concode_elem_sep bo... |
void function ( Object arg0 ) { dispatcher . cancel ( arg0 ) ; } | cancels all scheduled tasks tagged with tag . requests that are already in flight might not be canceled . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_elem_sep List<String> DEFAULT_TRANSPORTS concode_elem_sep ... |
void function ( ) { dec ( 1 ) ; } | decrement the counter by one . concode_field_sep LongAdder count concode_field_sep long getCount concode_elem_sep void inc concode_elem_sep void inc |
boolean function ( String arg0 ) { try { Base64 . decode ( arg0 , Base64 . DEFAULT ) ; return true ; } catch ( IllegalArgumentException loc0 ) { return false ; } } | checks if the string is base64 encoded . concode_field_sep boolean isFileSystemEncrypted concode_elem_sep String PREFER_CIPHER_TRANSFORMATION concode_elem_sep String bestCipherAvailable concode_elem_sep String TAG concode_elem_sep String UTF8 concode_elem_sep String MAC_TRANSFORMATION concode_field_sep boolean init con... |
void function ( Long arg0 ) { this . processInstanceId = arg0 ; } | the id of the process instance concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId concode_elem_... |
void function ( byte [ ] arg0 ) { this . pdfBytes = ( ( byte [ ] ) arg0 ) ; } | sets the value of the pdfbytes property . concode_field_sep ExtResponseHeader extResponseHeader concode_elem_sep byte[] pdfBytes concode_elem_sep long serialVersionUID concode_field_sep void setExtResponseHeader concode_elem_sep byte[] getPdfBytes concode_elem_sep ExtResponseHeader getExtResponseHeader |
OozieClient function ( ) { return getClientCoord ( System . getProperty ( "srini_string" ) ) ; } | return a org.apache.oozie.client.oozieclient for localoozie . the returned instance is configured with the user name of the jvm the value of the system property ` user.name ' . the following methods of the client are nop in the returned instance : org.apache.oozie.client.oozieclient #validatewsversion , org.apache.oozi... |
String function ( ) { return requireSchemaAuthz ; } | dc : requireschemaauthz getter . concode_field_sep String requireSchemaAuthz concode_elem_sep List<Ace> aces concode_elem_sep String base concode_field_sep List<String> allows concode_elem_sep boolean allows concode_elem_sep String toJSON concode_elem_sep void setRequireSchemaAuthz concode_elem_sep List<Ace> getAceList... |
boolean function ( String arg0 ) { return false ; } | by specifying a in config.xml you can map a url using startswith atm to this method . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep void onDestroy concode_elem_sep Uri remapUri concode_elem_... |
void function ( Binder arg0 , TypeLiteral < T > arg1 ) { @ SuppressWarnings ( "srini_string" ) Key < DynamicMap < T >> loc0 = ( Key < DynamicMap < T >> ) Key . get ( Types . newParameterizedType ( DynamicMap . class , arg1 . getType ( ) ) ) ; arg0 . bind ( loc0 ) . toProvider ( new DynamicMapProvider < > ( arg1 ) ) . i... | declare a singleton dynamicmap with a binder . maps must be defined in a guice module before they can be bound : dynamicmap.mapof binder , new typeliteral < thing < bar > > ; bind new typeliteral < thing < bar > > . annotatedwith exports.named `` foo '' . to impl.class ; concode_field_sep String pluginName concode_elem... |
void function ( StringBuffer arg0 , String arg1 , String arg2 ) { this . appendLink ( arg0 , arg1 , arg2 , null ) ; } | generates a publiv navigation link concode_field_sep String localSpace concode_elem_sep String localRealm concode_elem_sep boolean useCache concode_elem_sep boolean withBreadcrumb concode_elem_sep boolean cachable concode_field_sep void appendCreateLink concode_elem_sep void setUseCache concode_elem_sep void setCachabl... |
void function ( Project arg0 ) { arg0 . getExtensions ( ) . getExtraProperties ( ) . set ( "srini_string" , RepackageTask . class ) ; } | register bootrepackage so that we can use task foo type : bootrepackage . concode_field_sep RepackageTask task concode_elem_sep String REPACKAGE_TASK_NAME concode_elem_sep Project project concode_field_sep void ensureTaskRunsOnAssembly concode_elem_sep void addLibraryDependencies concode_elem_sep void apply concode_ele... |
Formula function ( Clause arg0 ) { return new Formula ( clauses . add ( arg0 ) ) ; } | add a clause to this problem concode_field_sep ImList<Clause> clauses concode_field_sep ImList<Clause> getClauses concode_elem_sep Iterator<Clause> iterator concode_elem_sep Formula not concode_elem_sep int getSize concode_elem_sep Formula or concode_elem_sep Formula and concode_elem_sep Formula negate concode_elem_sep... |
Scheduler function ( ) { return INSTANCE . computationScheduler ; } | creates and returns a scheduler intended for computational work . this can be used for event-loops , processing callbacks and other computational work . do not perform io-bound work on this scheduler . use #io instead . unhandled errors will be delivered to the scheduler thread 's java.lang.thread.uncaughtexceptionhand... |
void function ( DestinationResolver arg0 ) { this . destinationResolver = arg0 ; } | set the destinationresolver to use or null if no destinationresolver should be associated with the factory by default . concode_field_sep DestinationResolver destinationResolver concode_elem_sep MessageConverter messageConverter concode_elem_sep JtaTransactionManager transactionManager concode_elem_sep JmsProperties jm... |
void function ( String arg0 ) { this . platform = arg0 ; } | sets the value of the platform property . concode_field_sep String division concode_elem_sep String wttid concode_elem_sep String route concode_elem_sep TrainMovementType movementType concode_elem_sep String line concode_elem_sep String locationStanox concode_elem_sep String platform concode_elem_sep XMLGregorianCalend... |
String function ( ) { return notice ; } | returns the notice . concode_field_sep float strokeWidth concode_elem_sep String fontName concode_elem_sep String weight concode_elem_sep int paintType concode_elem_sep float underlinePosition concode_elem_sep String notice concode_elem_sep int blueShift concode_elem_sep float blueScale concode_elem_sep List<Number> st... |
RequestCreator function ( float arg0 ) { data . rotate ( arg0 ) ; return this ; } | rotate the image by the specified degrees . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Builder data concode_elem_sep Drawable placeholderDrawable concode_elem_sep int placeholderResId concode_elem_sep int errorResId concode_elem_sep Drawable errorDrawable concod... |
JobTrackerConfig function ( ) { return new JobTrackerConfigReadOnly ( this ) ; } | gets immutable version of this configuration . concode_field_sep int DEFAULT_QUEUE_SIZE concode_elem_sep boolean communicateStats concode_elem_sep int DEFAULT_RETRY_COUNT concode_elem_sep TopologyChangedStrategy DEFAULT_TOPOLOGY_CHANGED_STRATEGY concode_elem_sep int queueSize concode_elem_sep int maxThreadSize concode_... |
void function ( String arg0 ) { this . action = arg0 ; } | the action for the rule that the request matched : allow , block , or count . concode_field_sep HTTPRequest request concode_elem_sep Long weight concode_elem_sep String action concode_elem_sep java.util.Date timestamp concode_field_sep void setRequest concode_elem_sep HTTPRequest getRequest concode_elem_sep SampledHTTP... |
void function ( int arg0 , int arg1 ) { pm . displayPlace ( tm , arg0 , arg1 ) ; } | place concode_field_sep UnitWorks uw concode_elem_sep TurnManager tm concode_elem_sep MapWorks mw concode_elem_sep UnitMap map concode_elem_sep PanelManager pm concode_elem_sep AnimeManager anime concode_elem_sep Body ba concode_field_sep void cancel concode_elem_sep boolean isNextPoint concode_elem_sep void action con... |
void function ( long arg0 ) { remote_cseq = arg0 ; } | sets the remote cseq number concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress l... |
int function ( ) { return getService ( ) . getResourceActionsCount ( ) ; } | returns the number of resource actions . concode_field_sep ResourceActionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal.kernel.model.R... |
TemporaryCredential function ( Integer arg0 ) { setValidForInMinutes ( arg0 ) ; return this ; } | the length of time in minutes that the grant is valid . when the grant expires , at the end of this period , the user will no longer be able to use the credentials to log in . if they are logged in at the time , they will be automatically logged out . concode_field_sep String password concode_elem_sep String instanceId... |
void function ( Vector3 arg0 , Vector3 arg1 ) { this . normal . set ( arg1 ) ; d = - arg0 . dot ( arg1 ) ; } | sets the plane to the given point and normal . concode_field_sep float d concode_elem_sep long serialVersionUID concode_elem_sep Vector3 normal concode_field_sep Vector3 getNormal concode_elem_sep float distance concode_elem_sep boolean isFrontFacing concode_elem_sep String toString concode_elem_sep PlaneSide testPoint... |
int function ( ) { return mergerCount ; } | get the partition count of s3filemerger operator concode_field_sep String secretAccessKey concode_elem_sep int mergerCount concode_elem_sep String endPoint concode_elem_sep String bucketName concode_elem_sep String outputDirectoryPath concode_elem_sep int timeOutWindowCount concode_elem_sep ProxyInputPort<AbstractBlock... |
void function ( ) { for ( Lookup loc0 : certLookups ) { loc0 . shutdown ( ) ; loc0 . free ( ) ; } if ( verifyParameter != null ) { verifyParameter . free ( ) ; } } | c : x509_store_free concode_field_sep GetIssuerFunction getIssuer concode_elem_sep CheckIssuedFunction checkIssued concode_elem_sep int cache concode_elem_sep CheckRevocationFunction checkRevocation concode_elem_sep List<Object> extraData concode_elem_sep GetIssuerFunction EMPTY concode_elem_sep CertificateCRLFunction ... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep long exitCount concode_elem_sep long entryCount concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_fiel... |
void function ( ) { double loc0 = RequestInput . getDouble ( "srini_string" ) ; System . out . println ( "srini_string" + loc0 ) ; } | test method for com.sqa.em.util.helper.requestinput #getdouble java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCharString concode_elem_sep void testAddStringElement concode_elem_sep void testGetString concode_elem_sep void testGetCharStringCharArray concode_elem_sep void testG... |
Authorizations function ( Authorizations arg0 ) { ArrayList < byte [ ] > loc0 = new ArrayList < > ( arg0 . getAuthorizations ( ) . size ( ) ) ; for ( byte [ ] loc1 : arg0 . getAuthorizations ( ) ) loc0 . add ( escape ( loc1 , false ) ) ; return new Authorizations ( loc0 ) ; } | creates a new authorizations object with escaped forms of the authorizations in the given object . concode_field_sep AuthorizationContainer auths concode_elem_sep AuthorizationContainer wrapped concode_field_sep boolean contains concode_elem_sep ByteSequence unescape concode_elem_sep boolean evaluate concode_elem_sep b... |
DefaultClientWebRequestBuilder function ( String arg0 , String ... arg1 ) { Arrays . stream ( arg1 ) . forEach ( value -> this . httpHeaders . add ( arg0 , value ) ) ; return this ; } | add an http request header concode_field_sep UriTemplateHandler uriTemplateHandler concode_elem_sep MultiValueMap<String,HttpCookie> cookies concode_elem_sep List<ClientWebRequestPostProcessor> postProcessors concode_elem_sep HttpHeaders httpHeaders concode_elem_sep HttpMethod httpMethod concode_elem_sep Publisher<?> b... |
void function ( Integer arg0 ) { this . subCategoryParentId = arg0 ; } | setter method for subcategoryparentid concode_field_sep Integer subCategoryStatus concode_elem_sep Integer subCategoryParentId concode_elem_sep Date subCategoryModifiedDate concode_elem_sep String subCategoryModifiedBy concode_elem_sep long serialVersionUID concode_elem_sep String subCategoryCreatedBy concode_elem_sep ... |
String function ( ) { return "srini_string" ; } | returns the string representing the end double underline concode_field_sep HeaderRecord headerRecord concode_elem_sep String left concode_elem_sep String center concode_elem_sep String right concode_field_sep String date concode_elem_sep String startUnderline concode_elem_sep String getCenter concode_elem_sep void setL... |
List < Element > function ( ) { if ( this . any == null ) { this . any = new ArrayList < Element > ( ) ; } return any ; } | gets the value of the any property . concode_field_sep List<SphereType> spheres concode_elem_sep List<IdentityType> identities concode_elem_sep List<ValidityType> validities concode_elem_sep List<Element> any concode_field_sep List<SphereType> getSpheres concode_elem_sep List<IdentityType> getIdentities concode_elem_se... |
long function ( ) { return _projectsEntry . getPrimaryKey ( ) ; } | returns the primary key of this projects entry . concode_field_sep ProjectsEntry _projectsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel c... |
BigDecimal function ( ) { return bidPrice ; } | returns the bid price concode_field_sep Item item concode_elem_sep Bidder bidder concode_elem_sep Date bidDate concode_elem_sep Long id concode_elem_sep BigDecimal bidPrice concode_field_sep Long getBidId concode_elem_sep Bidder getBidder concode_elem_sep void setBidDate concode_elem_sep void setBidId concode_elem_sep ... |
Calendar function ( ) { return endOfMonth ( now ( ) ) ; } | returns the date of the last day of the current month concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep Calendar dateToCalendar concode_elem_sep String format concode_elem_sep int currentMonth concode_elem_sep Calendar beginningOfMonth concode_elem_sep Calendar endOfMonth... |
ContentHandler function ( final ContentHandler arg0 ) { return null ; } | get the handler for rewriting the xml . concode_field_sep boolean success concode_elem_sep boolean complete concode_field_sep boolean isSuccessful concode_elem_sep void success concode_elem_sep void waitForCompletion concode_elem_sep boolean isComplete |
void function ( boolean arg0 ) { this . continueReading = arg0 ; } | set if the reading is to continue or not . concode_field_sep boolean continueReading concode_elem_sep StringBuilder builder concode_elem_sep InputStream is concode_field_sep void run concode_elem_sep String getMessages |
void function ( long arg0 ) { _userTrackerPath . setUserTrackerId ( arg0 ) ; } | sets the user tracker id of this user tracker path . concode_field_sep UserTrackerPath _userTrackerPath concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep long getUserTrackerId concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.mod... |
void function ( Boolean arg0 ) { this . referenceLabelRequested = arg0 ; } | sets the value of the referencelabelrequested property . concode_field_sep String bookingConfirmationNumber concode_elem_sep ExpressFreightDetailContact undeliverableContact concode_elem_sep Boolean packingListEnclosed concode_elem_sep Boolean referenceLabelRequested concode_elem_sep ExpressFreightDetailContact beforeD... |
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } | returns the revision string . concode_field_sep double[][] m_Evaluations concode_elem_sep int m_NumEvals concode_elem_sep int m_NumCacheHits concode_elem_sep StringBuffer m_Result concode_elem_sep String[] m_Options concode_field_sep String makeOptionString concode_elem_sep String[] getUserOptions concode_elem_sep void... |
T function ( Class < T > arg0 , WOContext arg1 ) { T loc0 = ( T ) _NSUtilities . instantiateObject ( arg0 , new Class [ ] { WOContext . class } , new Object [ ] { arg1 } , true , false ) ; return loc0 ; } | returns a jsoncomponent of the given type . concode_field_sep WOContext _context concode_field_sep WOContext context concode_elem_sep void _setContext concode_elem_sep void checkAccess |
boolean function ( ) { return m_changed ; } | returns a flag that indicates that search options changed since the last search . concode_field_sep boolean m_changed concode_elem_sep List<SearchResult> m_results concode_elem_sep CGraphSearchResultsCursor m_cursor concode_elem_sep CGraphSearchSettings m_settings concode_elem_sep String m_lastSearchString concode_elem... |
void function ( XmlSigningCertificateType arg0 ) { this . signingCertificate = arg0 ; } | sets the value of the signingcertificate property . concode_field_sep String signedDataDigestAlgo concode_elem_sep String canonicalizationMethod concode_elem_sep XmlSigningCertificateType signingCertificate concode_elem_sep XmlCertificateChainType certificateChain concode_elem_sep String type concode_elem_sep boolean m... |
String function ( ) { return model ; } | product model . concode_field_sep boolean isEmulator concode_elem_sep String avdName concode_elem_sep String model concode_elem_sep String language concode_elem_sep String region concode_elem_sep String version concode_elem_sep int apiLevel concode_elem_sep String manufacturer concode_field_sep String getVersion concod... |
MailManager function ( ) { return mailManager ; } | gets the associated mail manager . concode_field_sep MailManager mailManager concode_elem_sep int selectedIndex concode_elem_sep List oldAccounts concode_elem_sep List tabList concode_elem_sep WebmailMediator mediator concode_field_sep void cancel concode_elem_sep void init concode_elem_sep void backup concode_elem_sep... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.