idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
23,500 | returns jvm type signature of field similar to gettypestring , except that signature strings are returned for primitive fields as well . concode_field_sep Field field concode_elem_sep String signature concode_elem_sep boolean unshared concode_elem_sep int offset concode_elem_sep String name concode_elem_sep Class<?> ty... | String function ( ) { lazyInitSignature ( ) ; return signature ; } |
23,501 | called by the web container to indicate to a filter that it is being taken out of service . this method is only called once all threads within the filter 's dofilter method have exited or after a timeout period has passed . after the web container calls this method , it will not call the dofilter method again on this i... | void function ( ) { } |
23,502 | retrieve a target executor for the given qualifier . concode_field_sep String DEFAULT_TASK_EXECUTOR_BEAN_NAME concode_elem_sep Map<Method,AsyncTaskExecutor> executors concode_elem_sep BeanFactory beanFactory concode_elem_sep Log logger concode_elem_sep Executor defaultExecutor concode_elem_sep AsyncUncaughtExceptionHan... | Executor function ( BeanFactory arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalStateException ( "srini_string" + getClass ( ) . getSimpleName ( ) + "srini_string" + arg1 + "srini_string" ) ; } return BeanFactoryAnnotationUtils . qualifiedBeanOfType ( arg0 , Executor . class , arg1 ) ; } |
23,503 | creates an arraytype by specifying the data type of elements elementtype . the field of containsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_s... | ArrayType function ( DataType arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new ArrayType ( arg0 , true ) ; } |
23,504 | puts a key , value pair into the table at a given index . concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void add concode_elem_sep void swap concode_elem_sep int binarySearch con... | void function ( int arg0 , int arg1 , int arg2 ) { data [ 0 ] [ arg0 ] = arg1 ; data [ 1 ] [ arg0 ] = arg2 ; sortedColumn = - 1 ; } |
23,505 | the amazon resource name arn of the amazon sns topic to notify when the bounce action is taken . an example of an amazon sns topic arn is arn : aws : sns : us-west-2 :123456789012 : mytopic . for more information about amazon sns topics , see the amazon sns developer guide . concode_field_sep String smtpReplyCode conco... | void function ( String arg0 ) { this . topicArn = arg0 ; } |
23,506 | returns the osgi service identifier . concode_field_sep AppLocalService _appLocalService concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep void setWrappedService concode_elem_sep com.liferay.marketplace.model.App updateApp concode_elem_sep com.liferay.marketplace.model.App ... | java . lang . String function ( ) { return _appLocalService . getOSGiServiceIdentifier ( ) ; } |
23,507 | gets the value of the dir property . concode_field_sep List<Tr> trs concode_elem_sep String charoff concode_elem_sep List<String> clazzs concode_elem_sep String valign concode_elem_sep String style concode_elem_sep String language concode_elem_sep String id concode_elem_sep String align concode_elem_sep String _char co... | String function ( ) { return dir ; } |
23,508 | set the public uri of the third-party application . concode_field_sep String clientIpAddress concode_elem_sep String clientId concode_elem_sep List<String> allowedGrantTypes concode_elem_sep boolean isConfidential concode_elem_sep List<String> applicationCertificates concode_elem_sep UserSubject subject concode_elem_se... | void function ( String arg0 ) { this . applicationWebUri = arg0 ; } |
23,509 | write the image concode_field_sep String filename concode_elem_sep int width concode_elem_sep BufferedImage bufferedImage concode_elem_sep int height concode_field_sep void createImage concode_elem_sep BufferedImage getBufferedImage | void function ( ) { try { ImageIO . write ( bufferedImage , "srini_string" , ( new File ( filename . replace ( "srini_string" , "srini_string" ) ) ) ) ; } catch ( IOException loc0 ) { System . out . println ( "srini_string" ) ; } } |
23,510 | appends the items contained in the array a to this array . concode_field_sep Logger logger concode_elem_sep int capacityDelta concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep int[] items concode_elem_sep int numItems concode_elem_sep int capacity concode_field_sep void init concode_elem_sep boolean isEmpty concod... | void function ( int [ ] arg0 ) { while ( numItems + arg0 . length > capacity ) { addCapacity ( ) ; } System . arraycopy ( arg0 , 0 , this . items , numItems , arg0 . length ) ; numItems += arg0 . length ; } |
23,511 | the environment either sandbox or production concode_field_sep BraintreeApiName apiName concode_elem_sep Integer httpReadTimeout concode_elem_sep String ENVIRONMENT concode_elem_sep String methodName concode_elem_sep String publicKey concode_elem_sep String PRIVATE_KEY concode_elem_sep String proxyHost concode_elem_sep... | void function ( String arg0 ) { this . environment = arg0 ; } |
23,512 | todo concode_field_sep long st_objectsteals concode_elem_sep int st_hash_len concode_elem_sep int st_cur_maxid concode_elem_sep int st_maxobjects concode_elem_sep long st_maxlsteals concode_elem_sep int st_partitions concode_elem_sep long st_part_max_nowait concode_elem_sep long st_objs_wait concode_elem_sep int st_nlo... | long function ( ) { return st_locksteals ; } |
23,513 | returns parsed path component . the #parse method must be called before executing this method . concode_field_sep String userInfo concode_elem_sep boolean opaque concode_elem_sep String scheme concode_elem_sep CharacterIterator ci concode_elem_sep String query concode_elem_sep String ERROR_STATE concode_elem_sep String... | String function ( ) { if ( ! parserExecuted ) { throw new IllegalStateException ( ERROR_STATE ) ; } return path ; } |
23,514 | print the release version to the command line . concode_field_sep PlaceHolder placeHolder concode_field_sep String getVersion concode_elem_sep String getProduct concode_elem_sep String getVersionNum | void function ( String arg0 [ ] ) { System . out . println ( getVersion ( ) ) ; } |
23,515 | @hide concode_field_sep SupplicantState mSupplicantState concode_elem_sep int mRssi concode_elem_sep String LINK_SPEED_UNITS concode_elem_sep int mNetworkId concode_elem_sep Creator<WifiInfo> CREATOR concode_elem_sep String mBSSID concode_elem_sep int mLinkSpeed concode_elem_sep String mMacAddress concode_elem_sep Enum... | void function ( boolean arg0 ) { mHiddenSSID = arg0 ; } |
23,516 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep XmlPackage modelPackage concode_field_sep T caseContent concode_elem_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseTdXmlSchema concode_elem_sep T caseSchema concode_el... | T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
23,517 | returns an empty interval . any interval where lo > hi is considered empty . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double hi concode_elem_sep boolean interiorContains concode_elem_sep boolean interiorContains concode_elem_sep double getCenter concode_elem_sep double lo concode_elem_se... | R1Interval function ( ) { return new R1Interval ( 1 , 0 ) ; } |
23,518 | insert a word into the trie . for the basic part of the assignment part 2 , you should convert the string to all lower case before you insert it . this method adds a word by creating and linking the necessary trie nodes into the trie , as described outlined in the videos for this week . it should appropriately use exis... | boolean function ( String arg0 ) { return false ; } |
23,519 | a list of names of policies that apply to the specified identity . concode_field_sep com.amazonaws.internal.SdkInternalList<String> policyNames concode_field_sep ListIdentityPoliciesResult withPolicyNames concode_elem_sep ListIdentityPoliciesResult withPolicyNames concode_elem_sep int hashCode concode_elem_sep boolean ... | java . util . List < String > function ( ) { if ( policyNames == null ) { policyNames = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return policyNames ; } |
23,520 | sets the operationoutcome resource to return to the client . set to null which is the default if none . concode_field_sep OperationOutcome myOperationOutcome concode_elem_sep IdDt myId concode_elem_sep Boolean myCreated concode_elem_sep IdDt myVersionId concode_field_sep OperationOutcome getOperationOutcome concode_ele... | void function ( OperationOutcome arg0 ) { myOperationOutcome = arg0 ; } |
23,521 | returns the number of rows matching the dynamic query . concode_field_sep WebDAVPropsLocalService _service concode_field_sep com.liferay.portal.kernel.model.WebDAVProps getWebDAVProps concode_elem_sep com.liferay.portal.kernel.model.WebDAVProps getWebDAVProps concode_elem_sep java.lang.String getOSGiServiceIdentifier c... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
23,522 | set x , y , and z coordinates . concode_field_sep float[] array concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep P... | void function ( float arg0 , float arg1 , float arg2 ) { this . x = arg0 ; this . y = arg1 ; this . z = arg2 ; } |
23,523 | returns the value . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep Map<... | String function ( ) { return this . value ; } |
23,524 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSDataClusterPK wsDataClusterPK concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc conco... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
23,525 | constructs a circle from a given center point and a radius in kilometer concode_field_sep float latitude concode_elem_sep float[][] coordinates concode_elem_sep SpatialContext CTX concode_elem_sep float longitude concode_field_sep Point getPoint concode_elem_sep Point getPoint concode_elem_sep boolean intersect concode... | Geoshape function ( final float arg0 , final float arg1 , final float arg2 ) { Preconditions . checkArgument ( isValidCoordinate ( arg0 , arg1 ) , "srini_string" ) ; Preconditions . checkArgument ( arg2 > 0 , "srini_string" , arg2 ) ; return new Geoshape ( new float [ ] [ ] { new float [ ] { arg0 , Float . NaN } , new ... |
23,526 | test the application using same thread dispatcher . concode_field_sep PlaceHolder placeHolder concode_field_sep void testAppUsingThreadPoolDispatcher | void function ( ) { App loc0 = new App ( new SameThreadDispatcher ( ) ) ; loc0 . start ( ) ; AppClient loc1 = new AppClient ( ) ; loc1 . start ( ) ; try { Thread . sleep ( 2000 ) ; } catch ( InterruptedException loc2 ) { loc2 . printStackTrace ( ) ; } loc1 . stop ( ) ; loc0 . stop ( ) ; } |
23,527 | this method resets the outgoing events . concode_field_sep boolean c concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep boolean h concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void in... | void function ( ) { } |
23,528 | returns the `` host '' part of github urls . e.g. : https://github.com https://my.company.url note : there is no trailing slash in the returned url . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isGithubUrl concode_elem_sep boolean isGithubUrl concode_elem_sep String getApiProtocol concode_elem_s... | String function ( ) { return getApiProtocol ( ) + getGitHostWithoutProtocol ( ) ; } |
23,529 | stuff services to tree set . concode_field_sep ConcurrentHashMap<Long,RegisteredService> services concode_elem_sep Logger LOGGER concode_elem_sep ServiceRegistryDao serviceRegistryDao concode_field_sep Collection<RegisteredService> getAllServices concode_elem_sep void reload concode_elem_sep void load concode_elem_sep ... | TreeSet < RegisteredService > function ( ) { return new TreeSet < RegisteredService > ( this . services . values ( ) ) ; } |
23,530 | convert cigar from disk representation to object . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] encode concode_elem_sep CigarElement binaryCigarToCigarElement | Cigar function ( final ByteBuffer arg0 ) { final Cigar loc0 = new Cigar ( ) ; while ( arg0 . hasRemaining ( ) ) { final int loc1 = arg0 . getInt ( ) ; loc0 . add ( binaryCigarToCigarElement ( loc1 ) ) ; } return loc0 ; } |
23,531 | returns true if this protocol has been closed concode_field_sep ZooKeeper zookeeper concode_elem_sep Logger LOG concode_elem_sep List<ACL> acl concode_elem_sep AtomicBoolean closed concode_elem_sep long retryDelay concode_elem_sep int retryCount concode_field_sep Object retryOperation concode_elem_sep void retryDelay c... | boolean function ( ) { return closed . get ( ) ; } |
23,532 | destructive method that recursively prunes values from the data structure based on the counts for those values and the effective sort , mincount , limit , and offset being used for each field . this method should only be called after all refinement is completed . concode_field_sep String facetFieldSort concode_elem_sep... | void function ( ) { trimNonNullValues ( ) ; trimNullValue ( ) ; } |
23,533 | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se... | void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; } |
23,534 | updates the world transform for each bone . concode_field_sep Array<Slot> slots concode_elem_sep SkeletonData data concode_elem_sep Color color concode_elem_sep Array<Bone> bones concode_elem_sep Array<Slot> drawOrder concode_elem_sep Skin skin concode_elem_sep float x concode_elem_sep float y concode_elem_sep float ti... | void function ( ) { boolean loc0 = this . flipX ; boolean loc1 = this . flipY ; Array < Bone > loc2 = this . bones ; for ( int loc3 = 0 , loc4 = loc2 . size ; loc3 < loc4 ; loc3 ++ ) loc2 . get ( loc3 ) . updateWorldTransform ( loc0 , loc1 ) ; } |
23,535 | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... | void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } |
23,536 | the default implementation of this iworkbenchadapter2 method returns null . subclasses may override . concode_field_sep Object[] NO_CHILDREN concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep String getLabel concode_elem_sep StyledString getStyledText concode_elem_sep FontData get... | RGB function ( Object arg0 ) { return null ; } |
23,537 | get the list of sensor id to be checked concode_field_sep ArrayList<CommandOPEN> preDelayCommandList concode_elem_sep Integer[] sensorIdInhibitionList concode_elem_sep String description concode_elem_sep ArrayList<CommandOPEN> resetCommandList concode_elem_sep boolean commandWithDelay concode_elem_sep int commandPriori... | Integer [ ] function ( ) { return sensorIdInhibitionList ; } |
23,538 | return true if obj is a byte array and represents an object with the given tag value . concode_field_sep PlaceHolder placeHolder concode_field_sep ASN1Primitive toASN1Primitive concode_elem_sep byte[] getEncoded concode_elem_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele... | boolean function ( Object arg0 , int arg1 ) { return ( arg0 instanceof byte [ ] ) && ( ( byte [ ] ) arg0 ) [ 0 ] == arg1 ; } |
23,539 | return true if the method includes the public modifier . concode_field_sep com.badlogic.gwtref.client.Method method concode_field_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setAccessible concode_elem_sep boolean isAnnotationPresent concode_elem_sep b... | boolean function ( ) { return method . isPublic ( ) ; } |
23,540 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals | void function ( ) { MiddlePinNeedle loc0 = new MiddlePinNeedle ( ) ; MiddlePinNeedle loc1 = ( MiddlePinNeedle ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
23,541 | gets the last date the job was started . concode_field_sep String jobName concode_elem_sep String JOB_FAILED_SUFFIX concode_elem_sep String jobFailedEventId concode_elem_sep String JOB_STARTED_SUFFIX concode_elem_sep AuditLogger logger concode_elem_sep String JOB_ENDED_SUFFIX concode_elem_sep String jobStartedEventId c... | Date function ( ) { return getLastRunWithStatus ( jobStartedEventId ) ; } |
23,542 | returns a property name given a property enum . multiple names may be available for each property ; the namechoice selects among them . concode_field_sep int[] valueMaps concode_elem_sep int IX_VALUE_MAPS_OFFSET concode_elem_sep int IX_RESERVED3_OFFSET concode_elem_sep IsAcceptable IS_ACCEPTABLE concode_elem_sep int DA... | String function ( int arg0 , int arg1 ) { int loc0 = findProperty ( arg0 ) ; if ( loc0 == 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + Integer . toHexString ( arg0 ) + "srini_string" ) ; } return getName ( valueMaps [ loc0 ] , arg1 ) ; } |
23,543 | adds a long property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el... | JSONBuilder function ( String arg0 , long arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
23,544 | tell this extractor that propname is a sub-element whose value can be computed thanks to t. concode_field_sep Map<String,ITransformer<? super T,?>> transformers concode_elem_sep List<String> propNames concode_elem_sep Set<String> elements concode_elem_sep String name concode_elem_sep Set<String> attributes concode_elem... | Extractor < T > function ( String arg0 , ITransformer < ? super T , ? > arg1 ) { addTransformer ( arg0 , arg1 ) ; this . elements . add ( arg0 ) ; return this ; } |
23,545 | returns whether the viewer is disposed . collection change listeners in subclasses should verify that the viewer is not disposed before sending any updates to the viewerupdater viewer updater . concode_field_sep IViewerUpdater explicitViewerUpdater concode_elem_sep IObservableCollection observableCollection concode_ele... | boolean function ( ) { Viewer loc0 = ( Viewer ) viewerObservable . getValue ( ) ; return loc0 == null || loc0 . getControl ( ) == null || loc0 . getControl ( ) . isDisposed ( ) ; } |
23,546 | evaluate the json path expression against the supplied content and assert that an empty value exists at the given path . for the semantics of empty , consult the javadoc for objectutils #isempty object . concode_field_sep String expression concode_elem_sep JsonPath jsonPath concode_field_sep Object assertExistsAndRetur... | void function ( String arg0 ) { Object loc0 = evaluateJsonPath ( arg0 ) ; assertTrue ( failureReason ( "srini_string" , loc0 ) , ObjectUtils . isEmpty ( loc0 ) ) ; } |
23,547 | return the number of tokens in the array sent by the ioport . the variable _ vectorlength will be -1 if an individual token was sent instead of an array of tokens . concode_field_sep Token _token concode_elem_sep int _vectorLength concode_elem_sep Token[] _tokenArray concode_elem_sep int _channel concode_elem_sep IOPor... | int function ( ) { return _vectorLength ; } |
23,548 | extend this environment with newbinding . for now , just put newbinding at the front of the list of bindings . concode_field_sep List<Binding> bindingList concode_field_sep String lookup concode_elem_sep String lookup concode_elem_sep String lookup concode_elem_sep String getIdentifierName concode_elem_sep boolean equa... | void function ( Binding arg0 ) { bindingList . add ( 0 , arg0 ) ; } |
23,549 | gets the labels value for this accountlabelpage . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.axis.v201502.mcm.AccountLabel[] labels concode_field_sep org.apache.axis.de... | com . google . api . ads . adwords . axis . v201502 . mcm . AccountLabel [ ] function ( ) { return labels ; } |
23,550 | get the calendar event id concode_field_sep String calendarEventId concode_elem_sep String calendarId concode_elem_sep String groupId concode_elem_sep String title concode_field_sep String getCalendarId concode_elem_sep void setGroupId concode_elem_sep String getTitle concode_elem_sep void setTitle concode_elem_sep voi... | String function ( ) { return calendarEventId ; } |
23,551 | create an instance of keytype concode_field_sep QName _PWModel_QNAME concode_field_sep DataType createDataType concode_elem_sep JAXBElement<PWModelType> createPWModel concode_elem_sep IedNodeType createIedNodeType concode_elem_sep ProxyNodeType createProxyNodeType concode_elem_sep ParametersType createParametersType co... | KeyType function ( ) { return new KeyType ( ) ; } |
23,552 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.Date subscribedAt concode_elem_sep String event concode_field_sep String getEvent concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EventSubscription clone concode_elem_sep void s... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getEvent ( ) != null ) loc0 . append ( "srini_string" + getEvent ( ) + "srini_string" ) ; if ( getSubscribedAt ( ) != null ) loc0 . append ( "srini_string" + getSubscribedAt ( ) ) ; loc0 . append ( "srini_string" ... |
23,553 | called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St... | void function ( ) { } |
23,554 | gets the value of the list property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the list property . for example , to add a new item , do as follo... | List < ManagedObjectReference > function ( ) { if ( list == null ) { list = new ArrayList < ManagedObjectReference > ( ) ; } return this . list ; } |
23,555 | obtains an object from the #get class pool . concode_field_sep ObjectMap<Class,ReflectionPool> typePools concode_field_sep Pool<T> get concode_elem_sep void freeAll concode_elem_sep void freeAll concode_elem_sep void free | T function ( Class < T > arg0 ) { return ( T ) get ( arg0 ) . obtain ( ) ; } |
23,556 | insert the naming context into the given any concode_field_sep String _id concode_field_sep NamingContext extract concode_elem_sep NamingContext read concode_elem_sep NamingContext narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep NamingContext unchecked_narro... | void function ( Any arg0 , NamingContext arg1 ) { arg0 . insert_Streamable ( new NamingContextHolder ( arg1 ) ) ; } |
23,557 | gets the value of the height property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String suffix concode_elem_sep String type concode_elem_sep Layout... | String function ( ) { return height ; } |
23,558 | destroys the physical connection to the underlying resource manager . concode_field_sep boolean localTransaction concode_elem_sep boolean xaTransaction concode_elem_sep LazyManagedConnectionFactory mcf concode_elem_sep Logger log concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep LazyXAResource l... | void function ( ) { log . trace ( "srini_string" ) ; } |
23,559 | gets the state history . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep VmClass thisVMClass concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletScheduler c... | List < VmStateHistoryEntry > function ( ) { return stateHistory ; } |
23,560 | test of available method , of class availableportfinder . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetNextAvailable_0args concode_elem_sep void testGetAvailablePorts_int_int concode_elem_sep void testGetNextAvailable_int concode_elem_sep void testGetAvailablePorts_0args | void function ( ) { int loc0 = 2000 ; boolean loc1 = AvailablePortFinder . available ( loc0 ) ; assertTrue ( loc1 ) ; } |
23,561 | removes the first element of the list concode_field_sep DLLNode<T> trailer concode_elem_sep int size concode_elem_sep DLLNode<T> header concode_field_sep int getSize concode_elem_sep DLLNode<String> search concode_elem_sep void print concode_elem_sep void addToFront concode_elem_sep void addToLast concode_elem_sep bool... | void function ( ) { if ( isEmpty ( ) ) throw new Exception ( "srini_string" ) ; header = ( DLLNode < T > ) header . getLink ( ) ; header . setBack ( null ) ; } |
23,562 | check if the replica has an associated mmap that has been fully loaded . must be called with the cache lock held . concode_field_sep Long evictableTimeNs concode_elem_sep BlockMetadataHeader metaHeader concode_elem_sep Object mmapData concode_elem_sep ShortCircuitCache cache concode_elem_sep long creationTimeMs concode... | boolean function ( ) { return ( ( mmapData != null ) && ( mmapData instanceof MappedByteBuffer ) ) ; } |
23,563 | adds meta data from drl to package and rule . concode_field_sep StatefulKnowledgeSession ksession concode_elem_sep VerifierReport result concode_elem_sep VerifierConfiguration conf concode_elem_sep List<JarInputStream> jars concode_elem_sep VerifierPackageBuilder verifierPackageBuilder concode_elem_sep KnowledgeBase ve... | void function ( String arg0 ) { List < DrlRuleParser > loc0 ; try { DrlPackageParser loc1 = addDrlPackageData ( arg0 ) ; loc0 = loc1 . getRules ( ) ; } catch ( ParseException loc1 ) { loc0 = DrlRuleParser . findRulesDataFromDrl ( arg0 ) ; } addDrlRulesData ( loc0 ) ; } |
23,564 | returns the key group index the kvstate instance belongs to . concode_field_sep JobID jobId concode_elem_sep KvStateServerAddress kvStateServerAddress concode_elem_sep String registrationName concode_elem_sep KeyGroupRange keyGroupRange concode_elem_sep KvStateID kvStateId concode_elem_sep long serialVersionUID concode... | KeyGroupRange function ( ) { return keyGroupRange ; } |
23,565 | no-op . concode_field_sep PlaceHolder placeHolder concode_field_sep void destroyObject concode_elem_sep boolean validateObject concode_elem_sep PooledObject<T> makeObject concode_elem_sep T create concode_elem_sep PooledObject<T> wrap concode_elem_sep void activateObject | void function ( PooledObject < T > arg0 ) { } |
23,566 | sets : email address . concode_field_sep long serialVersionUID concode_elem_sep String password concode_elem_sep long version concode_elem_sep String userName concode_elem_sep String email concode_field_sep long getVersion concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUs... | void function ( final String arg0 ) { this . email = arg0 ; } |
23,567 | hash a string for double hashing stepsize concode_field_sep PlaceHolder placeHolder concode_field_sep int hashInt2 concode_elem_sep int hashInt concode_elem_sep int hashString concode_elem_sep int hashChar concode_elem_sep int hashChar2 | int function ( String arg0 , int arg1 ) { int loc0 = 0 ; int loc1 = PrimeNumberOps . getPreviousPrime ( arg1 ) ; for ( int loc2 = 0 ; loc2 < arg0 . length ( ) ; loc2 ++ ) loc0 = ( 29 * loc0 + arg0 . charAt ( loc2 ) ) % loc1 ; return loc1 - loc0 ; } |
23,568 | executes the given http request . will poll the uri until it receives the expected error code or times out . concode_field_sep int maxWaitPeriodInSeconds concode_elem_sep int MILLIS_PER_SEC concode_elem_sep DefaultHttpClient httpClient concode_elem_sep int ERROR_NOT_EXPECTED concode_elem_sep Logger LOGGER concode_field... | HttpResponse function ( HttpUriRequest arg0 , int arg1 ) { return execute ( arg0 , new DefaultResponseHandler ( ) , arg1 ) ; } |
23,569 | writes value as an unsigned integer to out , starting at offset . returns the number of bytes written . concode_field_sep PlaceHolder placeHolder concode_field_sep int unsignedLeb128Size concode_elem_sep int signedLeb128Size concode_elem_sep int readUnsignedLeb128 concode_elem_sep int readSignedLeb128 concode_elem_sep ... | void function ( ByteOutput arg0 , int arg1 ) { int loc0 = arg1 >>> 7 ; while ( loc0 != 0 ) { arg0 . writeByte ( ( byte ) ( ( arg1 & 0x7f ) | 0x80 ) ) ; arg1 = loc0 ; loc0 >>>= 7 ; } arg0 . writeByte ( ( byte ) ( arg1 & 0x7f ) ) ; } |
23,570 | returns the recognized style sheet . concode_field_sep Exception exception concode_elem_sep ApplContext ac concode_elem_sep MimeType wap concode_elem_sep URL htmlURL concode_elem_sep StyleSheet style concode_field_sep placeholderType placeHolder | StyleSheet function ( ) { return style ; } |
23,571 | returns x coordinate for given vertex . for example if n = 10 , and v = 12 , returns 2 . concode_field_sep boolean[][] east concode_elem_sep boolean[][] south concode_elem_sep int DRAW_DELAY_MS concode_elem_sep boolean[][] north concode_elem_sep boolean[][] west concode_elem_sep Random rgen concode_elem_sep int N conco... | int function ( int arg0 ) { return arg0 % N + 1 ; } |
23,572 | access the checked status of this item . possible values : concode_field_sep PlaceHolder placeHolder concode_field_sep String getForm concode_elem_sep boolean isEmpty concode_elem_sep MenuItem getItem concode_elem_sep String getAction concode_elem_sep String getAccessibilityLabel concode_elem_sep String getIcon concode... | int function ( ) { return CHECKED_NA ; } |
23,573 | change the state from in_memory to in_memory_invalid . this method is called if a later record was read from the temporary file , and therefore the position could have changed . concode_field_sep int filePos concode_elem_sep int IN_MEMORY concode_elem_sep int STORED concode_elem_sep Row row concode_elem_sep short state... | void function ( ) { if ( this . state == IN_MEMORY ) { state = IN_MEMORY_INVALID ; } } |
23,574 | create an instance of getnewtokenresponse concode_field_sep QName _DeleteTokenResponse_QNAME concode_elem_sep QName _DeleteToken_QNAME concode_elem_sep QName _GetNewToken_QNAME concode_elem_sep QName _GetNewTokenResponse_QNAME concode_field_sep DeleteToken createDeleteToken concode_elem_sep JAXBElement<DeleteToken> cre... | GetNewTokenResponse function ( ) { return new GetNewTokenResponse ( ) ; } |
23,575 | arranges the blocks in the container with a fixed with and a range constraint on the height . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange concode_elem_sep Size2D a... | Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { Size2D loc0 = arrangeFN ( arg0 , arg1 , arg2 ) ; if ( arg2 . getHeightRange ( ) . contains ( loc0 . height ) ) { return loc0 ; } else { RectangleConstraint loc1 = arg2 . toFixedHeight ( arg2 . getHeightRange ( ) . constrain ( loc0 . ... |
23,576 | returns a string representation of the uniqueid . concode_field_sep long uid concode_elem_sep DataID dataId concode_elem_sep long designId concode_elem_sep InstanceID parentId concode_field_sep long getComponentID concode_elem_sep void appendUniqueID concode_elem_sep DataID getDataID concode_elem_sep String toString co... | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; appendUniqueID ( loc0 ) ; return loc0 . toString ( ) ; } |
23,577 | sets the alias name of the default certificate which has been specified as a property . this should be the certificate that is used for signature and encryption . this alias corresponds to the certificate that should be used whenever keyinfo is not present in a signed or an encrypted message . this property maps to the... | void function ( String arg0 ) { this . configuration . setProperty ( "srini_string" , arg0 ) ; } |
23,578 | encodes an image in png format . concode_field_sep boolean encodingAlpha concode_elem_sep int quality concode_field_sep void setQuality concode_elem_sep float getQuality concode_elem_sep boolean isEncodingAlpha concode_elem_sep void setEncodingAlpha | byte [ ] function ( BufferedImage arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; PngEncoder loc0 = new PngEncoder ( arg0 , this . encodingAlpha , 0 , this . quality ) ; return loc0 . pngEncode ( ) ; } |
23,579 | this method was generated by mybatis generator . this method returns the value of the database column ts_city . city_name concode_field_sep String cityName concode_elem_sep Integer orders concode_elem_sep Integer cityId concode_elem_sep Integer provinceId concode_elem_sep Byte isShow concode_field_sep void setCityId co... | String function ( ) { return cityName ; } |
23,580 | checks the deployment to see if it has a registered org.jboss.logmanager.logcontext log context . concode_field_sep WildFlyLogContextSelector logContextSelector concode_elem_sep AttachmentKey<LogContext> LOG_CONTEXT_KEY concode_field_sep void processDeployment concode_elem_sep void registerLogContext concode_elem_sep L... | boolean function ( final DeploymentUnit arg0 ) { return arg0 . hasAttachment ( LOG_CONTEXT_KEY ) ; } |
23,581 | the feature type concode_field_sep HashMap<String,Qualifier> Qualifiers concode_elem_sep String source concode_elem_sep Comparator<FeatureInterface<?,?>> LENGTH concode_elem_sep FeatureInterface<S,C> parentFeature concode_elem_sep String type concode_elem_sep Comparator<FeatureInterface<?,?>> LOCATION_LENGTH concode_el... | String function ( ) { return type ; } |
23,582 | use this to store additional information to this node . concode_field_sep int endLine concode_elem_sep List<Node> childrenNodes concode_elem_sep int endColumn concode_elem_sep int ABSOLUTE_END_LINE concode_elem_sep int ABSOLUTE_BEGIN_LINE concode_elem_sep int beginColumn concode_elem_sep Object data concode_elem_sep in... | void function ( final Comment arg0 ) { if ( arg0 != null && ( this instanceof Comment ) ) { throw new RuntimeException ( "srini_string" ) ; } if ( this . comment != null ) { this . comment . setCommentedNode ( null ) ; } this . comment = arg0 ; if ( arg0 != null ) { this . comment . setCommentedNode ( this ) ; } } |
23,583 | returns the file icon and null otherwise . concode_field_sep String DESCRIPTION_FIELD concode_elem_sep String ICON_FIELD concode_elem_sep boolean def concode_elem_sep String origin concode_elem_sep String description concode_elem_sep String BUGS_FIELD concode_elem_sep String ORIGIN_FIELD concode_elem_sep String URL_FIE... | File function ( ) { return fileIcon ; } |
23,584 | sets the id . concode_field_sep String ROOT_CATEGORY concode_elem_sep String name concode_elem_sep long id concode_elem_sep List subcategories concode_elem_sep int ROOT_ID concode_elem_sep Assignable assignable concode_field_sep void setName concode_elem_sep void setAssignable concode_elem_sep String getName concode_el... | void function ( long arg0 ) { this . id = arg0 ; } |
23,585 | gets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Str... | ResourceType function ( ) { return templateRef ; } |
23,586 | this method initializes jtextfielduser concode_field_sep JPasswordField jPasswordFieldPassword concode_elem_sep JLabel jLabelPassword concode_elem_sep JTextField jTextFieldSSHServer concode_elem_sep JLabel jLabelSSHServer concode_elem_sep String channelId concode_elem_sep JButton jButtonConnect concode_elem_sep JLabel ... | JTextField function ( ) { if ( jTextFieldUser == null ) { jTextFieldUser = new JTextField ( ) ; jTextFieldUser . setBounds ( new Rectangle ( 76 , 66 , 176 , 19 ) ) ; } return jTextFieldUser ; } |
23,587 | return the zone concode_field_sep Zone zone concode_elem_sep String host concode_elem_sep int VOLUME_MAX concode_elem_sep DocumentBuilderFactory dbf concode_elem_sep int VOLUME_MIN concode_elem_sep int VOLUME_RANGE concode_field_sep void updateState concode_elem_sep void updateDeviceInformation concode_elem_sep void se... | Zone function ( ) { return zone ; } |
23,588 | invoked before the first message is sent/received concode_field_sep NetworkDBBPool m_pool concode_elem_sep boolean m_alreadyStopped concode_elem_sep boolean m_isShuttingDown concode_elem_sep long m_lastMessagesRead concode_elem_sep InputHandler m_handler concode_elem_sep String m_toString concode_elem_sep VoltNetwork m... | void function ( ) { m_handler . started ( this ) ; } |
23,589 | receivebanner concode_field_sep InetAddress m_address concode_elem_sep int m_port concode_elem_sep DatagramSocket m_socket concode_field_sep int getPort concode_elem_sep void setAddress concode_elem_sep InetAddress getAddress concode_elem_sep void close concode_elem_sep DatagramPacket sendRequest concode_elem_sep void ... | DatagramPacket function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
23,590 | gets the cell types . concode_field_sep int[] tableResource concode_elem_sep int[] cellTypes concode_elem_sep int[] rowTextColor concode_elem_sep String[] titles concode_elem_sep int[] rowTextSize concode_elem_sep AbTable mAbTable concode_elem_sep int mScreenWidth concode_elem_sep int[] cellWidth concode_elem_sep AbOnI... | int [ ] function ( ) { return cellTypes ; } |
23,591 | returns true if the attribute must have an explicit value in the original document , false otherwise . concode_field_sep String localName concode_elem_sep String value concode_field_sep short getConditionType concode_elem_sep String getValue concode_elem_sep String getLocalName concode_elem_sep String getNamespaceURI | boolean function ( ) { return false ; } |
23,592 | basic inline ` dtd ' element test . concode_field_sep String TASKDEFS_DIR concode_elem_sep BuildFileRule buildRule concode_field_sep void testUtf8 concode_elem_sep void testXmlCatalogNested concode_elem_sep void testXmlCatalogFiles concode_elem_sep void testXmlCatalog concode_elem_sep void testXmlSchemaGood concode_ele... | void function ( ) { buildRule . executeTarget ( "srini_string" ) ; } |
23,593 | returns the identifiers of all data sources available to the user associated with the current session . concode_field_sep String authToken concode_elem_sep String dataSource concode_elem_sep List<String> availableDataSources concode_elem_sep String username concode_field_sep String getDataSource concode_elem_sep String... | List < String > function ( ) { return availableDataSources ; } |
23,594 | set the framing rectangle of this shape to the given coordinate and size . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidt... | void function ( Point2D arg0 , Dimension2D arg1 ) { setFrame ( arg0 . getX ( ) , arg0 . getY ( ) , arg1 . getWidth ( ) , arg1 . getHeight ( ) ) ; } |
23,595 | retrieves a table with the specified name whose content may depend on the execution context indicated by the session argument as well as the current value of withcontent . concode_field_sep int SYSTEM_BESTROWIDENTIFIER concode_elem_sep int SYSTEM_PROPERTIES concode_elem_sep int SYSTEM_SCHEMAS concode_elem_sep int SYSTE... | Table function ( String arg0 , Session arg1 ) { return null ; } |
23,596 | the detailed results of the trusted advisor check . concode_field_sep TrustedAdvisorCheckResult result concode_field_sep void setResult concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeTrustedAdvisorCheckResultResult clone concode_elem_sep String toString concode_elem_sep DescribeT... | TrustedAdvisorCheckResult function ( ) { return this . result ; } |
23,597 | gets the value of the contractstartdate property . concode_field_sep String changeReason concode_elem_sep String dealerCode concode_elem_sep String contractStartDate concode_elem_sep String contractTerm concode_elem_sep String contractEndDate concode_elem_sep String changeDate concode_field_sep String getContractEndDat... | String function ( ) { return contractStartDate ; } |
23,598 | for dev mode when rediscovering annotations is needed . concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep boolean publicMethodsOnly concode_elem_sep Set<CacheAnnotationParser> annotationParsers concode_elem_sep String BEAN_NAME concode_elem_sep GrailsApplication application concode_el... | void function ( ) { attributeCache . clear ( ) ; } |
23,599 | if not exists . concode_field_sep boolean ifNotExists concode_elem_sep Map<String,String> dbProperties concode_elem_sep Map<String,String> innerDBProps concode_elem_sep String dbName concode_elem_sep String innerLoc concode_elem_sep boolean ifNotExits concode_elem_sep String comment concode_elem_sep String locationUri ... | Builder function ( boolean arg0 ) { this . ifNotExists = arg0 ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.