idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
300
appends modifiers represented with an integer number to the specified string builder . concode_field_sep PlaceHolder placeHolder concode_field_sep void appendTypeParametersString concode_elem_sep void appendThrowsList concode_elem_sep void appendArgumentsList concode_elem_sep void appendTypesString concode_elem_sep voi...
void function ( int arg0 , @ NonNull StringBuilder arg1 ) { String loc0 = Modifier . toString ( arg0 ) ; if ( ! loc0 . isEmpty ( ) ) { arg1 . append ( loc0 ) ; arg1 . append ( JavaCodeStyleConfig . SPACE ) ; } }
301
sets the value of the msisdn property . concode_field_sep XMLGregorianCalendar loginStatusChangeDate concode_elem_sep String registrationStatus concode_elem_sep String registeredFirstName concode_elem_sep String subscriberId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger authenticationFailureCount c...
void function ( String arg0 ) { this . msisdn = arg0 ; }
302
formatting the date for display concode_field_sep SimpleDateFormat formatter concode_field_sep String getTypeOfCall concode_elem_sep AlertDialog getPermissionReadLogDialog concode_elem_sep String formatNumber
String function ( String arg0 ) { Date loc0 = new Date ( Long . valueOf ( arg0 ) ) ; return formatter . format ( loc0 ) ; }
303
what kind of operation to perform 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 String htt...
void function ( BraintreeApiName arg0 ) { this . apiName = arg0 ; }
304
allocates memory of ` size ` . concode_field_sep MemoryMode mode concode_elem_sep TaskMemoryManager taskMemoryManager concode_elem_sep long pageSize concode_elem_sep long used concode_field_sep long getUsed concode_elem_sep void spill concode_elem_sep long spill concode_elem_sep LongArray allocateArray concode_elem_sep...
long function ( long arg0 ) { long loc0 = taskMemoryManager . acquireExecutionMemory ( arg0 , this ) ; used += loc0 ; return loc0 ; }
305
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
306
get the type of this attribute . concode_field_sep Attribute SELECT_ATTRIBUTE concode_elem_sep String displayName concode_elem_sep Attribute IS_NULL concode_elem_sep String queryName concode_elem_sep long serialVersionUID concode_elem_sep Attribute IS_NOT_NULL concode_elem_sep Type type concode_elem_sep Cardinality car...
Type function ( ) { return ( type ) ; }
307
return the value base helper repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep Serializable extract concode_elem_sep Serializable read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
String function ( ) { return "srini_string" ; }
308
get the name of the header . concode_field_sep String myName concode_elem_sep String myValue concode_field_sep String getValue
String function ( ) { return myName ; }
309
add multiple sql scripts to execute to initialize or populate the database . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_sep ResourceLoader resourceLoader concode_field_sep EmbeddedDatabaseBuilder setName concode_elem_sep EmbeddedDa...
EmbeddedDatabaseBuilder function ( String ... arg0 ) { for ( String loc0 : arg0 ) { addScript ( loc0 ) ; } return this ; }
310
the time at which the assessment target is created . concode_field_sep java.util.Date createdAt concode_elem_sep String resourceGroupArn concode_elem_sep String name concode_elem_sep String arn concode_elem_sep java.util.Date updatedAt concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Stri...
java . util . Date function ( ) { return this . createdAt ; }
311
write the 64-bit double to the binary output stream . concode_field_sep int buffer concode_elem_sep int N concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep void ...
void function ( double arg0 ) { write ( Double . doubleToRawLongBits ( arg0 ) ) ; }
312
gets the value of the content 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 content property . for example , to add a new item , do as...
List < Object > function ( ) { if ( content == null ) { content = new ArrayList < Object > ( ) ; } return this . content ; }
313
set the minimum level at which messages will be printed . concode_field_sep String RUNTIME_LOG_SYSTEM_ERR_LEVEL_KEY concode_elem_sep String RUNTIME_LOG_LEVEL_KEY concode_elem_sep int enabled concode_elem_sep int errLevel concode_field_sep void init concode_elem_sep int toLevel concode_elem_sep int getEnabledLevel conco...
void function ( int arg0 ) { this . enabled = arg0 ; }
314
return an iterator along the shape boundary . if the optional transform is provided , the iterator is transformed accordingly . the path is flattened until all segments differ from the curve by at most the value of the flatness parameter , within the limits of the default interpolation recursion limit of 1024 segments ...
PathIterator function ( AffineTransform arg0 , double arg1 ) { return new FlatteningPathIterator ( getPathIterator ( arg0 ) , arg1 ) ; }
315
returns true if this pin is a number . concode_field_sep int pinFlags concode_elem_sep int minLength concode_elem_sep int FLAG_SOPIN concode_elem_sep int TYPE_HN concode_elem_sep int FLAG_UNBLOCKING_PIN concode_elem_sep int storedLength concode_elem_sep short[] path concode_elem_sep int TYPE_UTF concode_elem_sep int pi...
boolean function ( ) { return ( pinType != TYPE_UTF ) ; }
316
retrieves the name of the java virtual machine . use this method to perform comparisons . concode_field_sep String vendorString concode_elem_sep String nameString concode_elem_sep Vendor vendor concode_elem_sep DataModel dataModel concode_elem_sep String dataModelString concode_elem_sep Name name concode_elem_sep Strin...
Name function ( ) { return name ; }
317
called to prepare an associated submenu for the menu item backed by this actionprovider . if #hassubmenu returns true , this method will be called when themenu item is selected to prepare the submenu for presentation to the user . apps may use this to create or alter submenu content right before display . concode_field...
void function ( SubMenu arg0 ) { }
318
returns the fragment . can be null . concode_field_sep String fragment concode_elem_sep String scheme concode_elem_sep Map<String,?> uriVariables concode_elem_sep Object SKIP_VALUE concode_elem_sep Iterator<Object> valueIterator concode_elem_sep Pattern NAMES_PATTERN concode_elem_sep String DEFAULT_ENCODING concode_fie...
String function ( ) { return this . fragment ; }
319
retrieves the default port that a server will try to use in the abscence of an explicitly specified one , given the specified value for whether or not to use secure sockets . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep String[] listLocalInetAddr...
int function ( int arg0 , boolean arg1 ) { switch ( arg0 ) { case SC_PROTOCOL_HSQL : { return arg1 ? SC_DEFAULT_HSQLS_SERVER_PORT : SC_DEFAULT_HSQL_SERVER_PORT ; } case SC_PROTOCOL_HTTP : { return arg1 ? SC_DEFAULT_HTTPS_SERVER_PORT : SC_DEFAULT_HTTP_SERVER_PORT ; } default : { return - 1 ; } } }
320
adds a new observer to the list of observers -- every object added by this function will be notified of new events concode_field_sep ArrayList<IObserver<Args>> observers concode_elem_sep long hCallback concode_field_sep void unregisterNative concode_elem_sep void deleteObserver concode_elem_sep int registerNative conco...
void function ( IObserver < Args > arg0 ) { if ( this . observers . size ( ) == 0 ) { OutArg < Long > loc0 = new OutArg < Long > ( ) ; int loc1 = registerNative ( loc0 ) ; WrapperUtils . throwOnError ( loc1 ) ; this . hCallback = loc0 . value ; } this . observers . add ( arg0 ) ; }
321
the type of the join . type #inner is the default join type . concode_field_sep List<PropertyName> properties concode_elem_sep Filter filter concode_elem_sep String typeName concode_elem_sep String alias concode_elem_sep Filter join concode_elem_sep Type type concode_elem_sep FilterFactory ff concode_field_sep List<Pro...
Type function ( ) { return type ; }
322
returns an integer from an xml attribute . concode_field_sep PlaceHolder placeHolder concode_field_sep double getDoubleValueFromAttribute concode_elem_sep double getDoubleValueFromElements concode_elem_sep Boolean getBooleanValueFromAttribute concode_elem_sep boolean getBooleanValueFromElements concode_elem_sep int get...
int function ( Element arg0 , String arg1 ) { return Integer . parseInt ( getTextValueFromAttribute ( arg0 , arg1 ) ) ; }
323
add value at nowmssinceepoch . concode_field_sep int numSignificantSamples concode_elem_sep int[] numSamples concode_elem_sep Combine.BinaryCombineLongFn function concode_elem_sep long[] buckets concode_elem_sep long currentMsSinceEpoch concode_elem_sep long sampleUpdateMs concode_elem_sep int currentIndex concode_elem...
void function ( long arg0 , long arg1 ) { flush ( arg0 ) ; buckets [ currentIndex ] = function . apply ( buckets [ currentIndex ] , arg1 ) ; numSamples [ currentIndex ] ++ ; }
324
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 boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_...
void function ( String arg0 , int arg1 ) { if ( myHost != null ) { myHost . updateProgress ( arg0 , arg1 ) ; } else { System . out . println ( arg0 + "srini_string" + arg1 + "srini_string" ) ; } }
325
gets the value of the extrusionclr property . concode_field_sep CTOfficeArtExtensionList extLst concode_elem_sep Long extrusionH concode_elem_sep STPresetMaterialType prstMaterial concode_elem_sep CTBevel bevelB concode_elem_sep CTColor contourClr concode_elem_sep Long contourW concode_elem_sep Long z concode_elem_sep ...
CTColor function ( ) { return extrusionClr ; }
326
set to true to flush log writes immediately to page cache . concode_field_sep int nbErrors concode_elem_sep boolean autoFlush concode_elem_sep PluginContext context concode_elem_sep THL thl concode_elem_sep LogConnection client concode_elem_sep String storeName concode_elem_sep Logger logger concode_field_sep void roll...
void function ( boolean arg0 ) { this . autoFlush = arg0 ; }
327
the description of the activity type provided in registeractivitytype . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 1024 concode_field_sep java.util.Date deprecationDate concode_elem_sep String description concode_elem_sep ActivityType activityType concod...
ActivityTypeInfo function ( String arg0 ) { this . description = arg0 ; return this ; }
328
set to true if you want the return value of subnetinfo #getaddresscount to include the network and broadcast addresses . concode_field_sep Pattern CIDR_PATTERN concode_elem_sep int broadcast concode_elem_sep boolean inclusiveHostCount concode_elem_sep int address concode_elem_sep long UNSIGNED_INT_MASK concode_elem_sep...
void function ( boolean arg0 ) { this . inclusiveHostCount = arg0 ; }
329
indicates that at least this or one of the child instances of abstracttext is highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighlighted c...
boolean function ( ) { return hasHighlight ; }
330
set the value expression for this argument . concode_field_sep boolean m_isFromWithParam concode_elem_sep boolean m_isVisible concode_elem_sep XObject m_val concode_elem_sep QName m_qname concode_elem_sep String m_expression concode_field_sep String getExpression concode_elem_sep void setIsVisible concode_elem_sep void...
void function ( String arg0 ) { m_expression = arg0 ; }
331
returns the a ^ 2 statistic . concode_field_sep double p concode_elem_sep double[] data concode_elem_sep double aSquaredStar concode_elem_sep double aSquared concode_field_sep double getASquaredStar concode_elem_sep double getP concode_elem_sep double[] leaveOutNaN concode_elem_sep void runTest
double function ( ) { return aSquared ; }
332
a flag that indicates whether more distributions remain to be listed . if your results were truncated , you can make a follow-up pagination request using the marker request parameter to retrieve more distributions in the list . concode_field_sep Boolean isTruncated concode_elem_sep Integer maxItems concode_elem_sep Str...
Boolean function ( ) { return isTruncated ; }
333
returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of concode_elem_sep Map<K,V> of...
Builder < K , V > function ( ) { return new Builder ( ) ; }
334
returns the type of the connection . concode_field_sep String ldapUrl concode_elem_sep Type type concode_field_sep String getLDAPURL concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LinkedHashSet<PreferredConnection> getPreferredConnections concode_elem_sep PreferredConnection getPreferred...
Type function ( ) { return type ; }
335
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<LogGroup> logGroups concode_field_sep java.util.List<LogGroup> getLogGroups concode_elem_sep void setLogGroups concode_elem_sep DescribeLogGroups...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLogGroups ( ) != null ) loc0 . append ( "srini_string" + getLogGroups ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_string...
336
test setting the tags . concode_field_sep String NAME concode_elem_sep String USER concode_elem_sep Application a concode_elem_sep String VERSION concode_field_sep void testSetConfigs concode_elem_sep void testSetCommands concode_elem_sep void testDefaultConstructor concode_elem_sep void testValidate concode_elem_sep v...
void function ( ) { Assert . assertNull ( this . a . getTags ( ) ) ; final Set < String > loc0 = new HashSet < > ( ) ; loc0 . add ( "srini_string" ) ; loc0 . add ( "srini_string" ) ; this . a . setTags ( loc0 ) ; Assert . assertEquals ( loc0 , this . a . getTags ( ) ) ; }
337
returns the day this period closes . concode_field_sep List<Period> periods concode_elem_sep Day openingDay concode_elem_sep String closingTime concode_elem_sep String openingTime concode_elem_sep boolean alwaysOpened concode_elem_sep Day closingDay concode_field_sep Hours setAlwaysOpened concode_elem_sep String getClo...
Day function ( ) { return closingDay ; }
338
this method allows to read json . concode_field_sep int TIME_INTERVAL_SEC concode_field_sep String getApiToken concode_elem_sep void main
JsonNode function ( final String arg0 ) { URL loc0 = new URL ( arg0 ) ; URLConnection loc1 = loc0 . openConnection ( ) ; ObjectMapper loc2 = new ObjectMapper ( ) ; return loc2 . readTree ( loc1 . getInputStream ( ) ) ; }
339
stops leading concode_field_sep String LEADER_NAME concode_elem_sep String LEADER_KEEPALIVE concode_elem_sep IUpdateManager updateManager concode_elem_sep Timer followerTakeOverTimer concode_elem_sep int sharedConnectionKeepaliveIntervalInMs concode_elem_sep Timer followerNotifierTimer concode_elem_sep long messageCoun...
void function ( ) { FreenetJs . log ( "srini_string" ) ; Cookies . setCookie ( LEADER_NAME , "srini_string" , null , null , "srini_string" , false ) ; }
340
gets the value of the targetedcontentids 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 targetedcontentids property . for example , to ...
List < Long > function ( ) { if ( targetedContentIds == null ) { targetedContentIds = new ArrayList < Long > ( ) ; } return this . targetedContentIds ; }
341
compare all primary key fields according to the jdo spec . concode_field_sep char CLASS_SEPARATOR concode_elem_sep Character NULLCHAR concode_elem_sep String JDO_PREFIX concode_elem_sep java.lang.String organisationID concode_elem_sep String ENCODING concode_elem_sep String EMPTYSTRING concode_elem_sep Byte NULLBYTE co...
boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( ! ( arg0 instanceof JFireOrganisationID ) ) return false ; JFireOrganisationID loc0 = ( JFireOrganisationID ) arg0 ; return ( ( this . organisationID == loc0 . organisationID ) || ( this . organisationID != null && this . organisationID . equals ...
342
set whether to use prepared statements that return a specific type of resultset . concode_field_sep String[] generatedKeysColumnNames concode_elem_sep boolean updatableResults concode_elem_sep String actualSql concode_elem_sep List<SqlParameter> declaredParameters concode_elem_sep NativeJdbcExtractor nativeJdbcExtracto...
void function ( int arg0 ) { this . resultSetType = arg0 ; }
343
sets the system assigned to the attribute . used to translate the assigned identifier when converted to ibm i bytes . concode_field_sep AS400Structure attribEntry_ concode_elem_sep ValidationListAttributeData data_ concode_elem_sep int maxValueLength_ concode_elem_sep int location_ concode_elem_sep AS400 as400_ concode...
void function ( AS400 arg0 ) { as400_ = arg0 ; }
344
set whether the bitstream format is an internal format concode_field_sep List<String> fileExtensions concode_elem_sep int SUPPORTED concode_elem_sep BitstreamFormatService bitstreamFormatService concode_elem_sep int KNOWN concode_elem_sep String description concode_elem_sep int supportLevel concode_elem_sep String mime...
void function ( boolean arg0 ) { internal = arg0 ; }
345
attempts to establish a connection with the data source that this datasource object represents . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep St...
Connection function ( ) { return getConnection ( user , password ) ; }
346
gets the visibility value for this column . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Boolean visibility concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label ...
java . lang . Boolean function ( ) { return visibility ; }
347
create a compressioninputstream that will read from the given inputstream with the given decompressor . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream creat...
CompressionInputStream function ( InputStream arg0 , Decompressor arg1 ) { checkNativeCodeLoaded ( ) ; return new BlockDecompressorStream ( arg0 , arg1 , conf . getInt ( CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY , CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEFAULT ) ) ; ...
348
sets the directory location where files will be stored . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep long parseSize concod...
void function ( String arg0 ) { this . location = arg0 ; }
349
writes 32 bit integer to current buffer position , and then increments position . note : if structured writing is enabled , additional padding bytes may be skipped automatically . concode_field_sep int structIndex concode_elem_sep MemoryLayout memLayout concode_elem_sep DataType[] structure concode_elem_sep ByteBuffer ...
MemoryBuffer function ( int arg0 ) { bbuf . putInt ( arg0 ) ; skipPaddingBytesFor ( DataType . INT32 ) ; return this ; }
350
cancels the animation . unlike #end , cancel causes the animation to stop in its tracks , sending an android.animation.animator.animatorlistener #onanimationcancel animator toits listeners , followed by an android.animation.animator.animatorlistener #onanimationend animator message.this method must be called on the thr...
void function ( ) { }
351
returns the field object for the given class . also checks the superclass . concode_field_sep Logger LOGGER concode_field_sep Field makeFieldModifiable concode_elem_sep void setValueToFieldOfObject
Field function ( String arg0 , Class arg1 ) { Field loc0 ; try { loc0 = arg1 . getDeclaredField ( arg0 ) ; } catch ( NoSuchFieldException loc1 ) { LOGGER . debug ( "srini_string" , loc1 ) ; loc0 = arg1 . getSuperclass ( ) . getDeclaredField ( arg0 ) ; } return loc0 ; }
352
activity execution options concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivitySchedulingOptions act...
void function ( ActivityTypeExecutionOptions arg0 ) { this . activityTypeExecutionOptions = arg0 ; }
353
add the scoreindicator to the game database . concode_field_sep Counter scoreCounter concode_elem_sep Color color concode_field_sep void removeFromGame concode_elem_sep void timePassed concode_elem_sep void drawOn
void function ( GameLevel arg0 ) { arg0 . addSprite ( this ) ; }
354
getter for the message value . concode_field_sep String country concode_elem_sep long serialVersionUID concode_elem_sep IPersonalAttributeList totalAttributeList concode_elem_sep String message concode_elem_sep DateTime notBefore concode_elem_sep String samlId concode_elem_sep boolean fail concode_elem_sep byte[] token...
String function ( ) { return message ; }
355
population count , skipping words at even positions concode_field_sep PlaceHolder placeHolder concode_field_sep int merging3 concode_elem_sep int merging3_2 concode_elem_sep int merging2 concode_elem_sep int merging2_2 concode_elem_sep int count concode_elem_sep int count concode_elem_sep int popcount_fbsd2 concode_ele...
int function ( int [ ] arg0 ) { return count_2 ( arg0 , arg0 . length ) ; }
356
checks if the effect definition of a transition contains at least one action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasEx...
boolean function ( Transition arg0 ) { Effect loc0 = arg0 . getEffect ( ) ; if ( loc0 instanceof ReactionEffect ) { ReactionEffect loc1 = ( ReactionEffect ) loc0 ; EList < Expression > loc2 = loc1 . getActions ( ) ; return ! loc2 . isEmpty ( ) ; } return false ; }
357
doc administrator comment method `` teardown '' . concode_field_sep IRepositoryViewObject repositoryObject concode_elem_sep Folder folder concode_elem_sep IProxyRepositoryFactory reponsfactory concode_elem_sep IPath itemPath concode_elem_sep IProxyRepositoryFactory repositoryFactory concode_elem_sep String folderName c...
void function ( ) { repositoryFactory . deleteObjectPhysical ( repositoryObject ) ; reponsfactory . deleteFolder ( folder . getRepositoryObjectType ( ) , new Path ( "srini_string" ) ) ; }
358
create an empty temp file and return it 's absolute path . concode_field_sep String DATE_FORMAT_NOW concode_field_sep void checkRows concode_elem_sep void checkRows concode_elem_sep StepMeta createDummyStep concode_elem_sep String writeTextFile concode_elem_sep String generateString concode_elem_sep Trans loadAndRunTra...
String function ( String arg0 , String arg1 ) { File loc0 = File . createTempFile ( arg0 , ( Utils . isEmpty ( arg1 ) ? "srini_string" : arg1 ) ) ; loc0 . deleteOnExit ( ) ; return loc0 . getAbsolutePath ( ) ; }
359
returns the external graphics state resource with the given name , or null if none exists . concode_field_sep COSDictionary resources concode_field_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_elem_sep COSName add concode_ele...
PDExtendedGraphicsState function ( COSName arg0 ) { COSDictionary loc0 = ( COSDictionary ) get ( COSName . EXT_G_STATE , arg0 ) ; if ( loc0 == null ) { return null ; } return new PDExtendedGraphicsState ( loc0 ) ; }
360
obtains the clipboard copy/paste support utility , if any , for the specified eclass 's metamodel . if the metamodel does not have a dedicated clipboard support implementation , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . warning...
IClipboardSupport function ( EClass arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; EPackage loc1 = arg0 . getEPackage ( ) ; IClipboardSupportFactory loc2 = ClipboardSupportManager . lookup ( loc1 ) ; if ( loc2 != null ) { loc0 = loc2 . newClipboardSupport ( loc1 ) ; } return loc0 ; }
361
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
362
sets the password . concode_field_sep String password concode_elem_sep String name concode_elem_sep String email concode_elem_sep List<UserProperty> properties concode_elem_sep String username concode_field_sep void setName concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep void setUse...
void function ( String arg0 ) { this . password = arg0 ; }
363
return a file pointing to the storage location for map tiles . concode_field_sep String PREF_MYLOCATION_ENABLED concode_elem_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep Ma...
File function ( Context arg0 , String arg1 ) { File loc0 = new File ( arg0 . getFilesDir ( ) , TILE_PATH ) ; if ( ! loc0 . exists ( ) ) { loc0 . mkdirs ( ) ; } return new File ( loc0 , arg1 ) ; }
364
returns the date/time that marks the end of the time period . this method returns a new date instance every time it is called . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep RegularTimePeriod createInstance concode_elem_...
Date function ( ) { return new Date ( getLastMillisecond ( ) ) ; }
365
getter for x concode_field_sep int x concode_elem_sep int y concode_field_sep void setY concode_elem_sep void setX concode_elem_sep int getY concode_elem_sep Object twoFunctionsOfX concode_elem_sep boolean overloadedStatic concode_elem_sep boolean overloadedStatic
int function ( ) { return x ; }
366
get the typecode of the forwardrequest . concode_field_sep ForwardRequest value concode_field_sep void _read concode_elem_sep void _write
TypeCode function ( ) { return ForwardRequestHelper . type ( ) ; }
367
gets the count concode_field_sep java.util.Date date concode_elem_sep Top other concode_elem_sep String address concode_elem_sep Top top concode_elem_sep String name concode_elem_sep int count concode_elem_sep long id concode_field_sep void setName concode_elem_sep void setOther concode_elem_sep void init concode_elem_...
int function ( ) { return count ; }
368
get the description of the treatment this class provides to the deposit concode_field_sep ItemService itemService concode_elem_sep BundleService bundleService concode_elem_sep BitstreamService bitstreamService concode_elem_sep BitstreamFormatService bitstreamFormatService concode_field_sep DepositResult ingest
String function ( ) { return "srini_string" ; }
369
create a server that registers the declaredservlet class . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Server function ( URI arg0 , Class < ? extends Servlet > arg1 , Map < String , String > arg2 ) { return create ( arg0 , arg1 , null , arg2 , null ) ; }
370
returns the type uid of the channel group . concode_field_sep ChannelGroupTypeUID typeUID concode_elem_sep String description concode_elem_sep String id concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep String getId concode_elem_sep String toString concode_elem_sep String getDescription
ChannelGroupTypeUID function ( ) { return this . typeUID ; }
371
writes a trace message to indicate that a given section of code has begun . this call must be followed by a corresponding call to #endsection on the same thread . at this time the vertical bar character ' | ' , newline character ' \ n ' , and null character ' \ 0 ' are used internally by the tracing mechanism . if sect...
void function ( String arg0 ) { if ( isTagEnabled ( TRACE_TAG_APP ) ) { if ( arg0 . length ( ) > MAX_SECTION_NAME_LEN ) { throw new IllegalArgumentException ( "srini_string" ) ; } nativeTraceBegin ( TRACE_TAG_APP , arg0 ) ; } }
372
parses a string that contains a date in a certain format concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep Calendar dateToCalendar concode_elem_sep String format concode_elem_sep int currentMonth concode_elem_sep Calendar beginningOfMonth concode_elem_sep Calendar endOfMo...
Calendar function ( final String arg0 , final String arg1 ) { try { SimpleDateFormat loc0 = new SimpleDateFormat ( arg1 ) ; Date loc1 = loc0 . parse ( arg0 ) ; return dateToCalendar ( loc1 ) ; } catch ( ParseException loc0 ) { Logger . getLogger ( Console . class . getName ( ) ) . log ( Level . SEVERE , null , loc0 ) ;...
373
get disabled role names . concode_field_sep long serialVersionUID concode_elem_sep List<String> processAffectations concode_elem_sep List<Translation> roleTranslations concode_elem_sep String[] disabledRoleNames concode_elem_sep SortedMap<String,List<String>> productAffectations concode_field_sep SortedMap<String,List<...
String [ ] function ( ) { return disabledRoleNames ; }
374
sort the elements using the given comparator . concode_field_sep int size concode_elem_sep E[] data concode_elem_sep int index concode_elem_sep int CAPACITY_SHRINK concode_elem_sep int CAPACITY_INIT concode_field_sep E next concode_elem_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep v...
void function ( Comparator < E > arg0 ) { sort ( arg0 , 0 , size - 1 ) ; }
375
sets the value of the return property . concode_field_sep JAXBElement<ListOpenstackSecurityGroupsResp> _return concode_field_sep JAXBElement<ListOpenstackSecurityGroupsResp> getReturn
void function ( JAXBElement < ListOpenstackSecurityGroupsResp > arg0 ) { this . _return = arg0 ; }
376
returns the row number for the drop span . concode_field_sep int CELL_USED concode_elem_sep int CELL_EMPTY concode_elem_sep boolean isEffectualDrop concode_elem_sep int colSpanOffset concode_elem_sep LayoutCell EMPTY_CELL concode_elem_sep int rowSpanForDrop concode_elem_sep int cellId concode_elem_sep int DROP_SPANNED ...
int function ( ) { return rowSpanForDrop ; }
377
sets the title of this wiki page resource . concode_field_sep WikiPageResource _wikiPageResource concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep long getReso...
void function ( java . lang . String arg0 ) { _wikiPageResource . setTitle ( arg0 ) ; }
378
returns the amount of free memory in the cluster node 's vm in bytes . concode_field_sep ResourceBundle config concode_elem_sep long totalMem concode_elem_sep long freeMem concode_elem_sep long time concode_elem_sep NodeInfo result concode_elem_sep byte[] nodeId concode_elem_sep long maxMem concode_field_sep void write...
byte [ ] function ( ) { return nodeId ; }
379
invoked when changes in annotation list for some field are detected concode_field_sep Set<Recompile> RECOMPILE_ALL concode_elem_sep Set<Recompile> RECOMPILE_NONE concode_field_sep Set<Recompile> methodAnnotationsChanged concode_elem_sep Set<Recompile> classAnnotationsChanged
Set < Recompile > function ( NamingContext arg0 , FieldRepr arg1 , Difference . Specifier < TypeRepr . ClassType , Difference > arg2 ) { return RECOMPILE_NONE ; }
380
if set , indicates that the request to cancel the workflow execution was automatically generated , and specifies the cause . this happens if the parent workflow execution times out or is terminated , and the child policy is set to cancel child executions . returns a reference to this object so that method calls can be ...
WorkflowExecutionCancelRequestedEventAttributes function ( WorkflowExecutionCancelRequestedCause arg0 ) { this . cause = arg0 . toString ( ) ; return this ; }
381
set location of the point for which we must draw the orbit concode_field_sep double dComplexConstantIm concode_elem_sep FractalTypes fractalType concode_elem_sep double dAspectRatio concode_elem_sep ColorMode colorMode concode_elem_sep double INITIAL_ZOOM concode_elem_sep int iterationsLimmit concode_elem_sep WindowCoo...
void function ( double arg0 , double arg1 ) { dOrbitPointX = arg0 ; dOrbitPointY = arg1 ; }
382
interpolation of a straigt line given by two coordinates c0 and c1 . the method will return a double array which describes the coordinate at distance r on this straight line , whith a parametrisation of 0.0 at c0 and 1.0 at c1 . note : this method is non-robust due to floating-point rounding errors . inexact results ac...
double [ ] function ( double [ ] arg0 , double [ ] arg1 , double arg2 ) { int loc0 = arg0 . length ; double [ ] loc1 = new double [ loc0 ] ; double loc2 = 1.0 - arg2 ; for ( int loc3 = 0 ; loc3 < loc0 ; ++ loc3 ) { loc1 [ loc3 ] = loc2 * arg0 [ loc3 ] + arg2 * arg1 [ loc3 ] ; } return loc1 ; }
383
this method was generated by mybatis generator . this method sets the value of the database column user_t . id concode_field_sep String password concode_elem_sep String user_name concode_elem_sep Integer id concode_elem_sep Integer age concode_field_sep void setPassword concode_elem_sep Integer getAge concode_elem_sep ...
void function ( Integer arg0 ) { this . id = arg0 ; }
384
this method was generated by mybatis generator . this method returns the value of the database column t_vm_nvr . password concode_field_sep String nvrid concode_elem_sep String ip concode_elem_sep int nvrFault concode_elem_sep BigDecimal disknum concode_elem_sep String version concode_elem_sep String branch concode_ele...
String function ( ) { return password ; }
385
adds an object to a priorityqueue in log size time . if one tries to add more objects than maxsize from initialize a runtimeexception arrayindexoutofbound is thrown . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep T[] heap concode_field_sep T pop concode_elem_sep T top concode_elem_sep int siz...
void function ( T arg0 ) { size ++ ; heap [ size ] = arg0 ; upHeap ( ) ; }
386
constructs a standard memberclasses annotation . concode_field_sep CstString ACCESS_FLAGS_STRING concode_elem_sep CstString VALUE_STRING concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstString NAME_STRING concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode_elem_sep CstType ENCLOSING_CLASS_TYPE concode_e...
Annotation function ( TypeList arg0 ) { CstArray loc0 = makeCstArray ( arg0 ) ; Annotation loc1 = new Annotation ( MEMBER_CLASSES_TYPE , SYSTEM ) ; loc1 . put ( new NameValuePair ( VALUE_STRING , loc0 ) ) ; loc1 . setImmutable ( ) ; return loc1 ; }
387
adds new element on the last place in the list . concode_field_sep Node next concode_elem_sep Node start concode_elem_sep int count concode_elem_sep int value concode_field_sep int middle concode_elem_sep Node getStart concode_elem_sep Node getNext concode_elem_sep void removeLast concode_elem_sep int getValue concode_...
void function ( int arg0 ) { if ( start == null ) { start = new Node ( arg0 ) ; } else { Node loc0 = getLastNode ( ) ; loc0 . setNext ( new Node ( arg0 ) ) ; } count ++ ; }
388
return a path to a file in the buck-out/bin / directory . format will be prepended withthe com.facebook.buck.util.buckconstant #scratch_dir and the target base path , thenformatted with the target short name . concode_field_sep PlaceHolder placeHolder concode_field_sep BuildTarget createFlavoredBuildTarget concode_elem...
Path function ( BuildTarget arg0 , String arg1 ) { return Paths . get ( String . arg1 ( "srini_string" + arg1 , BuckConstant . SCRATCH_DIR , arg0 . getBasePathWithSlash ( ) , arg0 . getShortNameAndFlavorPostfix ( ) ) ) ; }
389
returns the last publish date of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se...
Date function ( ) { return _mbDiscussion . getLastPublishDate ( ) ; }
390
informs if the structure is default instance . concode_field_sep Sorting DEFAULT_EMPTY_INSTANCE concode_elem_sep Map<String,SortOrder> sortRules concode_field_sep Sorting getDefaultEmptyInstance concode_elem_sep void parseSortRule concode_elem_sep Sorting parseQueryParams concode_elem_sep Map<String,SortOrder> getValid...
boolean function ( ) { return this . sortRules . isEmpty ( ) ; }
391
sets the value of the operation property . concode_field_sep LogoutParamsType params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep LogoutParamsType getParams concode_elem_sep void setParams
void function ( String arg0 ) { this . operation = arg0 ; }
392
substract another vector from this one , returning a new vector . concode_field_sep long serialVersionUID concode_elem_sep NWVector ORIGIN concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep NWVector add concode_elem_sep NWVector add concode_elem_sep float angleTo concode_elem_s...
NWVector function ( NWVector arg0 ) { return new NWVector ( x - arg0 . x , y - arg0 . y , z - arg0 . z ) ; }
393
creates a new invisible condition . concode_field_sep PlaceHolder placeHolder concode_field_sep SelectedIndex selectionWithIndex concode_elem_sep SelectedTexts selectionWithTexts concode_elem_sep SelectedTexts selectionWithTexts concode_elem_sep Visible visible concode_elem_sep AttributeWithValue attributeWithValue con...
Invisible function ( ) { return new Invisible ( ) ; }
394
create a photon map as prescribed by the given photonstore . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightSe...
boolean function ( PhotonStore arg0 , String arg1 , int arg2 ) { return lightServer . calculatePhotons ( arg0 , arg1 , arg2 ) ; }
395
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
396
returns a clone of the tick . concode_field_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep String text concode_elem_sep TextAnchor textAnchor concode_elem_sep long serialVersionUID concode_field_sep double getAngle concode_elem_sep String getText concode_elem_sep TextAnchor getTextAnchor c...
Object function ( ) { Tick loc0 = ( Tick ) super . loc0 ( ) ; return loc0 ; }
397
emulate mouse click use given location and button . concode_field_sep Control m_control concode_elem_sep int m_stateMask concode_elem_sep int m_lastDragX concode_elem_sep int m_lastDragY concode_elem_sep int m_dragButton concode_field_sep void endDrag concode_elem_sep void postModifiers concode_elem_sep void keyUp conc...
void function ( Point arg0 , int arg1 ) { click ( arg0 . x , arg0 . y , arg1 ) ; }
398
removes the given prefix from this context . concode_field_sep Map<String,String> prefixToNamespaceUri concode_elem_sep Map<String,Set<String>> namespaceUriToPrefixes concode_field_sep String getPrefix concode_elem_sep Iterator<String> getBoundPrefixes concode_elem_sep Set<String> getPrefixesInternal concode_elem_sep v...
void function ( String arg0 ) { String loc0 = prefixToNamespaceUri . remove ( arg0 ) ; if ( loc0 != null ) { Set < String > loc1 = getPrefixesInternal ( loc0 ) ; loc1 . remove ( arg0 ) ; } }
399
returns the objectname of this mbean . concode_field_sep ObjectName objectName concode_elem_sep ContextSelector selector concode_field_sep String getImplementationClassName
ObjectName function ( ) { return objectName ; }