idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
13,200 | set the defaultmutabletreenode instance that wraps this instance 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 ... | void function ( DefaultMutableTreeNode arg0 ) { this . wrapper = arg0 ; } |
13,201 | a list of policy names . currently , there is only one policy and it is named `` default '' . note : this method appends the values to the existing list if any . use #setpolicynames java.util.collection or #withpolicynames java.util.collection if you want to overridethe existing values . concode_field_sep String nextMa... | ListKeyPoliciesResult function ( String ... arg0 ) { if ( this . policyNames == null ) { setPolicyNames ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . policyNames . add ( loc0 ) ; } return this ; } |
13,202 | returns a fragment of java code that can be used to set a property to match the editors current state . this method is intended for use when generating java code to reflect changes made through the property editor . the code fragment should be context free and must be a legal java expression as specified by the jls . s... | String function ( ) { return null ; } |
13,203 | sets a property in the `` videocapture '' . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened concode_elem_sep boolean read concode_elem_sep void release concode_elem_sep boolean n_set concode_elem_sep void n_delete concode_elem_sep v... | boolean function ( int arg0 , double arg1 ) { boolean loc0 = n_set ( nativeObj , arg0 , arg1 ) ; return loc0 ; } |
13,204 | add an observer to be notified about the connection status . concode_field_sep String mAssignerUrl concode_elem_sep List<ConnectionObserver> mObservers concode_elem_sep long mNativeBlimpClientSessionAndroidPtr concode_field_sep int[] getDebugStats concode_elem_sep long nativeInit concode_elem_sep void removeObserver co... | void function ( ConnectionObserver arg0 ) { mObservers . add ( arg0 ) ; } |
13,205 | gets the database name . concode_field_sep String dbName concode_elem_sep Logger LOG concode_elem_sep String location concode_elem_sep HCatPartition hcatPartition concode_elem_sep Map<String,String> partitionKeyValues concode_elem_sep Map<String,String> partitionSpec concode_elem_sep String tableName concode_field_sep ... | String function ( ) { return hcatPartition == null ? dbName : hcatPartition . getDatabaseName ( ) ; } |
13,206 | returns the id of this user t u. concode_field_sep UserTU _userTU concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscaped... | long function ( ) { return _userTU . getId ( ) ; } |
13,207 | stop the webserver concode_field_sep String WEB_ROOT_DIR concode_elem_sep Server server concode_elem_sep Logger LOG concode_elem_sep int assignedPort concode_field_sep int getServerPort concode_elem_sep void start | void function ( ) { server . stop ( ) ; assignedPort = - 1 ; } |
13,208 | checks whether there are any more elements in the iteration to obtain . concode_field_sep Iterator<? extends E> lastUsedIterator concode_elem_sep E root concode_elem_sep Transformer<? super E,? extends E> transformer concode_elem_sep boolean hasNext concode_elem_sep Iterator<? extends E> currentIterator concode_elem_se... | boolean function ( ) { updateCurrentIterator ( ) ; return hasNext ; } |
13,209 | gets the value of the description property . concode_field_sep int countingMethodId concode_elem_sep String description concode_field_sep int getCountingMethodId concode_elem_sep void setDescription concode_elem_sep void setCountingMethodId | String function ( ) { return description ; } |
13,210 | sets the value of the sourcename property . concode_field_sep String datestamp concode_elem_sep String language concode_elem_sep String sourcetype concode_elem_sep String sourcename concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getSourcename concode_elem_sep String getLanguage ... | void function ( String arg0 ) { this . sourcename = arg0 ; } |
13,211 | if your implementation can count on delete-on-last-close semantics or throws an exception when trying to remove a file in use , return false eg nfs . otherwise , return true . defaults to returning false . concode_field_sep String LOCK_TYPE_SIMPLE concode_elem_sep String INDEX_W_TIMESTAMP_REGEX concode_elem_sep String ... | boolean function ( ) { return false ; } |
13,212 | get the height in pixels of a given label . concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean... | float function ( int arg0 ) { return mLabels . get ( arg0 ) . height ; } |
13,213 | set the major-version slot of this action . concode_field_sep String name concode_elem_sep Long majorVersion concode_elem_sep Long minorVersion concode_elem_sep String dependencies concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Long getMajorVersion concode_elem_sep String getDependencie... | void function ( Long arg0 ) { majorVersion = arg0 ; } |
13,214 | tear down . concode_field_sep Locale defaultLocale concode_field_sep void testFormatAllPrefixesBase10 concode_elem_sep void testFormatOneDecimalBase10 concode_elem_sep void testFormatAllPrefixesBase2 concode_elem_sep void testFormatNoDecimalBase2 concode_elem_sep void setUp concode_elem_sep void testFormatNoDecimalBase... | void function ( ) { Locale . setDefault ( defaultLocale ) ; } |
13,215 | gets the value of the attributelist property . concode_field_sep Names names concode_elem_sep Xref xref concode_elem_sep List<BaseLocation> featureRange concode_elem_sep AttributeList attributeList concode_elem_sep CvType featureType concode_elem_sep CvType featureDetectionMethod concode_elem_sep ExperimentRefList expe... | AttributeList function ( ) { return attributeList ; } |
13,216 | tests serialize and setters . concode_field_sep byte[] DESTINATION_ADDRESS2 concode_elem_sep byte[] TARGET_ADDRESS concode_elem_sep byte[] bytePacket concode_elem_sep Deserializer<Redirect> deserializer concode_elem_sep MacAddress MAC_ADDRESS concode_elem_sep byte[] DESTINATION_ADDRESS concode_field_sep void setUpBefor... | void function ( ) { Redirect loc0 = new Redirect ( ) ; loc0 . setTargetAddress ( TARGET_ADDRESS ) ; loc0 . setDestinationAddress ( DESTINATION_ADDRESS ) ; loc0 . addOption ( NeighborDiscoveryOptions . TYPE_TARGET_LL_ADDRESS , MAC_ADDRESS . toBytes ( ) ) ; assertArrayEquals ( loc0 . serialize ( ) , bytePacket ) ; } |
13,217 | like createmap ... but uses a linkedhashmap to maintian the items in the same order as they are in list1 . concode_field_sep PlaceHolder placeHolder concode_field_sep void putUnique concode_elem_sep void putAllUniqueStrings concode_elem_sep Map<String,String> createMap concode_elem_sep void main concode_elem_sep String... | Map < String , String > function ( String [ ] arg0 , String [ ] arg1 ) { final Map < String , String > loc0 = new LinkedHashMap < String , String > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . put ( arg0 [ loc1 ] . trim ( ) , arg1 [ loc1 ] . trim ( ) ) ; } return loc0 ; } |
13,218 | returns the content of the token . concode_field_sep Map<String,Rule[]> grammar concode_elem_sep String INITIAL_STATE concode_elem_sep Set<Object> ignoredTypes concode_elem_sep int start concode_elem_sep Pattern pattern concode_elem_sep int end concode_elem_sep String nextState concode_elem_sep Object type concode_elem... | String function ( ) { return content . toString ( ) ; } |
13,219 | number of bits concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep void putAll concode_elem_sep boolean equals concode_elem_sep int numWords... | long function ( ) { return ( long ) data . length * Long . SIZE ; } |
13,220 | get last error code all error codes are in equates concode_field_sep PlaceHolder placeHolder concode_field_sep void pushErrors concode_elem_sep String fileError concode_elem_sep String errorFile concode_elem_sep void popErrors concode_elem_sep String error concode_elem_sep String fileErrorCode | int function ( ) { return CErrorImpl . getInstance ( ) . getErrorCode ( ) ; } |
13,221 | bundle activator start method . concode_field_sep Logger logger concode_elem_sep SystemActivityNotificationsService sysActivityService concode_elem_sep BundleContext context concode_elem_sep CountDownLatch synchShutdown concode_field_sep ShutdownService getShutdownService concode_elem_sep void stop concode_elem_sep Sys... | void function ( final BundleContext arg0 ) { this . context = arg0 ; logger . info ( "srini_string" ) ; handleNewSystemActivityNotificationsService ( getSystemActivityNotificationsService ( arg0 ) ) ; if ( sysActivityService == null ) arg0 . addServiceListener ( this ) ; } |
13,222 | returns the label text of this label . concode_field_sep Date created concode_elem_sep String name concode_elem_sep Date modified concode_elem_sep Long id concode_elem_sep String label concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Date getModified concode_elem_sep int hashCode concode_... | String function ( ) { return label ; } |
13,223 | prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println... | void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( WARN , arg0 , arg1 , arg2 ) ; } |
13,224 | returns true if this conversion #islive , or if any of its #getnext conversions are live . concode_field_sep LocalVariableConversion next concode_elem_sep Symbol symbol concode_elem_sep Type from concode_elem_sep Type to concode_field_sep boolean isLive concode_elem_sep char getTypeChar concode_elem_sep boolean hasLive... | boolean function ( ) { return isLive ( ) || isAnyLive ( next ) ; } |
13,225 | returns the attribute object contained in this set for the given attribute category . concode_field_sep Class myInterface concode_elem_sep long serialVersionUID concode_elem_sep HashMap attributeMap concode_field_sep boolean add concode_elem_sep boolean containsKey concode_elem_sep void writeObject concode_elem_sep voi... | Attribute function ( Class < ? > arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; return ( Attribute ) attributeMap . get ( arg0 ) ; } |
13,226 | returns back pressure statistics for a operator . concode_field_sep StackTraceSampleCoordinator coordinator concode_elem_sep ExecutionJobVertex vertex concode_elem_sep int MAX_STACK_TRACE_DEPTH concode_elem_sep Logger LOG concode_elem_sep String EXPECTED_METHOD_NAME concode_elem_sep Cache<ExecutionJobVertex,OperatorBac... | Option < OperatorBackPressureStats > function ( ExecutionJobVertex arg0 ) { return Option . apply ( operatorStatsCache . getIfPresent ( arg0 ) ) ; } |
13,227 | getter used by the framework to populate the configuration ui concode_field_sep Map<String,Set<String>> updatePermissionMap concode_elem_sep String[] readPermissions concode_elem_sep Map<String,Set<String>> deletePermissionMap concode_elem_sep String[] deletePermissions concode_elem_sep Map<String,Set<String>> createPe... | String [ ] function ( ) { if ( updatePermissions != null ) { return Arrays . copyOf ( this . updatePermissions , updatePermissions . length ) ; } return null ; } |
13,228 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep EmfdbPackage modelPackage concode_field_sep T caseNote concode_elem_sep T doSwitch concode_elem_se... | T function ( EObject arg0 ) { return null ; } |
13,229 | release resources concode_field_sep Cursor cursor concode_elem_sep PreparedStatement statement concode_field_sep boolean next concode_elem_sep void execute concode_elem_sep void setParams | void function ( ) { try { if ( this . cursor != null ) { this . cursor . close ( ) ; } this . statement . close ( ) ; } catch ( final SQLException loc0 ) { } } |
13,230 | tests the executecellprocessors method with a source list whose size does n't match the number of cellprocessors should throw an exception . concode_field_sep int LINE_NO concode_elem_sep Map<String,Object> MAP concode_elem_sep int ROW_NO concode_elem_sep String[] NAME_MAPPING concode_elem_sep List<String> LIST concode... | void function ( ) { final List < Object > loc0 = new ArrayList < Object > ( ) ; Util . executeCellProcessors ( new ArrayList < Object > ( ) , loc0 , PROCESSORS , LINE_NO , ROW_NO ) ; } |
13,231 | method addproperties concode_field_sep org.apache.commons.logging.Log log concode_elem_sep List<ResourceResolver> resolverList concode_elem_sep ResourceResolverSpi resolverSpi concode_field_sep String getProperty concode_elem_sep XMLSignatureInput resolve concode_elem_sep void setProperty concode_elem_sep String[] getP... | void function ( Map < String , String > arg0 ) { resolverSpi . engineAddProperies ( arg0 ) ; } |
13,232 | get the names of this plugin implementation . returns all names to which this plugin answers . a name should be a short generic name illustrative of the service , e.g. `` pdf '' , `` jpeg '' , `` gif '' for media filters . each name must be unique among all the plugins implementing any given interface , but it can be t... | String [ ] function ( ) { return null ; } |
13,233 | sets the main class . concode_field_sep List<ISnapshot> snapshots concode_elem_sep String password concode_elem_sep String mainClass concode_elem_sep int port concode_elem_sep IHost host concode_elem_sep int pid concode_elem_sep String userName concode_field_sep String getMainClass concode_elem_sep void setHost concode... | void function ( String arg0 ) { this . mainClass = arg0 ; } |
13,234 | gets the authentication satisfied by policy . concode_field_sep TicketRegistry ticketRegistry concode_elem_sep AuthenticationServiceSelectionPlan authenticationRequestServiceSelectionStrategies concode_elem_sep long serialVersionUID concode_elem_sep TicketFactory ticketFactory concode_elem_sep ServicesManager servicesM... | Authentication function ( final Authentication arg0 , final ServiceContext arg1 ) { final ContextualAuthenticationPolicy < ServiceContext > loc0 = this . serviceContextAuthenticationPolicyFactory . createPolicy ( arg1 ) ; if ( loc0 . isSatisfiedBy ( arg0 ) ) { return arg0 ; } throw new UnsatisfiedAuthenticationPolicyEx... |
13,235 | gets metadata file . concode_field_sep List<String> supportedContentTypes concode_elem_sep String scope concode_elem_sep boolean forceSignedLogoutRequests concode_elem_sep Logout logout concode_elem_sep String basicAuthnPassword concode_elem_sep boolean singleLogoutCallbacksDisabled concode_elem_sep boolean useAttribut... | File function ( ) { return new File ( this . location . getFile ( ) , "srini_string" ) ; } |
13,236 | gets the value of the rval property . concode_field_sep CampaignPage rval concode_field_sep void setRval | CampaignPage function ( ) { return rval ; } |
13,237 | get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast | int function ( ) { return count ; } |
13,238 | process stepfinishedevent . change last added to stepstorage step and add it as child of previous step . concode_field_sep Allure LIFECYCLE concode_elem_sep ListenersNotifier notifier concode_elem_sep Object TEST_SUITE_ADD_CHILD_LOCK concode_elem_sep TestCaseStorage testCaseStorage concode_elem_sep TestSuiteStorage tes... | void function ( StepFinishedEvent arg0 ) { Step loc0 = stepStorage . adopt ( ) ; arg0 . process ( loc0 ) ; notifier . fire ( arg0 ) ; } |
13,239 | add or condition concode_field_sep List<String> whereItems concode_field_sep WhereBuilder b concode_elem_sep WhereBuilder b concode_elem_sep void appendCondition concode_elem_sep WhereBuilder and concode_elem_sep WhereBuilder and concode_elem_sep WhereBuilder expr concode_elem_sep String toString concode_elem_sep int g... | WhereBuilder function ( String arg0 , String arg1 , Object arg2 ) { appendCondition ( whereItems . size ( ) == 0 ? null : "srini_string" , arg0 , arg1 , arg2 ) ; return this ; } |
13,240 | sets the student id for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_... | void function ( int arg0 ) { this . studentId = arg0 ; } |
13,241 | checks if is single threaded . concode_field_sep String runAs concode_elem_sep long maxTime concode_elem_sep int requestCount concode_elem_sep String servletClass concode_elem_sep boolean available concode_elem_sep String servletName concode_elem_sep long processingTime concode_elem_sep int loadOnStartup concode_elem_s... | boolean function ( ) { return singleThreaded ; } |
13,242 | returns the raw http response being handled by the dispatcher concode_field_sep String request concode_elem_sep UUID identifier concode_elem_sep Map kvp concode_elem_sep Service serviceDescriptor concode_elem_sep Map rawKvp concode_elem_sep Throwable error concode_elem_sep String version concode_elem_sep BufferedReader... | HttpServletResponse function ( ) { return httpResponse ; } |
13,243 | when we know a page has a hit but are n't sure if pagetext is still in a highlighted state we can use this method to check . if the weekreference for the pageindex exists we can compare it aginst the paramate pagetext . if the objects are equal there is no need to search again . if reference is null or not equal then w... | boolean function ( int arg0 , PageText arg1 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } PageText loc1 = loc0 . get ( ) ; return loc1 == null || ! loc1 . equals ( arg1 ) ; } |
13,244 | returns the index of the first occurrence of the specified element in the list . if the list does not contain the given compound , the index of the first occurrence of the element according to case-insensitive equality . if no such elements exist , -1 is returned . concode_field_sep CompoundSet<C> compoundSet concode_e... | int function ( List < C > arg0 , C arg1 ) { int loc0 = arg0 . indexOf ( arg1 ) ; if ( loc0 == - 1 ) { for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { if ( arg1 . equalsIgnoreCase ( arg0 . get ( loc1 ) ) ) { loc0 = loc1 ; break ; } } } return loc0 ; } |
13,245 | to set the set of case mediators concode_field_sep AnonymousListMediator caseMediator concode_elem_sep Pattern regex concode_elem_sep Log log concode_field_sep void init concode_elem_sep Pattern getRegex concode_elem_sep void setRegex concode_elem_sep boolean mediate concode_elem_sep void destroy concode_elem_sep Anony... | void function ( AnonymousListMediator arg0 ) { this . caseMediator = arg0 ; } |
13,246 | get custom deserializer concode_field_sep java.lang.String JNDIName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSConnectorFunction function concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.md... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
13,247 | the map api concode_field_sep Log log concode_elem_sep List<CleanupHandler> cleanupHandlers concode_elem_sep Object input concode_elem_sep List<String> trace concode_elem_sep LoginStack loginStack concode_elem_sep Map<String,List<Object>> stacks concode_elem_sep OperationCallback operationCallback concode_elem_sep Chai... | int function ( ) { return vars . size ( ) ; } |
13,248 | the name of the api . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep String getBasePath concode_elem_sep CreateBasePathMappingResult withStage concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_... | void function ( String arg0 ) { this . restApiId = arg0 ; } |
13,249 | convenience method for doing pointwise precision reduction on a single geometry , with collapses removed and keeping the geometry precision model the same , but not preserving valid polygonal topology . concode_field_sep boolean changePrecisionModel concode_elem_sep boolean removeCollapsed concode_elem_sep PrecisionMod... | Geometry function ( Geometry arg0 , PrecisionModel arg1 ) { GeometryPrecisionReducer loc0 = new GeometryPrecisionReducer ( arg1 ) ; loc0 . setPointwise ( true ) ; return loc0 . reduce ( arg0 ) ; } |
13,250 | check if logging is enabled for the passed logger based on the error level provided concode_field_sep LogHelper s_aInstance concode_field_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_... | boolean function ( @ Nonnull final Logger arg0 , @ Nonnull final IErrorLevel arg1 ) { if ( arg1 . isGE ( EErrorLevel . ERROR ) ) return arg0 . isErrorEnabled ( ) ; if ( arg1 . isGE ( EErrorLevel . WARN ) ) return arg0 . isWarnEnabled ( ) ; if ( arg1 . isGE ( EErrorLevel . INFO ) ) return arg0 . isInfoEnabled ( ) ; retu... |
13,251 | sets the value of the title property . concode_field_sep String role concode_elem_sep MLVerticalCSType mlVerticalCS 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_... | void function ( String arg0 ) { this . title = arg0 ; } |
13,252 | get the moderation status of the video . concode_field_sep int DEFAULT_SCHEMA_VERSION concode_elem_sep String authSubToken concode_elem_sep Date created concode_elem_sep String createdIndex concode_elem_sep String uploader concode_elem_sep String articleId concode_elem_sep String videoId concode_elem_sep String id conc... | ModerationStatus function ( ) { return ModerationStatus . values ( ) [ status ] ; } |
13,253 | add an edge . concode_field_sep HashMap<APElement,MyBitSet> _container concode_elem_sep NBA _graph concode_elem_sep NBA_State _state concode_elem_sep boolean _isFinal concode_elem_sep EdgeManager _edge_manager concode_elem_sep String _description concode_elem_sep int _apset_size concode_field_sep Iterator<Map.Entry<APE... | void function ( APMonom arg0 , NBA_State arg1 ) { APSet loc0 = _state . getGraph ( ) . getAPSet ( ) ; for ( Iterator < APElement > loc1 = arg0 . APElementIterator ( loc0 ) ; loc1 . hasNext ( ) ; ) { APElement loc2 = loc1 . next ( ) ; addEdge ( loc2 , arg1 ) ; } } |
13,254 | returns the cube . concode_field_sep Cube cube concode_field_sep Type computeCommonType concode_elem_sep Level getLevel concode_elem_sep boolean isInstance concode_elem_sep boolean usesHierarchy concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Dimension getDimension concode_elem_sep int ge... | Cube function ( ) { return cube ; } |
13,255 | callback to inform us that there was an exception while rendering concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates c... | void function ( RenderingException arg0 ) { if ( clock != null ) { clock . remove ( this ) ; clock = null ; } } |
13,256 | see #configure map concode_field_sep String catalogItemId concode_elem_sep Set<Object> tags concode_elem_sep Logger log concode_elem_sep String id concode_elem_sep boolean hasWarnedOfNoManagementContextWhenPersistRequested concode_elem_sep boolean _legacyConstruction concode_elem_sep ManagementContext managementContext... | AbstractBrooklynObject function ( ) { return configure ( Collections . emptyMap ( ) ) ; } |
13,257 | sets the value of the vm property . concode_field_sep GuestAuthentication auth concode_elem_sep Integer maxResults concode_elem_sep ManagedObjectReference vm concode_elem_sep String filePath concode_elem_sep Integer index concode_elem_sep ManagedObjectReference _this concode_elem_sep String matchPattern concode_field_s... | void function ( ManagedObjectReference arg0 ) { this . vm = arg0 ; } |
13,258 | sets the value of the faces property . concode_field_sep Boneassignments boneassignments concode_elem_sep String material concode_elem_sep Textures textures concode_elem_sep boolean useSharedVertices concode_elem_sep Geometry geometry concode_elem_sep String operationtype concode_elem_sep Faces faces concode_elem_sep b... | void function ( Faces arg0 ) { this . faces = arg0 ; } |
13,259 | unmarshals an array of 8 bit integers concode_field_sep int HDR_LEN concode_elem_sep int mOffset concode_elem_sep byte mData[] concode_field_sep int getS8 concode_elem_sep int[] nextS32Array concode_elem_sep int getU8 concode_elem_sep byte[] data concode_elem_sep int nextS8 concode_elem_sep int nextS32 concode_elem_sep... | int [ ] function ( ) { int loc0 = nextS32 ( ) ; int loc1 [ ] = new int [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) loc1 [ loc2 ] = nextU8 ( ) ; return loc1 ; } |
13,260 | wthether it is equal to object obj concode_field_sep String address concode_elem_sep String localIpAddress concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep void init concode_elem_sep Object clone concode_elem_sep IpAddress getByName concode_elem_sep void setLocalIp... | boolean function ( Object arg0 ) { try { IpAddress loc0 = ( IpAddress ) arg0 ; if ( ! toString ( ) . equals ( loc0 . toString ( ) ) ) return false ; return true ; } catch ( Exception loc0 ) { return false ; } } |
13,261 | increases a month in the date for one . if the month is equal to 12 it increases year for one and sets month to 1 . concode_field_sep int month concode_elem_sep int year concode_elem_sep int day concode_field_sep void setMonth concode_elem_sep boolean isThirtyDayMonth concode_elem_sep void dayPassed concode_elem_sep bo... | void function ( ) { if ( month == 12 ) { month = 1 ; year ++ ; } else { month ++ ; } } |
13,262 | gets the d2w context from the innermost enclosing d2w component of the sender . concode_field_sep Class[] WOComponentClassArray concode_elem_sep String BRANCH_CHOICES concode_elem_sep String BRANCH_BUTTON_ID concode_elem_sep String BRANCH_LABEL concode_elem_sep String BRANCH_NAME concode_elem_sep Logger log concode_ele... | D2WContext function ( WOComponent arg0 ) { if ( ERDirectToWeb . D2WCONTEXT_SELECTOR . implementedByObject ( arg0 ) ) { return ( D2WContext ) arg0 . valueForKey ( ERDirectToWeb . D2WCONTEXT_SELECTOR . name ( ) ) ; } throw new IllegalStateException ( "srini_string" + arg0 ) ; } |
13,263 | set the given human-meaningful description of the trigger . concode_field_sep String calendarName concode_elem_sep Date startTime concode_elem_sep int priority concode_elem_sep ScheduleBuilder<?> scheduleBuilder concode_elem_sep String description concode_elem_sep JobKey jobKey concode_elem_sep Date endTime concode_ele... | TriggerBuilder < T > function ( String arg0 ) { this . description = arg0 ; return this ; } |
13,264 | sets the value of the type property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String type concode_elem_sep String value concode_field_sep boolean isSetType concode_elem_sep String getValue concode_elem_sep String getType concode_elem_sep void unsetI... | void function ( String arg0 ) { this . type = arg0 ; } |
13,265 | converts the environment variables map into a list so that it can be passed into the io.fabric8.docker.api.container.containerconfig #setenv java.util.list function concode_field_sep Logger LOG concode_field_sep String dockerErrorMessage concode_elem_sep String extractLastProgressId concode_elem_sep void addEnvironment... | List < String > function ( Map < String , String > arg0 ) { List < String > loc0 = new ArrayList < > ( ) ; addEnvironmentVariablesToList ( loc0 , arg0 ) ; return loc0 ; } |
13,266 | returns an internationalized string corresponding to the given key . concode_field_sep ImageID GIBBERISH_LOGO concode_elem_sep ResourceManagementService resourcesService concode_elem_sep ImageID PAGE_IMAGE concode_field_sep ResourceManagementService getResources concode_elem_sep byte[] getImage | String function ( String arg0 ) { return getResources ( ) . getI18NString ( arg0 ) ; } |
13,267 | sets snapshot start time 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 processedS... | void function ( long arg0 ) { this . startTime = arg0 ; } |
13,268 | called from ejbhome implementation . concode_field_sep BaseContainer container concode_elem_sep Logger _logger concode_field_sep HomeHandle getHomeHandle concode_elem_sep EJBObjectImpl createRemoteBusinessObjectImpl concode_elem_sep EJBObjectImpl createEJBObjectImpl concode_elem_sep EJBHome getEJBHome concode_elem_sep ... | Container function ( ) { return container ; } |
13,269 | clear all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr conc... | void function ( ) { List < Notification > loc0 = getAll ( ) ; for ( Notification loc1 : loc0 ) { loc1 . clear ( ) ; } getNotMgr ( ) . cancelAll ( ) ; } |
13,270 | gets the value of the emaildetail property . concode_field_sep ShippingDocumentDispositionType dispositionType concode_elem_sep ShippingDocumentEMailDetail eMailDetail concode_elem_sep ShippingDocumentStorageDetail storageDetail concode_elem_sep ShippingDocumentPrintDetail printDetail concode_elem_sep ShippingDocumentG... | ShippingDocumentEMailDetail function ( ) { return eMailDetail ; } |
13,271 | gets the resolution , concode_field_sep PlaceHolder placeHolder concode_field_sep Pair<Integer,Integer> getRealResolutionOnOldDevice concode_elem_sep Pair<Integer,Integer> getRealResolution | Pair < Integer , Integer > function ( Context arg0 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . JELLY_BEAN_MR1 ) { return getRealResolution ( arg0 ) ; } else { return getRealResolutionOnOldDevice ( arg0 ) ; } } |
13,272 | get the result vector null denotes n/a . concode_field_sep Object result concode_elem_sep Object cex concode_elem_sep StateVector vect concode_elem_sep String explanation concode_elem_sep Strategy strat concode_field_sep Object getCounterexample concode_elem_sep Strategy getStrategy concode_elem_sep void setVector conc... | StateVector function ( ) { return vect ; } |
13,273 | removes all key-value mappings from this sparsearray . concode_field_sep Object DELETED_REF concode_elem_sep WeakReference<?> DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep WeakReference<?>[] mValues concode_field_sep long keyAt concode_elem_sep E val... | void function ( ) { int loc0 = mSize ; WeakReference < ? > [ ] loc1 = mValues ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = null ; } mSize = 0 ; mGarbage = false ; } |
13,274 | tests the contains method . concode_field_sep BinarySearchTree<Integer> tree concode_field_sep void getDepth concode_elem_sep void isEmpty concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void getMaximum concode_elem_sep void remove concode_elem_sep void iterator concode_elem_sep void size conc... | void function ( ) { TestCase . assertTrue ( tree . contains ( 9 ) ) ; TestCase . assertFalse ( tree . contains ( 14 ) ) ; BinarySearchTree < Integer > . Node loc0 = tree . get ( - 3 ) ; TestCase . assertTrue ( tree . contains ( loc0 ) ) ; loc0 = tree . new Node ( - 3 ) ; TestCase . assertFalse ( tree . contains ( loc0 ... |
13,275 | registers a proto compile action with the rulecontext . concode_field_sep Iterable<Artifact> outputs concode_elem_sep String langPluginName concode_elem_sep String langParameter concode_elem_sep List<String> suffixArguments concode_elem_sep String langPrefix concode_elem_sep Supplier<String> langPluginParameterSupplier... | void function ( ) { SpawnAction . Builder loc0 = createAction ( protoCompileCommandLine ( ) . build ( ) ) ; ruleContext . registerAction ( loc0 . build ( ruleContext ) ) ; } |
13,276 | all registered queuesorter s. only the first one will be picked up , unless explicitly overridden by queue #setsorter queuesorter . concode_field_sep Logger LOGGER concode_field_sep void installDefaultQueueSorter concode_elem_sep void sortBuildableItems | ExtensionList < QueueSorter > function ( ) { return ExtensionList . lookup ( QueueSorter . class ) ; } |
13,277 | set the maximum lifetime in seconds for issued saml tokens concode_field_sep Logger LOG concode_elem_sep long DEFAULT_MAX_LIFETIME concode_elem_sep boolean acceptClientLifetime concode_elem_sep long lifetime concode_elem_sep long maxLifetime concode_elem_sep boolean failLifetimeExceedance concode_elem_sep long futureTi... | void function ( long arg0 ) { this . maxLifetime = arg0 ; } |
13,278 | method used to trip the breaker concode_field_sep long memoryBytesLimit concode_elem_sep ESLogger logger concode_elem_sep double overheadConstant concode_elem_sep AtomicLong used concode_elem_sep AtomicLong trippedCount concode_field_sep long getTrippedCount concode_elem_sep String getName concode_elem_sep long getUsed... | void function ( String arg0 , long arg1 ) { this . trippedCount . incrementAndGet ( ) ; final String loc0 = "srini_string" + arg0 + "srini_string" + memoryBytesLimit + "srini_string" + new ByteSizeValue ( memoryBytesLimit ) + "srini_string" ; logger . debug ( loc0 ) ; throw new CircuitBreakingException ( loc0 ) ; } |
13,279 | gets a report on the actions performed by the test case in its assigned role . concode_field_sep Roles role concode_elem_sep MessageMonitor messageMonitor concode_elem_sep CircuitEnd circuitEnd concode_elem_sep ParsedProperties testProps concode_elem_sep int numMessages concode_elem_sep Connection connection concode_el... | Message function ( Session arg0 ) { Message loc0 = arg0 . createMessage ( ) ; loc0 . setStringProperty ( "srini_string" , "srini_string" ) ; loc0 . setIntProperty ( "srini_string" , messageMonitor . getNumMessage ( ) ) ; loc0 . setLongProperty ( "srini_string" , messageMonitor . getTime ( ) ) ; return loc0 ; } |
13,280 | sets the topic . topic is the url of the content to which you want subscribe . concode_field_sep String mode concode_elem_sep Integer topicId concode_elem_sep Logger LOGGER concode_elem_sep Integer retryCount concode_elem_sep HttpAgent httpAgentImpl concode_elem_sep String topic concode_elem_sep String callbackUrl conc... | void function ( String arg0 ) { this . topic = arg0 ; } |
13,281 | common test setup . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testS... | void function ( ) { this . chart = createChart ( ) ; } |
13,282 | gets the edges associated with this handle i.e. the edges that should be moved when this handle is dragged . this is used when we are not maintaining the aspect ratio . concode_field_sep Edge mHorizontalEdge concode_elem_sep float UNFIXED_ASPECT_RATIO_CONSTANT concode_elem_sep Edge mVerticalEdge concode_elem_sep EdgePa... | EdgePair function ( ) { return mActiveEdges ; } |
13,283 | whether or not this image contains state for a particular view of the image for example , the image for an animated gif might contain the current frame being viewed . this means that the image should not be stored in the bitmap cache . concode_field_sep String TAG concode_field_sep int getSizeInBytes concode_elem_sep b... | boolean function ( ) { return false ; } |
13,284 | returns the create date of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_... | Date function ( ) { return _syncDevice . getCreateDate ( ) ; } |
13,285 | returns the group address , e.g. 10101 . concode_field_sep int deviceAddress concode_elem_sep BitSet groupAddress concode_field_sep int getDeviceAddress concode_elem_sep void setGroupAddress concode_elem_sep void setDeviceAddress | BitSet function ( ) { return groupAddress ; } |
13,286 | sets the date and time from a java long format milliseconds . concode_field_sep long dateTime concode_elem_sep String ISO_8601_UTC_PATTERN concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep String ASCTIME_PATTERN concode_elem_sep String ISO_8601_UTC_MILLIS_PATTERN concode_elem_sep String RFC_1123_PATTERN con... | void function ( long arg0 ) { this . dateTime = arg0 ; } |
13,287 | configures the tostringhelper so #tostring will ignore properties with nullvalue . the order of calling this method , relative to the add / addvalue methods , is not significant . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className co... | ToStringHelper function ( ) { omitNullValues = true ; return this ; } |
13,288 | returns an iterator over the mime extensions that were parsed concode_field_sep String MIME_TYPE concode_elem_sep String id concode_elem_sep String MIME_EXTS concode_elem_sep HashMap<String,String> mimeMappings concode_field_sep void addMappings concode_elem_sep void load concode_elem_sep String getType concode_elem_se... | Iterator < String > function ( ) { Iterator < String > loc0 = null ; if ( mimeMappings != null ) { loc0 = mimeMappings . keySet ( ) . iterator ( ) ; } return loc0 ; } |
13,289 | sets the value of the idmeasure property . concode_field_sep MeasureDefinition measureDefinition concode_elem_sep String value concode_elem_sep int idMeasure concode_field_sep String getValue concode_elem_sep int getIdMeasure concode_elem_sep MeasureDefinition getMeasureDefinition concode_elem_sep void setValue concode... | void function ( int arg0 ) { this . idMeasure = arg0 ; } |
13,290 | replaces the domain of the specified variable by new domain , which contains all values of the old domain except the specified value . concode_field_sep Hashtable<Variable,Integer> varIndexHash concode_elem_sep List<Variable> variables concode_elem_sep Hashtable<Variable,List<Constraint>> cnet concode_elem_sep List<Dom... | void function ( Variable arg0 , Object arg1 ) { Domain loc0 = getDomain ( arg0 ) ; List < Object > loc1 = new ArrayList < Object > ( loc0 . size ( ) ) ; for ( Object loc2 : loc0 ) if ( ! loc2 . equals ( arg1 ) ) loc1 . add ( loc2 ) ; setDomain ( arg0 , new Domain ( loc1 ) ) ; } |
13,291 | gets the thread pool size for the timer instance . use for testing only . concode_field_sep SimpleTimer instance concode_elem_sep ScheduledExecutorService executor concode_elem_sep Logger log concode_elem_sep int instanceThreadPoolSize concode_elem_sep int DEFAULT_THREAD_POOL_SIZE concode_field_sep ScheduledFuture<?> s... | int function ( ) { return instanceThreadPoolSize ; } |
13,292 | build all children . concode_field_sep OperationTransformer operationTransformer concode_elem_sep PathAddressTransformer pathAddressTransformer concode_elem_sep ResourceTransformer resourceTransformer concode_elem_sep Map<String,OperationTransformationEntry> operationTransformers concode_elem_sep PathElement pathElemen... | List < TransformationDescription > function ( ) { if ( loc0 . isEmpty ( ) ) { return Collections . emptyList ( ) ; } final List < TransformationDescription > loc0 = new ArrayList < TransformationDescription > ( ) ; for ( final TransformationDescriptionBuilder loc1 : this . children ) { loc0 . add ( loc1 . build ( ) ) ;... |
13,293 | add a field and value that should be queried for `` attributeid = value '' . concode_field_sep TestResult result concode_elem_sep Attributes returnAttrs concode_elem_sep int expectedMatches concode_elem_sep int numMatches concode_elem_sep boolean returnAll concode_elem_sep String offset concode_elem_sep boolean timezon... | void function ( int arg0 , String arg1 ) { VR loc0 = ElementDictionary . vrOf ( arg0 , null ) ; Attributes loc1 = this . getQueryAttrs ( ) != null ? this . getQueryAttrs ( ) : new Attributes ( ) ; loc1 . setString ( arg0 , loc0 , arg1 ) ; this . setQueryAttrs ( loc1 ) ; } |
13,294 | not supported concode_field_sep Summation sigma concode_field_sep void readFields concode_elem_sep Summation read concode_elem_sep Summation read concode_elem_sep ArithmeticProgression read concode_elem_sep Summation getElement concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compar... | int function ( ) { throw new UnsupportedOperationException ( ) ; } |
13,295 | gets a command that when invoked will proceed with the execution . failure to invoke execute on the command will cancel the command . concode_field_sep boolean executed concode_elem_sep ProceedCommand proceedCommand concode_elem_sep Command command concode_field_sep void proceed concode_elem_sep void execute | Command function ( ) { return proceedCommand ; } |
13,296 | return the facescontext associated with this instance . concode_field_sep Lifecycle lifecycle concode_elem_sep ClassLoader renderableClassLoader concode_elem_sep Log log concode_elem_sep ExecutorService executorService concode_elem_sep BridgeFacesContext facesContext concode_elem_sep InheritableThreadLocal localInstanc... | FacesContext function ( ) { return facesContext ; } |
13,297 | registers the specified listener with this provider so that it would receive notifications on changes of its state or other properties such as its local address and display name . concode_field_sep List<RegistrationStateChangeListener> registrationListeners concode_elem_sep Map<String,OperationSet> supportedOperationSe... | void function ( RegistrationStateChangeListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } synchronized ( registrationListeners ) { if ( ! registrationListeners . contains ( arg0 ) ) registrationListeners . add ( arg0 ) ; } } |
13,298 | converts this resource name to a fully qualified class name . concode_field_sep Log LOG concode_field_sep Set<String> findResourceNames concode_elem_sep Class<?>[] scanForClasses concode_elem_sep Set<String> filterResourceNames concode_elem_sep ClassLoader getClassLoader concode_elem_sep String normalizeLocation concod... | String function ( String arg0 ) { String loc0 = arg0 . replace ( "srini_string" , "srini_string" ) ; return loc0 . substring ( 0 , ( loc0 . length ( ) - "srini_string" . length ( ) ) ) ; } |
13,299 | sets reference to the graph owning this node . concode_field_sep DataT data concode_elem_sep List<String> children concode_elem_sep String key concode_elem_sep Graph<DataT,NodeT> ownerGraph concode_field_sep Graph<DataT,NodeT> owner concode_elem_sep DataT data concode_elem_sep List<String> children concode_elem_sep boo... | void function ( Graph < DataT , NodeT > arg0 ) { if ( this . ownerGraph != null ) { throw new RuntimeException ( "srini_string" ) ; } this . ownerGraph = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.