code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
T function ( NamedElement arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` named element ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep AnalyticsPackage modelPackage concode_field_sep T caseDimensionDefinition concode_elem_sep T caseDimension concode_elem_sep T c... |
IntVector function ( ) { return ( IntVector ) clone ( ) ; } | makes a deep copy of the vector concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void s... |
void function ( String arg0 , String arg1 ) { synchronized ( registry ) { addNote ( arg0 ) ; if ( registry . get ( arg0 ) . get ( arg1 ) == null ) { registry . get ( arg0 ) . put ( arg1 , new HashMap < String , String > ( ) ) ; } } } | adds a classname to the registry concode_field_sep String PRE_EXEC concode_elem_sep String POST_EXEC_DEV concode_elem_sep String POST_EXEC concode_elem_sep Map<String,Map<String,Map<String,String>>> registry concode_elem_sep String interpreterId concode_elem_sep String PRE_EXEC_DEV concode_elem_sep String GLOBAL_KEY co... |
String function ( ) { return truststorePassword ; } | get the truststore password . concode_field_sep String truststorePassword concode_elem_sep ComponentSSLConfiguration singleton concode_elem_sep String truststoreType concode_elem_sep boolean httpsEnabled concode_elem_sep String truststorePath concode_field_sep void init concode_elem_sep boolean isHttpsEnabled concode_e... |
int function ( ) { parseIfNecessary ( ) ; return endOffset ; } | gets the end offset of this constant pool in the byte which it came from . concode_field_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep DirectClassFile cf concode_elem_sep int offset concode_elem_sep int context concode_elem_sep StdAttributeList list concode_elem_sep AttributeFactory attribu... |
Node function ( ) { return this ; } | returns the node object that currently represents this node in the avl index structure . in current implementations of node this is always the same as the this object for memory and text tables but can be a different object for cached tables , where disknode objects may be freed from the cache . calling this method ret... |
NotificationLevel function ( ) { return this . level ; } | get the level value . concode_field_sep Channels channels concode_elem_sep NotificationLevel level concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep String description concode_elem_sep UUID recommendationId concode_elem_sep String message concode_elem_sep String actionName concode_elem_s... |
void function ( OutputStream arg0 , float [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; arg0 . write_float_array ( arg1 , 0 , arg1 . length ) ; } | writes the float into the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep float[] extract concode_elem_sep float[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
String function ( ApplicationContext arg0 ) { BundleContext loc0 = arg0 . getBean ( BundleContext . class ) ; return ( loc0 == null ) ? "srini_string" : loc0 . getBundle ( ) . getSymbolicName ( ) ; } | returns bundle name concode_field_sep ExpressionParser annotationParser concode_elem_sep MotechPermissionService permissionService concode_elem_sep String currentBundleName concode_elem_sep Logger LOGGER concode_field_sep void addRoleAndPermissions concode_elem_sep void processAnnotations concode_elem_sep List<String> ... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.util.Calendar mailCapturedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean mailCaptured concode_elem_sep boolean __hashCodeCalc concode_elem_sep int moveToMailboxId concode_f... |
void function ( ) { if ( messageListenerThreads . contains ( Thread . currentThread ( ) . getId ( ) ) ) { throw HornetQJMSClientBundle . BUNDLE . callingMethodFromListener ( ) ; } } | asserts a javax.jms.messagelistener is not calling from its own javax.jms.connection or javax.jms.messageconsumer . note that the code must work without any need for further synchronization , as there is the requirement that only one messagelistener be called at a time . in other words , messagelistener calling is sing... |
Set < String > function ( ) { return this . bundle . keySet ( ) ; } | returns a set of the keys contained in this object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putD... |
void function ( T arg0 , Exception arg1 ) { this . error = arg1 ; this . result = arg0 ; this . latch . countDown ( ) ; } | mark this request as complete and unblock any threads waiting on its completion . concode_field_sep T result concode_elem_sep CountDownLatch latch concode_elem_sep Exception error concode_field_sep T result concode_elem_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep T get concode_elem_sep T ge... |
Vector3 function ( Vector3 arg0 , float arg1 ) { return new Vector3 ( arg1 * arg0 . x , arg1 * arg0 . y , arg1 * arg0 . z ) ; } | scales the vector by the given amount concode_field_sep float RADIANS_TO_DEGREES concode_elem_sep float DEGREES_TO_RADIANS concode_field_sep Vector3 vectorProduct concode_elem_sep Vector3 addVectors concode_elem_sep Matrix33 calculateRotationMatrix concode_elem_sep float mod2pi concode_elem_sep Matrix33 matrixMultiply ... |
Object function ( String arg0 , ClassLoader arg1 , String arg2 ) { Object loc0 = null ; Class loc1 = null ; if ( arg1 != null ) { loc1 = Class . forName ( arg0 , true , arg1 ) ; } else { loc1 = Class . forName ( arg0 ) ; } Field loc2 = loc1 . getField ( arg2 ) ; loc0 = loc2 . get ( loc1 ) ; return loc0 ; } | doc ycbai comment method `` getstaticfield '' . returns the value of a static field . concode_field_sep Logger log concode_field_sep Object invokeStaticMethod concode_elem_sep Object invokeStaticMethod concode_elem_sep boolean isInstance concode_elem_sep Object getPrivateField concode_elem_sep Object newInstance concod... |
void function ( String arg0 ) { this . tag = arg0 ; } | sets the value of the tag property . concode_field_sep String description concode_elem_sep List<Attribute> attribute concode_elem_sep String tag concode_elem_sep String tagName concode_field_sep List<Attribute> getAttribute concode_elem_sep void setTagName concode_elem_sep String getTagName concode_elem_sep void setDes... |
ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 3 > loc1 . loc0 ) { enlarge ( 3 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) ( arg1 >>> 8 ) ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; } | puts a byte and a short into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put4 concode_elem_sep ByteVector put1 concode_elem_sep ByteVector put2 concode_elem_sep void enlarge concode_elem_sep ByteVector... |
Automation function ( String arg0 ) { for ( Automation loc0 : getAutomations ( ) ) { if ( loc0 . getName ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; } | returns an automation with a name matching the string parameter concode_field_sep boolean m_loadedFromFile concode_elem_sep VacuumdConfigFactory m_singleton concode_elem_sep VacuumdConfiguration m_config concode_field_sep Collection<Trigger> getTriggers concode_elem_sep ActionEvent getActionEvent concode_elem_sep void ... |
InputStream function ( ) { return new BlobInputStream ( session , blob , 0 , length ( ) ) ; } | retrieves the blob value designated by this blob instance as a stream . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_elem_sep BlobDataID originalBlob concode_elem_sep int colIndex concode_elem_sep boolean isWritable concode_elem_sep JDBCResultSet ... |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start |
void function ( int arg0 ) { mQueue . removeSyncBarrier ( arg0 ) ; } | removes a synchronization barrier . concode_field_sep String TAG concode_elem_sep Looper sMainLooper concode_elem_sep MessageQueue mQueue concode_elem_sep ThreadLocal<Looper> sThreadLocal concode_elem_sep Thread mThread concode_elem_sep Printer mLogging concode_field_sep void prepare concode_elem_sep void prepare conco... |
void function ( Throwable arg0 , Collection < ? extends AutoCloseable > arg1 ) { try { close ( arg1 ) ; } catch ( Exception loc0 ) { arg0 . addSuppressed ( loc0 ) ; } } | closes all autocloseables if not null and suppresses exceptions by adding them to t concode_field_sep PlaceHolder placeHolder concode_field_sep AutoCloseable all |
boolean function ( String arg0 ) { return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ; } | `` sys_idx _ '' is used for auto-indexes on referring fk columns or unique constraints . `` sys_pk _ '' is for the primary key indexes . `` sys_ref _ '' is for fk constraints in referenced tables concode_field_sep String statementName concode_elem_sep int sysNumber concode_elem_sep boolean isNameQuoted concode_elem_sep... |
char function ( ) { if ( ! isEmpty ( ) ) return this . openChanges [ this . size - 1 ] ; else return ' ' ; } | returns the change of the current open element . concode_field_sep OpenElementEvent[] openElements concode_elem_sep int size concode_elem_sep char[] openChanges concode_field_sep boolean okInsert concode_elem_sep boolean isEmpty concode_elem_sep void format concode_elem_sep void clear concode_elem_sep void insert conco... |
String function ( ) { return mFile ; } | get the file this stack frame points to . js traces return the full path to the file here , while java traces only return the file name the path is not known . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode... |
void function ( ) { if ( sSinks != null ) { for ( Sink loc0 : sSinks ) { loc0 . stop ( ) ; } } sSinks = null ; } | stops all the sinks . concode_field_sep TimeUnit MINIMAL_POLL_UNIT concode_elem_sep String SINK_REGEX concode_elem_sep String CLIENT_INSTANCE concode_elem_sep int MINIMAL_POLL_PERIOD concode_elem_sep String WORKER_INSTANCE concode_elem_sep Logger LOG concode_elem_sep List<Sink> sSinks concode_elem_sep MetricRegistry ME... |
K function ( ) { return key ; } | get the first element of the pair . concode_field_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep V getSecond |
com . newway . model . arg0 function ( com . newway . model . arg0 arg0 ) { return _congtrinhLocalService . updatecongtrinh ( arg0 ) ; } | updates the congtrinh in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep congtrinhLocalService _congtrinhLocalService concode_field_sep congtrinhLocalService getWrappedcongtrinhLocalService concode_elem_sep void setWrappedService concode_elem_sep void... |
GifDrawableBuilder function ( byte [ ] arg0 ) { mInputSource = new ByteArraySource ( arg0 ) ; return this ; } | wrapper of pl.droidsonroids.gif.gifdrawable #gifdrawable byte concode_field_sep boolean mIsRenderingTriggeredOnDraw concode_elem_sep GifOptions mOptions concode_elem_sep InputSource mInputSource concode_elem_sep ScheduledThreadPoolExecutor mExecutor concode_elem_sep GifDrawable mOldDrawable concode_field_sep GifDrawabl... |
void function ( String arg0 ) { throw new WPSException ( arg0 ) ; } | throws a wps exception , specifying a message concode_field_sep float total concode_elem_sep float work concode_elem_sep ProgressListener listener concode_elem_sep float base concode_field_sep void work concode_elem_sep void setTask concode_elem_sep void setProgress concode_elem_sep void start concode_elem_sep Progress... |
long function ( long arg0 , int arg1 ) { assert ( arg1 <= MAXIMUM_PARTITION_ID ) ; final long loc0 = ( arg0 & MASK_LONG_UPPER_13_BITS ) >>> 24 ; final long loc1 = loc0 | ( arg0 & MASK_LONG_LOWER_27_BITS ) ; return ( ( ( long ) arg1 ) << 40 ) | loc1 ; } | pack a record address and partition id into a single word . concode_field_sep long MASK_LONG_UPPER_24_BITS concode_elem_sep long MASK_LONG_LOWER_51_BITS concode_elem_sep long MASK_LONG_UPPER_13_BITS concode_elem_sep long MASK_LONG_LOWER_40_BITS concode_elem_sep int MAXIMUM_PAGE_SIZE_BYTES concode_elem_sep long packedRe... |
Object [ ] function ( char [ ] arg0 , int arg1 ) { int loc0 = 0 ; while ( arg0 [ arg1 + loc0 ] != ']' ) loc0 ++ ; Object [ ] loc1 = new Object [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = readArgument ( arg0 [ arg1 + loc2 ] ) ; } return loc1 ; } | read an array from the byte stream . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String readString concode_elem_sep char[] rea... |
void function ( ) { p . drawTo ( q ) ; } | draws this line segment to standard draw . concode_field_sep Point p concode_elem_sep Point q concode_field_sep int hashCode concode_elem_sep String toString |
int function ( ) { return aqaa ; } | gets the value of the aqaa property . concode_field_sep String adminStaff concode_elem_sep int aqaa concode_field_sep void setAQAA concode_elem_sep String getAdminStaff concode_elem_sep void setAdminStaff |
String function ( ) { return bundleLocation ; } | get the fully qualified package of where the message bundle is located . concode_field_sep String databaseSourceKey concode_elem_sep boolean hasParameters concode_elem_sep Logger M_log concode_elem_sep SqlService sqlService concode_elem_sep String sourceText concode_elem_sep String bundleLocation concode_elem_sep Resou... |
Color function ( final long arg0 , final long arg1 ) { if ( arg1 != 0 ) { return computeColorFromDeviation ( arg1 - arg0 ) ; } else { return Color . decode ( "srini_string" ) ; } } | returns the status color to be used , depending on whether the vehicle is running early , late , ontime , or if we do n't have real-time info i.e. , scheduled concode_field_sep String MINUTES_AGO concode_elem_sep String ROUTE concode_elem_sep String MINUTE_EARLY concode_elem_sep int ms_in_mins concode_elem_sep Color mC... |
String function ( int [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( loc1 > 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( symbolCharToString ( arg0 [ loc1 ] ) ) ; } return loc0 . toString ( ) ; } | converts an encoded code 128 message into a string for debugging purposes . concode_field_sep char FNC_2 concode_elem_sep char FNC_3 concode_elem_sep int codeset concode_elem_sep byte[] STOP concode_elem_sep byte[][] CHARSET concode_elem_sep char FNC_1 concode_elem_sep char FNC_4 concode_field_sep boolean isValidChar c... |
boolean function ( Class < ? > arg0 ) { return arg0 . getName ( ) . indexOf ( "srini_string" ) > - 1 ; } | checks if class cls is a vm-anonymous classas defined by sun.misc.unsafe #defineanonymousclass not to be confused with a java language anonymous inner class . concode_field_sep String PROXY_PACKAGE concode_field_sep Class<?> forName concode_elem_sep void ensureMemberAccess concode_elem_sep boolean isPackageAccessible c... |
SubselectFetch function ( EntityKey arg0 ) { return subselectsByEntityKey . get ( arg0 ) ; } | retrieve the fetch descriptor associated with the given entity key . concode_field_sep Map<String,LinkedHashMap<CollectionEntry,PersistentCollection>> batchLoadableCollections concode_elem_sep Map<String,LinkedHashSet<EntityKey>> batchLoadableEntityKeys concode_elem_sep PersistenceContext context concode_elem_sep Map<E... |
Set function ( ) { String [ ] loc0 = getRequiredClasses ( ) ; Set loc1 = loadClassesAndJar ( loc0 ) ; if ( collatorCreated ) { collator . closeJar ( ) ; } return loc1 ; } | creates the jar file from the classdep analysis . concode_field_sep Task callingTask concode_elem_sep Classpath cPath concode_elem_sep JarElementCollator collator concode_elem_sep boolean collatorCreated concode_elem_sep Object[] cacheArray concode_elem_sep String[] classDepArgs concode_field_sep String getClasspath co... |
String function ( ) { return sha1 == null ? "srini_string" : sha1 . name ( ) ; } | getsha1string . concode_field_sep ObjectId sha1 concode_elem_sep Collection<Branch> branches concode_elem_sep long serialVersionUID concode_field_sep Collection<Branch> getBranches concode_elem_sep boolean containsBranchName concode_elem_sep int hashCode concode_elem_sep void setSha1 concode_elem_sep boolean equals con... |
Proxy function ( ) { return proxy ; } | returns this address 's explicitly-specified http proxy , or null to delegate to the http client 's proxy selector . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier c... |
Path function ( ) { return scriptsFile ; } | location of on-disk scripts concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path modulesFile concode_elem_sep Path pidFile concode_elem_sep FileStore[] fileStores concode_elem_sep Path libFile concode_e... |
void function ( String arg0 ) { this . nextToken = arg0 ; } | the token to use to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<ReservedInstancesOffering> reservedInstancesOfferings concode_field_sep java.util.List<ReservedInstancesOfferin... |
boolean function ( int arg0 , String arg1 ) { return arg0 <= 2 ; } | returns true if the command sender is allowed to use the given command . concode_field_sep SimpleDateFormat field_145766_a concode_elem_sep int field_145764_b concode_elem_sep IChatComponent field_145762_d concode_elem_sep String field_145761_f concode_elem_sep boolean field_145765_c concode_elem_sep String field_14576... |
void function ( DefaultMutableTreeNode arg0 ) { this . wrapper = arg0 ; } | set the defaultmutabletreenode instance that wraps this instance concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon ... |
void function ( long arg0 ) { this . attributeId = arg0 ; } | sets the attribute 's id . note this should only be called as a direct result of persisting the attribute in the data store . concode_field_sep Long attributeId concode_elem_sep long parentProjectId concode_elem_sep List<AccLabel> accLabels concode_elem_sep String name concode_elem_sep String description concode_elem_s... |
Veto function ( String arg0 , int arg1 ) { return new Veto ( INSUFFICIENT_RESOURCES , arg0 , arg1 ) ; } | creates a veto that represents an inability of the server to satisfy task 's configuration resource requirements . concode_field_sep ResourceBag offer concode_elem_sep int score concode_elem_sep String reason concode_elem_sep ResourceBag request concode_elem_sep VetoType vetoType concode_elem_sep ITaskConfig task conco... |
SPSSODescriptorType function ( boolean arg0 , KeyDescriptorType arg1 , EndpointType arg2 , List < AttributeType > arg3 , OrganizationType arg4 ) { return MetaDataBuilderDelegate . createSPSSODescriptor ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } | create a idp sso metadata descriptor concode_field_sep PlaceHolder placeHolder concode_field_sep EntityDescriptorType createEntityDescriptor concode_elem_sep EndpointType createEndpoint concode_elem_sep IDPSSODescriptorType createIDPSSODescriptor concode_elem_sep OrganizationType createOrganization |
double function ( double arg0 ) { checkArgument ( ! isNaN ( arg0 ) ) ; if ( arg0 > 0.0 ) { return arg0 ; } else { return 0.0 ; } } | returns its argument if it is non-negative , zero if it is negative . concode_field_sep int SIGNIFICAND_BITS concode_elem_sep int EXPONENT_BIAS concode_elem_sep long SIGNIFICAND_MASK concode_elem_sep long IMPLICIT_BIT concode_elem_sep long ONE_BITS concode_elem_sep long EXPONENT_MASK concode_elem_sep long SIGN_MASK con... |
boolean function ( Class < ? > arg0 , Object arg1 ) { return arg0 . isInstance ( arg1 ) ; } | calls class #isinstance object . factored out so that it can be emulated in gwt . concode_field_sep PlaceHolder placeHolder concode_field_sep MapMaker tryWeakKeys concode_elem_sep List<T> subList concode_elem_sep T[] clone concode_elem_sep T[] newArray concode_elem_sep T[] newArray concode_elem_sep void unsafeArrayCopy |
void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c... |
void function ( String arg0 , boolean arg1 ) { assertTrue ( arg0 , ! arg1 ) ; } | asserts that a condition is false . if it is n't it throws an assertionfailederror with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep String format concode_elem_sep void assertPo... |
void function ( ) { patterns . clear ( ) ; } | clears the list of patters . to be used when the '' ! '' character is used in any of the . cvsignore lists . concode_field_sep List patterns concode_field_sep boolean shouldBeIgnored concode_elem_sep void addPattern |
int function ( int arg0 , char arg1 ) { return firstTerm ( arg0 ) + ( int ) arg1 ; } | chars . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray |
Iteration < Edge > function ( Vertex arg0 ) { return outEdges ( arg0 ) ; } | returns outedges v . this is a synonym typically used on undirected graphs . concode_field_sep Comparator<ELabel> comparator concode_elem_sep List<Vertex> _successors concode_elem_sep Vertex _v0 concode_elem_sep List<Edge> _outEdges concode_elem_sep List<Vertex> _predecessors concode_elem_sep Vertex _v1 concode_elem_se... |
IBackupElectricItemManager function ( ItemStack arg0 ) { for ( IBackupElectricItemManager loc0 : backupManagers ) { if ( loc0 . handles ( arg0 ) ) return loc0 ; } return null ; } | get the electric item manager suitable for the supplied item stack . this method is for internal use only . concode_field_sep IElectricItemManager manager concode_elem_sep IElectricItemManager rawManager concode_elem_sep List<IBackupElectricItemManager> backupManagers concode_field_sep void registerBackupManager |
Path function ( ) { return this . trashLocation ; } | get trash location . concode_field_sep Logger LOG concode_elem_sep String DEFAULT_TRASH_DIRECTORY concode_elem_sep SnapshotCleanupPolicy snapshotCleanupPolicy concode_elem_sep FileSystem fs concode_elem_sep String TRASH_SNAPSHOT_PREFIX concode_elem_sep FsPermission ALL_PERM concode_elem_sep FsPermission PERM concode_el... |
String function ( ) { return current ; } | returns the current state of the fsm concode_field_sep HashSet<String> allEvents concode_elem_sep String current concode_elem_sep HashSet<String> allStates concode_elem_sep Transitioner transitioner concode_elem_sep HashMap<CallbackKey,Callback> callbacks concode_elem_sep HashMap<EventKey,String> transitions concode_el... |
void function ( JobConf arg0 , Class < ? extends DBWritable > arg1 , String arg2 , String arg3 ) { arg0 . setInputFormat ( DBInputFormat . class ) ; DBConfiguration loc0 = new DBConfiguration ( arg0 ) ; loc0 . setInputClass ( arg1 ) ; loc0 . setInputQuery ( arg2 ) ; loc0 . setInputCountQuery ( arg3 ) ; } | initializes the map-part of the job with the appropriate input settings . concode_field_sep String[] fieldNames concode_elem_sep DBConfiguration dbConf concode_elem_sep long end concode_elem_sep String tableName concode_elem_sep DBInputSplit split concode_elem_sep Class<T> inputClass concode_elem_sep Statement statemen... |
void function ( int arg0 , int arg1 ) { setX ( arg0 ) ; setY ( arg1 ) ; if ( getBean ( ) instanceof MetaBean ) { ( ( MetaBean ) getBean ( ) ) . shiftBeans ( this , false ) ; } } | set the x and y coordinates of this bean concode_field_sep int IDLE concode_elem_sep int m_y concode_elem_sep int m_x concode_elem_sep long serialVersionUID concode_elem_sep int BEAN_EXECUTING concode_elem_sep Object m_bean concode_elem_sep Vector COMPONENTS concode_field_sep void paintLabels concode_elem_sep void setY... |
void function ( Intent arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onNewIntent ( arg0 ) ; } } | called when the activity receives a new intent . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,Plugi... |
String function ( String arg0 ) { String loc0 = null ; String loc1 = getMediaDirectory ( ) ; boolean loc2 = true ; loc0 = loc1 + arg0 ; return loc0 ; } | method to get the full path for the passed file name concode_field_sep PlaceHolder placeHolder concode_field_sep String pickAFile concode_elem_sep String pickPath concode_elem_sep String getMediaDirectory |
com . amazon . ec2 . CreateRouteTableResponseType function ( ) { return localCreateRouteTableResponse ; } | auto generated getter method concode_field_sep com.amazon.ec2.CreateRouteTableResponseType localCreateRouteTableResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName ... |
ArrayList function ( ) { return componentList ; } | get the list of form elements to use for iteration . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList concode_elem_sep LinkedFormEleme... |
double function ( int arg0 , int arg1 ) { double loc0 = 16.0 ; return calculateImageSize ( loc0 , arg0 , arg1 ) ; } | utility to scale the image to a rough size of 96x96 pixels but still maintaining the original aspect ratio . concode_field_sep Logger logger concode_elem_sep Media soundIconSmall concode_elem_sep Media movieIconSmall concode_elem_sep Media BROKEN_ICON concode_elem_sep Media MOVIE_ICON concode_elem_sep String thumbConve... |
void function ( ) { ELContext loc0 = new TesterELContext ( ) ; loc0 . getContext ( null ) ; } | tests that a null key results in an npe as per el javadoc . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNotifyBeforeEvaluation concode_elem_sep void testConvertToType02 concode_elem_sep void testConvertToType03 concode_elem_sep void testPutContext03 concode_elem_sep void testPutContext02 concod... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId |
String function ( DateFormat arg0 , Date arg1 , String arg2 ) { if ( arg1 == null ) { return arg2 ; } else { return arg0 . format ( arg1 ) ; } } | use appointing formatter to format input date , if date is null return string defaultnullvalue concode_field_sep ThreadLocal<SimpleDateFormat> dateThreadLocal concode_elem_sep String DATE_FORMAT concode_elem_sep String DATE_TIME_FORMAT concode_elem_sep ThreadLocal<SimpleDateFormat> dateTimeThreadLocal concode_field_sep... |
float function ( float arg0 ) { return arg0 * 25.4f ; } | measurement conversion from inches to millimeters . concode_field_sep PlaceHolder placeHolder concode_field_sep String unEscapeURL concode_elem_sep URL toURL concode_elem_sep boolean isSurrogatePair concode_elem_sep boolean isSurrogatePair concode_elem_sep float inchesToPoints concode_elem_sep void skip concode_elem_se... |
void function ( Boolean arg0 ) { this . notifyForOperationDelete = arg0 ; } | notify for delete operation , defaults to false api version > = 29.0 concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep String sObj... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject conc... |
int function ( ) { return content . hashCode ( ) ; } | calculate hash value . concode_field_sep int FORWARD_ACTION concode_elem_sep int len concode_elem_sep int FIXED_BASE concode_elem_sep int FIXED_LOOK concode_elem_sep int FINITE_CHOICE concode_elem_sep int kind concode_elem_sep int NORMAL concode_elem_sep int GENERAL_LOOK concode_elem_sep int priority concode_elem_sep i... |
boolean function ( ) { return accumulatedConversionOK ; } | returns status from accumulated conversion . concode_field_sep byte TR1001_SYNCH1 concode_elem_sep boolean accumulatedConversionOK concode_elem_sep int TR1001_PREAMBLE_LENGTH concode_elem_sep byte TR1001_SYNCH2 concode_elem_sep int TR1001_NR_SYNCHBYTES concode_elem_sep int[] accumulatedConversionDataLengthArray concode... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _virtualHostLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } | performs a dynamic query on the database and returns an ordered 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... |
ServiceName function ( String arg0 ) { return JBOSS_DEPLOYMENT_UNIT . append ( arg0 ) ; } | get the service name of a top-level deployment unit . concode_field_sep ServiceName JBOSS_DEPLOYMENT_CHAINS concode_elem_sep ServiceName JBOSS_DEPLOYMENT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_SUB_UNIT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_UNIT concode_elem_sep ServiceName JBOSS_DEPLOYMENT_EXTENSION_INDE... |
void function ( Delta [ ] arg0 ) { this . transitionFunction = arg0 ; } | / settransitionfunction concode_field_sep char[] tapeSymbols concode_elem_sep char[] inputSymbols concode_elem_sep ArrayList<State> statesQ concode_elem_sep String statesStr concode_elem_sep ArrayList<String> haltStates concode_elem_sep Delta[] transitionFunction concode_elem_sep char blankSymbol concode_elem_sep Strin... |
ViewToClickToExpand function ( View arg0 ) { this . viewToClick = arg0 ; return this ; } | sets the view to click to enable the expand/collapse action concode_field_sep boolean viewToSelect concode_elem_sep int mElement concode_elem_sep View viewToClick concode_elem_sep CardElementUI cardElementUIToClick concode_elem_sep boolean enableForCode concode_elem_sep boolean useLongClick concode_field_sep View getVi... |
AdvancedHostResolver function ( ) { return new DnsJavaResolver ( ) ; } | creates a net.lightbody.bmp.proxy.dns.dnsjavaresolver instance that can be used whencalling net.lightbody.bmp.browsermobproxy #sethostnameresolver net.lightbody.bmp.proxy.dns.advancedhostresolver . concode_field_sep PlaceHolder placeHolder concode_field_sep AdvancedHostResolver createNativeCacheManipulatingResolver con... |
Object function ( ConnectionManager arg0 ) { log . trace ( "srini_string" ) ; return new MultipleConnectionFactory1Impl ( this , arg0 ) ; } | creates a connection factory instance . concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep v... |
void function ( double arg0 ) { mass = arg0 ; } | set the particle 's mass concode_field_sep double charge concode_elem_sep double mass concode_elem_sep Vector3d position concode_elem_sep Vector3d velocity concode_field_sep double kineticEnergy concode_elem_sep Vector3d getPosition concode_elem_sep Vector3d getVelocity concode_elem_sep double getCharge concode_elem_se... |
RegistrySpec function ( Action < ? super RegistrySpec > arg0 ) { return arg0 . with ( this ) ; } | executes the given action with this . concode_field_sep PlaceHolder placeHolder concode_field_sep RegistrySpec add concode_elem_sep RegistrySpec add concode_elem_sep RegistrySpec add concode_elem_sep RegistrySpec addLazy concode_elem_sep RegistrySpec addLazy |
String function ( String arg0 ) { int loc0 = arg0 . lastIndexOf ( '.' ) ; return ( loc0 != - 1 ) ? arg0 . substring ( loc0 + 1 ) . trim ( ) . toLowerCase ( ) : null ; } | return the extension part of a url . concode_field_sep MimeType ANY concode_elem_sep MimeType HTML concode_elem_sep MimeType GIF concode_elem_sep MimeType MSEXCEL concode_elem_sep MimeType XML concode_elem_sep MimeType PLAINTEXT concode_elem_sep String mMimetype concode_elem_sep String mSubtype concode_elem_sep MimeTyp... |
SlidingMenu function ( ) { return mSlidingMenu ; } | gets the slidingmenu associated with this activity . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu... |
int function ( SQLiteDatabase arg0 , ContentValues arg1 ) { assertTable ( ) ; Logger . i ( LOG_TAG , "srini_string" + this ) ; return arg0 . update ( mTable , arg1 , getSelection ( ) , getSelectionArgs ( ) ) ; } | execute update using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep String mHaving concode_elem_sep String LOG_TAG concode_elem_sep String mGroupBy concode_elem_sep String mTable concode_elem_sep ArrayList<Strin... |
void function ( Class < T > arg0 ) { this . serviceInterface = arg0 ; } | this is a mandatory property that needs to be set . concode_field_sep HttpClient httpClient concode_elem_sep ResteasyProviderFactory resteasyProviderFactory concode_elem_sep URI baseUri concode_elem_sep T client concode_elem_sep ClientExecutor clientExecutor concode_elem_sep Class<T> serviceInterface concode_field_sep ... |
Product function ( @ PathParam ( "srini_string" ) int arg0 ) { System . out . println ( "srini_string" + arg0 ) ; Product loc0 = products . get ( new Long ( arg0 ) ) ; return loc0 ; } | this method is mapped to an http get of ` products / productid ' , relative to the url that point to this order resource itself . the value for productid will be passed to this message as a parameter , using the @pathparam annotation . the method returns an product object - for creating the http response , this object ... |
void function ( ) { JavaSystem . memoryRecords ++ ; nPrimaryNode = null ; } | is used only when the database row is deleted , not when it is freed from the cache . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory concod... |
void function ( ) { Assert . assertTrue ( "srini_string" , this . slsb . isTimerServiceInjected ( ) ) ; } | tests that an ejb with a @resource of type javax.ejb.timerservice deploys fine and the javax.ejb.timerservice is injected in the bean concode_field_sep Logger logger concode_elem_sep SimpleSLSB slsb concode_field_sep void testInjection concode_elem_sep void testContextInjection concode_elem_sep void testEnvEntryInjecti... |
void function ( Boolean arg0 ) { this . isTruncated = arg0 ; } | a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re... |
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; } | method declaration concode_field_sep String[] updateHelp concode_elem_sep String[] insertHelp concode_elem_sep String[] deleteHelp concode_elem_sep String[] createIndexHelp concode_elem_sep String[] shutdownHelp concode_elem_sep String[] setHelp concode_elem_sep String[] checkpointHelp concode_elem_sep Random rRandom c... |
void function ( String arg0 ) { out . println ( arg0 ) ; } | prints the given string to this instance 's output stream , followed by a newline . concode_field_sep Args args concode_elem_sep boolean strictParse concode_elem_sep int hexCols concode_elem_sep int at concode_elem_sep int indent concode_elem_sep byte[] bytes concode_elem_sep String filePath concode_elem_sep int width ... |
String function ( ) { return this . text ; } | returns the text version of the tick value . 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 TextAnchor getTextAnchor concode_elem_sep b... |
void function ( String arg0 ) { logger . warn ( arg0 ) ; } | actually write to the underlying log . the default implementations logs the message at `` warn '' level . concode_field_sep Log logger concode_field_sep void setLoggerName concode_elem_sep boolean isLogEnabled concode_elem_sep void postProcessBeanFactory concode_elem_sep void logDeprecatedBean |
void function ( final InputStream arg0 , final OutputStream arg1 ) { assert arg0 != null ; assert arg1 != null ; outputPump = createPump ( arg0 , arg1 ) ; } | create the pump to handle child output . concode_field_sep StreamPumper errorPump concode_elem_sep OutputStream err concode_elem_sep InputStream in concode_elem_sep String name concode_elem_sep StreamPumper outputPump concode_elem_sep StreamPumper inputPump concode_elem_sep OutputStream out concode_field_sep void setCh... |
void function ( ComponentContext arg0 ) { log . debug ( "srini_string" ) ; } | method to trigger when the osgi component become active . concode_field_sep Log log concode_field_sep void unsetRegistryService concode_elem_sep void setRegistryService concode_elem_sep void deactivate |
boolean function ( Message arg0 ) { return arg0 != null && arg0 . getExchange ( ) != null && ( arg0 == arg0 . getExchange ( ) . getInFaultMessage ( ) || arg0 == arg0 . getExchange ( ) . getOutFaultMessage ( ) ) ; } | determine if message is fault . concode_field_sep PlaceHolder placeHolder concode_field_sep FaultMode getFaultMode concode_elem_sep boolean isDOMPresent concode_elem_sep boolean isRequestor concode_elem_sep boolean isTrue concode_elem_sep boolean isOutbound concode_elem_sep boolean isEmptyPartialResponse concode_elem_s... |
StaffHasRole function ( ) { return this . staffHasRoleIdstaffHasRole ; } | return the value associated with the column : staffhasroleidstaffhasrole . concode_field_sep long serialVersionUID concode_elem_sep ClassroomModule classroomModuleIdclassroomModule concode_elem_sep StaffHasRole staffHasRoleIdstaffHasRole concode_field_sep void setStaffHasRoleIdstaffHasRole concode_elem_sep Class<?> get... |
void function ( boolean arg0 ) { this . viewCapability = arg0 ; } | setter method for viewcapability concode_field_sep String alertContents concode_elem_sep List<AlertVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String retailer concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep boolean viewCapability concode_elem_sep i... |
T function ( Class < T > arg0 , String arg1 ) { for ( T loc0 : getValues ( arg0 ) ) { if ( loc0 . toString ( ) . equalsIgnoreCase ( arg1 ) ) { return loc0 ; } } throw new IllegalArgumentException ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" ) ; } | retrieves the wsdl enum value from wsdlenumclass that matches , case-insensitive . concode_field_sep PlaceHolder placeHolder concode_field_sep T[] getValues concode_elem_sep String getValuesPossibilityDescription |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.