idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
11,200
sets the transactionid . concode_field_sep long serialVersionUID concode_elem_sep int LOCK_WRITE concode_elem_sep int LOCK_READ concode_elem_sep int isolationLevel concode_elem_sep String oidString concode_elem_sep int lockType concode_elem_sep String transactionId concode_elem_sep long timestamp concode_field_sep bool...
void function ( String arg0 ) { this . transactionId = arg0 ; }
11,201
return true if this interval contains the interval ` y ' . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double hi concode_elem_sep boolean interiorContains concode_elem_sep boolean interiorContains concode_elem_sep double getCenter concode_elem_sep double lo concode_elem_sep boolean intersec...
boolean function ( R1Interval arg0 ) { if ( arg0 . isEmpty ( ) ) { return true ; } return arg0 . lo ( ) >= lo ( ) && arg0 . hi ( ) <= hi ( ) ; }
11,202
unregisters all dictionaries . concode_field_sep QuestionClassifier qc concode_elem_sep Predicate[] predicates concode_elem_sep ArrayList<Ontology> ontologies concode_elem_sep ArrayList<Dictionary> dicts concode_elem_sep String context concode_field_sep void addDictionary concode_elem_sep void clearContext concode_elem...
void function ( ) { dicts . clear ( ) ; }
11,203
allows to answer if any file below the given directory any level of nesting has changes in comparison with vcs . concode_field_sep Logger LOG concode_elem_sep Key<CharSequence> TEST_REVISION_CONTENT concode_field_sep List<PsiFile> getChangedFiles concode_elem_sep boolean isChangeNotTrackedForFile concode_elem_sep List<...
boolean function ( @ NotNull PsiDirectory arg0 ) { return hasChanges ( arg0 . getVirtualFile ( ) , arg0 . getProject ( ) ) ; }
11,204
called after the thrift handler method 's results are written . concode_field_sep PlaceHolder placeHolder concode_field_sep void preRead concode_elem_sep void handlerError concode_elem_sep void postRead concode_elem_sep Object getContext concode_elem_sep void preWrite
void function ( Object arg0 , String arg1 , TBase arg2 ) { }
11,205
creates a spacer control . concode_field_sep String fLabelText concode_elem_sep IDialogFieldListener fDialogFieldListener concode_elem_sep Label fLabel concode_elem_sep boolean fEnabled concode_field_sep Label getLabelControl concode_elem_sep boolean isOkToUse concode_elem_sep void refresh concode_elem_sep boolean setF...
Control function ( Composite arg0 ) { return createEmptySpace ( arg0 , 1 ) ; }
11,206
add a navigation step to the history . concode_field_sep int historyPointer concode_elem_sep Integer offset concode_elem_sep LinkedList<BrowserHistoryEntry> history concode_elem_sep BrowserServices services concode_elem_sep int MAX_HISTORY_ENTRIES concode_elem_sep TreePath treePath concode_field_sep boolean checkForOff...
void function ( TreePath arg0 ) { updateHistory ( arg0 , null ) ; }
11,207
sets the value of the type property . concode_field_sep String currencytype concode_elem_sep String type concode_field_sep String getType concode_elem_sep void setCurrencytype concode_elem_sep String getCurrencytype
void function ( String arg0 ) { this . type = arg0 ; }
11,208
check if the file name passes the filter . concode_field_sep String baseClassName concode_field_sep placeholderType placeHolder
boolean function ( File arg0 , String arg1 ) { if ( ( arg1 . lastIndexOf ( "srini_string" ) != arg1 . lastIndexOf ( "srini_string" ) ) || ( arg1 . indexOf ( baseClassName + "srini_string" ) != 0 ) ) { return false ; } return true ; }
11,209
set up an expectation for a single http request . the returned responseactions can be used to set up further expectations aswell as to define the response . this method may be invoked any number times before starting to make request through the underlying resttemplate in order to set upall expected requests . concode_f...
ResponseActions function ( RequestMatcher arg0 ) { return expect ( ExpectedCount . once ( ) , arg0 ) ; }
11,210
generate a unique id with a sub name . like the other form of generateid this will append another sub-name . this is typically used for when duplicate names are used but further identification is needed for globally unique names . concode_field_sep ObjectManager objectManager concode_elem_sep char DIVIDER concode_elem_...
String function ( String arg0 , String arg1 , String arg2 ) { return combine ( componentName , arg0 , arg1 , arg2 ) ; }
11,211
check if a folder exists under a path , create it if necessary concode_field_sep int _uniqifier concode_field_sep boolean checkDerivedDir concode_elem_sep IResource checkDerivedDestination concode_elem_sep void copyDerived concode_elem_sep void copyDerivedOld concode_elem_sep IWorkspace getWorkspace concode_elem_sep vo...
boolean function ( IPath arg0 , IProgressMonitor arg1 ) { return checkDir ( arg0 , arg1 , false ) ; }
11,212
gets the value of the allocqty property . concode_field_sep String allocAcct concode_elem_sep String indAllocID concode_elem_sep List<NestedParties2BlockT> pty concode_elem_sep String allocAcctIDSrc concode_elem_sep BigDecimal allocQty concode_elem_sep String allocSettlCcy concode_field_sep String getAllocSettlCcy conc...
BigDecimal function ( ) { return allocQty ; }
11,213
create an instance of keyarchivalattributes concode_field_sep QName _CommonName_QNAME concode_field_sep CAURI createCAURI concode_elem_sep RequestFilter createRequestFilter concode_elem_sep OIDCollection createOIDCollection concode_elem_sep OID createOID concode_elem_sep CertificateValidity createCertificateValidity co...
KeyArchivalAttributes function ( ) { return new KeyArchivalAttributes ( ) ; }
11,214
the utc time at which the multipart upload was initiated . concode_field_sep String archiveDescription concode_elem_sep String creationDate concode_elem_sep String multipartUploadId concode_elem_sep Long partSizeInBytes concode_elem_sep String vaultARN concode_field_sep UploadListElement withArchiveDescription concode_...
void function ( String arg0 ) { this . creationDate = arg0 ; }
11,215
returns a hash code value for the object . concode_field_sep long serialVersionUID concode_elem_sep Logger log concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_elem_sep Set getInvalidCo...
int function ( ) { return 17 ; }
11,216
modifies the receiver so that its elements become the intersection of its current elements with those in the other intset . concode_field_sep int mModCount concode_elem_sep long serialVersionUID concode_elem_sep int mMaxValue concode_elem_sep int mNext concode_elem_sep int mMinValue concode_elem_sep DocIdSetIterator mI...
IntSet function ( IntSet arg0 ) { if ( arg0 instanceof BitVectorIntSet ) { BitVectorIntSet loc0 = ( BitVectorIntSet ) arg0 ; if ( loc0 . getMinValue ( ) == this . getMinValue ( ) ) { this . mBits . intersect ( loc0 . mBits ) ; return this ; } } retainAll ( arg0 ) ; return this ; }
11,217
znaci , do jakych dat se bude vykreslovat . concode_field_sep boolean play concode_elem_sep float ECG1YValue concode_elem_sep boolean plottingData1 concode_elem_sep float ECG2YValue concode_elem_sep float XValue concode_field_sep void beep concode_elem_sep float getECG2YValue concode_elem_sep float getECG1YValue concod...
boolean function ( ) { return this . plottingData1 ; }
11,218
in the scenario where the inputfile component writes the uploaded file to a java.io.outputstream , instead of to a java.io.file , it will first do a jsf lifecycle in order to get the outputstream , before commencing the actual saving . concode_field_sep File file concode_elem_sep boolean preUpload concode_elem_sep int ...
boolean function ( ) { return gettingOutputStream ; }
11,219
returns the json string representation of the given userdata object as a byte array . concode_field_sep String JSON_ATTRIBUTE_FEEDBACK_SUBMITTED_SESSIONS concode_elem_sep Set<String> viewedVideoIds concode_elem_sep Set<String> feedbackSubmittedSessionIds concode_elem_sep String JSON_ATTRIBUTE_STARRED_SESSIONS concode_e...
byte [ ] function ( UserData arg0 ) { return toJsonString ( arg0 ) . getBytes ( Charsets . UTF_8 ) ; }
11,220
to cut down on configuration noise , allow access to request-scoped beans from session-scoped beans , and so on , this method lets the caller try to find anything anywhere that faces can look for it . warning : if what you 're looking for is a managed bean and it is n't found , it will be created as a result of this ca...
Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Object loc1 = loc0 . getApplication ( ) . getVariableResolver ( ) . resolveVariable ( loc0 , arg0 ) ; if ( log . isDebugEnabled ( ) ) log . debug ( "srini_string" + arg0 + "srini_string" + loc1 ) ; return loc1 ; }
11,221
the beverage 's name , e.g. `` cola '' . the name has to be unique ! concode_field_sep String name concode_elem_sep double price concode_field_sep void setName concode_elem_sep void setPrice concode_elem_sep double getPrice
String function ( ) { return this . name ; }
11,222
get weight of the dmatrix concode_field_sep long handle concode_elem_sep Log logger concode_field_sep float[] getLabel concode_elem_sep void setWeight concode_elem_sep long getHandle concode_elem_sep float[] getBaseMargin concode_elem_sep float[] flatten concode_elem_sep void setGroup concode_elem_sep int[] getIntInfo ...
float [ ] function ( ) { return getFloatInfo ( "srini_string" ) ; }
11,223
this method tests whether or not the specified permission is implied by the set of permissions granted to this domain . concode_field_sep CodeSource code_source concode_elem_sep PermissionCollection perms concode_elem_sep String linesep concode_field_sep PermissionCollection getPermissions concode_elem_sep String toStr...
boolean function ( Permission arg0 ) { PermissionCollection loc0 = getPermissions ( ) ; if ( loc0 == null ) return ( false ) ; return ( loc0 . implies ( arg0 ) ) ; }
11,224
used with serialization . not to be called manually . concode_field_sep Vector3 _origin concode_elem_sep Vector3 _direction concode_field_sep void read concode_elem_sep ReadOnlyVector3 getOrigin concode_elem_sep ReadOnlyVector3 getDirection concode_elem_sep void setOrigin concode_elem_sep int hashCode concode_elem_sep ...
void function ( final ObjectOutput arg0 ) { arg0 . writeObject ( _origin ) ; arg0 . writeObject ( _direction ) ; }
11,225
common utility method to be used as protein.tostring method concode_field_sep PlaceHolder placeHolder concode_field_sep String fragmentIonToString concode_elem_sep String peptideToString concode_elem_sep String modificationToString
String function ( Protein arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( arg0 . getSysname ( ) ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . getPeptidesNumber ( ) ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . getHits ( ) ) ; return loc0 . toString ( ) ; }
11,226
convert a byte array to a string of hex digits representing the bytes . concode_field_sep MailLogger logger concode_elem_sep String clientResponse concode_elem_sep char[] digits concode_elem_sep String uri concode_elem_sep MessageDigest md5 concode_field_sep byte[] authClient concode_elem_sep boolean authServer concode...
String function ( byte [ ] arg0 ) { char [ ] loc0 = new char [ arg0 . length * 2 ] ; for ( int loc1 = 0 , loc2 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc3 = arg0 [ loc1 ] & 0xFF ; loc0 [ loc2 ++ ] = digits [ loc3 >> 4 ] ; loc0 [ loc2 ++ ] = digits [ loc3 & 0xF ] ; } return new String ( loc0 ) ; }
11,227
returns the user id 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 isC...
long function ( ) { return _phone . getUserId ( ) ; }
11,228
set the maximum number of concurrent access attempts allowed . -1 indicates unbounded concurrency . in principle , this limit can be changed at runtime , although it is generally designed as a config time setting . note : do not switch between -1 and any concrete limit at runtime , as this will lead to inconsistent con...
void function ( int arg0 ) { this . concurrencyLimit = arg0 ; }
11,229
creates a new checkout with the primary key . does not add the checkout to the database . concode_field_sep CheckoutLocalService _checkoutLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQ...
com . liferay . samplealloymvc . model . Checkout function ( long arg0 ) { return _checkoutLocalService . createCheckout ( arg0 ) ; }
11,230
provides the source and type of the event that causes aws config to evaluate your aws resources . note : this method appends the values to the existing list if any . use #setsourcedetails java.util.collection or #withsourcedetails java.util.collection if you want to overridethe existing values . concode_field_sep Strin...
Source function ( SourceDetail ... arg0 ) { if ( this . sourceDetails == null ) { setSourceDetails ( new com . amazonaws . internal . SdkInternalList < SourceDetail > ( arg0 . length ) ) ; } for ( SourceDetail loc0 : arg0 ) { this . sourceDetails . add ( loc0 ) ; } return this ; }
11,231
is cas authentication old for max age authorization request ? concode_field_sep Logger LOGGER concode_elem_sep TicketRegistrySupport ticketRegistrySupport concode_elem_sep CookieRetrievingCookieGenerator ticketGrantingTicketCookieGenerator concode_field_sep Set<String> getOidcPromptFromAuthorizationRequest concode_elem...
boolean function ( final WebContext arg0 , final Authentication arg1 ) { return isCasAuthenticationOldForMaxAgeAuthorizationRequest ( arg0 , arg1 . getAuthenticationDate ( ) ) ; }
11,232
sets transposition table class name . concode_field_sep boolean parentsMemorizingChildren concode_elem_sep double depthLimit concode_elem_sep String transpositionTableClassName concode_elem_sep String refutationTableClassName concode_elem_sep boolean transpositionTableOn concode_elem_sep boolean quiescenceOn concode_el...
void function ( String arg0 ) { this . transpositionTableClassName = arg0 ; }
11,233
returns all keys of entries in this actionmap and all its parents . concode_field_sep ActionMap parent concode_elem_sep long serialVersionUID concode_elem_sep Map actionMap concode_field_sep ActionMap getParent concode_elem_sep int size concode_elem_sep Object[] keys concode_elem_sep Action get concode_elem_sep void cl...
Object [ ] function ( ) { Set loc0 = new HashSet ( ) ; if ( parent != null ) loc0 . addAll ( Arrays . asList ( parent . allKeys ( ) ) ) ; loc0 . addAll ( actionMap . keySet ( ) ) ; if ( loc0 . size ( ) != 0 ) return loc0 . toArray ( ) ; return null ; }
11,234
the system-generated identifier for this shard . concode_field_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String parentShardId concode_elem_sep String shardId concode_field_sep String getParentShardId concode_elem_sep Shard withParentShardId concode_elem_sep Shard withSequenceNumberRange concode_elem_...
void function ( String arg0 ) { this . shardId = arg0 ; }
11,235
translate a blueprints vertex to a dex vertex concode_field_sep PlaceHolder placeHolder concode_field_sep EdgesDirection translateDirection concode_elem_sep long translateEdge concode_elem_sep String[] getEdgeLabels concode_elem_sep long[] translateEdges concode_elem_sep String[] getNodeLabels concode_elem_sep DataType...
long function ( Vertex arg0 ) { return ( ( Long ) arg0 . getId ( ) ) . longValue ( ) ; }
11,236
setecho method sets the output echo state . concode_field_sep boolean m_Echo concode_elem_sep CommPort m_CommPort concode_elem_sep Logger logger concode_field_sep ModbusResponse readResponse concode_elem_sep ModbusRequest readRequest concode_elem_sep void readEcho concode_elem_sep void prepareStreams concode_elem_sep v...
void function ( boolean arg0 ) { this . m_Echo = arg0 ; }
11,237
returns the modified residues as a string concode_field_sep Vector<String> modResidues concode_elem_sep Integer modNumber concode_elem_sep String modName concode_elem_sep Double modMonoMass concode_field_sep String getModName concode_elem_sep Integer getModNumber concode_elem_sep Vector<String> getModResidues concode_e...
String function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < modResidues . size ( ) ; loc1 ++ ) { loc0 += modResidues . get ( loc1 ) + "srini_string" ; } if ( loc0 . length ( ) > 0 ) { loc0 = loc0 . substring ( 0 , loc0 . length ( ) - 2 ) ; } return loc0 ; }
11,238
parse a float from a byte array . concode_field_sep WritableComparable key1 concode_elem_sep WritableComparable key2 concode_elem_sep HashMap<Class,WritableComparator> comparators concode_elem_sep Class<? extends WritableComparable> keyClass concode_elem_sep DataInputBuffer buffer concode_field_sep int compare concode_...
float function ( byte [ ] arg0 , int arg1 ) { return Float . intBitsToFloat ( readInt ( arg0 , arg1 ) ) ; }
11,239
discards samples from the write side of the queue . concode_field_sep MediaFormat format concode_elem_sep long lastReadTimeUs concode_elem_sep long largestParsedTimestampUs concode_elem_sep boolean needKeyframe concode_elem_sep SampleHolder sampleInfoHolder concode_elem_sep RollingSampleBuffer rollingBuffer concode_ele...
void function ( int arg0 ) { rollingBuffer . discardUpstreamSamples ( arg0 ) ; largestParsedTimestampUs = rollingBuffer . peekSample ( sampleInfoHolder ) ? sampleInfoHolder . timeUs : Long . MIN_VALUE ; }
11,240
returns the startpattern . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPatte...
String function ( ) { return m_startPattern ; }
11,241
returns the security domain associated with the bean concode_field_sep String securityDomain concode_elem_sep SecurityRolesMetaData securityRoles concode_elem_sep Set<String> declaredRoles concode_elem_sep String runAsRole concode_elem_sep String runAsPrincipal concode_elem_sep Map<String,Collection<String>> securityRo...
String function ( ) { return this . securityDomain ; }
11,242
gets a formpropertyrenderer for the given type . concode_field_sep FormPropertyRenderer noTypePropertyRenderer concode_elem_sep Map<Class<? extends FormType>,FormPropertyRenderer> propertyRenderers concode_elem_sep long serialVersionUID concode_field_sep void setNoTypePropertyRenderer concode_elem_sep void setPropertyR...
FormPropertyRenderer function ( FormType arg0 ) { Class < ? extends FormType > loc0 = arg0 . getClass ( ) ; FormPropertyRenderer loc1 = propertyRenderers . get ( loc0 ) ; if ( loc1 == null ) { throw new ActivitiException ( "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getClass ( ) ) ; } return loc1 ; }
11,243
return all registered exceptionlistener delegates as array . concode_field_sep List<ExceptionListener> delegates concode_field_sep void addDelegate concode_elem_sep void onException
ExceptionListener [ ] function ( ) { return this . delegates . toArray ( new ExceptionListener [ this . delegates . size ( ) ] ) ; }
11,244
get bitmap from memory cache . concode_field_sep int DEFAULT_HTTP_CACHE_SIZE concode_elem_sep int diskCacheSize concode_elem_sep int DEFAULT_HTTP_CACHE_ITEM_SIZE concode_elem_sep String TAG concode_elem_sep boolean memoryCacheEnabled concode_elem_sep CompressFormat compressFormat concode_elem_sep ImageCacheParams mImag...
Bitmap function ( String data ) { if ( mMemoryCache != null ) { final Bitmap memBitmap = mMemoryCache . get ( data ) ; if ( memBitmap != null ) { if ( ImageWorker . DEBUG ) { Log . d ( TAG , "srini_string" ) ; } return memBitmap ; } } return null ; }
11,245
try to speak the specified text , for accessibility . only available on jb or later . concode_field_sep int FULL_ALPHA concode_elem_sep int SELECTED_ALPHA concode_elem_sep int PULSE_ANIMATOR_DURATION concode_elem_sep int SELECTED_ALPHA_THEME_DARK concode_field_sep boolean isJellybeanOrLater concode_elem_sep boolean isD...
void function ( View arg0 , CharSequence arg1 ) { if ( isJellybeanOrLater ( ) && arg0 != null && arg1 != null ) { arg0 . announceForAccessibility ( arg1 ) ; } }
11,246
returns the localized version of the specified property . the key is a format string containing '' % s '' , which is replaced with a language code iso 639-1 , see locale #getlanguage . first , the configured language is used . second , the locale 's code is used . if none of them contains the requested key , `` en '' i...
String function ( String arg0 ) { return getLocalized ( arg0 , null ) ; }
11,247
remove event listener concode_field_sep Logger logger concode_elem_sep String dscAlarmUserCode concode_elem_sep int baudRate concode_elem_sep String DEFAULT_PASSWORD concode_elem_sep int[] baudRates concode_elem_sep String serialPort concode_elem_sep DSCAlarmConnectorType connectorType concode_elem_sep String ipAddress...
void function ( DSCAlarmEventListener arg0 ) { dscAlarmConnector . removeEventListener ( arg0 ) ; }
11,248
how many files are in the key-value cache . concode_field_sep String TAG concode_elem_sep int maxKeyValueCacheBytes concode_elem_sep int DEFAULT_MAX_KEY_VALUE_CACHE_BYTES concode_elem_sep int maxKeyValueCacheFiles concode_elem_sep String DIR_NAME concode_elem_sep int DEFAULT_MAX_KEY_VALUE_CACHE_FILES concode_elem_sep F...
int function ( ) { File [ ] loc0 = getKeyValueCacheDir ( ) . listFiles ( ) ; if ( loc0 == null ) { return 0 ; } return loc0 . length ; }
11,249
sets the transform of the specified glyph within this glyphvector . concode_field_sep GVTGlyphVector[] gvs concode_elem_sep int[] nGlyphs concode_elem_sep int[] off concode_elem_sep int nGlyph concode_field_sep Point2D getGlyphPosition concode_elem_sep Rectangle2D getLogicalBounds concode_elem_sep int getCharacterCount...
void function ( int arg0 , AffineTransform arg1 ) { int loc0 = getGVIdx ( arg0 ) ; gvs [ loc0 ] . setGlyphTransform ( arg0 - off [ loc0 ] , arg1 ) ; }
11,250
the method should delete the account in the user . concode_field_sep Map<User,List<Account>> result concode_field_sep boolean transferMoney concode_elem_sep int getRequisites concode_elem_sep void addUser concode_elem_sep void addAccountToUser concode_elem_sep void deleteUser concode_elem_sep boolean isThereUser concod...
void function ( User arg0 , Account arg1 ) { if ( isThereUser ( arg0 ) ) { if ( isThereAccount ( arg0 , arg1 ) ) { this . result . get ( arg0 ) . remove ( arg1 ) ; } } }
11,251
convert a mat object opencv in the corresponding image for javafx concode_field_sep ObjectProperty<Image> morphProp concode_elem_sep VideoCapture capture concode_elem_sep Label hsvCurrentValues concode_elem_sep Button save concode_elem_sep Slider valueStop concode_elem_sep ObjectProperty<String> hsvValuesProp concode_e...
Image function ( Mat arg0 ) { MatOfByte loc0 = new MatOfByte ( ) ; Highgui . imencode ( "srini_string" , arg0 , loc0 ) ; return new Image ( new ByteArrayInputStream ( loc0 . toArray ( ) ) ) ; }
11,252
gets the com.pqqqqq.directscript.lang.statement.statement.arguments argument syntax this context utilizes concode_field_sep String[] stringArguments concode_elem_sep Statement.Arguments argumentsSet concode_elem_sep Line line concode_elem_sep Map<String,Literal> literals concode_elem_sep Compartment compartment concode...
Statement . Arguments function ( ) { return argumentsSet ; }
11,253
create a terminal continuation from the routed request . concode_field_sep RequestProcessingContext requestProcessingContext concode_elem_sep Iterable<Router> next concode_field_sep Iterable<Router> next concode_elem_sep RequestProcessingContext requestContext concode_elem_sep Continuation apply
Continuation function ( final RequestProcessingContext arg0 ) { return new Continuation ( arg0 , null ) ; }
11,254
returns host . concode_field_sep int database concode_elem_sep String password concode_elem_sep int port concode_elem_sep int database concode_elem_sep String host concode_elem_sep int port concode_elem_sep int timeout concode_elem_sep int timeout concode_elem_sep String host concode_field_sep Builder setHost concode_e...
String function ( ) { return host ; }
11,255
default value to set case type concode_field_sep boolean filter_attribute_state concode_elem_sep int case_type concode_elem_sep char begin_start_modifier concode_elem_sep char start_tag concode_elem_sep ResourceBundle resource concode_elem_sep char end_tag concode_elem_sep char attribute_equality_sign concode_elem_sep ...
int function ( ) { return case_type ; }
11,256
returns the set of issuer names that are matched by this selector , or null if this criteria is not set . the returned collection is not modifiable . concode_field_sep Date date concode_elem_sep List issuerNames concode_elem_sep BigInteger maxCrlNumber concode_elem_sep BigInteger minCrlNumber concode_elem_sep X509Certi...
Collection < Object > function ( ) { if ( issuerNames != null ) return Collections . unmodifiableList ( issuerNames ) ; else return null ; }
11,257
returns the value of the attribute with given name . concode_field_sep String ATTRIBUTE_PREFIX concode_elem_sep String encodedName concode_elem_sep String VALUE_KEY concode_elem_sep String value concode_elem_sep List<BSONNode> childNodes concode_field_sep String encode concode_elem_sep String getName concode_elem_sep v...
String function ( String arg0 ) { String loc0 = ATTRIBUTE_PREFIX + arg0 ; return getChildValue ( loc0 ) ; }
11,258
finds all patients without a country filter concode_field_sep PlaceHolder placeHolder concode_field_sep Integer findWeeksPregnant concode_elem_sep List<? extends IMissionCity> findCities concode_elem_sep Integer findPatientHeightFeet concode_elem_sep Integer findPatientHeightInches concode_elem_sep Float findPatientWei...
List < ? extends IPatient > function ( IRepository < IPatient > arg0 ) { ExpressionList < Patient > loc0 = QueryProvider . getPatientQuery ( ) . select ( "srini_string" ) . where ( ) . isNull ( "srini_string" ) ; return loc0 . findList ( ) ; }
11,259
gets the sorted parameter values . concode_field_sep Set<ParameterValue> parameterValues concode_field_sep Set<ParameterValue> getParameterValues concode_elem_sep void addParameterValue concode_elem_sep void updateWith concode_elem_sep void setParameterValues concode_elem_sep void addActorDependentParameterValue concod...
Set < ParameterValue > function ( ) { final Set < ParameterValue > loc0 = new ConcurrentSkipListSet < > ( ( o1 , o2 ) -> o1 . getName ( ) . compareTo ( o2 . getName ( ) ) ) ; loc0 . addAll ( this . parameterValues ) ; return loc0 ; }
11,260
creates a new reverse range between the given value exclusive and 0 . concode_field_sep int stop concode_elem_sep int start concode_elem_sep int step concode_field_sep Iterator<Integer> iterator concode_elem_sep int getStart concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Range range conc...
Range function ( int arg0 ) { return new Range ( arg0 - 1 , 0 , - 1 ) ; }
11,261
matches a directory with at least one file . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<File> hasNumberOfFiles concode_elem_sep Matcher<File> hasName concode_elem_sep Matcher<Long> beforeNow concode_elem_sep Matcher<File> isEmpty concode_elem_sep Matcher<File> exists concode_elem_sep Matcher<Fi...
Matcher < File > function ( ) { return hasNumberOfFiles ( greaterThan ( 0 ) ) ; }
11,262
gets the execution log . concode_field_sep String testCaseName concode_elem_sep String failureMessage concode_elem_sep TestStatus status concode_elem_sep String executionLog concode_field_sep void setExecutionLog concode_elem_sep void setFailureMessage concode_elem_sep String getTestCaseName concode_elem_sep String get...
String function ( ) { return executionLog ; }
11,263
set the name of the set concode_field_sep boolean mutable concode_elem_sep boolean[] chars concode_elem_sep String name concode_elem_sep File source concode_field_sep void set concode_elem_sep boolean isMutable concode_elem_sep String getName concode_elem_sep File getSource concode_elem_sep void save concode_elem_sep b...
void function ( String arg0 ) { this . name = arg0 ; }
11,264
try to call referencecounted #release int if the specified message implements referencecounted . if the specified message does n't implement referencecounted , this method does nothing . concode_field_sep ReferenceCounted obj concode_elem_sep int decrement concode_elem_sep InternalLogger logger concode_field_sep T rele...
boolean function ( Object arg0 , int arg1 ) { if ( arg0 instanceof ReferenceCounted ) { return ( ( ReferenceCounted ) arg0 ) . release ( arg1 ) ; } return false ; }
11,265
non-android accessor . returns the most recent listener passed to #listen . concode_field_sep String networkCountryIso concode_elem_sep int phoneType concode_elem_sep String simCountryIso concode_elem_sep int eventFlags concode_elem_sep String networkOperator concode_elem_sep CellLocation cellLocation concode_elem_sep ...
PhoneStateListener function ( ) { return listener ; }
11,266
returns the bitkey of columns that constrain this aggregation . concode_field_sep RolapStar star concode_elem_sep BitKey constrainedColumnsBitKey concode_elem_sep int hashCode concode_elem_sep List<StarPredicate> compoundPredicateList concode_field_sep boolean equal concode_elem_sep int hashCode concode_elem_sep boolea...
BitKey function ( ) { return constrainedColumnsBitKey ; }
11,267
gets the value of the warninglist property . concode_field_sep ErrorList errorList concode_elem_sep WarningList warningList concode_elem_sep List<Object> dataElements concode_field_sep void setWarningList concode_elem_sep void setErrorList concode_elem_sep List<Object> getDataElements concode_elem_sep ErrorList getErro...
WarningList function ( ) { return warningList ; }
11,268
convenience method for defining methods on a submodule . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_...
void function ( RubyModule arg0 , String arg1 , Class arg2 ) { RubyModule loc0 = arg0 . defineModuleUnder ( arg1 ) ; loc0 . defineAnnotatedMethods ( arg2 ) ; }
11,269
gets the int . concode_field_sep long serialVersionUID concode_elem_sep Map<Object,Object> map concode_field_sep Collection<Object> values concode_elem_sep double getDouble concode_elem_sep double getDouble concode_elem_sep float getFloat concode_elem_sep float getFloat concode_elem_sep boolean containsValue concode_el...
int function ( String arg0 ) { return getInt ( arg0 , 0 ) ; }
11,270
gets the value of the key property . concode_field_sep String value concode_elem_sep Size key concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep void setKey
Size function ( ) { return key ; }
11,271
sets the value of the href property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep DSInitiativeType dsInitiative concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_s...
void function ( String arg0 ) { this . href = arg0 ; }
11,272
get the type of this shape . you can use this to down cast to the concrete shape . concode_field_sep float m_radius concode_elem_sep ShapeType m_type concode_field_sep int getChildCount concode_elem_sep void computeMass concode_elem_sep Shape clone concode_elem_sep float getRadius concode_elem_sep boolean testPoint con...
ShapeType function ( ) { return m_type ; }
11,273
parses a xml property list from an input stream . concode_field_sep DocumentBuilderFactory docBuilderFactory concode_field_sep NSObject parseDocument concode_elem_sep DocumentBuilder getDocBuilder concode_elem_sep String getNodeTextContents concode_elem_sep List<Node> filterElementNodes concode_elem_sep void initDocBui...
NSObject function ( InputStream arg0 ) { DocumentBuilder loc0 = getDocBuilder ( ) ; Document loc1 = loc0 . parse ( arg0 ) ; return parseDocument ( loc1 ) ; }
11,274
appends '' < tag '' to the stringbuilder . this is a typical html/didl/xml tag opening . concode_field_sep PlaceHolder placeHolder concode_field_sep void closeTag concode_elem_sep void addAttribute concode_elem_sep String encodeXML concode_elem_sep void addXMLTagAndAttribute concode_elem_sep void endTag concode_elem_se...
void function ( StringBuilder arg0 , String arg1 ) { arg0 . append ( "srini_string" ) ; arg0 . append ( arg1 ) ; }
11,275
method used to return a car with no problems once a rental is complete concode_field_sep PlaceHolder placeHolder concode_field_sep String rentalInfo concode_elem_sep void reportProblem concode_elem_sep void detailDone concode_elem_sep void repairDone concode_elem_sep void rentCar
void function ( RentalStateManager arg0 ) { throw new IllegalStateException ( ) ; }
11,276
deletes the trash entry with the primary key . this method throws a trashpermissionexception with type trashpermissionexception #delete if the user did not have permission todelete the trash entry . concode_field_sep TrashEntryService _trashEntryService concode_field_sep java.lang.String getOSGiServiceIdentifier concod...
void function ( long arg0 ) { _trashEntryService . deleteEntry ( arg0 ) ; }
11,277
the last time when logs were delivered . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix concode_field_sep...
void function ( java . util . Date arg0 ) { this . lastSuccessfulDeliveryTime = arg0 ; }
11,278
sets the value of the label property . concode_field_sep Layout layout concode_elem_sep Boolean sendOnFinish concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal min concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep BigDecimal max concode_elem...
void function ( Label arg0 ) { this . label = arg0 ; }
11,279
get the lexer mode this action should transition the lexer to . concode_field_sep int mode concode_field_sep LexerActionType getActionType concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean isPositionDependent concode_elem_sep void execute
int function ( ) { return mode ; }
11,280
test of isradius method , of class food . concode_field_sep PlaceHolder placeHolder concode_field_sep void testMove concode_elem_sep void setUpClass concode_elem_sep void testReaction concode_elem_sep void testSetKecepatan concode_elem_sep void testBoundaryRespon concode_elem_sep void testGetColor concode_elem_sep void...
void function ( ) { System . out . println ( "srini_string" ) ; int loc0 = 10 ; Point loc1 = new Point ( ) ; Food loc2 = new Food ( ) ; loc2 . setPosition ( new Point ( ) ) ; boolean loc3 = false ; boolean loc4 = loc2 . isRadius ( loc0 , loc1 ) ; assertEquals ( 1 , 1 ) ; }
11,281
sets the key value for this customparameter . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean isRemove concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_elem_sep java.lang.String key c...
void function ( java . lang . String arg0 ) { this . key = arg0 ; }
11,282
return the value of the expanded property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_...
boolean function ( ) { return expanded ; }
11,283
set a single configuration value for the application . concode_field_sep String EXECUTOR_EXTRA_LIBRARY_PATH concode_elem_sep String DRIVER_EXTRA_LIBRARY_PATH concode_elem_sep String EXECUTOR_CORES concode_elem_sep String EXECUTOR_EXTRA_CLASSPATH concode_elem_sep String EXECUTOR_EXTRA_JAVA_OPTIONS concode_elem_sep Spark...
SparkLauncher function ( String arg0 , String arg1 ) { checkNotNull ( arg0 , "srini_string" ) ; checkNotNull ( arg1 , "srini_string" ) ; checkArgument ( arg0 . startsWith ( "srini_string" ) , "srini_string" ) ; builder . conf . put ( arg0 , arg1 ) ; return this ; }
11,284
by default , do n't exclude any objects from the copy operation . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Stri...
Collection function ( Set arg0 ) { return Collections . EMPTY_SET ; }
11,285
returns the customer id . this method returns concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep boolean emulated concode...
int function ( ) { return 666 ; }
11,286
replaces some speciel htmlentities with a corresponding string . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] jsonStringArrayToStringArray concode_elem_sep int[] jsonIntArrayToIntArray concode_elem_sep List<Integer> jsonIntArrayToIntegerList concode_elem_sep List<String> jsonStringArrayToStringL...
String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return arg0 ; }
11,287
set the issuerandserial value . concode_field_sep ASN1OctetString encKey concode_elem_sep IssuerAndSerialNumber issuerAndSerial concode_elem_sep AlgorithmIdentifier keyEncAlgor concode_elem_sep X509AuxCertificate cert concode_elem_sep int version concode_field_sep int getVersion concode_elem_sep boolean compare concode...
void function ( final IssuerAndSerialNumber arg0 ) { this . issuerAndSerial = arg0 ; }
11,288
ends the combining of several actionresults , so it can be returned . this step is necessary because what is returned depends on whether any of the actions set cancomplete . concode_field_sep boolean canComplete concode_elem_sep boolean complete concode_elem_sep boolean event concode_field_sep ActionResult behave conco...
ActionResult function ( ) { if ( ! canComplete ) complete = false ; return this ; }
11,289
sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera...
Reference function ( ) { return reference ; }
11,290
retrieves the data dimension concode_field_sep String _geoDim concode_elem_sep int _offset concode_elem_sep int _increment concode_elem_sep String _dataDim concode_field_sep String getGeoDim concode_elem_sep void setOffset concode_elem_sep int getOffset concode_elem_sep void setIncrement concode_elem_sep int getIncreme...
String function ( ) { return _dataDim ; }
11,291
returns a predicate and value builder for the fault message body as a specific type concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuild...
ValueBuilder function ( Class < T > arg0 ) { Expression loc0 = ExpressionBuilder . faultBodyExpression ( arg0 ) ; return new ValueBuilder ( loc0 ) ; }
11,292
number of files concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSize conco...
int function ( ) { return numberOfFiles ; }
11,293
returns a range of all the c t phan phois . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #...
java . util . List < com . newway . model . CTPhanPhoi > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; }
11,294
returns whether or not this is a default task for its parent project . these are defined by specifying defaulttasks ` task name ' in the gradle file . there can be multiple default tasks . concode_field_sep boolean isDefault concode_elem_sep String name concode_elem_sep ProjectView project concode_elem_sep String descr...
boolean function ( ) { return isDefault ; }
11,295
returns true if no session exists beyond the sys session . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Ses...
boolean function ( ) { return sessionMap . isEmpty ( ) ; }
11,296
sets the debug port used by the first client . once a port is used , the next client will use port + 1 . quitting applications will release their debug port , and new clients will be able to reuse them . this must be called before androiddebugbridge #init boolean . concode_field_sep boolean DEFAULT_INITIAL_HEAP_UPDATE ...
void function ( int arg0 ) { sDebugPortBase = arg0 ; }
11,297
add a table . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String queryUpper concode_...
void function ( DbTableOrView arg0 ) { lastTable = arg0 ; if ( tables == null ) { tables = New . hashSet ( ) ; } tables . add ( arg0 ) ; }
11,298
returns the start time of this cashier . the start/end times may be used to define a time period in which the cashier works part time . concode_field_sep String officeName concode_elem_sep String tellerName concode_elem_sep Collection<StaffData> staffOptions concode_elem_sep Date endDate concode_elem_sep String descrip...
String function ( ) { return startTime ; }
11,299
returns the unique id of this call to the facebook application . concode_field_sep UUID callId concode_elem_sep Intent requestIntent concode_elem_sep int requestCode concode_elem_sep AppCall currentPendingCall concode_field_sep void setRequestIntent concode_elem_sep AppCall finishPendingCall concode_elem_sep boolean se...
UUID function ( ) { return callId ; }