idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
17,500 | set whether the cookie is supposed to be marked with the `` httponly '' attribute . note that this feature is only available on servlet 3.0 and higher . concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_sep ... | void function ( boolean arg0 ) { this . cookieHttpOnly = arg0 ; } |
17,501 | sets the primary text to display for the step in a localized string . concode_field_sep String identifier concode_elem_sep boolean showsProgress concode_elem_sep Task task concode_elem_sep boolean optional concode_elem_sep int stepTitle concode_elem_sep boolean useSurveyMode concode_elem_sep Class stepLayoutClass conco... | void function ( String arg0 ) { this . title = arg0 ; } |
17,502 | gets the value of the classifier property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId con... | String function ( ) { return classifier ; } |
17,503 | assert that the listener identified by the specified id has not received any event . concode_field_sep MultiValueMap<String,Object> content concode_field_sep void addEvent concode_elem_sep List<Object> getEvents concode_elem_sep void assertEvent concode_elem_sep void assertEvent concode_elem_sep void clear concode_elem... | void function ( String arg0 ) { List < Object > loc0 = this . content . getOrDefault ( arg0 , Collections . emptyList ( ) ) ; assertEquals ( "srini_string" + loc0 , 0 , loc0 . size ( ) ) ; } |
17,504 | sets the system-specific , unique id of the app ex . youtube.leanback.v4 , 0000134 , hulu concode_field_sep String appName concode_elem_sep DeviceService service concode_elem_sep String appId concode_elem_sep LaunchSessionType sessionType concode_elem_sep String sessionId concode_elem_sep Object rawData concode_field_s... | void function ( String arg0 ) { this . appId = arg0 ; } |
17,505 | get the next batch using _ bindingiter . update the ` more ' field . concode_field_sep Hashtable _env concode_elem_sep CNCtx _ctx concode_elem_sep boolean more concode_elem_sep BindingIterator _bindingIter concode_elem_sep int counter concode_elem_sep BindingListHolder _bindingList concode_elem_sep int DEFAULT_BATCHSIZ... | boolean function ( ) { try { more = _bindingIter . next_n ( batchsize , _bindingList ) ; counter = 0 ; } catch ( Exception loc0 ) { more = false ; NamingException loc1 = IIOPLogger . ROOT_LOGGER . errorGettingBindingList ( ) ; loc1 . setRootCause ( loc0 ) ; throw loc1 ; } return more ; } |
17,506 | gets the maximum number of redirects to follow , if set to follow redirects . concode_field_sep int max_conn_per_host concode_elem_sep int max_total_conn concode_elem_sep int timeout_secs concode_elem_sep String user_agent concode_elem_sep int sock_timeout_secs concode_elem_sep boolean follow_redirects concode_elem_sep... | int function ( ) { return this . max_redirects ; } |
17,507 | copies all node meta data from the other node to this one concode_field_sep ListHashMap metaDataMap concode_elem_sep int columnNumber concode_elem_sep int lastLineNumber concode_elem_sep int lastColumnNumber concode_elem_sep int lineNumber concode_field_sep void setLastColumnNumber concode_elem_sep void setColumnNumber... | void function ( ASTNode arg0 ) { if ( arg0 . metaDataMap == null ) { return ; } if ( metaDataMap == null ) { metaDataMap = new ListHashMap ( ) ; } metaDataMap . putAll ( arg0 . metaDataMap ) ; } |
17,508 | moves to after last . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep int index concode_elem_sep List rows concode_field_sep ResultSetRow next concode_elem_sep boolean wasEmpty concode_elem_sep boolean isDynamic concode_elem_sep boolean isLast concode_elem_sep boolean isEmpty co... | void function ( ) { this . index = this . rows . size ( ) ; } |
17,509 | return the first child node of this node with the specified name , if there is one ; otherwise , return null . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep String findAttribute concod... | TreeNode function ( String arg0 ) { if ( children == null ) return ( null ) ; Iterator loc0 = children . iterator ( ) ; while ( loc0 . hasNext ( ) ) { TreeNode loc1 = ( TreeNode ) loc0 . next ( ) ; if ( arg0 . equals ( loc1 . getName ( ) ) ) return ( loc1 ) ; } return ( null ) ; } |
17,510 | returns the typeface used for the labels , returns null if none is set concode_field_sep float mXOffset concode_elem_sep float mYOffset concode_elem_sep Typeface mTypeface concode_elem_sep boolean mEnabled concode_elem_sep float mTextSize concode_elem_sep int mTextColor concode_field_sep float getXOffset concode_elem_s... | Typeface function ( ) { return mTypeface ; } |
17,511 | returns true if route has failed recently and should be avoided . concode_field_sep Set<Route> failedRoutes concode_field_sep void connected concode_elem_sep int failedRoutesCount concode_elem_sep void failed | boolean function ( Route arg0 ) { return failedRoutes . contains ( arg0 ) ; } |
17,512 | checks the datapoint if the state value must be inverted . concode_field_sep Logger logger concode_elem_sep List<StateInvertInfo> stateInvertDevices concode_field_sep Object toBinding concode_elem_sep T convertFromBinding concode_elem_sep BigDecimal round concode_elem_sep Object convertToBinding concode_elem_sep Object... | boolean function ( HmDatapoint arg0 ) { if ( DATAPOINT_NAME_STATE . equals ( arg0 . getName ( ) ) ) { for ( StateInvertInfo loc0 : stateInvertDevices ) { if ( loc0 . isToInvert ( arg0 ) ) { return true ; } } } return false ; } |
17,513 | creates or returns a client concode_field_sep CustomContextResolver RESOLVER concode_elem_sep LoadingCache<Config,Client> CACHE concode_field_sep void filter concode_elem_sep Client buildClientFromConfig concode_elem_sep Client load concode_elem_sep ObjectMapper getContext concode_elem_sep void addProxy | Client function ( Config arg0 ) { try { return CACHE . get ( arg0 ) ; } catch ( ExecutionException loc0 ) { throw new ConnectionException ( "srini_string" + loc0 . getMessage ( ) , 0 , loc0 ) ; } } |
17,514 | method that needs to be used instead of #constructusingtostring if static type of enum is not known . concode_field_sep Class<T> _enumClass concode_elem_sep HashMap<String,T> _enumsById concode_elem_sep T[] _enums concode_field_sep int lastValidIndex concode_elem_sep EnumResolver<ET> constructFor concode_elem_sep T fin... | EnumResolver < ? > function ( Class < ? > arg0 ) { Class < Enum > loc0 = ( Class < Enum > ) arg0 ; return constructUsingToString ( loc0 ) ; } |
17,515 | gets the value of the typeobjectid property . concode_field_sep int typeObjectId concode_elem_sep String textValue concode_elem_sep Double costValue concode_elem_sep Date startDateValue concode_elem_sep Date finishDateValue concode_elem_sep Integer integerValue concode_elem_sep String indicatorValue concode_elem_sep Do... | int function ( ) { return typeObjectId ; } |
17,516 | runs the defined performance tests , should be executed by the concrete test-implementation . concode_field_sep IIdGenerator idGenerator concode_elem_sep Map<String,BaseIndexedCollection> indexes concode_elem_sep Integer amountOfRuns concode_elem_sep IDataGenerator dataGenerator concode_elem_sep Map<String,Map<?,?>> ma... | void function ( ) { for ( int loc0 = 0 ; loc0 < amountOfRuns ; loc0 ++ ) { runSingleGetPerformanceTest ( ) ; } } |
17,517 | gets to email address . concode_field_sep String date concode_elem_sep String dateTimeString concode_elem_sep String toEmailAddress concode_elem_sep String requestId concode_elem_sep boolean isRecordsAvailable concode_elem_sep String transmissionType concode_elem_sep List<String> institutionCodes concode_elem_sep Strin... | String function ( ) { return toEmailAddress ; } |
17,518 | creates a date-time iterator given a recurrence iterator from com.google.ical.iter.recurrenceiteratorfactory . concode_field_sep RecurrenceIterator it concode_field_sep DateTime next concode_elem_sep DateTimeIterator iterator concode_elem_sep DateValue dateTimeToDateValue concode_elem_sep DateTimeIterable createDateTim... | DateTimeIterator function ( RecurrenceIterator arg0 ) { return new RecurrenceIteratorWrapper ( arg0 ) ; } |
17,519 | check if two terms can be unified concode_field_sep PlaceHolder placeHolder concode_field_sep boolean containVarQuery concode_elem_sep boolean isCommonVariable concode_elem_sep Variable makeCommonVariable concode_elem_sep boolean containVarIndep concode_elem_sep boolean unify concode_elem_sep boolean unify concode_elem... | boolean function ( final char arg0 , final Term arg1 , final Term arg2 ) { return findSubstitute ( arg0 , arg1 , arg2 , new HashMap < > ( ) , new HashMap < > ( ) ) ; } |
17,520 | performs a dynamic query on the database and returns a range of the matching rows . 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.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _recentLayoutRevisionLocalService . arg0 ( arg0 , arg1 , arg2 ) ; } |
17,521 | set the named parameter 's value list for this filter . used in conjunction with in-style filter criteria . concode_field_sep String MARKER concode_elem_sep Map<String,Object> parameters concode_elem_sep String filterName concode_elem_sep FilterDefinition definition concode_field_sep String getName concode_elem_sep Map... | Filter function ( String arg0 , Object [ ] arg1 ) { return setParameterList ( arg0 , Arrays . asList ( arg1 ) ) ; } |
17,522 | sets the data . concode_field_sep XYDataItem data concode_elem_sep String name concode_field_sep void setName concode_elem_sep long getValue concode_elem_sep String getName concode_elem_sep long getTime concode_elem_sep XYDataItem getData | void function ( XYDataItem arg0 ) { this . data = arg0 ; } |
17,523 | sets the changed by . concode_field_sep String pensionProcessActivityDepartment concode_elem_sep String changedBy concode_elem_sep Integer pensionApplicantProcessStepId concode_elem_sep String pensionActivityStatus concode_elem_sep String comment concode_elem_sep String pensionStage concode_elem_sep Integer pensionAppp... | void function ( String arg0 ) { this . changedBy = arg0 ; } |
17,524 | called whenever the osgi framework stops our bundle concode_field_sep PlaceHolder placeHolder concode_field_sep void start | void function ( BundleContext arg0 ) { } |
17,525 | log a message at level error to all available/enabled logs . concode_field_sep Log defaultLog concode_elem_sep boolean traceOn concode_elem_sep MessageContext synCtx concode_elem_sep Log traceLog concode_field_sep void traceOrDebug concode_elem_sep void auditFatal concode_elem_sep boolean isTraceOrDebugEnabled concode_... | void function ( Object arg0 ) { defaultLog . error ( arg0 ) ; if ( synCtx . getServiceLog ( ) != null ) { synCtx . getServiceLog ( ) . error ( arg0 ) ; } if ( traceOn ) { traceLog . error ( arg0 ) ; } } |
17,526 | serialize the thrift object into a java string , using a specified character set for encoding . concode_field_sep TProtocol protocol_ concode_elem_sep TIOStreamTransport transport_ concode_elem_sep ByteArrayOutputStream baos_ concode_field_sep byte[] serialize | String function ( TBase arg0 , String arg1 ) { try { return new String ( serialize ( arg0 ) , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg1 ) ; } } |
17,527 | on key down boolean . concode_field_sep int width concode_elem_sep Popup popup concode_elem_sep int height concode_elem_sep Activity activity concode_elem_sep int screenHeightPixels concode_elem_sep boolean isHalfScreen concode_elem_sep int WRAP_CONTENT concode_elem_sep int MATCH_PARENT concode_elem_sep int screenWidth... | boolean function ( int arg0 , KeyEvent arg1 ) { return false ; } |
17,528 | computes the convex hull from a set of points . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Point> getConvexHull concode_elem_sep Point[] getConvexHull concode_elem_sep Polygon getConvexHullPolygon concode_elem_sep boolean isRightTurn concode_elem_sep Path2D.Double getConvexHullPath2D concode_elem_... | List < Point2D . Double > function ( List < Point2D . Double > arg0 ) { return Arrays . asList ( getConvexHull2D ( arg0 . toArray ( new Point2D . Double [ arg0 . size ( ) ] ) ) ) ; } |
17,529 | the description of the model . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getId concode_elem_sep void setDescription... | CreateModelResult function ( String arg0 ) { setDescription ( arg0 ) ; return this ; } |
17,530 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; } |
17,531 | gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep DQNonQuanti... | String function ( ) { return actuate ; } |
17,532 | a list of product codes . concode_field_sep String snapshotId concode_elem_sep com.amazonaws.internal.SdkInternalList<ProductCode> productCodes concode_elem_sep com.amazonaws.internal.SdkInternalList<CreateVolumePermission> createVolumePermissions concode_field_sep void setSnapshotId concode_elem_sep DescribeSnapshotAt... | java . util . List < ProductCode > function ( ) { if ( productCodes == null ) { productCodes = new com . amazonaws . internal . SdkInternalList < ProductCode > ( ) ; } return productCodes ; } |
17,533 | sets the password to connect to the receiver . concode_field_sep String password concode_elem_sep int port concode_elem_sep String name concode_elem_sep String host concode_elem_sep boolean https concode_elem_sep String user concode_field_sep void setName concode_elem_sep void setHost concode_elem_sep String getName co... | void function ( String arg0 ) { this . password = arg0 ; } |
17,534 | will return null to indicate no timeout on accepts . concode_field_sep T sc concode_elem_sep INioHandler nioHandler concode_elem_sep Long timeout concode_field_sep void closed concode_elem_sep String getDescription concode_elem_sep boolean useSeparateThread concode_elem_sep void timeout | Long function ( ) { return timeout ; } |
17,535 | push an array or object scope . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_s... | void function ( JSONObject arg0 ) { if ( this . top >= maxdepth ) { throw new JSONException ( "srini_string" ) ; } this . stack [ this . top ] = arg0 ; this . mode = arg0 == null ? 'a' : 'k' ; this . top += 1 ; } |
17,536 | set log level , the level lower than this level will not be logged concode_field_sep int sLevel concode_elem_sep boolean allowV concode_elem_sep int LEVEL_FATAL concode_elem_sep boolean allowI concode_elem_sep boolean allowW concode_elem_sep int LEVEL_ERROR concode_elem_sep int LEVEL_WARNING concode_elem_sep String tag... | void function ( int arg0 ) { sLevel = arg0 ; } |
17,537 | partition cols . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> getSortCols concode_elem_sep String g... | Builder function ( List < HCatFieldSchema > arg0 ) { this . hcatTable . arg0 ( arg0 ) ; return this ; } |
17,538 | by default , transient and derived references are never copied , and containment references always are copied . 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... | boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } } |
17,539 | gets the value of the enrollmentflags property . concode_field_sep String commonName concode_elem_sep PrivateKeyAttributes privateKeyAttributes concode_elem_sep Long generalFlags concode_elem_sep CertificateValidity certificateValidity concode_elem_sep SupersededPolicies supersededPolicies concode_elem_sep long policyS... | Long function ( ) { return enrollmentFlags ; } |
17,540 | evaluates the string literals in a string vector ; concode_field_sep PlaceHolder placeHolder concode_field_sep double getValue concode_elem_sep double getValue concode_elem_sep Plane3D parsePlaneUsingDelimiter concode_elem_sep PointND getPointValue concode_elem_sep PointND getPointValue concode_elem_sep Plane3D getPlan... | SimpleVector function ( String arg0 ) { return getVectorValue ( arg0 , new HashMap < String , Double > ( ) ) ; } |
17,541 | the unique id of the node . concode_field_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep String nodeName concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep String hostAddress c... | String function ( ) { return id ( ) ; } |
17,542 | get the fitnesse port . concode_field_sep String fitNesseAuthenticateStart concode_elem_sep Log log concode_elem_sep String fitNesseAuthenticateStop concode_elem_sep int retainDays concode_elem_sep List<String> jvmArguments concode_elem_sep String fitNesseLogDirectory concode_elem_sep String wikiRoot concode_elem_sep B... | int function ( ) { return fitNessePort ; } |
17,543 | encloses an expression in single quotation marks . talendtypes string category stringhandling param string `` hellow world ! '' string : example squote `` hellow world ! '' # ` hello world ! ' concode_field_sep PlaceHolder placeHolder concode_field_sep String LEFT concode_elem_sep String TRIM concode_elem_sep boolean I... | String function ( String arg0 ) { return arg0 == null ? null : ( "srini_string" + arg0 + "srini_string" ) ; } |
17,544 | sets the first selected date . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep Date getDate1 concode_elem_sep void effectChangeListener concode_elem_sep Date getDate2 concode_elem_sep void effect2ChangeListen... | void function ( Date arg0 ) { date1 = arg0 ; } |
17,545 | returns the surrogate mode . concode_field_sep StringBuilder xmlConfig concode_elem_sep ArchiveRegistry archives concode_elem_sep ComponentRegistry components concode_elem_sep boolean enableStatsOutput concode_elem_sep boolean enableZipCompression concode_elem_sep boolean enable7Zip concode_elem_sep OutputCompressionEn... | SurrogateModes function ( ) { return surrogates ; } |
17,546 | sets the position of this buffer . if the mark is set and it is greater than the new position , then it is cleared . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_sep Buf... | Buffer function ( int arg0 ) { if ( arg0 < 0 || arg0 > limit ) { throw new IllegalArgumentException ( ) ; } position = arg0 ; if ( ( mark != UNSET_MARK ) && ( mark > position ) ) { mark = UNSET_MARK ; } return this ; } |
17,547 | sets the outline paint . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_sep TextBlock text... | void function ( final Paint arg0 ) { this . outlinePaint = arg0 ; } |
17,548 | calls resettachocount . concode_field_sep int mode concode_elem_sep Motor A concode_elem_sep Motor C concode_elem_sep NXTCommand nxtCommand concode_elem_sep byte turnRatio concode_elem_sep boolean _rotating concode_elem_sep int id concode_elem_sep byte power concode_elem_sep int regulationMode concode_elem_sep int runS... | int function ( ) { return resetTachoCount ( ) ; } |
17,549 | if the passed text looks like xhtml , unescape it using #unescapexhtml string else return a simple text node . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidXHTMLFragment concode_elem_sep IMicroDocument parseXHTMLFragment concode_elem_sep IMicroDocument parseXHTMLFragment concode_elem_sep I... | IHCNode function ( @ Nullable final String arg0 ) { return new XHTMLParser2 ( ) . convertToXHTMLFragmentOnDemand ( arg0 ) ; } |
17,550 | must not be called . concode_field_sep Tag parent concode_elem_sep SimpleTag simpleTagAdaptee concode_elem_sep boolean parentDetermined concode_field_sep int doStartTag concode_elem_sep void setPageContext concode_elem_sep Tag getParent concode_elem_sep JspTag getAdaptee concode_elem_sep void release concode_elem_sep v... | int function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
17,551 | triggers an event . concode_field_sep com.petrivirkkula.toolbox.logger.Logger LOGGER concode_elem_sep String RCSID concode_field_sep EventManager getEventManager concode_elem_sep void unregister concode_elem_sep void unregister concode_elem_sep void register concode_elem_sep void register | void function ( E arg0 ) { getEventManager ( ) . trigger ( arg0 ) ; } |
17,552 | test if a registry entry has already been created . concode_field_sep String[] aliases concode_elem_sep int aliaslen concode_elem_sep String FACTORY_POSTFIX concode_elem_sep URLClassLoader CLASSLOADER concode_elem_sep int len concode_elem_sep Map<Class<?>,Entry> data concode_elem_sep String[] EMPTY_ALIASES concode_elem... | boolean function ( Class < ? > arg0 ) { return data . containsKey ( arg0 ) ; } |
17,553 | gets the value of the loop property . concode_field_sep Layout layout concode_elem_sep String volume concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String loop concode_elem_sep String width concode_elem_sep String thresholdValue concode_elem_sep Label... | String function ( ) { return loop ; } |
17,554 | sets the icon of this popup message . concode_field_sep JComponent component concode_elem_sep int messageType concode_elem_sep byte[] imageIcon concode_elem_sep String messageTitle concode_elem_sep Object tag concode_elem_sep String message concode_elem_sep long timeout concode_elem_sep String group concode_field_sep v... | void function ( byte [ ] arg0 ) { this . imageIcon = arg0 ; } |
17,555 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c... | boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; } |
17,556 | how many mappings . concode_field_sep Entry next concode_elem_sep Entry[] entries concode_elem_sep CharBlockArray labelRepository concode_elem_sep float loadFactor concode_elem_sep int size concode_elem_sep int offset concode_elem_sep Entry[] ents concode_elem_sep int index concode_elem_sep int threshold concode_elem_s... | int function ( ) { return this . size ; } |
17,557 | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i... | String function ( ) { return "srini_string" ; } |
17,558 | print a message of a method name concode_field_sep boolean isInitialized concode_elem_sep boolean appStarted concode_field_sep void init concode_elem_sep void initializeStatics concode_elem_sep void bottom concode_elem_sep boolean isInitialized concode_elem_sep void fail concode_elem_sep void setAppStarted concode_elem... | void function ( NormalMethod arg0 , OptOptions arg1 ) { if ( arg1 . PRINT_METHOD || arg1 . PRINT_INLINE_REPORT ) { VM . sysWrite ( "srini_string" + arg0 . getDeclaringClass ( ) + ' ' + arg0 . getName ( ) + ' ' + arg0 . getDescriptor ( ) + "srini_string" ) ; } } |
17,559 | send a string of character data . concode_field_sep Attributes EMPTY_ATTS concode_elem_sep ContentHandler target concode_field_sep void endElement concode_elem_sep void endElement concode_elem_sep void startPrefixMapping concode_elem_sep void endPrefixMapping concode_elem_sep void startElement concode_elem_sep void sta... | void function ( String arg0 ) { target . characters ( arg0 . toCharArray ( ) , 0 , arg0 . length ( ) ) ; } |
17,560 | the current number of manual snapshots of the directory . concode_field_sep Boolean manualSnapshotsLimitReached concode_elem_sep Integer manualSnapshotsCurrentCount concode_elem_sep Integer manualSnapshotsLimit concode_field_sep void setManualSnapshotsCurrentCount concode_elem_sep void setManualSnapshotsLimitReached co... | Integer function ( ) { return this . manualSnapshotsCurrentCount ; } |
17,561 | reads one 32 bit unsigned integer from the given input stream using little endian byte order . concode_field_sep int delta concode_elem_sep int rounds concode_elem_sep int decryptSum concode_elem_sep int keySize concode_elem_sep long[] key concode_elem_sep int blockSize concode_field_sep void writeInt concode_elem_sep ... | int function ( InputStream arg0 ) { int loc0 = arg0 . read ( ) ; int loc1 = arg0 . read ( ) ; int loc2 = arg0 . read ( ) ; int loc3 = arg0 . read ( ) ; return ( ( ( loc0 & 0xff ) << 0 ) | ( ( loc1 & 0xff ) << 8 ) | ( ( loc2 & 0xff ) << 16 ) | ( ( loc3 & 0xff ) << 24 ) ) ; } |
17,562 | the second control point of the curve . concode_field_sep double _p1_y concode_elem_sep double _ctl2_y concode_elem_sep double _p2_x concode_elem_sep double _p2_y concode_elem_sep double _p1_x concode_elem_sep double _ctl1_x concode_elem_sep double _ctl1_y concode_elem_sep double _ctl2_x concode_field_sep Vector2D p co... | Vector2D function ( ) { return new Vector2D ( _ctl2_x , _ctl2_y ) ; } |
17,563 | initialize datacenter related metrics . concode_field_sep MetricRegistry registry concode_elem_sep Counter getWritablePartitionIdsMismatchCount concode_elem_sep HelixClusterManager.HelixClusterManagerCallback clusterMapCallback concode_elem_sep Counter getDataNodeIdsMismatchCount concode_elem_sep Counter hasDatacenterM... | void function ( ) { Gauge < Long > loc0 = new Gauge < Long > ( ) { @ Override public Long getValue ( ) { return clusterMapCallback . getDatacenterCount ( ) ; } } ; registry . register ( MetricRegistry . name ( HelixClusterManager . class , "srini_string" ) , loc0 ) ; } |
17,564 | append all bytes from given byte array . concode_field_sep byte[] elems concode_elem_sep int length concode_field_sep void appendDouble concode_elem_sep void appendByte concode_elem_sep void appendLong concode_elem_sep void appendChar concode_elem_sep void appendInt concode_elem_sep Name toName concode_elem_sep void re... | void function ( byte [ ] arg0 ) { appendBytes ( arg0 , 0 , arg0 . length ) ; } |
17,565 | checks if placing the piece at grid position with the rotation rot would cause a collision concode_field_sep TetrisPiece currentPiece concode_elem_sep int numRows concode_elem_sep int NUM_ROWS concode_elem_sep boolean[][] blockMatrix concode_elem_sep int NUM_COLS concode_elem_sep int[] currentPiecePosition concode_fiel... | boolean function ( TetrisPiece arg0 , int arg1 , int arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < 4 ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) { if ( arg0 . isFilled ( arg1 , loc0 , loc1 ) ) { if ( blockMatrix [ arg2 + loc0 ] [ arg3 + loc1 ] || blockMatrix [ arg2 ] [ arg3 + loc1 ] ) { return true ; } } ... |
17,566 | returns the sample index of the closest synchronization sample at or after the given timestamp , if one is available . concode_field_sep int sampleCount concode_elem_sep int[] sizes concode_elem_sep long[] offsets concode_elem_sep int[] flags concode_elem_sep int maximumSize concode_elem_sep int NO_SAMPLE concode_elem_... | int function ( long arg0 ) { int loc0 = Util . binarySearchCeil ( timestampsUs , arg0 , true , false ) ; for ( int loc1 = loc0 ; loc1 < timestampsUs . length ; loc1 ++ ) { if ( ( flags [ loc1 ] & C . SAMPLE_FLAG_SYNC ) != 0 ) { return loc1 ; } } return NO_SAMPLE ; } |
17,567 | rotate vector counter-clockwise in z-y by an angle , expressed as sin and cos. . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep double MINIMUM_RESOLUTION_CUBED concode_field_sep... | Vector function ( final double arg0 , final double arg1 ) { return new Vector ( x , z * arg0 + y * arg1 , z * arg1 - y * arg0 ) ; } |
17,568 | set the timestamp of when the offer start concode_field_sep long beginDate concode_elem_sep long endDate concode_elem_sep long idHousing concode_elem_sep long idOwner concode_elem_sep Long id concode_elem_sep long idGuest concode_field_sep boolean isAvailable concode_elem_sep long getEndTimestamp concode_elem_sep long ... | void function ( long arg0 ) { this . beginDate = arg0 ; } |
17,569 | builds a bracketed csv list from the array concode_field_sep PlaceHolder placeHolder concode_field_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLo... | String function ( Object arg0 ) { int loc0 = Array . getLength ( arg0 ) ; int loc1 = loc0 - 1 ; StringBuffer loc2 = new StringBuffer ( 2 * ( loc0 + 1 ) ) ; loc2 . append ( '{' ) ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { loc2 . append ( Array . get ( arg0 , loc3 ) ) ; if ( loc3 != loc1 ) { loc2 . append ( ',' ) ;... |
17,570 | setter for id concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep KickstartData ksdata concode_elem_sep String kickstartMode concode_elem_sep Server oldServer concode_elem_sep String systemRhnHost concode_elem_sep String kickstartFromHost concode_elem_sep Date lastAction concode_elem_sep P... | void function ( Long arg0 ) { this . id = arg0 ; } |
17,571 | sets the name value for this objectref . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.Ty... | void function ( java . lang . String arg0 ) { this . name = arg0 ; } |
17,572 | special version for long concode_field_sep CompareHelper s_aInstance concode_elem_sep boolean DEFAULT_NULL_VALUES_COME_FIRST concode_field_sep int compareIgnoreCase concode_elem_sep int compareIgnoreCase concode_elem_sep int compareFalseBeforeTrue concode_elem_sep int compareTrueBeforeFalse | int function ( final long arg0 , final long arg1 ) { return Long . compare ( arg0 , arg1 ) ; } |
17,573 | sets the value of the currency property . concode_field_sep AccountingBookStatus bookStatus concode_elem_sep RecordRef currency concode_elem_sep RecordRef accountingBook concode_field_sep RecordRef getCurrency concode_elem_sep void setBookStatus concode_elem_sep AccountingBookStatus getBookStatus concode_elem_sep Recor... | void function ( RecordRef arg0 ) { this . currency = arg0 ; } |
17,574 | toggle user store state enable/disable concode_field_sep UserStoreConfigAdminServiceStub stub concode_field_sep void updateUserStoreWithDomainName concode_elem_sep void updateUserStore concode_elem_sep String[] getAvailableUserStoreClasses concode_elem_sep void deleteUserStore concode_elem_sep UserStoreDTO[] getActiveD... | void function ( String arg0 , String arg1 ) { stub . changeUserStoreState ( arg0 , Boolean . parseBoolean ( arg1 ) ) ; } |
17,575 | getter for subscribername concode_field_sep String preferredPrefix concode_elem_sep String profileReference concode_elem_sep String subscriberName concode_elem_sep AddressType subscriberShippingAddress concode_elem_sep String billingStartDate concode_elem_sep String nameSpace concode_field_sep String toXMLString concod... | String function ( ) { return subscriberName ; } |
17,576 | convenience method which call getinstance isimpleextensionpoint , string pluginid with null as pluginid . concode_field_sep IExtensionPointLimiter extensionPointLimiter concode_elem_sep String plugInId concode_field_sep List<IConfigurationElement> getInstanceV2 concode_elem_sep List<IConfigurationElement> getInstanceV2... | List < T > function ( IExtensionPointLimiter arg0 ) { return getInstance ( arg0 , null ) ; } |
17,577 | generates a reset key . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generatePassword | String function ( ) { return RandomStringUtils . randomNumeric ( DEF_COUNT ) ; } |
17,578 | test of islatesttimestampoperationwithfilterbool method , of class hbasecrud . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetHbaseZookeeperQuorum concode_elem_sep void setUpClass concode_elem_sep void testIsDeleteDataFromRecordBool concode_elem_sep void testGetHbaseZookeeperQuorum concode_elem... | void function ( ) { System . out . println ( "srini_string" ) ; HbaseCrud loc0 = new HbaseCrud ( ) ; boolean loc1 = false ; boolean loc2 = loc0 . isLatestTimestampOperationWithFilterBool ( ) ; assertEquals ( loc1 , loc2 ) ; } |
17,579 | get active tenants list concode_field_sep String USERNAME_HEADER concode_elem_sep String TENANT_MGT_ADMIN_SERVICE_URL concode_elem_sep List<String> tenantDomainList concode_elem_sep String RETURN concode_elem_sep String serviceURL concode_elem_sep String CLIENT_TRUST_STORE_PASSWORD concode_elem_sep String CHARACTER_ENC... | List < String > function ( ) { if ( ! initialized ) { init ( ) ; } if ( initialized && tenantDomainList . isEmpty ( ) ) { refreshActiveTenantDomainsList ( ) ; } return tenantDomainList ; } |
17,580 | retrieves the name of the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep JDBCConnection connection concode_elem_sep int id concode_field_sep String toString concode_elem_sep int getSavepointId | String function ( ) { if ( id == - 1 ) { return name ; } throw Util . notSupported ( ) ; } |
17,581 | the name of the instance profile . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep IamInstanceProfileSpecification withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IamInstanceProfileSpecificat... | IamInstanceProfileSpecification function ( String arg0 ) { setName ( arg0 ) ; return this ; } |
17,582 | returns an empty optionalint instance . no value is present for thisoptionalint . concode_field_sep OptionalInt EMPTY concode_elem_sep boolean isPresent concode_elem_sep int value concode_field_sep int orElseGet concode_elem_sep int hashCode concode_elem_sep OptionalInt of concode_elem_sep void ifPresent concode_elem_s... | OptionalInt function ( ) { return EMPTY ; } |
17,583 | request to find out how much of the media has been buffered on the local device . concode_field_sep int AUDIOFOCUS_GAIN_TRANSIENT_MAY_DUCK concode_elem_sep int AUDIOFOCUS_LOSS_TRANSIENT_CAN_DUCK concode_elem_sep int AUDIOFOCUS_LOSS_TRANSIENT concode_elem_sep int AUDIOFOCUS_GAIN_TRANSIENT concode_elem_sep int AUDIOFOCUS... | int function ( ) { return 100 ; } |
17,584 | if we see a task that we do n't have data for , we still want to log it , based off of the tag that came in the broadcast . this will be initialised with a #createdatelapsedsecs ofnow , which may or may not be meaningful . concode_field_sep long windowStopElapsedSecs concode_elem_sep long windowStartElapsedSecs concode... | TaskTracker function ( String arg0 ) { return new TaskTracker ( arg0 , 0L , 0L , 0L , 0L , SystemClock . elapsedRealtime ( ) ) ; } |
17,585 | append values to given array . concode_field_sep PlaceHolder placeHolder concode_field_sep Select generateSelect concode_elem_sep Select generateSelect concode_elem_sep int size concode_elem_sep boolean isWhereClause concode_elem_sep T applyConsistencyLevel concode_elem_sep boolean isEmpty concode_elem_sep boolean isEm... | Object [ ] function ( Object [ ] arg0 , Object ... arg1 ) { return concat ( arg0 , arg1 ) ; } |
17,586 | adds a connection and its connector to the manager . concode_field_sep boolean running concode_elem_sep Map<BaseMqttConnection,Runnable> connections concode_elem_sep int SLEEP concode_elem_sep Logger logger concode_field_sep void oneCycle concode_elem_sep void stop concode_elem_sep void removeConnection concode_elem_se... | void function ( final BaseMqttConnection arg0 , final Runnable arg1 ) { synchronized ( connections ) { connections . put ( arg0 , arg1 ) ; } } |
17,587 | build the graph . calling any method including this method on this builder object after calling this method is undefined behaviour . concode_field_sep G graph concode_field_sep B addVertices concode_elem_sep B removeEdge concode_elem_sep UnmodifiableGraph<V,E> buildUnmodifiable concode_elem_sep B removeVertex concode_e... | G function ( ) { return this . graph ; } |
17,588 | used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList che... | void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; } |
17,589 | returns the 3-digit code associated with this warning . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep int warnCode concode_elem_sep int offs concode_elem_sep String IPV4ADDRESS concode_elem_sep int init_offs ... | int function ( ) { return warnCode ; } |
17,590 | test for judging if it is hive connection . normal case . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFillDbConnectionInformation concode_elem_sep void testCheckConnection4MetadataConnection concode_elem_sep void testGetClassDriver concode_elem_sep void testGetMetadataColumnNameTdColumn concode... | void function ( ) { DatabaseMetaData loc0 = mock ( DatabaseMetaData . class ) ; when ( loc0 . getDatabaseProductName ( ) ) . thenReturn ( "srini_string" ) ; boolean loc1 = MetadataConnectionUtils . isHive ( loc0 ) ; assertTrue ( loc1 ) ; } |
17,591 | creates a lambdaiterator that wraps the given iterator concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | LambdaIterator < T > function ( Iterator < ? extends T > arg0 ) { return new LambdaIterator < T > ( arg0 ) ; } |
17,592 | returns blosum 90 matrix by henikoff & henikoff concode_field_sep Map<String,SubstitutionMatrix<AminoAcidCompound>> aminoAcidMatrices concode_elem_sep Map<String,SubstitutionMatrix<NucleotideCompound>> nucleotideMatrices concode_field_sep SubstitutionMatrix<AminoAcidCompound> getMatrixFromAAINDEX concode_elem_sep Input... | SubstitutionMatrix < AminoAcidCompound > function ( ) { return getAminoAcidMatrix ( "srini_string" ) ; } |
17,593 | restores the trash entry to its original location . in order to handle a duplicate trash entry already existing at the original location , either pass in the primary key of the existing trash entry 's entity to overwrite or pass in a new name to give to the trash entry being restored . this method throws a trashpermiss... | com . liferay . trash . kernel . model . TrashEntry function ( long arg0 , long arg1 , java . lang . String arg2 ) { return _trashEntryService . restoreEntry ( arg0 , arg1 , arg2 ) ; } |
17,594 | reverse the digits of a number concode_field_sep int base concode_field_sep long rebase concode_elem_sep int rebase concode_elem_sep int rotate concode_elem_sep long rotate concode_elem_sep boolean isPalindromic concode_elem_sep IntRange pandigitalRange concode_elem_sep IntSequence signature concode_elem_sep boolean ar... | int function ( int arg0 ) { int loc0 = 0 ; while ( arg0 != 0 ) { loc0 = loc0 * base + arg0 % base ; arg0 /= base ; } return loc0 ; } |
17,595 | stop a nested scroll in progress . this is a delegate method . call it from your android.view.view view subclassmethod / nestedscrollingchild interface method with the same signature to implementthe standard policy . concode_field_sep ViewParent mNestedScrollingParent concode_elem_sep View mView concode_elem_sep boolea... | void function ( ) { if ( mNestedScrollingParent != null ) { ViewParentCompat . onStopNestedScroll ( mNestedScrollingParent , mView ) ; mNestedScrollingParent = null ; } } |
17,596 | reset the value of the odometer to zero . concode_field_sep double mValueSave concode_elem_sep GpsParams mGpsParams concode_elem_sep Preferences mPref concode_elem_sep double mValue concode_field_sep double getValue concode_elem_sep void updateValue concode_elem_sep void setPref | void function ( ) { if ( mPref != null ) { mValue = 0 ; mValueSave = 0 ; mGpsParams = null ; mPref . setOdometer ( mValue ) ; } } |
17,597 | deletes a guest concode_field_sep HashSet<Enrollment> enrollments concode_field_sep void saveEnrollment concode_elem_sep void loadEnrollmentsFromDB concode_elem_sep void setEnrollments concode_elem_sep void registerEnrollment concode_elem_sep void addGuest concode_elem_sep Enrollment getEnrollment concode_elem_sep void... | void function ( Enrollment arg0 , Guest arg1 ) { System . out . println ( "srini_string" ) ; Session loc0 = HiberUtil . getSessionFactory ( ) . openSession ( ) ; Transaction loc1 = loc0 . beginTransaction ( ) ; arg0 . getGuests ( ) . remove ( arg1 ) ; loc0 . saveOrUpdate ( arg0 ) ; loc1 . commit ( ) ; loc0 . close ( ) ... |
17,598 | do n't count timestamp in hash code calculation concode_field_sep long stamp concode_elem_sep ServerName serverName concode_elem_sep State state concode_elem_sep HRegionInfo hri concode_field_sep boolean isOpeningOrOpenedOnServer concode_elem_sep boolean isOpened concode_elem_sep boolean isMergingNewOnServer concode_el... | int function ( ) { return ( serverName != null ? serverName . hashCode ( ) * 11 : 0 ) + hri . hashCode ( ) + 5 * state . ordinal ( ) ; } |
17,599 | returns true if #start has been called on this stopwatch , and #stop has not been called since the last call to start . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate ... | boolean function ( ) { return isRunning ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.