idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
100
creates a new metadata instance from the given metadataentries . if metadataentries is already a metadata instance , it is returned as is . this makes this method more suitable than the #metadata java.util.map copy-constructor . concode_field_sep MetaData EMPTY_META_DATA concode_elem_sep String UNSUPPORTED_MUTATION_MSG...
MetaData function ( Map < String , ? > arg0 ) { if ( arg0 instanceof MetaData ) { return ( MetaData ) arg0 ; } else if ( arg0 == null || arg0 . isEmpty ( ) ) { return MetaData . emptyInstance ( ) ; } return new MetaData ( arg0 ) ; }
101
constructs a perfect sawtooth wave with the specified duty cycle . concode_field_sep Wavetable SINE concode_elem_sep Wavetable SAW concode_elem_sep Wavetable PHASOR concode_elem_sep Wavetable SQUARE concode_elem_sep Wavetable TRIANGLE concode_elem_sep int tSby4 concode_elem_sep int tableSize concode_elem_sep int tSby2 ...
Wavetable function ( float arg0 ) { arg0 = Math . max ( 0 , Math . min ( arg0 , 1 ) ) ; int loc0 = ( int ) ( tableSize * arg0 ) ; return WavetableGenerator . gen7 ( tableSize , new float [ ] { 0 , - 1 , 1 , 0 } , new int [ ] { loc0 , 0 , tableSize - loc0 } ) ; }
102
is this service currently connected ? concode_field_sep Log log concode_elem_sep Session mailSession concode_elem_sep MailAccount mailAccount concode_elem_sep Store mailStore concode_field_sep void disconnect concode_elem_sep boolean sendMessage concode_elem_sep boolean connect concode_elem_sep MimeMessage createNewMes...
boolean function ( ) { return mailStore != null && mailStore . isConnected ( ) ; }
103
called when the system is about to start resuming a previous activity . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean on...
void function ( boolean arg0 ) { }
104
get binary concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep I...
byte [ ] function ( ) { return binary ; }
105
return the transactionsuccessfull flag . concode_field_sep PreparedStatement prstmt concode_elem_sep Logger LOGGER concode_elem_sep int releasedTransactionCounter concode_elem_sep Connection con concode_elem_sep int transactionCounter concode_elem_sep boolean commitHasBeenCalledAlready concode_elem_sep ArrayList sqlLis...
boolean function ( ) { return transactionSuccessfull ; }
106
returns the user principal responsible for the event . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getType concode_elem_sep Date getTimestamp concode_elem_sep String toString concode_elem_sep Map<String...
String function ( ) { return this . principal ; }
107
check for the last error from the rest api and log if present . concode_field_sep ObjectWriter s_ObjectWriter concode_elem_sep String API_BASE_URL concode_elem_sep Logger s_Logger concode_field_sep void printBucket concode_elem_sep void printBucketScoresHeader concode_elem_sep JobConfiguration createFarequoteJobConfig ...
void function ( ApiError arg0 ) { if ( arg0 != null ) { s_Logger . warn ( arg0 . toJson ( ) ) ; } }
108
gets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep void setRval
UpdateResult function ( ) { return rval ; }
109
format readable feedback concode_field_sep String feedback concode_elem_sep int correct concode_elem_sep int TESTS concode_field_sep void runSpecialTest concode_elem_sep String appendFeedback concode_elem_sep List<Integer> readCorrect concode_elem_sep void main concode_elem_sep void run concode_elem_sep String printLis...
String function ( double arg0 , String arg1 ) { return "srini_string" + arg0 + "srini_string" + arg1 ; }
110
information about the bundle task . returns a reference to this object so that method calls can be chained together . concode_field_sep BundleTask bundleTask concode_field_sep void setBundleTask concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BundleInstanceResult clone concode_elem_sep Bu...
BundleInstanceResult function ( BundleTask arg0 ) { this . bundleTask = arg0 ; return this ; }
111
set the background drawable for the slider from a resource . this is the view containing the list . concode_field_sep int drawerGravity concode_elem_sep Drawable sliderBackgroundDrawable concode_elem_sep Activity activity concode_elem_sep ScrimInsetsFrameLayout drawerContentRoot concode_elem_sep DrawerLayout drawerLayo...
Builder function ( @ DrawableRes int arg0 ) { this . sliderBackgroundDrawableRes = arg0 ; return this ; }
112
set the value for ispointer . concode_field_sep boolean isPointer concode_elem_sep boolean isConst concode_elem_sep String name concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean isPointer concode_elem_sep void setConst concode_elem_sep String getType co...
void function ( boolean arg0 ) { this . isPointer = arg0 ; }
113
gets the value of the sendconfirmationemailafterregistration property . concode_field_sep Boolean sendConfirmationEmailAfterRegistration concode_field_sep void setSendConfirmationEmailAfterRegistration
Boolean function ( ) { return sendConfirmationEmailAfterRegistration ; }
114
returns the time in ns when this connection became idle . undefined if this connection is not idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection co...
long function ( ) { return spdyConnection == null ? idleStartTimeNs : spdyConnection . getIdleStartTimeNs ( ) ; }
115
returns a bean expression value builder . this method accepts dual parameters . either an bean instance or a reference to a bean string . concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep Valu...
ValueBuilder function ( Object arg0 , String arg1 ) { Expression loc0 ; if ( arg0 instanceof String ) { loc0 = new MethodCallExpression ( ( String ) arg0 , arg1 ) ; } else { loc0 = new MethodCallExpression ( arg0 , arg1 ) ; } return new ValueBuilder ( loc0 ) ; }
116
the policy to use when attempting to register an mbean under an javax.management.objectname that already exists . concode_field_sep MBeanServer server concode_elem_sep Log logger concode_elem_sep RegistrationPolicy registrationPolicy concode_elem_sep Set<ObjectName> registeredBeans concode_field_sep MBeanServer getServ...
void function ( RegistrationPolicy arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . registrationPolicy = arg0 ; }
117
oauth 2 access token . this typically expires after an hour so refreshtoken is recommended for long term usage . concode_field_sep GoogleDriveApiName apiName concode_elem_sep List<String> DEFAULT_SCOPES concode_elem_sep String clientId concode_elem_sep List<String> scopes concode_elem_sep String methodName concode_elem...
void function ( String arg0 ) { this . accessToken = arg0 ; }
118
syntactic sugar method that calls #get class with theclass of the object parameter . concode_field_sep Hashtable map concode_elem_sep ObjectRenderer defaultRenderer concode_field_sep String findAndRender concode_elem_sep ObjectRenderer getDefaultRenderer concode_elem_sep void clear concode_elem_sep void addRenderer con...
ObjectRenderer function ( Object arg0 ) { if ( arg0 == null ) return null ; else return get ( arg0 . getClass ( ) ) ; }
119
look up a client by its qualifier and have it run our runnable concode_field_sep ExecutorService executorService concode_elem_sep Map<String,HarmonyHubInstance> hubs concode_elem_sep String NOQUALIFIER concode_elem_sep HarmonyClient client concode_elem_sep List<HarmonyHubGatewayListener> hubListener concode_elem_sep Pa...
void function ( String arg0 , final ClientRunnable arg1 ) { final HarmonyHubInstance loc0 = hubs . get ( arg0 ) ; logger . debug ( "srini_string" , arg0 , loc0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( format ( "srini_string" , arg0 ) ) ; } loc0 . execute ( arg1 ) ; }
120
default processing of the end tag returning eval_page . concode_field_sep Tag parent concode_elem_sep PageContext pageContext concode_elem_sep Hashtable<String,Object> values concode_elem_sep long serialVersionUID concode_elem_sep String id concode_field_sep Tag getParent concode_elem_sep Enumeration<String> getValues ...
int function ( ) { return EVAL_PAGE ; }
121
this method computes the normalized edit distance as ratio of edit distance to shorter string length concode_field_sep int lengthOfLong concode_elem_sep int distance concode_field_sep int computeDistance
float function ( ) { float loc0 ; float loc1 = lengthOfLong ; loc0 = 1f - ( ( float ) distance / loc1 ) ; return loc0 ; }
122
returns the item price id of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bool...
long function ( ) { return _shoppingItemPrice . getItemPriceId ( ) ; }
123
returns true if a binding exists for the given base class concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstancesOf concode_el...
boolean function ( Injector arg0 , Class < ? > arg1 ) { return ! getBindingsOf ( arg0 , arg1 ) . isEmpty ( ) ; }
124
spawn a few stars and add to the array of stars then check for the collision as they move concode_field_sep StarWhale game concode_elem_sep long lastDrainTime concode_elem_sep boolean alive concode_elem_sep int LEFT concode_elem_sep boolean openingPause concode_elem_sep Array<BigStar> bigStars concode_elem_sep long ove...
void function ( ) { SmallStar loc0 = new SmallStar ( ) ; smallStars . add ( loc0 ) ; lastStarTime = TimeUtils . nanoTime ( ) ; }
125
returns the handler . concode_field_sep AttributeHandler handler concode_elem_sep String propertyName concode_elem_sep String attributeName concode_field_sep String getAttributeName concode_elem_sep String getPropertyName
AttributeHandler function ( ) { return this . handler ; }
126
gets the value of the propertycode property . concode_field_sep String effectiveRootAdUnitId concode_elem_sep String propertyCode concode_elem_sep Long contentBrowseCustomTargetingKeyId concode_elem_sep Boolean isTest concode_elem_sep String displayName concode_elem_sep String networkCode concode_elem_sep String timeZo...
String function ( ) { return propertyCode ; }
127
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFindRangeBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep boolean checkIndependence concode_elem_sep void testHashcode concode_elem_sep void testGetLegendItemSeriesI...
void function ( ) { LineAndShapeRenderer loc0 = new LineAndShapeRenderer ( ) ; LineAndShapeRenderer loc1 = ( LineAndShapeRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( checkIndependence ( loc0 ,...
128
set if this connections needs to use ssl concode_field_sep String charset concode_elem_sep String selected concode_elem_sep ArrayList<String> connectCommands concode_elem_sep String title concode_elem_sep ArrayList<String> autoJoinChannels concode_elem_sep int status concode_elem_sep boolean isForeground concode_elem_s...
void function ( boolean arg0 ) { this . useSSL = arg0 ; }
129
set behavior for getstring string , string method when a positional index like % 4 is used but no subs value was given for that index . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value...
void function ( int arg0 ) { this . missingPosValueBehavior = arg0 ; }
130
returns the primary key of this d d m storage link . concode_field_sep DDMStorageLink _ddmStorageLink concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBrid...
long function ( ) { return _ddmStorageLink . getPrimaryKey ( ) ; }
131
gets an int specified by the key in the dictionary entries . if the value is a reference , the int 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 Refe...
int function ( String arg0 ) { return library . getInt ( entries , arg0 ) ; }
132
gets the value of vpfheaderlen concode_field_sep int entriesNumber concode_elem_sep int VARIABLE_INDEX_ROW_SIZE concode_elem_sep int VARIABLE_INDEX_HEADER_LENGTH concode_elem_sep int vpfHeaderLen concode_field_sep int getRecordSize concode_elem_sep int getLength concode_elem_sep int getEntriesNumber
int function ( ) { return this . vpfHeaderLen ; }
133
returns the length of the attribute list that begins with this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels concode_elem_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep Byte...
int function ( ) { int loc0 = 0 ; Attribute loc1 = this ; while ( loc1 != null ) { loc0 += 1 ; loc1 = loc1 . next ; } return loc0 ; }
134
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
135
specify the interval between execution times of this trigger . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap conc...
void function ( long arg0 ) { this . repeatInterval = arg0 ; }
136
get the relation that matches the key . concode_field_sep Vector relations concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void addAll concode_elem_sep void clear concode_elem_sep AccessibleRelation[] toArray concode_elem_sep String toString concode_elem_sep bo...
AccessibleRelation function ( String arg0 ) { int loc0 = relations . size ( ) ; while ( -- loc0 >= 0 ) { AccessibleRelation loc1 = ( AccessibleRelation ) relations . get ( loc0 ) ; if ( loc1 . arg0 . equals ( arg0 ) ) return loc1 ; } return null ; }
137
the length of the slice is always the capacity of the backing byte . concode_field_sep T[] buf concode_elem_sep int len concode_elem_sep Class<? extends T> elementClass concode_elem_sep Logger log concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_elem_sep int off concode_field_sep int assertNonNegative concode_elem...
int function ( ) { return buf . length ; }
138
getting current trace interface for actor system concode_field_sep float THREAD_MULTIPLIER concode_elem_sep int THREAD_MAX_COUNT concode_elem_sep ActorSystem mainSystem concode_elem_sep HashMap<String,ActorDispatcher> dispatchers concode_elem_sep TraceInterface traceInterface concode_elem_sep String DEFAULT_DISPATCHER ...
TraceInterface function ( ) { return traceInterface ; }
139
checks whether the provided activity was started with the action panic.action _ connect , and if so , processes that intent , removing the sending app as the panic trigger if it is currently configured to be so . concode_field_sep String PREF_TRIGGER_PACKAGE_NAME concode_field_sep boolean checkForDisconnectIntent conco...
Intent function ( Activity arg0 ) { Intent loc0 = arg0 . getIntent ( ) ; if ( TextUtils . equals ( loc0 . getAction ( ) , Panic . ACTION_CONNECT ) ) return loc0 ; else return null ; }
140
returns the xml namespace this extension belongs to . concode_field_sep String correctedMessageUID concode_elem_sep String ID_ATTRIBUTE_NAME concode_elem_sep String SWIFT_NAMESPACE concode_elem_sep String ELEMENT_NAME concode_elem_sep String NAMESPACE concode_field_sep String getCorrectedMessageUID concode_elem_sep Str...
String function ( ) { return NAMESPACE ; }
141
constructs a perfect sawtooth wave with the specified duty cycle . concode_field_sep Wavetable SINE concode_elem_sep Wavetable SAW concode_elem_sep Wavetable PHASOR concode_elem_sep Wavetable SQUARE concode_elem_sep Wavetable TRIANGLE concode_elem_sep int tSby4 concode_elem_sep int tableSize concode_elem_sep int tSby2 ...
Wavetable function ( float arg0 ) { arg0 = Math . max ( 0 , Math . min ( arg0 , 1 ) ) ; int loc0 = ( int ) ( tableSize * arg0 ) ; return WavetableGenerator . gen7 ( tableSize , new float [ ] { 0 , - 1 , 1 , 0 } , new int [ ] { loc0 , 0 , tableSize - loc0 } ) ; }
142
taints this object and any chained as having failures . concode_field_sep boolean failures concode_elem_sep TestRuleMarkFailure[] chained concode_field_sep List<Throwable> expandFromMultiple concode_elem_sep List<Throwable> expandFromMultiple concode_elem_sep Statement apply concode_elem_sep boolean isAssumption concod...
void function ( ) { failures = true ; for ( TestRuleMarkFailure loc0 : chained ) { loc0 . markFailed ( ) ; } }
143
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals concode_elem_sep void testCreateInstance
void function ( ) { PeriodAxisLabelInfo loc0 = new PeriodAxisLabelInfo ( Day . class , new SimpleDateFormat ( "srini_string" ) ) ; PeriodAxisLabelInfo loc1 = ( PeriodAxisLabelInfo ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
144
returns true iff any errors such as missing targets or packages , or rules with errors have been encountered during any work . not thread-safe ; do not call during visitation . concode_field_sep boolean hasErrors concode_field_sep void node concode_elem_sep void edge concode_elem_sep void missingEdge
boolean function ( ) { return hasErrors ; }
145
evaluate partially : replace some constants and variables with actual values . constants/variables are specified as values objects ; either can be left null . warning : unlike evaluate , evaluatepartially methods modify and return the expression . concode_field_sep int endColumn concode_elem_sep int beginColumn concode...
ASTElement function ( Values arg0 , Values arg1 ) { return evaluatePartially ( new EvaluateContextValues ( arg0 , arg1 ) ) ; }
146
equivalent to assert cond : value ; concode_field_sep PlaceHolder placeHolder concode_field_sep void checkNull concode_elem_sep void checkNull concode_elem_sep void checkNull concode_elem_sep T checkNonNull concode_elem_sep T checkNonNull concode_elem_sep void error concode_elem_sep void error
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) error ( arg1 ) ; }
147
sets the email address . concode_field_sep String emailAddress concode_elem_sep String[] ccMailList concode_elem_sep String[] bccMailList concode_elem_sep String templateName concode_elem_sep String userActivationCode concode_elem_sep String subject concode_elem_sep String ccMailId concode_elem_sep String bccMailId con...
void function ( String arg0 ) { this . emailAddress = arg0 ; }
148
the stop time interval . concode_field_sep long overallTime concode_elem_sep long elapsedTimeStart concode_elem_sep long elapsedTimeStop concode_elem_sep long intervals concode_field_sep long getIntervals concode_elem_sep void startInterval concode_elem_sep long getIntervalInMillis concode_elem_sep double getMean conco...
void function ( ) { elapsedTimeStop = getCurrentTime ( ) ; intervals ++ ; overallTime += ( elapsedTimeStop - elapsedTimeStart ) ; }
149
set the weight value . concode_field_sep Integer port concode_elem_sep Integer weight concode_elem_sep Integer priority concode_elem_sep String target concode_field_sep SrvRecord withPriority concode_elem_sep Integer port concode_elem_sep Integer weight concode_elem_sep Integer priority concode_elem_sep SrvRecord withP...
SrvRecord function ( Integer arg0 ) { this . weight = arg0 ; return this ; }
150
helper to create initialcontext with necessary properties . concode_field_sep PlaceHolder placeHolder concode_field_sep String createRemoteEjbJndiContext concode_elem_sep LoginContext getCLMLoginContext
Context function ( ) { final Properties loc0 = new Properties ( ) ; loc0 . setProperty ( Context . URL_PKG_PREFIXES , "srini_string" ) ; return new InitialContext ( loc0 ) ; }
151
get template by identifier . concode_field_sep TemplateDAO templateDAO concode_elem_sep Log log concode_elem_sep MessageSender messageSender concode_elem_sep MessagePreparator messagePreparator concode_field_sep void setTemplateDAO concode_elem_sep List getAllTemplates concode_elem_sep List getTemplatesByName concode_e...
Template function ( Integer arg0 ) { return templateDAO . getTemplate ( arg0 ) ; }
152
writes the doctype from the constructor if any . concode_field_sep String doctype concode_elem_sep Writer writer concode_elem_sep int level concode_field_sep void visitText concode_elem_sep void flush concode_elem_sep void visitDocumentPost concode_elem_sep void visitElementPre concode_elem_sep void visitAttributePre c...
void function ( Document arg0 ) { }
153
gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
String function ( ) { return label ; }
154
get the set of name value pairs from an urlencoded string like aaa = bbb & ccc = ddd , but in handy hashtable form . namevaluepairs are added to the table using the name property concode_field_sep PlaceHolder placeHolder concode_field_sep NameValuePair[] getNameValuePairs concode_elem_sep String[] split concode_elem_se...
Hashtable function ( String arg0 , String arg1 , String arg2 ) { NameValuePair [ ] loc0 = getNameValuePairs ( arg0 , arg1 , arg2 ) ; Hashtable loc1 = new Hashtable ( ) ; NameValuePair loc2 ; for ( int loc3 = 0 ; loc3 < loc0 . length ; loc3 ++ ) { loc2 = loc0 [ loc3 ] ; loc1 . put ( loc2 . getName ( ) , loc2 ) ; } retur...
155
log a message with the debug level . concode_field_sep ALogger logger concode_elem_sep play.api.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 warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep vo...
void function ( String arg0 , Throwable arg1 ) { logger . debug ( arg0 , arg1 ) ; }
156
the duration of the renormalization window in days concode_field_sep AnalysisConfig m_AnalysisConfig concode_elem_sep Long m_RenormalizationWindowDays concode_elem_sep Long m_ModelSnapshotRetentionDays concode_elem_sep AnalysisLimits m_AnalysisLimits concode_elem_sep Long m_BackgroundPersistInterval concode_elem_sep Da...
Long function ( ) { return m_RenormalizationWindowDays ; }
157
information about the bundle task . concode_field_sep BundleTask bundleTask concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep BundleInstanceResult clone concode_elem_sep BundleTask getBundleTask concode_elem_sep String toString concode_elem_sep BundleInstanceResult withBundleTask
void function ( BundleTask arg0 ) { this . bundleTask = arg0 ; }
158
some checks for the getendvalue and setendvalue methods . concode_field_sep double EPSILON concode_elem_sep MarkerChangeEvent lastEvent concode_field_sep void testGetSetStartValue concode_elem_sep void testCloning concode_elem_sep void markerChanged concode_elem_sep void testSerialization concode_elem_sep void testEqua...
void function ( ) { IntervalMarker loc0 = new IntervalMarker ( 1.0 , 2.0 ) ; loc0 . addChangeListener ( this ) ; this . lastEvent = null ; assertEquals ( 2.0 , loc0 . getEndValue ( ) , EPSILON ) ; loc0 . setEndValue ( 0.5 ) ; assertEquals ( 0.5 , loc0 . getEndValue ( ) , EPSILON ) ; assertEquals ( loc0 , this . lastEve...
159
gets on description for back end concode_field_sep String city concode_elem_sep String nation concode_elem_sep String mauthor concode_elem_sep String uuid concode_elem_sep String cap concode_elem_sep String trusted_mobile concode_elem_sep String fiscalCode concode_elem_sep String cauthor concode_elem_sep List<String> c...
String function ( ) { return _description ; }
160
returns the kaleo node id of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId concode_ele...
long function ( ) { return _kaleoTask . getKaleoNodeId ( ) ; }
161
returns the osgi service identifier . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void updateFe...
java . lang . String function ( ) { return _feedLocalService . getOSGiServiceIdentifier ( ) ; }
162
tests whether a value is a power of two when considered as an unsigned integer value concode_field_sep PlaceHolder placeHolder concode_field_sep int significantUnsignedBits concode_elem_sep int lowestSetBit concode_elem_sep int highWord concode_elem_sep int parity concode_elem_sep int significantSignedBits concode_elem...
boolean function ( long arg0 ) { return ( arg0 & ( arg0 - 1 ) ) == 0 ; }
163
set the contact reference . concode_field_sep String mContactReference concode_elem_sep String mMessage concode_elem_sep String mFriendKey concode_elem_sep String mTitle concode_elem_sep int mCount concode_elem_sep String mProfileImageUri concode_elem_sep long mTime concode_elem_sep long mSourceId concode_elem_sep Stri...
void function ( String arg0 ) { mContactReference = arg0 ; }
164
long support done by shifting by 32 using unsigned shift concode_field_sep int SEED concode_elem_sep int PRIME concode_field_sep placeholderType placeHolder
int function ( int arg0 , long arg1 ) { return ( PRIME * arg0 ) + ( int ) ( arg1 ^ ( arg1 >>> 32 ) ) ; }
165
hook that is called before the user attributes are retrieved . here you can set user attributes in code . concode_field_sep List<String> postStartupCommandIds concode_elem_sep Map<String,Object> userAttributes concode_elem_sep Map<String,Object> sessionAttributes concode_elem_sep List<String> preStartupCommandIds conco...
void function ( ) { }
166
return requested url concode_field_sep String resMessage concode_elem_sep String urlstring concode_elem_sep String filename concode_elem_sep String stateHTTP concode_elem_sep String uuid concode_elem_sep Context context concode_elem_sep HttpListener httpListener concode_elem_sep String requestType concode_elem_sep Hash...
String function ( ) { return urlstring ; }
167
executes a ddl statement . it is assumed that the argument is of the correct type . concode_field_sep Session session concode_elem_sep Result emptyZeroResult concode_elem_sep Result updateResult concode_elem_sep Result updateOneResult concode_field_sep Result executeInsertSelectStatement concode_elem_sep Result execute...
Result function ( CompiledStatement arg0 ) { return session . sqlExecuteDirectNoPreChecks ( arg0 . sql ) ; }
168
sets the timestamp to time = now . the timestamp is obtained by system #currenttimemillis . concode_field_sep int usage concode_elem_sep int count concode_elem_sep Object value concode_elem_sep Object key concode_elem_sep long timestamp concode_field_sep Object getKey concode_elem_sep Object getValue concode_elem_sep l...
void function ( ) { timestamp = System . currentTimeMillis ( ) ; }
169
assert a cookie value with the given hamcrest matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher path concode_elem_sep ResultMatcher path concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatche...
ResultMatcher function ( final String arg0 , final Matcher < ? super String > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { Cookie loc0 = arg2 . getResponse ( ) . getCookie ( arg0 ) ; assertTrue ( "srini_string" + arg0 , loc0 != null ) ; assertThat ( "srini_string" , loc0 . g...
170
get the live cref module associated with this scope . concode_field_sep int restArg concode_elem_sep long serialVersionUID concode_elem_sep DynamicScope dummyScope concode_elem_sep StaticScope enclosingScope concode_elem_sep boolean[] variableCaptured concode_elem_sep StaticScope previousCRefScope concode_elem_sep int ...
RubyModule function ( ) { return cref ; }
171
getter method concode_field_sep String callCharge concode_elem_sep String tariffType concode_elem_sep String recordType concode_elem_sep String destination concode_elem_sep long serialVersionUID concode_elem_sep String cdrId concode_elem_sep String callType concode_elem_sep String conversationDuration concode_elem_sep ...
String function ( ) { return calledParty ; }
172
gets the value of the orderstatus property . concode_field_sep OrderDeliveryType orderDelivery concode_elem_sep Boolean giftIndicator concode_elem_sep String orderStatus concode_elem_sep OrderHisotryType orderHistory concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar estimatedDeliveryDate conc...
String function ( ) { return orderStatus ; }
173
sets the ngay cap nhat of this trang thai giai trinh . concode_field_sep TrangThaiGiaiTrinh _trangThaiGiaiTrinh concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep voi...
void function ( java . util . Date arg0 ) { _trangThaiGiaiTrinh . setNgayCapNhat ( arg0 ) ; }
174
tests the executecellprocessors method with a null source list should throw an exception . concode_field_sep int LINE_NO concode_elem_sep Map<String,Object> MAP concode_elem_sep int ROW_NO concode_elem_sep String[] NAME_MAPPING concode_elem_sep List<String> LIST concode_elem_sep CellProcessor[] PROCESSORS concode_field...
void function ( ) { Util . executeCellProcessors ( new ArrayList < Object > ( ) , null , PROCESSORS , LINE_NO , ROW_NO ) ; }
175
prints the array . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] initializeRandomInputArray concode_elem_sep void main
void function ( int [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { StdOut . print ( "srini_string" + arg0 [ loc0 ] ) ; } }
176
get the default file system url as stored in this configuration . concode_field_sep Job job concode_field_sep void setMapOutputKeyClass concode_elem_sep void setNumReduceTasks concode_elem_sep T getAsDelegateConf concode_elem_sep Job getJob concode_elem_sep void setMapperClass concode_elem_sep void setUseOldRedApi conc...
String function ( ) { return get ( "srini_string" , "srini_string" ) ; }
177
returns the result of interpretting the object as an instance of ` person ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep AbstractreferencePackage modelPackage concode_field_sep Object caseUSOfficeAddress concode_elem_sep Object doSwitch concode_elem_sep ...
Object function ( Person arg0 ) { return null ; }
178
returns the parent configuration . the parent configuration is queried , if the requested configuration values was not found in this report configuration . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void setPa...
Configuration function ( ) { return this . parentConfiguration ; }
179
sets the uuid of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM...
void function ( java . lang . String arg0 ) { _phone . setUuid ( arg0 ) ; }
180
it will create sqlserverconnection concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
SQLServerConnection function ( String arg0 ) { return getConnection ( arg0 , null ) ; }
181
configure the inforeceiver to use to perform the sockjs `` info `` request before the sockjs session starts . if the list of transports provided to the constructor contained an xhrtransport or an implementation of inforeceiver thatinstance would have been used to initialize this property , or otherwise it defaults to r...
void function ( InfoReceiver arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . infoReceiver = arg0 ; }
182
creates a client and `` starts '' it , i.e. grabs the console prompt . it will try to find a remote server specified by serverlocation . concode_field_sep Map<String,Serializable> NO_INITIAL_SESSION concode_field_sep ShellServer newServer concode_elem_sep RmiLocation remoteLocation concode_elem_sep RmiLocation remoteLo...
ShellClient function ( RmiLocation arg0 , Map < String , Serializable > arg1 ) { return new RemoteClient ( arg1 , arg0 ) ; }
183
`` freezes '' this context stack so it becomes immutable : all mutator methods will throw an exception from now on . concode_field_sep long serialVersionUID concode_elem_sep boolean frozen concode_elem_sep List<String> list concode_field_sep int getDepth concode_elem_sep List<String> asList concode_elem_sep boolean rem...
void function ( ) { frozen = true ; }
184
default thread pool for the procedure concode_field_sep long KEEP_ALIVE_MILLIS_DEFAULT concode_elem_sep Log LOG concode_elem_sep SubprocedureFactory builder concode_elem_sep ExecutorService pool concode_elem_sep ProcedureMemberRpcs rpcs concode_elem_sep ConcurrentMap<String,Subprocedure> subprocs concode_field_sep Proc...
ThreadPoolExecutor function ( String arg0 , int arg1 ) { return defaultPool ( arg0 , arg1 , KEEP_ALIVE_MILLIS_DEFAULT ) ; }
185
reads length bytes into an int at offset in bytes . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep void skip concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToInt concode_elem_sep void setPosition concode_elem_sep int capacity concode_e...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = 0xFF & arg0 [ arg1 ] ; for ( int loc1 = arg1 + 1 ; loc1 < arg1 + arg2 ; loc1 ++ ) { loc0 <<= 8 ; loc0 |= 0xFF & arg0 [ loc1 ] ; } return loc0 ; }
186
get the first element , or null if none . concode_field_sep Entry<K> head concode_elem_sep Entry<K> next concode_elem_sep Entry<K> tail concode_elem_sep K obj concode_field_sep void add concode_elem_sep Iterator<K> iterator concode_elem_sep boolean removeFirst concode_elem_sep K peekLast concode_elem_sep boolean remove...
K function ( ) { Entry < K > loc0 = head ; return loc0 == null ? null : loc0 . obj ; }
187
finds cached messages for the given filename . concode_field_sep Map<String,LocaleResourceBundle> bundles concode_elem_sep PropertyResourceBundle bundle concode_field_sep Set<String> getMessageKeys concode_elem_sep Set<String> getMessageKeys concode_elem_sep void addCachedBundle concode_elem_sep PropertyResourceBundle ...
String function ( String arg0 , String arg1 ) { if ( bundles == null ) return null ; LocaleResourceBundle loc0 = bundles . get ( arg0 ) ; if ( loc0 == null ) return null ; return loc0 . getMessage ( arg1 ) ; }
188
retrieves the fully-qualified name of the java class whose instances should be passed to the method preparedstatement.setobject . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep ...
String function ( int arg0 ) { checkRange ( arg0 ) ; return classNames [ -- arg0 ] ; }
189
sets the value of the postingdate property . concode_field_sep BankAccount bankAccount concode_elem_sep PaymentAuthorizationInfo customerAuthorizationInfo concode_elem_sep Address address concode_elem_sep Receipt receipt concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar postingDate concode_el...
void function ( XMLGregorianCalendar arg0 ) { this . postingDate = arg0 ; }
190
sets the value of the resourcetype property . concode_field_sep Double actualUnits concode_elem_sep Integer financialPeriodObjectId concode_elem_sep Integer activityObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean isBaseline concode_elem_sep Integer wbsObjectId concode_elem_sep Integer projectObje...
void function ( String arg0 ) { this . resourceType = arg0 ; }
191
this will get the status string to be displayed as the result of an action . concode_field_sep COSDictionary fdf concode_field_sep void setPages concode_elem_sep void setJavaScript concode_elem_sep void setEncoding concode_elem_sep void writeXML concode_elem_sep COSStream getDifferences concode_elem_sep COSArray getID ...
String function ( ) { return fdf . getString ( COSName . STATUS ) ; }
192
returns the result for the given string . concode_field_sep String ELEMENT_TYPE concode_field_sep Result getOnMatch concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep Result filter concode_elem_sep R...
Result function ( final String arg0 ) { return toResult ( arg0 , null ) ; }
193
add error message to a specific client . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_s...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; }
194
creates a new random version 4 uuid . this method is just a convenience for uuid.randomuuid . concode_field_sep long START_EPOCH concode_elem_sep long CLOCK_SEQ_AND_NODE concode_elem_sep AtomicLong lastTimestamp concode_elem_sep long MIN_CLOCK_SEQ_AND_NODE concode_elem_sep long MAX_CLOCK_SEQ_AND_NODE concode_field_sep ...
UUID function ( ) { return UUID . randomUUID ( ) ; }
195
get the extent at the given index . if the index is below 0 or greater than the number of extents in this region , an exception will be thrown . concode_field_sep int spaceHandle concode_elem_sep int regionToken concode_elem_sep Extent[] extents concode_elem_sep long serialVersionUID concode_elem_sep int federateHandle...
Extent function ( int arg0 ) { checkIndex ( arg0 ) ; return extents [ arg0 ] ; }
196
returns a list of files affected by this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep String getCommandLabel co...
List < ? > function ( ) { return Collections . EMPTY_LIST ; }
197
sets the value of the raekus property . concode_field_sep long raSignatures concode_elem_sep OIDReferenceCollection raPolicies concode_elem_sep OIDReferenceCollection raekUs concode_field_sep void setRASignatures concode_elem_sep long getRASignatures concode_elem_sep OIDReferenceCollection getRAEKUs concode_elem_sep OI...
void function ( OIDReferenceCollection arg0 ) { this . raekUs = arg0 ; }
198
destroy the watch service thread . concode_field_sep Map<Long,RegisteredService> serviceMap concode_elem_sep StringSerializer<RegisteredService> registeredServiceSerializer concode_elem_sep Logger LOGGER concode_elem_sep Path serviceRegistryDirectory concode_elem_sep ServiceRegistryConfigWatcher serviceRegistryConfigWa...
void function ( ) { if ( this . serviceRegistryConfigWatcher != null ) { this . serviceRegistryConfigWatcher . close ( ) ; } if ( serviceRegistryWatcherThread != null ) { this . serviceRegistryWatcherThread . interrupt ( ) ; } }
199
sets the value of the changesetobjectid property . concode_field_sep Date date concode_elem_sep Integer activityObjectId concode_elem_sep Date approvalDate concode_elem_sep String approvalUserName concode_elem_sep Double overridePercentComplete concode_elem_sep Integer projectObjectId concode_elem_sep Integer activityS...
void function ( Integer arg0 ) { this . changeSetObjectId = arg0 ; }