code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
HashSet < E > function ( ) { return new HashSet < E > ( ) ; } | creates an instance of hashset concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
String function ( ) { return backend ; } | gets the value of the backend property . concode_field_sep String screensavePage concode_elem_sep BigDecimal maxMobileScreenWidth concode_elem_sep BigDecimal defaultColumns concode_elem_sep Meta meta concode_elem_sep String design concode_elem_sep Boolean bindClickToWidget concode_elem_sep String backend concode_elem_s... |
boolean function ( int arg0 ) { return ( arg0 & ACC_ABSTRACT ) != 0 ; } | returns whether the flag acc_abstract is on in the givenflags . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concode_elem_sep int CONV_FIELD concode_elem_sep int ACC_F... |
byte [ ] function ( String arg0 ) { return base64ToByteArray ( arg0 , false ) ; } | translates the specified base64 string as per preferences.get byte into a byte array . concode_field_sep byte altBase64ToInt[] concode_elem_sep char intToAltBase64[] concode_elem_sep byte base64ToInt[] concode_elem_sep char intToBase64[] concode_field_sep int base64toInt concode_elem_sep String byteArrayToBase64 concod... |
void function ( boolean arg0 ) { m_startSequentially = arg0 ; } | set whether to launch startable beans one after the other or all in parallel . concode_field_sep int m_runningCount concode_elem_sep Environment m_env concode_elem_sep Vector m_beans concode_elem_sep boolean m_startSequentially concode_elem_sep Logger m_log concode_elem_sep SimpleDateFormat m_DateFormat concode_field_s... |
String function ( ) { return fElement . getAttribute ( ID_ATTRIBUTE ) ; } | returns the editor association override 's id . concode_field_sep String CLASS_ATTRIBUTE concode_elem_sep IConfigurationElement fElement concode_elem_sep String EDITOR_ASSOCIATION_OVERRIDE_EXTENSION_POINT concode_elem_sep String EDITOR_ASSOCIATION_OVERRIDE_ELEMENT concode_elem_sep String DESCRIPTION_ATTRIBUTE concode_e... |
Group function ( ) { return group ; } | gets the value of the group property . concode_field_sep JvmOptions jvmOptions concode_elem_sep Group group concode_field_sep JvmOptions getJvmOptions concode_elem_sep void setGroup concode_elem_sep int hashCode concode_elem_sep void setJvmOptions concode_elem_sep boolean equals concode_elem_sep String toString |
LambdaFunctionScheduledEventAttributes function ( Long arg0 ) { this . decisionTaskCompletedEventId = arg0 ; return this ; } | the id of the decisiontaskcompleted event for the decision that resulted in the scheduling of this aws lambda function . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . returns a reference to this object so that method calls can be chained together .... |
de . uhh . l2g . plugins . migration . model . LegacySegment function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; } | removes the legacy segment with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep LegacySegmentPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacySegment> findWithDyna... |
String [ ] function ( ) { return unparsedArgs ; } | returns an array of the arguments that did not match any known option . concode_field_sep String TEST_EXCLUDE_FILTER_OPTION concode_elem_sep String[] unparsedArgs concode_elem_sep String TESTBRIDGE_TEST_ONLY concode_elem_sep String testExcludeFilter concode_elem_sep String TEST_INCLUDE_FILTER_OPTION concode_elem_sep St... |
Condition function ( ) { return firstCondition ; } | sac : implements combinatorcondition #getfirstcondition . concode_field_sep Condition secondCondition concode_elem_sep Condition firstCondition concode_field_sep Condition getSecondCondition |
String function ( Element arg0 ) { Attr loc0 = arg0 . getAttributeNodeNS ( URI , SRC_ATTR ) ; return loc0 != null ? loc0 . getValue ( ) : LocationUtils . UNKNOWN_STRING ; } | returns the uri of an element dom flavor concode_field_sep String PREFIX concode_elem_sep String URI concode_elem_sep String Q_LINE_ATTR concode_elem_sep ContentHandler nextHandler concode_elem_sep String SRC_ATTR concode_elem_sep String Q_COL_ATTR concode_elem_sep String COL_ATTR concode_elem_sep Locator locator conco... |
void function ( Long arg0 ) { this . startedEventId = arg0 ; } | the id of the timerstarted event that was recorded when this timer was started . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep Long startedEventId concode_elem_sep String timerId concode_field_sep Long getStartedEventId concode_el... |
void function ( ) { ProductDimensions . createType ( null , STRING_VALUE ) ; } | test method for createtype with a null product type level . this should fail . concode_field_sep String STRING_VALUE concode_field_sep void testCreateCustomAttribute concode_elem_sep void testCreateOfferId concode_elem_sep void testCreateType concode_elem_sep void testCreateBrand concode_elem_sep void testCreateCanonic... |
void function ( ) { if ( logger . isDebugEnabled ( ) ) logger . debug ( "srini_string" + isNotValidated ( ) ) ; init ( ) ; } | call init at the beginning of every request rendering . this should also work to refresh session-scoped beans , but it 's only been tested with request scope . concode_field_sep Log logger concode_elem_sep boolean notValidated concode_field_sep void setNotValidated concode_elem_sep void init concode_elem_sep void endPr... |
void function ( Map < ? , ? > arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( ! ( arg0 instanceof Attributes ) ) { throw new ClassCastException ( arg0 . getClass ( ) . getName ( ) + "srini_string" ) ; } this . map . putAll ( arg0 ) ; } | stores all the key/value pairs in the argument in this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTA... |
DescribeLocationsResult function ( java . util . Collection < Location > arg0 ) { setLocations ( arg0 ) ; return this ; } | a list of colocation hubs where network providers have equipment . most regions have multiple locations available . concode_field_sep com.amazonaws.internal.SdkInternalList<Location> locations concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeLocationsResult clone concode_elem_sep ... |
int function ( ) { return ( int ) ( r * 255 ) ; } | get the red byte component of this colour concode_field_sep Color yellow concode_elem_sep Color gray concode_elem_sep float b concode_elem_sep Color lightGray concode_elem_sep SGL GL concode_elem_sep float g concode_elem_sep Color black concode_elem_sep Color pink concode_elem_sep Color transparent concode_elem_sep Col... |
User function ( Integer arg0 ) { this . userStatus = arg0 ; return this ; } | user status concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep Us... |
MetricsRegistry function ( String arg0 ) { return tag ( MsInfo . Context , arg0 , true ) ; } | set the metrics context tag concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge concode_ele... |
JAXBElement < ESIPrepaidRedeemCouponRequestType > function ( ESIPrepaidRedeemCouponRequestType arg0 ) { return new JAXBElement < ESIPrepaidRedeemCouponRequestType > ( _EsiPrepaidRedeemCouponRequest_QNAME , ESIPrepaidRedeemCouponRequestType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _EsiPrepaidRedeemCouponResponse_QNAME concode_elem_sep QName _EsiPrepaidRedeemCouponRequest_QNAME concode_field_sep ESIPrepaidRedeemCouponResponseType createESIPrepaidRedeemCouponResponseType concode_elem_sep ESIPrepaidRedeemCouponRequestType createESIPrepaidRed... |
boolean function ( String arg0 ) { return gconf_unset ( arg0 ) ; } | unsets the value of key ; if key is already unset , has no effect . depending on the gconf daemon , unsetting a key may have the side effect to remove it completely form the database . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> gconf_all_keys concode_elem_sep String getKey concode_elem_sep... |
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { ByteBuffer loc0 = ByteBuffer . wrap ( arg0 , arg1 , arg2 ) ; if ( arg2 > 0 ) { encode ( loc0 ) ; } } | this method is used to encode the provided array of bytes in a http/1 .1 complaint format and sent it to the client . once the data has been encoded it is handed to the transport layer within the server , which may choose to buffer the data if the content is too small to send efficiently or if the socket is not write r... |
void function ( FileOutputStream arg0 ) { if ( arg0 != null ) { sync ( arg0 ) ; try { arg0 . close ( ) ; mBackupName . delete ( ) ; } catch ( IOException loc0 ) { Log . w ( "srini_string" , "srini_string" , loc0 ) ; } } } | call when you have successfully finished writing to the stream returned by #startwrite . this will close , sync , and commit the new data . the next attempt to read the atomic file will return the new file stream . concode_field_sep File mBaseName concode_elem_sep File mBackupName concode_field_sep File getBaseFile con... |
Date function ( ) { return new Date ( getTriggerTime ( ) ) ; } | trigger date . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int getBadgeN... |
int function ( ) { return arg0 ; } | gets the value of the arg0 property . concode_field_sep String arg1 concode_elem_sep int arg0 concode_field_sep void setArg0 concode_elem_sep void setArg1 concode_elem_sep String getArg1 |
void function ( int arg0 , XALock arg1 ) { if ( arg0 >= 0 ) { heldLocks . add ( arg0 , arg1 ) ; } } | inserts the given newlock at the specified index . concode_field_sep String filename concode_elem_sep LinkedList<XALock> heldLocks concode_field_sep void deleteFile concode_elem_sep void syncLocks concode_elem_sep String getProcessedName concode_elem_sep LinkedList<XALock> getHeldLocks concode_elem_sep int manageLocks ... |
boolean function ( ) { return ! postponedRoutes . isEmpty ( ) ; } | returns true if there is another postponed route to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_ele... |
com . liferay . portal . kernel . model . Phone function ( java . lang . String arg0 , long arg1 ) { return getService ( ) . getPhoneByUuidAndCompanyId ( arg0 , arg1 ) ; } | returns the phone with the matching uuid and company . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Phone fetchPhoneByUuidAndCompanyId concode_elem... |
boolean function ( String arg0 ) { return same ( arg0 , INFO ) ; } | whether str is info concode_field_sep String ACK concode_elem_sep String OPTION concode_elem_sep String[] dialog_methods concode_elem_sep String INFO concode_elem_sep String BYE concode_elem_sep String INVITE concode_elem_sep String REGISTER concode_elem_sep String UPDATE concode_elem_sep String CANCEL concode_elem_sep... |
boolean function ( char arg0 ) { return SEPARATORS . indexOf ( arg0 ) >= 0 ; } | checks whether a character is a #separators separator . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePair... |
void function ( ) { if ( ! isDisabled ( ) ) { print ( LINE_SEPARATOR ) ; } } | prints the empty line . concode_field_sep OutputStream output concode_elem_sep String LINE_SEPARATOR concode_elem_sep boolean disabled concode_field_sep void print concode_elem_sep void print concode_elem_sep void formatLine concode_elem_sep void setDisabled concode_elem_sep void disable concode_elem_sep void enable co... |
void function ( List < String > arg0 ) { throw new UnsupportedOperationException ( ) ; } | callback for remaining command line arguments after either #handle string , string or #handleunknown string return `` false '' . this will be called at the end of parsing evenwhen there are no remaining arguments . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep... |
Vm function ( int arg0 , int arg1 ) { for ( Vm loc0 : getVmList ( ) ) { if ( loc0 . getId ( ) == arg0 && loc0 . getUserId ( ) == arg1 ) { return loc0 ; } } return null ; } | returns a vm object . concode_field_sep List<? extends Pe> peList concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep List<? extends Vm> vmList concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep VmScheduler vmScheduler concode_elem_sep Datacenter datacenter concode_elem_sep int id concode_elem_sep lo... |
void function ( View arg0 ) { mBroadcasting = true ; mActivity . setContentView ( arg0 ) ; } | set the activity content to an explicit view . this view is placed directly into the activity 's view hierarchy . it can itself be a complex view hierarchy . when calling this method , the layout parameters of the specified view are ignored . both the width and the height of the view are set by default to match_parent ... |
String function ( String arg0 ) { return getOnlyElement ( getAttribute ( arg0 ) ) ; } | similar to #getattribute , but asserts that there 's only one value for the provided key . uses guava 's iterables #getonlyelement , which may throw exceptions if there is n't exactly one element . concode_field_sep Multimap<String,String> attributes concode_elem_sep AspectParameters EMPTY concode_elem_sep ImmutableMul... |
void function ( Class < ? > arg0 ) { Assert . isAssignable ( ResourceAdapter . class , arg0 ) ; this . resourceAdapter = ( ResourceAdapter ) BeanUtils . instantiateClass ( arg0 ) ; } | specify the target jca resourceadapter as class , to be instantiated with its default configuration . alternatively , specify a pre-configured resourceadapter instance through the `` resourceadapter '' property . concode_field_sep WorkManager workManager concode_elem_sep ResourceAdapter resourceAdapter concode_elem_sep... |
boolean function ( Element arg0 ) { return theType . canContain ( arg0 . theType ) ; } | return true if the type of this element can contain the type of another element . convenience method . concode_field_sep ElementType theType concode_elem_sep AttributesImpl theAtts concode_elem_sep Element theNext concode_elem_sep boolean preclosed concode_field_sep Element next concode_elem_sep void anonymize concode_... |
Integer function ( ) { return this . firstLine ; } | returns the first executable line in the script concode_field_sep Long scriptId concode_elem_sep LineData[] NO_LINES concode_elem_sep URI uri concode_elem_sep boolean generated concode_elem_sep LineData[] lines concode_elem_sep HashMap scriptToFunction concode_elem_sep ArrayList functionNames concode_elem_sep String so... |
HttpURLConnection function ( URL arg0 ) { HttpURLConnection loc0 = ( HttpURLConnection ) arg0 . openConnection ( ) ; loc0 . setInstanceFollowRedirects ( HttpURLConnection . getFollowRedirects ( ) ) ; return loc0 ; } | create an httpurlconnection for the specified url . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBo... |
ConfigUpdate function ( String arg0 ) { commands . add ( new Command ( "srini_string" , arg0 ) ) ; return this ; } | set the gateway address of the bridge . concode_field_sep ArrayList<Command> commands concode_field_sep ConfigUpdate setName concode_elem_sep String toJson concode_elem_sep ConfigUpdate setNetworkMask concode_elem_sep ConfigUpdate setLinkButton concode_elem_sep ConfigUpdate setIPAddress concode_elem_sep ConfigUpdate se... |
SempMeta function ( ) { return meta ; } | get meta concode_field_sep List<MsgVpnAclProfileSubscribeExceptionLinks> links concode_elem_sep List<MsgVpnAclProfileSubscribeException> data concode_elem_sep SempMeta meta concode_field_sep String toIndentedString concode_elem_sep List<MsgVpnAclProfileSubscribeExceptionLinks> getLinks concode_elem_sep MsgVpnAclProfile... |
void function ( int arg0 ) { if ( quoteStart != - 1 ) { out . append ( src , quoteStart , arg0 - quoteStart ) ; quoteStart = - 1 ; } } | when in a sequence of characters that can be copied directly , interrupts the sequence and copies it to the output buffer . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_el... |
int function ( long arg0 ) { Calendar loc0 = CALENDAR ; synchronized ( loc0 ) { loc0 . setTimeInMillis ( arg0 ) ; return ( loc0 . get ( Calendar . DAY_OF_WEEK ) ) ; } } | returns the day of the week . concode_field_sep Calendar CALENDAR concode_field_sep long nextWeek concode_elem_sep long incrementMonth concode_elem_sep long previousWeek concode_elem_sep boolean isFirstOfYear concode_elem_sep long getEndOfMonth concode_elem_sep long endOfDayInMillis concode_elem_sep int getDaysDiff con... |
Resource function ( ObjectInputStream arg0 ) { String loc0 = readString ( arg0 ) ; Resource loc1 = resourceMap . get ( loc0 ) ; if ( loc1 == null ) { loc1 = new Resource ( loc0 ) ; resourceMap . put ( loc0 , loc1 ) ; } return loc1 ; } | read a resource from the given input stream . concode_field_sep HashMap<String,Element> elementMap concode_elem_sep IndexStore index concode_elem_sep String[] stringTable concode_elem_sep HashMap<String,Resource> resourceMap concode_field_sep boolean readIndexVersion2 concode_elem_sep Relationship readRelationship conc... |
void function ( int arg0 , String [ ] arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { if ( arg1 [ loc0 ] != null ) { Object loc1 = new int [ ] { arg0 , loc0 + 5 } ; this . tagTable . put ( arg1 [ loc0 ] , loc1 ) ; } } } | sets the tag table for a given page . the first string in the array defines tag 5 , the second tag 6 etc. . concode_field_sep int attrPage concode_elem_sep int tagPage concode_elem_sep String pending concode_elem_sep Hashtable stringTable concode_elem_sep Hashtable attrValueTable concode_elem_sep String encoding concod... |
boolean function ( FSQueue arg0 ) { if ( isEmpty ( arg0 ) ) { removeQueue ( arg0 ) ; return true ; } return false ; } | remove the queue if it and its descendents are all empty . concode_field_sep FairScheduler scheduler concode_elem_sep FSParentQueue rootQueue concode_elem_sep Map<String,FSQueue> queues concode_elem_sep String ROOT_QUEUE concode_elem_sep Collection<FSLeafQueue> leafQueues concode_elem_sep Log LOG concode_field_sep FSPa... |
void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... |
JAXBElement < AttributeValueType > function ( AttributeValueType arg0 ) { return new JAXBElement < AttributeValueType > ( _AttributeValue_QNAME , AttributeValueType . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Action_QNAME concode_elem_sep QName _AttributeValue_QNAME concode_elem_sep QName _ResourceContent_QNAME concode_elem_sep QName _Response_QNAME concode_elem_sep QName _StatusCode_QNAME concode_elem_sep QName _Request_QNAME concode_elem_sep QName _StatusDetail_QN... |
boolean function ( ) { return ! this . running ; } | returns information about the continuation of the animation . concode_field_sep biuoop.KeyboardSensor keyboard concode_elem_sep Counter numberOfSpaceships concode_elem_sep Counter enemyCounter concode_elem_sep LevelInformation level concode_elem_sep ArrayList<Ball> balls concode_elem_sep long lastBonusTime concode_elem... |
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } | sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep boolean createHeaderFil... |
byte [ ] function ( ) { return new byte [ ] { 0x06 , 0x01 , ( byte ) 0xb1 , 0x1d , 0x00 , 0x00 , 0x00 , 0x0f } ; } | an auxiliary function that returns an operating system version-specific value section 2.2.2.8 . concode_field_sep String NIL concode_field_sep byte[] MD5_HASH concode_elem_sep Cipher RC4Init concode_elem_sep byte[] CRC32 concode_elem_sep byte[] DESL concode_elem_sep byte[] HMAC concode_elem_sep void main concode_elem_s... |
List < MediaType > function ( MediaType arg0 ) { List loc0 = ( List ) instance . synonyms . getCollection ( arg0 ) ; return loc0 != null ? Collections . unmodifiableList ( loc0 ) : Collections . EMPTY_LIST ; } | returns the list of media types which are synonymous to the specfied type . concode_field_sep MediaTypes instance concode_elem_sep MultiHashMap synonyms concode_elem_sep HashMap<String,MediaType> extensions concode_field_sep void registerExtension concode_elem_sep String getExtensionForMediaType concode_elem_sep MediaT... |
File function ( String arg0 ) { return new File ( new File ( arg0 ) . getCanonicalPath ( ) ) ; } | retrieves the canonical file for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileA... |
void function ( int arg0 ) { _meetupsEntry . setTotalAttendees ( arg0 ) ; } | sets the total attendees of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con... |
String function ( long arg0 , int arg1 ) { if ( ! isInLimits ( Long . MAX_VALUE , arg0 - 1 , arg1 ) ) { throw Util . outOfRangeArgument ( ) ; } try { return clob . getSubString ( session , arg0 - 1 , arg1 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } | retrieves a copy of the specified substring in the clob value designated by this clob object . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_e... |
long function ( String arg0 , PrintStream arg1 ) { long loc0 = tick ( ) ; arg1 . println ( arg0 + "srini_string" + ( loc0 ) + "srini_string" ) ; return loc0 ; } | print elapsed time and restart static timer . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_field_sep String toSecondsString concode_elem_s... |
float function ( Pix arg0 ) { return findSkew ( arg0 , SWEEP_RANGE , SWEEP_DELTA , SWEEP_REDUCTION , SEARCH_REDUCTION , SEARCH_MIN_DELTA ) ; } | finds and returns the skew angle using default parameters . concode_field_sep int SWEEP_REDUCTION concode_elem_sep float SWEEP_RANGE concode_elem_sep float SWEEP_DELTA concode_elem_sep int SEARCH_REDUCTION concode_elem_sep float SEARCH_MIN_DELTA concode_field_sep float nativeFindSkew |
void function ( String arg0 ) { this . label = arg0 ; } | sets the label . concode_field_sep Double min concode_elem_sep Color color concode_elem_sep Double max concode_elem_sep String label concode_field_sep void setMax concode_elem_sep void setMin concode_elem_sep void setColor concode_elem_sep String getLabel concode_elem_sep Double getMin concode_elem_sep Double getMax co... |
Object function ( ) { return value ; } | get the value produced by the worker thread , or null if it has n't been constructed yet . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Thread get concode_elem_sep Obje... |
void function ( ) { EventObject loc0 = new EventObject ( this ) ; EventListener [ ] loc1 = listeners . toArray ( new EventListener [ 0 ] ) ; for ( EventListener loc2 : loc1 ) { if ( loc2 instanceof StateChangeListener ) { ( ( StateChangeListener ) loc2 ) . stateChanged ( loc0 ) ; } } } | fire a change event to the listeners . concode_field_sep Object relatedObject concode_elem_sep double minValue concode_elem_sep String name concode_elem_sep double maxValue concode_elem_sep String description concode_elem_sep List<EventListener> listeners concode_elem_sep UnitGroup unitGroup concode_field_sep String ge... |
String function ( String arg0 , String arg1 ) { try { return URLDecoder . decode ( arg0 , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | eq urldecoder.decode string url , string charsetname , exception insensitive concode_field_sep String protocolSuffix concode_elem_sep String defaultCharSet concode_elem_sep String httpProtocolStr concode_elem_sep String httpsProtocolStr concode_field_sep String encode concode_elem_sep String encode concode_elem_sep Str... |
void function ( String arg0 ) { this . key = arg0 ; } | sets the key by which this upload is stored . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep String getUploadId concode_elem_sep void setInitiated concode_e... |
void function ( String arg0 ) { this . leafIcon = arg0 ; } | set the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep... |
void function ( URIType [ ] arg0 ) { URITypes . addAll ( Arrays . asList ( arg0 ) ) ; } | add an array of uri type concode_field_sep AuthnContextTypeSequence sequence concode_elem_sep Set<URI> authenticatingAuthority concode_elem_sep long serialVersionUID concode_elem_sep Set<URIType> URITypes concode_elem_sep AuthnContextClassRefType classRef concode_elem_sep AuthnContextDeclType authnContextDecl concode_f... |
void function ( ) { Gdx . graphics . getGL20 ( ) . glViewport ( 0 , 0 , colorTexture . getWidth ( ) , colorTexture . getHeight ( ) ) ; Gdx . graphics . getGL20 ( ) . glBindFramebuffer ( GL20 . GL_FRAMEBUFFER , framebufferHandle ) ; } | makes the frame buffer current so everything gets drawn to it . concode_field_sep Map<Application,List<FrameBuffer>> buffers concode_elem_sep Texture colorTexture concode_elem_sep int width concode_elem_sep boolean hasDepth concode_elem_sep Pixmap.Format format concode_elem_sep int depthbufferHandle concode_elem_sep in... |
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 ) ; } | get custom serializer concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2... |
boolean function ( ) { return true ; } | beanshell scripts do require a config interface . concode_field_sep Class<?>[] scriptInterfaces concode_elem_sep boolean wasModifiedForTypeCheck concode_elem_sep String scriptSourceLocator concode_elem_sep ClassLoader beanClassLoader concode_elem_sep Object scriptClassMonitor concode_elem_sep Class<?> scriptClass conco... |
TimerListener function ( ) { return this . timerListener ; } | return the timerlistener to schedule . concode_field_sep long period concode_elem_sep boolean fixedRate concode_elem_sep long delay concode_elem_sep TimerListener timerListener concode_field_sep boolean isFixedRate concode_elem_sep long getDelay concode_elem_sep boolean isOneTimeTask concode_elem_sep void setTimerListe... |
boolean function ( final Name arg0 ) { return arg0 . isEmpty ( ) || ( arg0 . size ( ) == 1 && "srini_string" . equals ( arg0 . get ( 0 ) ) ) ; } | determine if a name is empty , or if ot contains only one component which is the empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep NameNo... |
int function ( ) { return lengthOfTask ; } | number pages that search task has to iterate over . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage c... |
int function ( ) { return parameterCount ; } | retrieves the number of parameters in the preparedstatement object for which this parametermetadata object provides information . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep ... |
ImmutableList < Artifact > function ( ) { return sourceJars ; } | return the source jars that are to be built when the target is on the command line . concode_field_sep NestedSet<Artifact> transitiveSourceJars concode_elem_sep ImmutableList<Artifact> sourceJars concode_field_sep JavaSourceJarsProvider merge concode_elem_sep NestedSet<Artifact> getTransitiveSourceJars |
String function ( final String arg0 ) { if ( System . getSecurityManager ( ) == null ) { return System . getProperty ( arg0 ) ; } else { return ( String ) AccessController . doPrivileged ( new PrivilegedAction < Object > ( ) { public Object run ( ) { return System . getProperty ( arg0 ) ; } } ) ; } } | get a system property concode_field_sep PlaceHolder placeHolder concode_field_sep Method[] getDeclaredMethods concode_elem_sep Field[] getDeclaredFields concode_elem_sep void setAccessible concode_elem_sep ClassLoader getClassLoader concode_elem_sep Method getMethod concode_elem_sep Constructor<?> getConstructor |
void function ( CollectionType arg0 ) { this . collection = arg0 ; } | sets collection . concode_field_sep CollectionType collection concode_field_sep CollectionType getCollection |
boolean function ( ) { if ( stopRequested . get ( ) == true ) return true ; else return false ; } | check the status of the stop request flag . concode_field_sep AtomicBoolean stopRequested concode_elem_sep String INSERT_START_PROPERTY concode_elem_sep String INSERT_START_PROPERTY_DEFAULT concode_field_sep void init concode_elem_sep Object initThread concode_elem_sep void cleanup concode_elem_sep boolean doInsert con... |
void function ( User arg0 ) { } | test tag concode_field_sep PlaceHolder placeHolder concode_field_sep void onEventNoParam concode_elem_sep void onEvent concode_elem_sep void onEvent concode_elem_sep void methodWithAnotherTag concode_elem_sep void onEventTwoParam concode_elem_sep void addPerson |
void function ( ) { this . writer . close ( ) ; } | closes the csv file . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData |
DirtyResult function ( @ Nullable SkyValue arg0 , SkyValue arg1 ) { return new DirtyResult ( true , arg0 , arg1 ) ; } | creates a dirtyresult indicating that the external value is newvalue , which is different from the value in the graph , concode_field_sep SkyValue newValue concode_elem_sep boolean isDirty concode_elem_sep SkyValue oldValue concode_field_sep DirtyResult dirty concode_elem_sep SkyValue createNewValue concode_elem_sep bo... |
Boolean function ( Context arg0 , String arg1 ) { return getPrefs ( arg0 ) . contains ( arg1 ) ; } | check if the central obscuredsharedpreferences contains a preference that uses that key concode_field_sep PlaceHolder placeHolder concode_field_sep String get concode_elem_sep Boolean get concode_elem_sep long get concode_elem_sep int get concode_elem_sep ObscuredSharedPreferences getPrefs concode_elem_sep void clear c... |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep boolean isSetValue |
String function ( ) { return this . entityGroupReader ; } | returns the value of the entity-group-reader attribute . concode_field_sep String keyEncryptingKey concode_elem_sep String entityModelReader concode_elem_sep boolean entityEcaEnabled concode_elem_sep String defaultGroupName concode_elem_sep String distributedCacheClearUserLoginId concode_elem_sep Map<String,String> gro... |
String function ( ) { return body ; } | gets the unfolded , unparsed and possibly encoded see rfc 2047 field body string . concode_field_sep String RESENT_SENDER concode_elem_sep String TO concode_elem_sep String CONTENT_TRANSFER_ENCODING concode_elem_sep String RESENT_DATE concode_elem_sep String RESENT_TO concode_elem_sep DefaultFieldParser parser concode_... |
String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( '.' ) ; if ( loc0 >= 1 && loc0 < arg0 . length ( ) - 1 ) { String loc1 = arg0 . substring ( loc0 + 1 ) ; return getMimeTypeForExtension ( loc1 ) ; } else { return null ; } } | gets the mime type for the file with the given name , by extension . this method tries to extract the file extension and then use the #getmimetypeforextension string to determine themime type . if the extension can not be determined , or the extension is unrecognized , this method return null . concode_field_sep String... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
void function ( String arg0 ) { _thread = arg0 ; } | set the thread description associated with this logrecord . when a logrecord is constructed , the thread description is set by calling : thread.currentthread . tostring . you may supply a thread description of your own by calling this method . concode_field_sep String _location concode_elem_sep long _sequenceNumber con... |
void function ( final Path ... arg0 ) { for ( Path loc0 : arg0 ) { checkNotNull ( loc0 , "srini_string" ) ; checkArgument ( Files . isRegularFile ( loc0 ) , "srini_string" , loc0 ) ; } } | enforces that passed in paths are non-null and denote an existing regular file . concode_field_sep Charset DEFAULT_CHARSET concode_field_sep String readFile concode_elem_sep String readFile concode_elem_sep void copy concode_elem_sep void copy concode_elem_sep void writeFile concode_elem_sep void writeFile |
PsiAnnotation [ ] function ( PsiModifierListOwner arg0 , Pair < String , ? extends Set < String >> arg1 , boolean arg2 , boolean arg3 ) { if ( ! PsiUtilEx . isLanguageAnnotationTarget ( arg0 ) ) return PsiAnnotation . EMPTY_ARRAY ; return getAnnotationsFromImpl ( arg0 , arg1 , arg2 , arg3 ) ; } | utility method to obtain annotations of a specific type from the supplied psimodifierlistowner . for optimization reasons , this method only looks at elements of type java.lang.string . the parameter allowindirect determines if the method should look for indirect annotations , i.e. annotations which have themselves bee... |
void function ( ModelNode arg0 ) { } | adds properties of extension type to the operation todo : not implemented jet in dmr concode_field_sep PlaceHolder placeHolder concode_field_sep Properties commonDsProperties concode_elem_sep Properties raConnectionProperties concode_elem_sep Properties nonXaDsProperties concode_elem_sep Properties raCommonProperties c... |
void function ( Description arg0 ) { this . description = arg0 ; } | sets the value of the description property . concode_field_sep Signals signals concode_elem_sep Variantdefs variantdefs concode_elem_sep Designrules designrules concode_elem_sep Plain plain concode_elem_sep Classes classes concode_elem_sep Elements elements concode_elem_sep Libraries libraries concode_elem_sep Descript... |
void function ( ItemSqlParameterSourceProvider < T > arg0 ) { this . itemSqlParameterSourceProvider = arg0 ; } | public setter for the itemsqlparametersourceprovider . concode_field_sep boolean assertUpdates concode_elem_sep ItemPreparedStatementSetter<T> itemPreparedStatementSetter concode_elem_sep int parameterCount concode_elem_sep boolean usingNamedParameters concode_elem_sep Log logger concode_elem_sep ItemSqlParameterSource... |
Boolean function ( ) { return useJavaContext ; } | get the usejavacontext . concode_field_sep ConcurrentHashMap<String,String> configProperties concode_elem_sep long serialVersionUID concode_elem_sep String className concode_elem_sep Boolean useJavaContext concode_elem_sep Boolean enabled concode_elem_sep String jndiName concode_elem_sep String poolName concode_field_s... |
boolean function ( ) { return false ; } | returns false since we do n't cache . concode_field_sep PlaceHolder placeHolder concode_field_sep void recycleTile concode_elem_sep void flush concode_elem_sep boolean canReclaimMemory concode_elem_sep WritableRaster createTile concode_elem_sep long getMemoryUsed |
void function ( Bid arg0 ) { } | cancels a bid concode_field_sep CreditCardManager creditCardManager concode_elem_sep SessionContext context concode_elem_sep Logger logger concode_field_sep List<Bid> getBids concode_elem_sep boolean hasBids concode_elem_sep void closeBid concode_elem_sep void placeBid concode_elem_sep void placeSnagItOrder |
ClarionString function ( ) { if ( path == null ) { path = FileServer . getInstance ( ) . getPath ( ) ; } return new ClarionString ( path ) ; } | get current path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep boolean isFile ... |
void function ( ) { if ( service != null ) { service . stop ( ) ; } } | finishing . concode_field_sep TimeOutDuration duration concode_elem_sep AndroidDriver<MobileElement> driver concode_elem_sep AppiumDriverLocalService service concode_elem_sep RottenTomatoes rottenTomatoes concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverridingOnAWidget concode_elem_... |
int function ( ) { return number ; } | get the number of this step in the current submission process config . step numbers start with # 0 although step # 0 is always the special `` select collection '' step concode_field_sep String xmlBindingClassName concode_elem_sep String heading concode_elem_sep boolean workflowEditable concode_elem_sep String jspBindin... |
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteNetworkAclResponseType localDeleteNetworkAclResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_ele... |
byte [ ] function ( byte [ ] arg0 , int arg1 , int arg2 ) { return this . srtpDecoder . reverseTransform ( arg0 , arg1 , arg2 ) ; } | decodes an rtp packet concode_field_sep DtlsSrtpServer server concode_elem_sep PacketTransformer srtpEncoder concode_elem_sep boolean handshakeComplete concode_elem_sep List<DtlsListener> listeners concode_elem_sep Logger logger concode_elem_sep DatagramChannel channel concode_elem_sep PacketTransformer srtcpEncoder co... |
void function ( long arg0 ) { requestFreeSize ( 8 ) ; U . longToBytes ( arg0 , data , size ) ; size += 8 ; } | appends long to the next 8 bytes of list . concode_field_sep byte[] data concode_elem_sep int size concode_elem_sep long serialVersionUID concode_field_sep void writeExternal concode_elem_sep void requestFreeSize concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set con... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.