idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
3,300
set the name under which this plugin was instantiated . not to be invoked by application code , it is called automatically by pluginmanager.getnamedplugin when the plugin is instantiated . concode_field_sep String myName concode_field_sep String[] getPluginNames concode_elem_sep String getPluginInstanceName
void function ( String arg0 ) { myName = arg0 ; }
3,301
the operation to perform concode_field_sep Integer proxyPort concode_elem_sep String secretKey concode_elem_sep AmazonEC2Client amazonEc2Client concode_elem_sep String accessKey concode_elem_sep String amazonEc2Endpoint concode_elem_sep String label concode_elem_sep EC2Operations operation concode_elem_sep String proxy...
void function ( EC2Operations arg0 ) { this . operation = arg0 ; }
3,302
get the properties for a specific tile in this tileset concode_field_sep int tileSpacing concode_elem_sep int index concode_elem_sep int tilesDown concode_elem_sep int firstGID concode_elem_sep int tileWidth concode_elem_sep int tileMargin concode_elem_sep SpriteSheet tiles concode_elem_sep int tilesAcross concode_elem...
Properties function ( final int arg0 ) { return props . get ( new Integer ( arg0 ) ) ; }
3,303
set the value of the tooltip 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_sep ...
void function ( String arg0 ) { this . tooltip = arg0 ; }
3,304
sets the value of the maxdist property . concode_field_sep Object parent concode_elem_sep CTOnOff maxDist concode_elem_sep CTSpacingRule rSpRule concode_elem_sep CTOnOff objDist concode_elem_sep CTCtrlPr ctrlPr concode_elem_sep CTYAlign baseJc concode_elem_sep CTUnSignedInteger rSp concode_field_sep CTOnOff getMaxDist ...
void function ( CTOnOff arg0 ) { this . maxDist = arg0 ; }
3,305
read feature data . concode_field_sep Hashtable<String,Integer> featureMap concode_elem_sep String[] fnames concode_field_sep String getFeatureName concode_elem_sep List<String> getFeatureNameFromFile concode_elem_sep int getFeatureID concode_elem_sep List<RankList> read2 concode_elem_sep int[] getFeatureIDFromFile
List < RankList > function ( String arg0 ) { return read ( arg0 , false , false ) ; }
3,306
gets the value of the gender property . concode_field_sep String placeOfBirth concode_elem_sep GenderType gender concode_elem_sep CountryTextCodeType countryOfBirth concode_elem_sep FamilyNameType familyName concode_elem_sep GivenNameType givenName concode_elem_sep XMLGregorianCalendar dateOfBirth concode_elem_sep Stri...
InformationIdentifyingTheHolderOfTheQualificationType . Gender function ( ) { return gender ; }
3,307
the utc date when the vault was created . a string representation of iso 8601 date format , for example , `` 2012-03-20t17:03:43 .221 z '' . returns a reference to this object so that method calls can be chained together . concode_field_sep Long sizeInBytes concode_elem_sep String vaultName concode_elem_sep Long number...
DescribeVaultResult function ( String arg0 ) { this . creationDate = arg0 ; return this ; }
3,308
logs out an error message supporting positional parameter substitutions and an associated throwable . concode_field_sep String category concode_elem_sep ArrayList targets concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem...
void function ( String arg0 , Object [ ] arg1 , Throwable arg2 ) { log ( LogEvent . ERROR , arg0 , arg1 , arg2 ) ; }
3,309
the name should have parenthesis at the right place to preserve the tree structure . concode_field_sep JenkinsRule j concode_field_sep void laxParsing concode_elem_sep void parseAndVerify concode_elem_sep void parseShouldFail concode_elem_sep void parserError concode_elem_sep void setLabelString concode_elem_sep void d...
void function ( ) { LabelAtom loc0 = j . jenkins . getLabelAtom ( "srini_string" ) ; assertEquals ( "srini_string" , loc0 . not ( ) . not ( ) . getName ( ) ) ; assertEquals ( "srini_string" , loc0 . or ( loc0 ) . and ( loc0 ) . getName ( ) ) ; assertEquals ( "srini_string" , loc0 . and ( loc0 ) . or ( loc0 ) . getName ...
3,310
sets whether the diff-x should report differences in prefixes . in order to avoid an illegal state , if this flag is set to false and then the processor becomes namespace aware . concode_field_sep WhiteSpaceProcessing whitespace concode_elem_sep TextGranularity granularity concode_elem_sep boolean isNamespaceAware conc...
void function ( boolean arg0 ) { this . reportPrefixDifferences = arg0 ; if ( ! arg0 ) { this . isNamespaceAware = true ; } }
3,311
called before the delete occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep void postIndexUnderLock concode_elem_sep Engine.Index preIndex concode_elem_sep void postIndex concode_elem_sep void postDeleteUnderLock concode_elem_sep void postDelete concode_elem_sep Engine.Create preCreate concode_elem_se...
Engine . Delete function ( Engine . Delete arg0 ) { return arg0 ; }
3,312
returns the string for value . concode_field_sep ThreadLocal<DateFormat> STANDARD_DATE_FORMAT concode_elem_sep String[] BROWSER_COMPATIBLE_DATE_FORMATS concode_field_sep Date parse concode_elem_sep DateFormat initialValue
String function ( Date arg0 ) { return STANDARD_DATE_FORMAT . get ( ) . format ( arg0 ) ; }
3,313
gets the field key . concode_field_sep String fieldKey concode_elem_sep Boolean caseSensitive concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String operator concode_field_sep Boolean getCaseSensitive concode_elem_sep String getValue concode_elem_sep String getOperator
String function ( ) { return fieldKey ; }
3,314
dispose the resources . concode_field_sep Action _ac concode_elem_sep StructureSource _oSource concode_elem_sep Cursor cursor concode_elem_sep IGObjectFactory goFactory concode_elem_sep Region region concode_field_sep int[] shape2polyCoords concode_elem_sep Cursor getCursor concode_elem_sep boolean contains concode_ele...
void function ( ) { if ( region != null ) { region . dispose ( ) ; } }
3,315
closes the output document . concode_field_sep PdfCopyFormsImp fc concode_field_sep void setOutlines concode_elem_sep void setViewerPreferences concode_elem_sep void copyDocumentFields concode_elem_sep void addJavaScript concode_elem_sep void addViewerPreference concode_elem_sep void addDocument concode_elem_sep void a...
void function ( ) { fc . close ( ) ; }
3,316
returns the primary key of this journal article resource . concode_field_sep JournalArticleResource _journalArticleResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co...
long function ( ) { return _journalArticleResource . getPrimaryKey ( ) ; }
3,317
add uncallback . concode_field_sep Map<TypeBeanStateKey,Set<Object>> beans concode_elem_sep Set<Object> instances concode_elem_sep Map<TypeBeanStateKey,List<Callback>> incallbacks concode_elem_sep Map<TypeBeanStateKey,List<Callback>> uncallbacks concode_elem_sep Class<?> type concode_field_sep void removeUncallback con...
void function ( Callback arg0 ) { addCallback ( uncallbacks , arg0 ) ; }
3,318
gets the state of daylight time in this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevantCompone...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; }
3,319
sets the indicates the condition should be case insensitive . concode_field_sep String field concode_elem_sep List<SearchCondition> groupedConditions concode_elem_sep boolean nullable concode_elem_sep boolean ignoreCase concode_elem_sep Object value concode_elem_sep JoinOperator joinOperator concode_elem_sep Operator o...
void function ( boolean arg0 ) { this . ignoreCase = arg0 ; }
3,320
returns a designated number of bytes suitable for use in the sasl srp mechanism . concode_field_sep PRNG prng concode_elem_sep int AES_BLOCK_SIZE concode_elem_sep byte[] buffer concode_elem_sep int AES_KEY_SIZE concode_elem_sep UMacGenerator umac concode_field_sep int nextByte concode_elem_sep KDF getInstance
byte [ ] function ( final int arg0 ) { final byte [ ] loc0 = new byte [ arg0 ] ; try { umac . nextBytes ( loc0 , 0 , arg0 ) ; } catch ( IllegalStateException loc1 ) { loc1 . printStackTrace ( System . err ) ; } catch ( LimitReachedException loc1 ) { loc1 . printStackTrace ( System . err ) ; } return loc0 ; }
3,321
returns the concrete class of security filter created by #createfilter securitynamedserviceconfig . if the extension does not provide an filter this method should simply return null . concode_field_sep SingleValueConverter encrypter concode_field_sep MasterPasswordProvider createMasterPasswordProvider concode_elem_sep ...
Class < ? extends GeoServerSecurityFilter > function ( ) { return null ; }
3,322
gets the guid of the instance represented by this object . concode_field_sep GUID roleAddressId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep PDStore getStore concode_elem_sep String getLabel concode_elem_sep String getName concode_e...
GUID function ( ) { return id ; }
3,323
retrieves the factory implementation that this factory is using to produce threads . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory setImpl
ThreadFactory function ( ) { return factory ; }
3,324
delete method is used for delete the information of user . concode_field_sep PlacedStudentService placedStudentservice concode_elem_sep Logger log concode_field_sep String getPlacedStudent concode_elem_sep String savePlacedStudent concode_elem_sep String viewPlacedStudentDetails concode_elem_sep String viewAllPlacedStu...
String function ( @ RequestParam ( required = false ) Integer arg0 ) { placedStudentservice . deletePlacedStudent ( arg0 ) ; return "srini_string" ; }
3,325
determine if a reply code is a positive completion response . all codes beginning with a 2 are positive completion responses . the nntp server will send a positive completion response on the final successful completion of a command . concode_field_sep int ARTICLE_TRANSFERRED_OK concode_elem_sep int POSTING_NOT_ALLOWED ...
boolean function ( int arg0 ) { return ( arg0 >= 200 && arg0 < 300 ) ; }
3,326
the maximum supported viewport height concode_field_sep int mMaxTextureSize concode_elem_sep int mMaxTextureImageUnits concode_elem_sep boolean sGLChecked concode_elem_sep int mMaxCombinedTextureImageUnits concode_elem_sep int mMaxAliasedPointSize concode_elem_sep int mMaxFragmentUniformVectors concode_elem_sep int mMa...
int function ( ) { return mMaxViewportHeight ; }
3,327
this method resets the incoming events time events included . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean v2 concode_elem_sep long value concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_ele...
void function ( ) { }
3,328
returns whether or not fileuri matches the patternuri . concode_field_sep Pattern SPECIAL_REGEX_CHARS concode_field_sep void loadCommands concode_elem_sep List<AlluxioURI> getAlluxioURIs concode_elem_sep List<AlluxioURI> getAlluxioURIs concode_elem_sep String getFilePath concode_elem_sep String replaceWildcards concode...
boolean function ( AlluxioURI arg0 , AlluxioURI arg1 ) { return escape ( arg0 . getPath ( ) ) . matches ( replaceWildcards ( arg1 . getPath ( ) ) ) ; }
3,329
gets the font ascent of the font associated with this fontmetrics . the font ascent is the distance from the font 's baseline to the top of most alphanumeric characters . concode_field_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStri...
int function ( ) { return 0 ; }
3,330
logs a message to the main log stream . all attached log targets will also receive this message . if the given log-level is higher than the given debug-level in the main config file , no logging will be done . concode_field_sep String contextPrefix concode_field_sep void warn concode_elem_sep void warn concode_elem_sep...
void function ( final int arg0 , final Object arg1 ) { if ( this . contextPrefix != null ) { Log . getInstance ( ) . doLog ( arg0 , new Log . SimpleMessage ( this . contextPrefix , "srini_string" , arg1 ) ) ; } else { Log . getInstance ( ) . doLog ( arg0 , arg1 ) ; } }
3,331
method to generate the . ass file concode_field_sep String author concode_elem_sep Hashtable<String,Style> styling concode_elem_sep int offset concode_elem_sep String warnings concode_elem_sep boolean useASSInsteadOfSSA concode_elem_sep boolean built concode_elem_sep String fileName concode_elem_sep String description ...
String [ ] function ( ) { return new FormatASS ( ) . toFile ( this ) ; }
3,332
called once http url connection was established . concode_field_sep int timeout concode_elem_sep HttpParams httpParams concode_field_sep int executeMethod concode_elem_sep void trustAllHosts concode_elem_sep void setTimeout concode_elem_sep void setHttpParams
void function ( HttpURLConnection arg0 ) { }
3,333
sets the index of the selected protein ratio type to display . concode_field_sep ArrayList<String> reagents concode_elem_sep String LOADING_MESSAGE concode_elem_sep int proteinRatioType concode_elem_sep ClusteringSettings clusteringSettings concode_field_sep ArrayList<String> getReagents concode_elem_sep int getProtein...
void function ( int arg0 ) { this . proteinRatioType = arg0 ; }
3,334
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct...
String function ( ) { return "srini_string" ; }
3,335
sets the revision number of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscape...
void function ( long arg0 ) { _svnRevision . setRevisionNumber ( arg0 ) ; }
3,336
converts an unsigned integer value to a pointer value . concode_field_sep PlaceHolder placeHolder concode_field_sep int mathLog2i concode_elem_sep int mathRoundPoT concode_elem_sep boolean mathIsPoT
long function ( int arg0 ) { return arg0 & 0xFFFFFFFFL ; }
3,337
sets the value of the id property . concode_field_sep String address concode_elem_sep String faxPhone concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<AppliedLabel> appliedLabels concode_elem_sep String externalId concode_elem_sep CompanyCreditStatus creditStatus concode_elem_sep Integer thirdPartyC...
void function ( Long arg0 ) { this . id = arg0 ; }
3,338
need to keep consistent with jdbccolumn.columnscale concode_field_sep PlaceHolder placeHolder concode_field_sep void validateParameter concode_elem_sep DecimalTypeInfo getDecimalTypeForPrimitiveCategory concode_elem_sep int getPrecisionForType concode_elem_sep TypeInfo getDecimalTypeForPrimitiveCategories concode_elem_...
int function ( PrimitiveTypeInfo arg0 ) { switch ( arg0 . getPrimitiveCategory ( ) ) { case DECIMAL : return ( ( DecimalTypeInfo ) arg0 ) . scale ( ) ; case FLOAT : return 7 ; case DOUBLE : return 15 ; case BYTE : case SHORT : case INT : case LONG : case VOID : return 0 ; default : return HiveDecimal . MAX_SCALE ; } }
3,339
returns an instance of the user service . concode_field_sep Provider<AnnotationService> _annotationServiceProvider concode_elem_sep Provider<TSDBService> _tsdbServiceProvider concode_elem_sep Provider<DashboardService> _dashboardServiceProvider concode_elem_sep Provider<MQService> _mqServiceProvider concode_elem_sep Pr...
UserService function ( ) { return _userServiceProvider . get ( ) ; }
3,340
connects this instance to the given instance using role `` targetshape '' . if the given instance is null , nothing happens . concode_field_sep GUID roleTargetShapeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleNewColorId concode_elem_sep GUID typeId concode_field_sep void setName ...
void function ( PDShape arg0 ) { if ( arg0 != null ) addTargetShape ( arg0 . getId ( ) ) ; }
3,341
sets the price plan variables , map key as variable name & value as variable value . concode_field_sep Date date concode_elem_sep Double totalAmount concode_elem_sep Map<String,Double> variableValueMap concode_elem_sep Long customerId concode_elem_sep Long id concode_elem_sep Map<String,Double> expressionValueMap conco...
void function ( Map < String , Double > arg0 ) { this . variableValueMap = arg0 ; }
3,342
devuelve la altura del trianuglo concode_field_sep double area concode_elem_sep float altura concode_elem_sep float base concode_field_sep void setAltura concode_elem_sep void setArea concode_elem_sep float getBase concode_elem_sep void setBase concode_elem_sep double getArea
float function ( ) { return altura ; }
3,343
buscar detalles por nemonico de catalogo concode_field_sep CatalogoDetalleDao catalogoDetalleDao concode_field_sep List<CatalogoDetalle> obtenerPadresPorCatalogoNemonico concode_elem_sep List<CatalogoDetalle> obtenerPorCatDetNemonico concode_elem_sep CatalogoDetalle obtenerPorId concode_elem_sep List<CatalogoDetalle> l...
List < CatalogoDetalle > function ( String arg0 ) { return catalogoDetalleDao . obtenerPorCatalogoNemonico ( arg0 ) ; }
3,344
rename all variables in a pattern , except for those named as constant 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 concod...
Op function ( Op arg0 , Collection < Var > arg1 ) { return NodeTransformLib . transform ( new RenameAnyVars ( arg1 , prefix ) , arg0 ) ; }
3,345
returns the last update of the weather conditions . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode...
Calendar function ( ) { return lastUpdate ; }
3,346
increments the read lock count held by the thread concode_field_sep ThreadLocal<Integer> readLockCount concode_elem_sep ReentrantReadWriteLock delegate concode_elem_sep Lock readLock concode_elem_sep long serialVersionUID concode_elem_sep Lock writeLock concode_field_sep void checkLoopback concode_elem_sep void decRead...
void function ( ) { Integer loc0 = readLockCount . get ( ) ; int loc1 ; if ( loc0 == null ) loc1 = 1 ; else loc1 = loc0 . intValue ( ) + 1 ; readLockCount . set ( new Integer ( loc1 ) ) ; }
3,347
if there are any pending invalidations , they will be cleared . concode_field_sep String TAG concode_elem_sep String DELAYED_INVALIDATIONS concode_elem_sep String DELAYED_ACCOUNT_NAME concode_elem_sep DelayedInvalidationsController INSTANCE concode_field_sep boolean notifyPendingInvalidations concode_elem_sep List<Bund...
void function ( Context arg0 ) { SharedPreferences . Editor loc0 = ContextUtils . getAppSharedPreferences ( ) . edit ( ) ; loc0 . putString ( DELAYED_ACCOUNT_NAME , null ) ; loc0 . putStringSet ( DELAYED_INVALIDATIONS , null ) ; loc0 . apply ( ) ; }
3,348
utility method that returns the first child element value identified by its name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTextValue concode_elem_sep boolean nodeNameEquals concode_elem_sep boolean nodeNameMatch concode_elem_sep boolean nodeNameMatch concode_elem_sep ContentHandler createC...
String function ( Element arg0 , String arg1 ) { Element loc0 = getChildElementByTagName ( arg0 , arg1 ) ; return ( loc0 != null ? getTextValue ( loc0 ) : null ) ; }
3,349
blindly pull whatever cached datapoints exist for the given metric and tags combination . concode_field_sep TimerTask TIMER_TASK concode_elem_sep WritableDataPoints dataPoints concode_elem_sep Timer TIMER concode_elem_sep Logger LOG concode_elem_sep Map<String,Batch> batches concode_elem_sep long baseTime concode_field...
DataPoints function ( final String arg0 , final Map < String , String > arg1 ) { Batch loc0 = batches . get ( arg0 + arg1 . toString ( ) ) ; return loc0 == null ? null : loc0 . getDataPoints ( ) ; }
3,350
get the original external ids of a list of given entities . concode_field_sep HashMap<String,Integer> original_to_internal concode_elem_sep HashMap<Integer,String> internal_to_original concode_field_sep Integer toInternalID concode_elem_sep IntList toInternalID concode_elem_sep Collection<Integer> internalIDs concode_e...
List < String > function ( IntList arg0 ) { ArrayList < String > loc0 = new ArrayList < String > ( arg0 . size ( ) ) ; for ( Integer loc1 : arg0 ) { loc0 . add ( toOriginalID ( loc1 ) ) ; } return loc0 ; }
3,351
gets the value of the awardenddate property . concode_field_sep XMLGregorianCalendar awardStartDate concode_elem_sep XMLGregorianCalendar awardEndDate concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar cancelationDate concode_field_sep void setAwardStartDate concode_elem_sep void setCancelatio...
XMLGregorianCalendar function ( ) { return awardEndDate ; }
3,352
gets id for group referred to by this policy concode_field_sep String TYPE_INHERITED concode_elem_sep Context myContext concode_elem_sep String TYPE_CUSTOM concode_elem_sep String TYPE_WORKFLOW concode_elem_sep TableRow myRow concode_elem_sep String TYPE_SUBMISSION concode_elem_sep Logger log concode_field_sep java.uti...
int function ( ) { return myRow . getIntColumn ( "srini_string" ) ; }
3,353
gets the type of geometry concode_field_sep ArrayList<LatLng> mOuterBoundaryCoordinates concode_elem_sep ArrayList<ArrayList<LatLng>> mInnerBoundaryCoordinates concode_elem_sep String GEOMETRY_TYPE concode_field_sep ArrayList<ArrayList<LatLng>> getGeometryObject concode_elem_sep String toString concode_elem_sep ArrayLi...
String function ( ) { return GEOMETRY_TYPE ; }
3,354
get the single instance . concode_field_sep SelectEnvironmentsViewValidator INSTANCE concode_field_sep boolean isError concode_elem_sep String validate
SelectEnvironmentsViewValidator function ( ) { return INSTANCE ; }
3,355
gets the media attributes . concode_field_sep Text ICE_PWD concode_elem_sep Text RTPMAP concode_elem_sep Text session concode_elem_sep ArrayList<MediaDescriptorField> mds concode_elem_sep OriginField origin concode_elem_sep Text WEBRTC_FINGERPRINT concode_elem_sep boolean ice concode_elem_sep Text version concode_elem_...
Collection < MediaDescriptorField > function ( ) { return mds ; }
3,356
loads the model from a file . the method load loads the complete model state with the specified name or default model-dependent name from the specified xml or yaml file . the previous model state is cleared by `` cvstatmodel.clear '' . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep void...
void function ( String arg0 ) { load_1 ( nativeObj , arg0 ) ; return ; }
3,357
get native error code from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep int errorCode concode_elem_sep String errorFile concode_elem_sep String error
String function ( ) { return "srini_string" ; }
3,358
sets the data size of the column concode_field_sep String name concode_elem_sep DatabaseDataType type concode_elem_sep int dataTypeSize concode_elem_sep boolean primaryKey concode_field_sep void setName concode_elem_sep boolean getPrimaryKey concode_elem_sep String getName concode_elem_sep DatabaseDataType getType conc...
void function ( int arg0 ) { this . dataTypeSize = arg0 ; }
3,359
bind this input port to the field with the specified name . use this when you wish to pull frames directly into a field of the filter . this requires that the input frames can be interpreted as object-based frames of the field 's class . overrides any previous bindings . this is typically called from inside filter #oni...
void function ( String arg0 ) { Field loc0 = findFieldNamed ( arg0 , mFilter . getClass ( ) ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } bindToField ( loc0 ) ; }
3,360
get the first valueid of an attribute node . concode_field_sep PlaceHolder placeHolder concode_field_sep AttributeType findAttribute concode_elem_sep void insertToAttributeSet concode_elem_sep String getValueLiteral concode_elem_sep AttributeType appendNewAttribute concode_elem_sep boolean removeAttribute
int function ( AttributeSetType arg0 , int arg1 ) { AttributeType loc0 = findAttribute ( arg0 , arg1 ) ; if ( loc0 == null ) return 0 ; ValType [ ] loc1 = loc0 . getValue ( ) ; if ( loc0 != null && loc1 != null && loc1 . length > 0 ) { Integer loc2 = loc1 [ 0 ] . getValueID ( ) ; return loc2 == null ? 0 : loc2 . intVal...
3,361
checks reject when 0 values is given concode_field_sep PlaceHolder placeHolder concode_field_sep void testFilterCharacs concode_elem_sep void testSingleValue concode_elem_sep void testIntervalCount concode_elem_sep void testIntervals concode_elem_sep void testNullValues concode_elem_sep void testFilterCount
void function ( ) { @ SuppressWarnings ( "srini_string" ) ContinuousFilterFactory loc0 = new ContinuousFilterFactory ( new ArrayList < Double > ( ) , 3 , "srini_string" ) ; }
3,362
gets the value of the usecss property . concode_field_sep boolean border concode_elem_sep boolean minerTickMarks concode_elem_sep boolean tickMarks concode_elem_sep PlotOrientation orientation concode_elem_sep boolean rangeCrosshair concode_elem_sep boolean pieOutlines concode_elem_sep boolean legend concode_elem_sep b...
boolean function ( ) { return useCSS ; }
3,363
concatenates a pdf document selecting the pages to keep . the pages are described as a list of integer . the page ordering can be changed but no page repetitions are allowed . concode_field_sep PdfCopyFieldsImp fc concode_field_sep void setOutlines concode_elem_sep void setViewerPreferences concode_elem_sep void addJav...
void function ( PdfReader arg0 , List < Integer > arg1 ) { fc . addDocument ( arg0 , arg1 ) ; }
3,364
does nothing . callback function called when arriving an ack method call confirmed concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess con...
void function ( Call arg0 , String arg1 , Message arg2 ) { }
3,365
gets the userid of this userentity . concode_field_sep Collection<BookmarkEntity> bookmarkEntityCollection concode_elem_sep String password concode_elem_sep String userid concode_elem_sep String email concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_se...
String function ( ) { return this . userid ; }
3,366
short version of execute . actionget . concode_field_sep Request request concode_elem_sep Action<Request,Response,RequestBuilder> action concode_elem_sep ElasticsearchClient client concode_elem_sep ThreadPool threadPool concode_field_sep Request request concode_elem_sep Request beforeExecute concode_elem_sep RequestBui...
Response function ( ) { return execute ( ) . actionGet ( ) ; }
3,367
the project 's arn . concode_field_sep java.util.Date created concode_elem_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep Project withCreated concode_elem_sep Project withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
void function ( String arg0 ) { this . arn = arg0 ; }
3,368
return the statement method name . concode_field_sep Class wrappers[] concode_elem_sep Method method concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Constructor ctor concode_elem_sep Class natives[] concode_elem_sep Object target concode_field_sep boolean compatible concode_elem_...
String function ( ) { return methodName ; }
3,369
returns the a member given an id , if no member has been assigned the id null is returned . concode_field_sep ClubStore cs concode_elem_sep ArrayList<Member> members concode_elem_sep ClubRegistry reg concode_field_sep ArrayList<Member> getTeamMembers concode_elem_sep ArrayList<Member> getParents concode_elem_sep ArrayL...
Member function ( int arg0 ) { for ( Member loc0 : members ) { if ( loc0 . getId ( ) == arg0 ) { return loc0 ; } } return null ; }
3,370
sets the definition of this word entry . concode_field_sep WordClass wordClass concode_elem_sep LinkedHashMap<String,String> optionalForms concode_elem_sep String swedishDictionaryForm concode_elem_sep long serialVersionUID concode_elem_sep String definition concode_elem_sep String userNotes concode_field_sep String ge...
void function ( String arg0 ) { this . definition = arg0 ; }
3,371
returns the cache object or null if one does n't exist . concode_field_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSize concode_elem_sep void synchLog conc...
DataFileCache function ( ) { if ( log != null ) { return log . getCache ( ) ; } else { return null ; } }
3,372
hash code is valid only until a modification to the cache concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory concode_elem_sep void clearNodeLin...
int function ( ) { return iPos ; }
3,373
sets the group id of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.St...
void function ( long arg0 ) { _location . setGroupId ( arg0 ) ; }
3,374
get the current assignment for the topology . concode_field_sep Map<String,SchedulerAssignmentImpl> assignments concode_elem_sep Set<String> blackListedHosts concode_elem_sep INimbus inimbus concode_elem_sep Map<String,List<String>> hostToId concode_elem_sep Map<String,SupervisorDetails> supervisors concode_elem_sep Ma...
SchedulerAssignment function ( String arg0 ) { if ( this . assignments . containsKey ( arg0 ) ) { return this . assignments . get ( arg0 ) ; } return null ; }
3,375
sets data offset concode_field_sep List<DirectoryListingEntry> dlel concode_elem_sep boolean isNotControlDataFound concode_elem_sep long dataOffset concode_elem_sep byte[] data concode_elem_sep ChmPmglHeader PMGLheader concode_elem_sep int resetTableIndex concode_elem_sep int placeHolder concode_elem_sep int controlDat...
void function ( long arg0 ) { this . dataOffset = arg0 ; }
3,376
returns minimal value of the column . concode_field_sep int mMaxValue concode_elem_sep String mLabelFormat concode_elem_sep int mMinValue concode_elem_sep CharSequence[] mStaticLabels concode_elem_sep int mCurrentValue concode_field_sep String getLabelFormat concode_elem_sep void setMaxValue concode_elem_sep void setLa...
int function ( ) { return mMinValue ; }
3,377
returns the adobe glyph list agl . concode_field_sep Map<String,String> unicodeToName concode_elem_sep GlyphList ZAPF_DINGBATS concode_elem_sep Map<String,String> nameToUnicode concode_elem_sep GlyphList DEFAULT concode_field_sep String sequenceToName concode_elem_sep String toUnicode concode_elem_sep GlyphList getZapf...
GlyphList function ( ) { return DEFAULT ; }
3,378
translate an array of blueprints vertices to dex vertices concode_field_sep PlaceHolder placeHolder concode_field_sep EdgesDirection translateDirection concode_elem_sep long translateVertex concode_elem_sep long translateEdge concode_elem_sep String[] getEdgeLabels concode_elem_sep long[] translateEdges concode_elem_se...
long [ ] function ( Vertex [ ] arg0 ) { long [ ] loc0 = new long [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = ( ( Long ) arg0 [ loc1 ] . getId ( ) ) . longValue ( ) ; } return loc0 ; }
3,379
paints the background onto a canvas . concode_field_sep TexturePaint m_texture concode_field_sep placeholderType placeHolder
void function ( final Graphics2D arg0 , final int arg1 , final int arg2 ) { arg0 . setPaint ( m_texture ) ; arg0 . fillRect ( 0 , 0 , arg1 , arg2 ) ; }
3,380
gets the note_type value for this issuenotedata . concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state concode_e...
java . math . BigInteger function ( ) { return note_type ; }
3,381
to set the maximum time an action could take to complete . concode_field_sep Integer timeToLive concode_elem_sep String password concode_elem_sep boolean sendEmptyExchangeOnTimeout concode_elem_sep String uris concode_elem_sep SSLContextParameters sslContextParameters concode_elem_sep String userName concode_elem_sep b...
void function ( Long arg0 ) { this . timeout = arg0 ; }
3,382
generic equality comparison . concode_field_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep void not_null concode_elem_sep int hashCode concode_elem_sep boolean is_superset_of conc...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof symbol_set ) ) return false ; else return equals ( ( symbol_set ) arg0 ) ; }
3,383
sets the night mode . changes to the night mode are only effective when the car or desk mode is enabled on a device . the mode can be one of : #mode_night_no - sets the device into notnight mode . #mode_night_yes - sets the device into night mode . #mode_night_auto - automatic night/notnight switching depending on the ...
void function ( int arg0 ) { if ( mService != null ) { try { mService . setNightMode ( arg0 ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } }
3,384
returns the number of rows that match the dynamic query . concode_field_sep DataGeneratorLocalService _dataGeneratorLocalService concode_field_sep com.genpact.model.DataGenerator deleteDataGenerator concode_elem_sep com.genpact.model.DataGenerator deleteDataGenerator concode_elem_sep com.genpact.model.DataGenerator cre...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _dataGeneratorLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
3,385
create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; }
3,386
mark the record associated with this request concode_field_sep RQ rawRequest concode_elem_sep int sizeInBytes concode_elem_sep int recordCount concode_elem_sep long bytesWritten concode_elem_sep WriteCallback callback concode_elem_sep List<Thunk> thunks concode_field_sep void onFailure concode_elem_sep void onSuccess
void function ( BufferedRecord < D > arg0 , int arg1 ) { if ( arg0 . getCallback ( ) != null ) { thunks . add ( new Thunk ( arg0 . getCallback ( ) , arg1 ) ) ; } recordCount ++ ; this . bytesWritten += arg1 ; }
3,387
the method hassimulationview specifies if the monitor has an agent independent , graphical representation that can be displayed in the visualizers main window . if the method returns true , getsimulationview should return the graphical representation . concode_field_sep PositiveBoundedRangeModel dayModel concode_elem_s...
boolean function ( ) { return false ; }
3,388
gets the description value for this profiledata . concode_field_sep java.lang.String os concode_elem_sep java.lang.String os_build concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_el...
java . lang . String function ( ) { return description ; }
3,389
gets the current value of the property . concode_field_sep PropertyChangeSupport pSupport concode_elem_sep Object eventSource concode_elem_sep Object value concode_field_sep void setSource concode_elem_sep void firePropertyChange concode_elem_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_ele...
Object function ( ) { return value ; }
3,390
report a problem playing the given file . concode_field_sep boolean playing concode_elem_sep AdvancedPlayer player concode_field_sep void setupPlayer concode_elem_sep AudioDevice createAudioDevice concode_elem_sep boolean isPlaying concode_elem_sep void stop concode_elem_sep void killPlayer concode_elem_sep void startP...
void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 ) ; }
3,391
set value . concode_field_sep AtomicInteger failed concode_elem_sep AtomicLong totalElapsed concode_elem_sep AtomicInteger active concode_elem_sep AtomicLong succeededMaxElapsed concode_elem_sep ConcurrentMap<String,RpcStatus> SERVICE_STATISTICS concode_elem_sep ConcurrentMap<String,ConcurrentMap<String,RpcStatus>> MET...
void function ( String arg0 , Object arg1 ) { values . put ( arg0 , arg1 ) ; }
3,392
gets the where condition , or null if none . concode_field_sep List<AliasedNode> select concode_elem_sep ParseNode having concode_elem_sep List<SelectStatement> selects concode_elem_sep OffsetNode offset concode_elem_sep Map<String,UDFParseNode> udfParseNodes concode_elem_sep SelectStatement SELECT_ONE concode_elem_sep...
ParseNode function ( ) { return where ; }
3,393
this will allow selection and copy to work but still retain the label look concode_field_sep PlaceHolder placeHolder concode_field_sep void setSizes concode_elem_sep JComponent attachBorder concode_elem_sep JComponent attachBorder concode_elem_sep Border createLeftAndRightBorder concode_elem_sep Border createLeftAndRig...
JTextComponent function ( JTextComponent arg0 ) { arg0 . setEditable ( false ) ; arg0 . setBackground ( ( Color ) UIManager . get ( "srini_string" ) ) ; arg0 . setForeground ( ( Color ) UIManager . get ( "srini_string" ) ) ; arg0 . setBorder ( null ) ; return arg0 ; }
3,394
determines if the logging process actually does anything . in-memory database objects do not need to log anything . this method is essentially equivalent to testing whether this logger 's database is an in-memory mode database . concode_field_sep LockFile lockFile concode_elem_sep boolean needsCheckpoint concode_elem_s...
boolean function ( ) { return log != null ; }
3,395
remove a subject confirmation concode_field_sep List<SubjectConfirmationType> subjectConfirmation concode_elem_sep EncryptedElementType encryptedID concode_elem_sep STSubType subType concode_elem_sep BaseIDAbstractType baseID concode_field_sep void addBaseID concode_elem_sep EncryptedElementType getEncryptedID concode_...
void function ( SubjectConfirmationType arg0 ) { subjectConfirmation . remove ( arg0 ) ; }
3,396
a debug flag for this telegram concode_field_sep String filter concode_elem_sep Integer debug concode_elem_sep String data concode_elem_sep String dst concode_elem_sep Map<String,TelegramValue> computedValues concode_elem_sep Map<String,TelegramValue> values concode_elem_sep Pattern cfilter concode_elem_sep String comm...
Integer function ( ) { return debug ; }
3,397
this looks from a given node , so the parameter is always > -1 . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode...
int function ( int arg0 ) { return linkTable [ arg0 ] ; }
3,398
returns the set of all available encoding names . concode_field_sep String serviceClass concode_field_sep Encoding getEncoding concode_elem_sep Writer getTextWriter concode_elem_sep Reader getTextReader concode_elem_sep Set<String> getSelectedNames concode_elem_sep boolean hasEncoding
Set < String > function ( ) { Set < String > loc0 = new HashSet < String > ( ) ; loc0 . addAll ( Charset . availableCharsets ( ) . keySet ( ) ) ; loc0 . addAll ( Arrays . asList ( ServiceManager . getServiceNames ( serviceClass ) ) ) ; return loc0 ; }
3,399
check if sdcard exist concode_field_sep String TAG concode_field_sep String getMessageDigest concode_elem_sep void setUserInitialLetter concode_elem_sep EMConversationType getConversationType concode_elem_sep String getTopActivity concode_elem_sep String getString concode_elem_sep EMMessage createExpressionMessage conc...
boolean function ( ) { return android . os . Environment . getExternalStorageState ( ) . equals ( android . os . Environment . MEDIA_MOUNTED ) ; }