code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( Object ... arg0 ) { Collections . addAll ( objectsToAutomaticallyReplayAndVerify , arg0 ) ; }
add classes that should be automatically replayed or verified . concode_field_sep Map<Object,MethodInvocationControl> instanceMocks concode_elem_sep Map<Class<?>,NewInvocationControl<?>> newSubstitutions concode_elem_sep Set<Method> suppressMethod concode_elem_sep Set<Runnable> afterMethodRunners concode_elem_sep Set<S...
boolean function ( Context arg0 ) { ConnectivityManager loc0 = ( ConnectivityManager ) arg0 . getSystemService ( Context . CONNECTIVITY_SERVICE ) ; NetworkInfo loc1 = loc0 . getActiveNetworkInfo ( ) ; return loc1 != null && loc1 . isConnectedOrConnecting ( ) ; }
call for checking internet connection concode_field_sep String envelope concode_elem_sep int CONNECTION_TIMEOUT concode_elem_sep int code concode_elem_sep HttpResult httpResult concode_elem_sep int TIMEOUT concode_elem_sep String message concode_elem_sep int OK concode_field_sep HttpResult post concode_elem_sep HttpRes...
long [ ] function ( ) { return this . defaultHeartbeat ; }
return the configured default heart-beat value , never null . concode_field_sep long[] defaultHeartbeat concode_elem_sep long receiptTimeLimit concode_elem_sep MessageConverter messageConverter concode_elem_sep TaskScheduler taskScheduler concode_field_sep void setTaskScheduler concode_elem_sep MessageConverter getMess...
MetricsTag function ( String arg0 , String arg1 , String arg2 ) { return Tags . INSTANCE . cache . add ( info ( arg0 , arg1 ) , arg2 ) ; }
get a metrics tag concode_field_sep boolean gotOverflow concode_elem_sep CacheWith2Keys<MetricsInfo,String,MetricsTag> cache concode_elem_sep Map<K1,Map<K2,V>> k1Map concode_elem_sep CacheWith2Keys<String,String,MetricsInfo> cache concode_elem_sep int MAX_TAG_NAMES concode_elem_sep int MAX_TAG_VALUES concode_elem_sep L...
void function ( int arg0 ) { HelpFormatter loc0 = new HelpFormatter ( ) ; loc0 . printHelp ( "srini_string" , this . options ) ; System . out . println ( "srini_string" ) ; for ( String loc1 : getCommandNames ( ) ) { System . out . println ( loc1 ) ; } System . exit ( arg0 ) ; }
print help and exit with the specified code . concode_field_sep String[] args concode_elem_sep String HOST_OPT concode_elem_sep String adminServerHost concode_elem_sep int DEFAULT_REST_SERVER_PORT concode_elem_sep String PORT_OPT concode_elem_sep Options options concode_elem_sep Map<String,Command> commandList concode_...
void function ( int arg0 ) { this . durableTopicPrefetch = getMaxPrefetchLimit ( arg0 ) ; this . queueBrowserPrefetch = getMaxPrefetchLimit ( arg0 ) ; this . queuePrefetch = getMaxPrefetchLimit ( arg0 ) ; this . topicPrefetch = getMaxPrefetchLimit ( arg0 ) ; }
sets the prefetch values for all options in this policy to the set limit . if the value given is larger than the max prefetch value of this policy the new limit will be capped at the max prefetch value . concode_field_sep int queueBrowserPrefetch concode_elem_sep int DEFAULT_QUEUE_PREFETCH concode_elem_sep int topicPre...
Translate function ( ) { return new Translate ( ) ; }
create an instance of translate concode_field_sep QName _TranslateResponse_QNAME concode_elem_sep QName _SignByName_QNAME concode_elem_sep QName _SignByNameResponse_QNAME concode_elem_sep QName _SimpleTranslateResponse_QNAME concode_elem_sep QName _Translate_QNAME concode_elem_sep QName _NearSigns_QNAME concode_elem_se...
KeyGeneratorBuilder function ( PathParameter arg0 ) { this . parameters [ 1 ] = arg0 ; spi . validate ( parameters ) ; return this ; }
set the path used to derive the final builder from the base . concode_field_sep BuilderParameter[] parameters concode_elem_sep KeyGeneratorBuilderSpi spi concode_elem_sep ImmutableList<KeyGeneratorServiceProvider> SERVICE_PROVIDERS concode_field_sep DeterministicKeyGenerator build concode_elem_sep KeyGeneratorBuilder r...
void function ( String arg0 ) { this . definition = arg0 ; }
sets the definition of this term . concode_field_sep String[] synonyms concode_elem_sep TermID[] equivalents concode_elem_sep TermXref[] xrefs concode_elem_sep boolean obsolete concode_elem_sep String[] intersections concode_elem_sep String name concode_elem_sep Namespace namespace concode_elem_sep ArrayList<TermID> al...
long function ( byte [ ] arg0 ) { return getValue ( arg0 , 0 ) ; }
helper method to get the value as a java long from a four-byte array concode_field_sep ZipLong CFH_SIG concode_elem_sep int BYTE_1_SHIFT concode_elem_sep int BYTE_1_MASK concode_elem_sep int BYTE_3_SHIFT concode_elem_sep int BYTE_1 concode_elem_sep ZipLong ZIP64_MAGIC concode_elem_sep ZipLong DD_SIG concode_elem_sep lo...
Map < String , String > function ( ) { return fieldValueMapping ; }
get all mappings of this result concode_field_sep Map<String,String> fieldValueMapping concode_elem_sep String initialTriplePattern concode_elem_sep long serialVersionUID concode_elem_sep Set<String> storedVariables concode_field_sep Set<String> getStoredVariables concode_elem_sep String getValueToField concode_elem_se...
long function ( ) { return expectedQuantity ; }
gets the value of the expectedquantity property . concode_field_sep long opportunityId concode_elem_sep String product concode_elem_sep long expectedQuantity concode_elem_sep String description concode_field_sep void setProduct concode_elem_sep String getProduct concode_elem_sep long getOpportunityId concode_elem_sep v...
double function ( double arg0 , double arg1 ) { return getEstimator ( arg1 ) . getProbability ( arg0 ) ; }
get a probability estimate for a value concode_field_sep double TWO_PI concode_elem_sep Matrix m_Covariance concode_elem_sep double m_ValueMean concode_elem_sep Vector m_CondValues concode_elem_sep Vector m_Weights concode_elem_sep double m_SumOfWeights concode_elem_sep boolean m_AllWeightsOne concode_elem_sep Vector m...
void function ( ) { if ( loader instanceof JarLoader ) ( ( JarLoader ) loader ) . close ( ) ; for ( final Object loc0 : javaModules ) { for ( final Class < ? > loc1 : loc0 . getClass ( ) . getInterfaces ( ) ) { if ( loc1 == QueryResource . class ) Reflect . invoke ( CLOSE , loc0 ) ; } } }
closes opened jar files , and calls close method of querymodule instancesimplementing queryresource . concode_field_sep ArrayList<URL> urls concode_elem_sep ClassLoader loader concode_elem_sep Context context concode_elem_sep ClassLoader LOADER concode_elem_sep Method CLOSE concode_elem_sep HashSet<Object> javaModules ...
double function ( ) { return inventoryPriceTotal ; }
gets the total price of the inventoryitems . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep void addInventoryItem concode_elem_sep void removeInventoryItem concode_elem_sep ArrayList g...
void function ( String arg0 ) { char [ ] loc0 = arg0 . toCharArray ( ) ; add ( loc0 , loc0 . length ) ; }
adds a string concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void add concode_elem_sep void add concode_elem_sep void step6 concode_elem_sep void step4 concode_elem_sep void step5 concode_elem_sep bool...
void function ( boolean arg0 ) { this . _return = arg0 ; }
sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn
byte [ ] function ( String arg0 ) { String loc0 = urlDecode ( arg0 ) ; return Base64 . decode ( loc0 ) ; }
on the byte array , apply url decoding followed by base64 decoding concode_field_sep String destinationQueryString concode_elem_sep String destination concode_field_sep RedirectBindingUtilDestHolder setDestinationQueryString concode_elem_sep InputStream urlBase64DeflateDecode concode_elem_sep String getDestinationURL c...
String function ( ) { return this . marker ; }
an opaque string that indicates the position at which to stop returning the list of tags . concode_field_sep String marker concode_elem_sep String resourceARN concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> tags concode_field_sep String getResourceARN concode_elem_sep ListTagsForResourceResult withTags con...
ShareToMessengerParamsBuilder function ( String arg0 ) { mMetaData = arg0 ; return this ; }
sets the metadata to attach to the content to shared . see developer docs for more info . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep Uri getExternalUri concode_elem_sep String getMimeType concode_elem_sep ShareToMess...
void function ( float arg0 ) { mX += arg0 ; if ( mX + mRadius >= mView . getWidth ( ) ) mX = mView . getWidth ( ) - mRadius ; else if ( mX - mRadius < 0 ) mX = mRadius ; }
attempt to update the marble with a new x value , boundary checking enabled to make sure the new co-ordinate is valid . concode_field_sep int mLives concode_elem_sep int mColor concode_elem_sep int mRadius concode_elem_sep View mView concode_elem_sep int mX concode_elem_sep int mY concode_field_sep int getLives concode...
boolean function ( ) { return this . showResponse ; }
if response is displayed . concode_field_sep boolean showItemLevel concode_elem_sep boolean showStats concode_elem_sep boolean showStudentScore concode_elem_sep boolean showCorrectResponse concode_elem_sep boolean showNoFeedback concode_elem_sep boolean showSelectionLevel concode_elem_sep boolean showResponse concode_e...
Connection function ( ) { return conn ; }
for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles
com . liferay . sync . model . SyncDevice function ( java . lang . String arg0 , long arg1 ) { return _syncDeviceLocalService . fetchSyncDeviceByUuidAndCompanyId ( arg0 , arg1 ) ; }
returns the sync device with the matching uuid and company . concode_field_sep SyncDeviceLocalService _syncDeviceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId concode_elem_sep com.liferay.sync.model.SyncDevice ...
List function ( ) { return this . axesAtRight ; }
returns a list of the axes if any that need to be drawn at the right of the plot area . concode_field_sep List axesAtLeft concode_elem_sep List axesAtRight concode_elem_sep List axesAtTop concode_elem_sep List axesAtBottom concode_field_sep void add concode_elem_sep List getAxesAtTop concode_elem_sep List getAxesAtBott...
void function ( CacheErrorHandler arg0 ) { this . errorHandler = arg0 ; }
set the cacheerrorhandler instance to use to handle errorsthrown by the cache provider . by default , a simplecacheerrorhandler is used who throws any exception as is . concode_field_sep CacheErrorHandler errorHandler concode_field_sep void doPut concode_elem_sep CacheErrorHandler getErrorHandler concode_elem_sep void ...
SymbolTableHandler function ( ) { return tableHandler ; }
returns symbol table handler concode_field_sep SingleFeatureValue featureValue concode_elem_sep AddressFunction addressFunction2 concode_elem_sep SymbolTableHandler tableHandler concode_elem_sep AddressFunction addressFunction1 concode_elem_sep String normalizationString concode_elem_sep Map<Integer,String> normalizati...
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...
void function ( OAuthMessage arg0 ) { arg0 . addParameter ( new OAuth . Parameter ( "srini_string" , getSignature ( arg0 ) ) ) ; }
add a signature to the message . concode_field_sep String consumerSecret concode_elem_sep String POST_HTTP concode_elem_sep Base64 BASE64 concode_elem_sep Map<String,Class> NAME_TO_CLASS concode_elem_sep String _ACCESSOR concode_elem_sep String GET_SECURE concode_elem_sep String GET_HTTP concode_elem_sep String POST_SE...
List < String > function ( String arg0 ) { return null ; }
returns a list of graphids beginning with the supplied one , then moving on to any others that have too many workers on them . concode_field_sep Multimap<String,String> workersByGraph concode_elem_sep TObjectIntMap<String> targetWorkerCountPerGraph concode_elem_sep int targetWorkerCount concode_elem_sep Map<String,Work...
void function ( ) { auth . requireManage ( ) ; session . sessions ( ) . removeAllUserLoginFailures ( realm ) ; adminEvent . operation ( OperationType . DELETE ) . success ( ) ; }
clear any user login failures for all users this can release temporary disabled users concode_field_sep HttpHeaders headers concode_elem_sep RealmAuth auth concode_elem_sep KeycloakSession session concode_elem_sep UriInfo uriInfo concode_elem_sep Logger logger concode_elem_sep BruteForceProtector protector concode_elem...
void function ( FeatureSource [ ] arg0 , Operation arg1 ) { this . sources = arg0 ; this . operation = arg1 ; if ( arg0 . length != 2 && arg1 != Operation . MULTIINTER ) { throw new IllegalArgumentException ( "srini_string" + arg1 ) ; } }
if known , it is recommended that source 0 be the larger of the two . sources 1 will be loaded into memory by bedtools . concode_field_sep FeatureSource[] sources concode_elem_sep Logger log concode_elem_sep String cmd concode_elem_sep Operation operation concode_field_sep boolean checkBEDToolsPathValid concode_elem_se...
FeedBack function ( String arg0 , String arg1 ) { return getTip ( arg0 , arg1 , new ArrayList < String > ( ) ) ; }
creates a general tip with no key word . concode_field_sep ArrayList<String> keywords concode_elem_sep FeedBackType type concode_elem_sep String title concode_elem_sep String message concode_field_sep void setKeyWords concode_elem_sep String getTitle concode_elem_sep FeedBack getWarning concode_elem_sep ArrayList<Strin...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; }
debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
ContributorType function ( ) { return new ContributorType ( ) ; }
create an instance of contributortype concode_field_sep QName _Mediawiki_QNAME concode_field_sep RevisionType createRevisionType concode_elem_sep UploadType createUploadType concode_elem_sep DiscussionThreadingInfo createDiscussionThreadingInfo concode_elem_sep TextType createTextType concode_elem_sep JAXBElement<Media...
void function ( String arg0 ) { this . lookupKey = arg0 ; }
endpoint mapping key if endpoint mapping is used concode_field_sep XPathExpression expression concode_elem_sep String lookupKey concode_elem_sep EndpointMappingType type concode_field_sep String getLookupKey concode_elem_sep XPathExpression getExpression concode_elem_sep EndpointMappingType getType concode_elem_sep int...
String function ( ) { return getComputedTime ( selectedTimeZone ) ; }
gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep DateFormat currentFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep String GMT7DAYLIGHTLOCATION concode_elem_sep String GMT9DAYLIGHTLOCATION concode_elem_sep String ...
void function ( UserAgent arg0 ) { }
when an ougoing call is remotly ringing concode_field_sep String PARAM_RESOURCE concode_elem_sep PrintStream stdout concode_elem_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep UserAgentProfile user_profile concode_field_sep void onUaCallTrasferred concode_elem_sep void onUaCallAccepted concode_e...
void function ( ) { inputDir . refresh ( ) ; }
re scan the set of input files from which splits are derived . concode_field_sep ExecutorService sched concode_elem_sep Log LOG concode_elem_sep Semaphore sem concode_elem_sep JobMonitor monitor concode_elem_sep boolean shutdown concode_elem_sep int queueDepth concode_elem_sep GridmixJob job concode_elem_sep FilePool i...
long function ( long arg0 ) { this . ts = this . ts > arg0 ? arg0 : this . ts ; return this . ts ; }
set the current timestamp , only if the passed timestamp is strictly less than the currently stored timestamp concode_field_sep long NO_NEWER_PRIMARY_TABLE_ENTRY_TIMESTAMP concode_elem_sep long GUARANTEED_NEWER_UPDATES concode_elem_sep List<ColumnReference> columns concode_elem_sep int hashCode concode_elem_sep long ts...
long function ( ) { return this . start ; }
returns the start date/time in milliseconds . concode_field_sep long serialVersionUID concode_elem_sep long start concode_elem_sep long end concode_field_sep Date getStart concode_elem_sep long getEndMillis concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep Dat...
Op function ( Op arg0 , Var arg1 , Var arg2 ) { NodeTransform loc0 = new RenameNode ( arg1 , arg2 ) ; return NodeTransformLib . transform ( loc0 , arg0 ) ; }
rename one variable to another concode_field_sep Map<Var,Var> aliases concode_elem_sep boolean repeatedly concode_elem_sep Node newName concode_elem_sep String varPrefix concode_elem_sep Node oldName concode_elem_sep String prefix concode_elem_sep Collection<Var> constants concode_field_sep Op renameVars concode_elem_s...
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 ( ) { HueSettings loc0 = getSettings ( ) ; if ( loc0 != null && ! loc0 . isAuthorized ( ) ) { logger . info ( "srini_string" ) ; Thread loc1 = new Thread ( new BridgePairingProcessor ( ) ) ; loc1 . start ( ) ; } }
checks if the secret is already registered in the hue bridge . if not it pings the bridge for an initial connect . this pinging will take place for 100 seconds . in this time the connect button on the hue bridge has to be pressed to enable the pairing . concode_field_sep String ip concode_elem_sep Logger logger concode...
DocumentReference function ( ) { return this . contactedUser ; }
the target of the communication , the owner of the matched patient . concode_field_sep Patient targetPatient concode_elem_sep long id concode_elem_sep DocumentReference contactedUser concode_elem_sep DocumentReference initiatingUser concode_elem_sep Patient referencePatient concode_elem_sep UUID token concode_field_sep...
int function ( byte arg0 ) { return ( arg0 < 0 ? 256 + arg0 : arg0 ) ; }
converts the byte into an unsigned int . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep void setInt8 concode_elem_sep int getInt16 concode_elem_sep void setByteChunk concode_elem_sep byte[] getBytes concode_elem_sep void setInt16LE concode_elem_sep byte[] getByteChunk concode_elem_sep void ...
ActivityTaskStartedEventAttributes function ( Long arg0 ) { this . scheduledEventId = arg0 ; return this ; }
the id of the activitytaskscheduled event that was recorded when this activity task was scheduled . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . returns a reference to this object so that method calls can be chained together . concode_field_sep St...
void function ( Run < ? , ? > arg0 , SCM arg1 , FilePath arg2 , TaskListener arg3 , @ CheckForNull File arg4 , @ CheckForNull SCMRevisionState arg5 ) { }
should be called immediately after scm #checkout run , launcher , filepath , tasklistener , file is called . concode_field_sep PlaceHolder placeHolder concode_field_sep Collection<? extends SCMListener> all concode_elem_sep boolean unregister concode_elem_sep void onChangeLogParsed concode_elem_sep void onChangeLogPars...
void function ( ) { this . isDeliveryPaused = true ; }
this method stop emitting items to the observable , but buffers them internally concode_field_sep List<ChildEvent> mEvents concode_elem_sep Subject<ChildEvent,ChildEvent> mSubject concode_elem_sep boolean isDeliveryPaused concode_field_sep void onCancelled concode_elem_sep void onChildChanged concode_elem_sep Observabl...
void function ( InputStream arg0 ) { int loc0 = arg0 . available ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg0 . read ( loc1 ) ; decodeJBIG2 ( loc1 ) ; }
decodes a jbig2 image from an inputstream concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JB...
boolean function ( ) { for ( AccountingLineViewLineFillingElement loc0 : lines ) { if ( ! loc0 . isReadOnly ( ) ) return false ; } return true ; }
checks that all child lines are read only ; if none are , then this must be read only too concode_field_sep AccountingLineViewHideShowLinesDefinition definition concode_elem_sep List<AccountingLineViewLineFillingElement> lines concode_field_sep AccountingLineViewHideShowLinesDefinition getDefinition concode_elem_sep bo...
String function ( InetSocketAddress arg0 ) { if ( arg0 . isUnresolved ( ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 . getHostString ( ) ) ; } return ipAddressAndPortToUrlString ( arg0 . getAddress ( ) , arg0 . getPort ( ) ) ; }
encodes an ip address and port to be included in url . in particular , this method makes sure that ipv6 addresses have the proper formatting to be included in urls . concode_field_sep Logger LOG concode_field_sep String ipAddressAndPortToUrlString concode_elem_sep ServerSocket createSocket concode_elem_sep String hostA...
void function ( Runnable arg0 ) { this . completionCallback = arg0 ; }
register code to invoke when the async request completes . this method is called from a container thread when an async request completed for any reason , including timeout and network error . concode_field_sep Callable<V> timeoutCallback concode_elem_sep Runnable completionCallback concode_elem_sep String executorName ...
void function ( SelectionEvent arg0 ) { if ( this . listener == null ) return ; this . listener . widgetSelected ( arg0 ) ; }
todo summary sentence for fire ... concode_field_sep Listener sync concode_elem_sep boolean enabled concode_elem_sep Combo size concode_elem_sep SelectionListener listener concode_elem_sep double width concode_elem_sep double opacity concode_elem_sep StolenColorEditor chooser concode_elem_sep Color color concode_elem_s...
void function ( IntentData arg0 ) { }
called when a new intent has been updated for which this node is the master . concode_field_sep PlaceHolder placeHolder concode_field_sep void process
boolean function ( ) { while ( ! done && exception == null ) { wait ( ) ; } if ( exception != null ) { throw exception ; } return done ; }
wait for the task to finish or abort . concode_field_sep boolean digestReceived concode_elem_sep Throwable exception concode_elem_sep float progressValue concode_elem_sep Reporter reporter concode_elem_sep Map<Integer,Counters.Counter> registeredCounters concode_elem_sep String expectedDigest concode_elem_sep boolean d...
String function ( long arg0 , String arg1 , String arg2 ) { return formatDateBase ( arg0 , arg1 , arg2 ) ; }
gets a date with a desired format as a string concode_field_sep int TODAY concode_elem_sep int TOMORROW concode_elem_sep int YESTERDAY concode_field_sep String getDayAsString concode_elem_sep long getCurrentTimeInSeconds concode_elem_sep Date getDayAsDate concode_elem_sep int getCurrentYear concode_elem_sep int getCurr...
com . liferay . portal . model . ListType function ( long arg0 ) { return getService ( ) . deleteListType ( arg0 ) ; }
deletes the list type with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ListTypeLocalService _service concode_field_sep com.liferay.portal.model.ListType getListType concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.ke...
void function ( byte [ ] arg0 ) { write ( arg0 , 0 , arg0 . length ) ; }
writes the buffer to the output concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isOpen concode_elem_sep int read concode_elem_sep void flush concode_elem_sep byte[] getBuffer concode_elem_sep int getBufferPosition concode_elem_sep void close concode_elem_sep void consumeBuffer concode_elem_sep void ...
void function ( ) { Iterator loc0 = csidMap . values ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { Statement loc1 = ( Statement ) loc0 . next ( ) ; loc1 . clearVariables ( ) ; } }
used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep LongKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep Long...
int function ( ) { return data . limit ( ) / ELEMENT_SIZE ; }
returns the number of vec2fs currently in this collection . concode_field_sep FloatBuffer data concode_elem_sep int ELEMENT_SIZE concode_field_sep void add concode_elem_sep void set concode_elem_sep int round concode_elem_sep Vec2f get concode_elem_sep Vec2f remove concode_elem_sep FloatBuffer getData
void function ( ConnectionEventListener arg0 ) { log . finest ( "srini_string" ) ; if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; listeners . add ( arg0 ) ; }
adds a connection event listener to the managedconnection instance . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl connection concode_elem_sep PrintWriter logwriter concode_field_sep void associ...
long function ( ) { return startTimestamp ; }
returns the time when the ui thread froze , in milliseconds since january 1 , 1970 utc . concode_field_sep long totalDuration concode_elem_sep boolean isStillRunning concode_elem_sep boolean isStarvedAwake concode_elem_sep boolean isStarvedAsleep concode_elem_sep StackSample[] stackTraceSamples concode_elem_sep long st...
DefaultTreeModel function ( ) { return model ; }
gets the tree 's default model . 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 void setSelectedNodeObject concode_elem_sep boolean isDeleteDisabled concode_elem_sep DynamicNodeUs...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; }
warning log message with printf formatting . 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 ...
void function ( ) { this . userActions [ 0 ] = new AddItem ( ) ; this . userActions [ 1 ] = new ShowItems ( ) ; this . userActions [ 2 ] = new EditItem ( ) ; this . userActions [ 3 ] = new DeleteItem ( ) ; }
method fill action in each array element concode_field_sep Input input concode_elem_sep Tracker tracker concode_elem_sep UserAction[] userActions concode_field_sep void select concode_elem_sep void show concode_elem_sep boolean existId concode_elem_sep void execute concode_elem_sep void execute concode_elem_sep void ex...
TreeProperties function ( ) { return properties ; }
returns the tree properties of forge concode_field_sep TreeProperties properties concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep String getLocalized concode_elem_sep String getLocalized concode_elem_sep File getFile concode_elem_sep File getFile
void function ( long arg0 ) { }
sets alarm . concode_field_sep PlaceHolder placeHolder concode_field_sep void timer
EventType function ( ) { return EventType . TASK_FINISHED ; }
get event type concode_field_sep long finishTime concode_elem_sep TaskType taskType concode_elem_sep Counters counters concode_elem_sep TaskFinished datum concode_elem_sep TaskID taskid concode_elem_sep TaskAttemptID successfulAttemptId concode_elem_sep String status concode_field_sep TaskID getTaskId concode_elem_sep ...
Query . IsNull function ( String arg0 ) { return new Query . IsNull ( arg0 ) ; }
used to restrict a value to be null concode_field_sep PlaceHolder placeHolder concode_field_sep Query.SizeGreaterThanEquals sizeGe concode_elem_sep Query.LessThan lt concode_elem_sep Query.LessThanEqualsProperty leProperty concode_elem_sep Query.SizeLessThan sizeLt concode_elem_sep Query.GreaterThanProperty gtProperty ...
void function ( TreeNode arg0 ) { }
reload concode_field_sep TreeNode root concode_elem_sep boolean asksAllowsChildren concode_elem_sep EventListenerList listenerList concode_field_sep EventListener[] getListeners concode_elem_sep TreeNode[] getPathToRoot concode_elem_sep TreeNode[] getPathToRoot concode_elem_sep int getIndexOfChild concode_elem_sep void...
long function ( ) { return maxIdle . get ( ) ; }
maximum idle time a cache entry will be maintained in the cache , in milliseconds . if the idle time is exceeded , the entry will be expired cluster-wide . -1 means the entries never expire . note that this can be overridden on a per-entry basis by using the cache api . concode_field_sep AttributeDefinition<Long> LIFES...
ObjectNode function ( ) { checkNotNull ( constraint , "srini_string" ) ; final LatencyConstraint loc0 = ( LatencyConstraint ) constraint ; return context . mapper ( ) . createObjectNode ( ) . put ( "srini_string" , loc0 . latency ( ) . toMillis ( ) ) ; }
encodes a latency constraint . concode_field_sep CodecContext context concode_elem_sep Constraint constraint concode_field_sep ObjectNode encode concode_elem_sep ObjectNode encodeLinkTypeConstraint concode_elem_sep ObjectNode encodeAnnotationConstraint concode_elem_sep ObjectNode encodeBandwidthConstraint concode_elem_...
void function ( java . lang . String arg0 ) { _projectsEntry . setData ( arg0 ) ; }
sets the data 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 concode_ele...
void function ( int arg0 ) { this . index = arg0 ; }
sets this block 's index . concode_field_sep Block next concode_elem_sep MethodNode owner concode_elem_sep List<Block> preds concode_elem_sep NodeTree tree concode_elem_sep List<AbstractInsnNode> instructions concode_elem_sep Label label concode_elem_sep Stack<AbstractInsnNode> stack concode_elem_sep int index concode_...
EmailAddress function ( ) { super . clone ( ) ; final EmailAddress loc0 = new EmailAddress ( ) ; loc0 . setAddress ( this . getAddress ( ) ) ; loc0 . setId ( this . getId ( ) ) ; loc0 . setResponseCode ( this . getResponseCode ( ) ) ; loc0 . setSentAt ( this . getSentAt ( ) ) ; loc0 . setState ( this . getState ( ) ) ;...
deep copy . concode_field_sep String address concode_elem_sep long serialVersionUID concode_elem_sep String hashCode concode_elem_sep String id concode_elem_sep Long sentAt concode_elem_sep Byte state concode_elem_sep User user concode_elem_sep Map<Serializable,String> SAVED_HASHES concode_elem_sep Byte[] responseCode ...
Class function ( ) { return constructor . getDeclaringClass ( ) ; }
returns the class object representing the class or interface that declares the constructor . concode_field_sep java.lang.reflect.Constructor constructor concode_field_sep boolean isAccessible concode_elem_sep void setAccessible concode_elem_sep Class[] getParameterTypes concode_elem_sep Object newInstance
void function ( SACMediaList arg0 ) { media = arg0 ; }
sets the media to use to compute the styles . concode_field_sep StyleSheet parent concode_elem_sep Rule[] rules concode_elem_sep int size concode_elem_sep boolean alternate concode_elem_sep SACMediaList media concode_elem_sep String title concode_field_sep boolean isAlternate concode_elem_sep StyleSheet getParent conco...
void function ( long arg0 ) { mDownTimeToCoalescingKey . delete ( ( int ) arg0 ) ; }
stops tracking a new coalescing key corresponding to the gesture with this down time . concode_field_sep SparseIntArray mDownTimeToCoalescingKey concode_field_sep void incrementCoalescingKey concode_elem_sep short getCoalescingKey concode_elem_sep void addCoalescingKey concode_elem_sep boolean hasCoalescingKey
WorkflowExecutionOpenCounts function ( Integer arg0 ) { this . openDecisionTasks = arg0 ; return this ; }
the count of decision tasks whose status is open . a workflow execution can have at most one open decision task . returns a reference to this object so that method calls can be chained together . constraints : range : 0 - 1 concode_field_sep Integer openDecisionTasks concode_elem_sep Integer openLambdaFunctions concode...
void function ( DataOutput arg0 , Map < ? extends Serializable , ? extends Serializable > arg1 ) { strategy . writeSerializableMap ( arg0 , arg1 ) ; }
writes a map of serializable key and value pairs . this method handles the case when the map is null . concode_field_sep ExternalizableUtil instance concode_elem_sep ExternalizableUtilStrategy strategy concode_field_sep ExternalizableUtilStrategy getStrategy concode_elem_sep void writeSerializable concode_elem_sep int ...
Boolean function ( ) { return this . returnClientRequestId ; }
get the returnclientrequestid value . concode_field_sep String filter concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep Integer maxResults concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep String filter concode_elem_sep Date...
boolean function ( String arg0 , String arg1 ) { return PatternMatchUtils . simpleMatch ( arg1 , arg0 ) ; }
return if the given method name matches the mapped name . the default implementation checks for `` xxx '' , `` xxx '' and `` xxx '' matches , as well as direct equality . can be overridden in subclasses . concode_field_sep Log logger concode_elem_sep Map<String,TransactionAttribute> nameMap concode_field_sep void addTr...
boolean function ( State arg0 , KafkaPartition arg1 ) { return arg0 . contains ( getPartitionPropName ( arg1 . getTopicName ( ) , arg1 . getId ( ) ) + "srini_string" + KafkaSource . AVG_RECORD_SIZE ) ; }
determines whether the given state contains '' topicname . partitionid . avg.record.size '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void setPartitionAvgRecordMillis concode_elem_sep KafkaPartition getPartition concode_elem_sep String getTopicName concode_elem_sep String getPartitionPropName concod...
Document function ( String arg0 ) { return _documentBuilder . parse ( new InputSource ( new StringReader ( arg0 ) ) ) ; }
generate the document tree for the specified xml string . the document the root of the document tree is returned . an exception will be thrown if the parse fails . concode_field_sep DocumentBuilderFactory _documentBuilderFactory concode_elem_sep DocumentBuilder _documentBuilder concode_elem_sep Hashtable _localResource...
double function ( double [ ] arg0 ) { prediction = 0 ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { prediction += weights [ loc0 ] * arg0 [ loc0 ] ; } if ( useBias ) prediction += bias ; return prediction ; }
makes a prediction for the given feature vector . the prediction is the dot product of the weight vector with the feature vector . concode_field_sep int numFeatures concode_elem_sep double alpha concode_elem_sep double bias concode_elem_sep double prediction concode_elem_sep double[] weights concode_elem_sep boolean us...
boolean function ( ) { return false ; }
skipgram has no reasons for early termination ever . concode_field_sep int[] variableWindows concode_elem_sep VectorsConfiguration configuration concode_elem_sep double sampling concode_elem_sep int vectorLength concode_elem_sep DeviceLocalNDArray syn1Neg concode_elem_sep boolean useAdaGrad concode_elem_sep double nega...
void function ( Map arg0 ) { users = new HashSet < > ( ) ; if ( arg0 . containsKey ( WHITELIST_USERS_CONF ) ) { users . addAll ( ( Collection < String > ) arg0 . get ( WHITELIST_USERS_CONF ) ) ; } }
invoked once immediately after construction concode_field_sep String WHITELIST_USERS_CONF concode_elem_sep Set<String> users concode_field_sep boolean permit
String function ( HttpServletRequest arg0 ) { final StringBuilder loc0 = new StringBuilder ( 100 ) . append ( arg0 . getRequestURL ( ) ) ; if ( arg0 . getQueryString ( ) != null ) { loc0 . append ( '?' ) . append ( arg0 . getQueryString ( ) ) ; } return loc0 . toString ( ) ; }
returns the full url of the given request . concode_field_sep String REQUEST_ID concode_field_sep String getRequestURI concode_elem_sep String getUserFromRequest
String function ( ) { return remark ; }
this method was generated by mybatis generator . this method returns the value of the database column hspay.tb _ account_bank . remark concode_field_sep String bank concode_elem_sep String createBy concode_elem_sep Date updateDate concode_elem_sep String updateBy concode_elem_sep String requestId concode_elem_sep Strin...
BigDecimal function ( ) { return currentBalance ; }
gets the value of the currentbalance property . concode_field_sep BigDecimal newChargesAmount concode_elem_sep Integer mrcMinutes concode_elem_sep BigDecimal currentBalance concode_elem_sep BigDecimal paymentTotalAmount concode_elem_sep BigDecimal newAdjustmentsAmount concode_elem_sep long serialVersionUID concode_elem...
boolean function ( double arg0 ) { boolean loc0 = Double . isNaN ( arg0 ) ; for ( int loc1 = 1 ; loc1 < maxPoolSize ; loc1 ++ ) { if ( types [ loc1 ] == DOUBLE ) { double loc2 = readDouble ( loc1 ) ; if ( loc2 == arg0 || ( loc0 && Double . isNaN ( loc2 ) ) ) return true ; } } return false ; }
checks if the constant pool contains the provided double constant , which implies the constant is used somewhere in the code . nb : compile-time constant expressions are evaluated at compile time . concode_field_sep byte[] types concode_elem_sep byte FIELD concode_elem_sep String[] utf8s concode_elem_sep byte INTERFACE...
void function ( String arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = "srini_string" ; } tagTable . put ( arg0 , arg1 ) ; }
sets the named tag to the specified value . concode_field_sep TagMap tagTable concode_elem_sep String recordName concode_elem_sep AbstractMetricsContext context concode_elem_sep Map<String,MetricValue> metricTable concode_field_sep void setMetric concode_elem_sep void setMetric concode_elem_sep void setMetric concode_e...
void function ( boolean arg0 ) { this . continueOnError = arg0 ; }
flag to indicate that all failures in sql should be logged but not cause a failure . defaults to false . concode_field_sep String sqlScriptEncoding concode_elem_sep List<Resource> scripts concode_elem_sep boolean ignoreFailedDrops concode_elem_sep String separator concode_elem_sep String blockCommentStartDelimiter conc...
TextureInfo function ( String arg0 , String arg1 , int arg2 ) { return replace ( arg0 , arg1 , arg2 , TextureInfo . BILINEAR ) ; }
replace a texture in the bank concode_field_sep boolean reallyLoadTextures concode_elem_sep TreeMap bank concode_elem_sep int TEXTURE_CUBE concode_elem_sep boolean hasContext concode_elem_sep int TEXTURE_2D concode_field_sep boolean getLoadState concode_elem_sep void setLoadState concode_elem_sep TextureInfo load conco...
String function ( ) { return "srini_string" ; }
get the forwardrequest repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ForwardRequest extract concode_elem_sep ForwardRequest read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
void function ( int arg0 ) { this . personId = arg0 ; }
sets the value of the personid property . concode_field_sep List<Measure> measures concode_elem_sep String surname concode_elem_sep String name concode_elem_sep int personId concode_elem_sep List<Goal> goals concode_field_sep void setName concode_elem_sep int getPersonId concode_elem_sep String getName concode_elem_sep...
void function ( UncaughtExceptionHandler arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPermission ( new RuntimePermission ( "srini_string" ) ) ; } defaultUncaughtExceptionHandler = arg0 ; }
set the default handler invoked when a thread abruptly terminates due to an uncaught exception , and no other handler has been defined for that thread . uncaught exception handling is controlled first by the thread , then by the thread 's threadgroup object and finally by the defaultuncaught exception handler . if the ...
int function ( ) { return mRotation ; }
gets the rotation . concode_field_sep String TAG concode_elem_sep Bitmap mBitmap concode_elem_sep int mRotation concode_field_sep int getHeight concode_elem_sep void setBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep boolean isOrientationChanged concode_elem_sep void recycle concode_elem_sep void setRotation ...
Date function ( ) { return this . modified ; }
getter for modified concode_field_sep Date created concode_elem_sep KickstartData ksdata concode_elem_sep Date modified concode_elem_sep long serialVersionUID concode_elem_sep Token token concode_field_sep void setKsdata concode_elem_sep void setToken concode_elem_sep int hashCode concode_elem_sep Token getToken concod...