code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
TokenSet function ( ) { return myUnbalancedBracesRecoveryTokens ; } | returns all element types of python dialects that can be used as unbalanced braces recovery tokens in the lexer . concode_field_sep TokenSet myParameterTokens concode_elem_sep TokenSet myUnbalancedBracesRecoveryTokens concode_elem_sep TokenSet myExpressionTokens concode_elem_sep TokenSet myNameDefinerTokens concode_ele... |
List < E > function ( ) { if ( additions == null ) return ImmutableList . of ( ) ; return additions ; } | returns the list of additions in this mutation concode_field_sep List<E> additions concode_elem_sep List<K> deletions concode_field_sep List<K> getDeletions concode_elem_sep void deletion concode_elem_sep void merge concode_elem_sep boolean hasDeletions concode_elem_sep boolean hasAdditions concode_elem_sep void additi... |
Attribute function ( final ClassReader arg0 , final int arg1 , final int arg2 , final char [ ] arg3 , final int arg4 , final Label [ ] arg5 ) { Attribute loc0 = new Attribute ( type ) ; loc0 . value = new byte [ arg2 ] ; System . arraycopy ( arg0 . b , arg1 , loc0 . value , 0 , arg2 ) ; return loc0 ; } | reads a #type type attribute . this method must return anew attribute object , of type #type type , corresponding to the len bytes starting at the given offset , in the given class reader . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep Label[] getLabels co... |
void function ( Path arg0 ) { } | called for every new file found in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirectoryDeleted concode_elem_sep void onFileCha... |
ExpenseReportExpenseList function ( ) { return new ExpenseReportExpenseList ( ) ; } | create an instance of expensereportexpenselist concode_field_sep QName _TimeSheetSearch_QNAME concode_elem_sep QName _TimeEntry_QNAME concode_elem_sep QName _ExpenseReport_QNAME concode_elem_sep QName _TimeEntrySearch_QNAME concode_elem_sep QName _TimeBill_QNAME concode_elem_sep QName _TimeBillSearch_QNAME concode_elem... |
SAXParserFactory function ( ) { return new SAXParserFactoryImpl ( ) ; } | returns android 's implementation of saxparserfactory . unlike other java implementations , this method does not consult system properties , property files , or the services api . concode_field_sep boolean validating concode_elem_sep boolean namespaceAware concode_field_sep boolean isNamespaceAware concode_elem_sep voi... |
void function ( CheckedRunnable arg0 ) { try { arg0 . run ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } | executes the runnable and logs the exception occurred on system #err . this method should be utilized to mute the operations about which most you can do is log . for instance while closing a connection to database , or cleaning up a resource , all you can do is log the exception occurred . concode_field_sep PlaceHolder... |
Set < String > function ( String arg0 ) { if ( arg0 == null || this . mdict == null || ! this . mdict . containsKey ( arg0 ) ) return new HashSet < String > ( ) ; else { return this . mdict . get ( arg0 ) ; } } | find all the anagrams of the input word . concode_field_sep HashMap<String,HashSet<String>> mdict concode_field_sep void loadDictionary concode_elem_sep void saveDictionary concode_elem_sep void main concode_elem_sep void loadPreprocessedDictionary |
Class < ? extends Service > function ( ) { return WorkflowSchemaService . class ; } | return the public interface of the service . concode_field_sep String OOZIE_WORKFLOW_XSD concode_elem_sep String CONF_EXT_SCHEMAS concode_elem_sep String CONF_PREFIX concode_elem_sep Schema dagSchema concode_field_sep void init concode_elem_sep Schema loadSchema concode_elem_sep void destroy concode_elem_sep Schema get... |
Set < DetectorFactory > function ( ) { HashSet < DetectorFactory > loc0 = new HashSet < DetectorFactory > ( memberSet ) ; loc0 . removeAll ( orderedFactoryList ) ; return loc0 ; } | get set of pass members which have n't been assigned a position in the pass . concode_field_sep HashSet<DetectorFactory> memberSet concode_elem_sep LinkedList<DetectorFactory> orderedFactoryList concode_field_sep Iterator<DetectorFactory> iterator concode_elem_sep boolean contains concode_elem_sep void addToPass concod... |
void function ( final String arg0 ) { debug ( arg0 , null ) ; } | logs a debugging message . concode_field_sep SystemLogger logger concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_DISABLED concode_elem_sep int LEVEL_ERROR concode_elem_sep TransformationErrorListener listener concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_DEBUG concode_elem_sep int m_logLevel co... |
void function ( ) { Point loc0 = mw . getWaku ( ) ; if ( up ) loc0 . y = Math . max ( 0 , loc0 . y - 1 ) ; if ( down ) loc0 . y = Math . min ( 14 , loc0 . y + 1 ) ; if ( left ) loc0 . x = Math . max ( 0 , loc0 . x - 1 ) ; if ( right ) loc0 . x = Math . min ( 19 , loc0 . x + 1 ) ; mw . getPaintListener ( ) . mouseMoved ... | move concode_field_sep boolean left concode_elem_sep MapWorks mw concode_elem_sep boolean up concode_elem_sep boolean right concode_elem_sep boolean down concode_field_sep void keyNext concode_elem_sep void keyAction concode_elem_sep void keyPressed concode_elem_sep void keyReleased concode_elem_sep void keyTyped |
void function ( ) { br . close ( ) ; } | closes the underlying reader . concode_field_sep BufferedReader br concode_elem_sep boolean linesSkiped concode_elem_sep CSVParser parser concode_elem_sep int skipLines concode_elem_sep int DEFAULT_SKIP_LINES concode_elem_sep boolean hasNext concode_field_sep String getNextLine concode_elem_sep List<String[]> readAll c... |
Set < String > function ( ) { Set < String > loc0 = new HashSet < String > ( ) ; for ( BuildReference loc1 : this . builds ) { if ( loc1 . buildNumber != 0 ) { loc0 . add ( loc1 . projectName ) ; } } return loc0 ; } | gets the unique set of project names that have a linked build . concode_field_sep String buildName concode_elem_sep String BUILD_NUMBER_VARIABLE_PREFIX concode_elem_sep Result buildResult concode_elem_sep String BUILD_RESULT_VARIABLE_PREFIX concode_elem_sep String BUILD_RUN_COUNT_PREFIX concode_elem_sep int buildNumber... |
void function ( StringBuilder arg0 ) { Contract . checkArgument ( arg0 != null , "srini_string" ) ; for ( int loc0 = 0 , loc1 = arg0 . length ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . setCharAt ( loc0 , Character . toLowerCase ( arg0 . charAt ( loc0 ) ) ) ; } } | converts the contents of the given builder to lower case in a locale-insensitive way . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeAll concode_elem_sep void removeAll concode_elem_sep boolean isNullOrEmpty concode_elem_sep void clear concode_elem_sep void toUpperCase concode_elem_sep void rep... |
boolean function ( Object arg0 , String arg1 , Class arg2 ) { if ( arg0 instanceof Property ) { Property loc0 = ( Property ) arg0 ; final Name loc1 = loc0 . getName ( ) ; if ( loc1 != null ) { return loc1 . getLocalPart ( ) . equals ( arg1 ) ; } else { return false ; } } return false ; } | we can handle one case and one case only concode_field_sep PropertyAccessor DIRECT concode_field_sep void set concode_elem_sep PropertyAccessor createPropertyAccessor concode_elem_sep Object get |
void function ( ) { if ( SERVER_PROCESS != null ) { System . out . println ( "srini_string" ) ; SERVER_PROCESS . destroy ( ) ; SERVER_PROCESS = null ; FileSystem . deleteDirectory ( SERVER_HOME_DIRECTORY ) ; SERVER_HOME_DIRECTORY = null ; } } | kill the process that was started from #launchserverinseparatejvm . concode_field_sep String SERVER_HOME_DIRECTORY concode_elem_sep Process SERVER_PROCESS concode_field_sep void launchServerInSeparateJVM concode_elem_sep void wait concode_elem_sep void importWordsDotText concode_elem_sep void import1027YoutubeLinks con... |
GenericDraweeHierarchyBuilder function ( Drawable arg0 ) { return setFailureImage ( arg0 , DEFAULT_SCALE_TYPE ) ; } | sets the failure image , with default scale type center_inside . concode_field_sep ScaleType mRetryImageScaleType concode_elem_sep List<Drawable> mOverlays concode_elem_sep ScaleType mFailureImageScaleType concode_elem_sep ScaleType mActualImageScaleType concode_elem_sep ScaleType DEFAULT_ACTUAL_IMAGE_SCALE_TYPE concod... |
int function ( DSpaceObject arg0 ) { if ( arg0 instanceof Collection ) { return getCollectionCount ( ( Collection ) arg0 ) ; } else if ( arg0 instanceof Community ) { return getCommunityCount ( ( Community ) arg0 ) ; } else { throw new ItemCountException ( "srini_string" ) ; } } | get the count of the items in the given container . concode_field_sep String collectionSelect concode_elem_sep String communitySelect concode_elem_sep Logger log concode_elem_sep String communityInsert concode_elem_sep String collectionRemove concode_elem_sep String communityRemove concode_elem_sep String collectionIns... |
ObjectObjectHashMap < K , V > function ( int arg0 ) { return new ObjectObjectHashMap < K , V > ( arg0 ) { @ Override public V put ( K arg1 , V arg2 ) { if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return super . put ( arg1 , arg2 ) ; } } ; } | wraps the given map and prevent adding of null keys . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newNoNullKeysMap concode_elem_sep ObjectObjectHashMap<K,V> newNoNullKeysMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode... |
String function ( int arg0 ) { int loc0 = arg0 * 2 ; if ( loc0 < 0 || loc0 >= namesAndValues . size ( ) ) { return null ; } return namesAndValues . get ( loc0 ) ; } | returns the field at position or null if that is out of range . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator... |
void function ( boolean arg0 ) { if ( generationTimer . isRunning ( ) == arg0 ) return ; if ( arg0 ) generationTimer . start ( ) ; else generationTimer . stop ( ) ; for ( Consumer < Boolean > loc0 : nextGenerationLoopChangeListenerList ) loc0 . accept ( generationTimer . isRunning ( ) ) ; } | enables or disables the generation loop based on the specified flag . concode_field_sep Timer generationTimer concode_elem_sep HashSet<Consumer<Integer>> generationTimerDelayChangeListenerList concode_elem_sep Universe universe concode_elem_sep long lastGenerationMilliseconds concode_elem_sep HashSet<Consumer<Boolean>>... |
void function ( ) { ByteBuffer loc0 = outQueue . poll ( ) ; while ( loc0 != null ) { channel . write ( loc0 ) ; if ( loc0 . remaining ( ) <= 0 ) { loc0 = outQueue . poll ( ) ; } } } | write queued buffers to socketchannel concode_field_sep State state concode_elem_sep CharsetDecoder decoder concode_elem_sep BlockingQueue<ByteBuffer> inQueue concode_elem_sep int RCVBUF concode_elem_sep Charset charset concode_elem_sep BlockingQueue<ByteBuffer> outQueue concode_elem_sep WebSocketListener listener conc... |
void function ( Spannable arg0 , int arg1 , int arg2 ) { int loc0 = getSelectionStart ( arg0 ) ; int loc1 = getSelectionEnd ( arg0 ) ; if ( loc0 != arg1 || loc1 != arg2 ) { arg0 . setSpan ( SELECTION_START , arg1 , arg1 , Spanned . SPAN_POINT_POINT | Spanned . SPAN_INTERMEDIATE ) ; arg0 . setSpan ( SELECTION_END , arg2... | set the selection anchor to start and the selection edge to stop . concode_field_sep Object SELECTION_START concode_elem_sep Object SELECTION_END concode_field_sep int getSelectionStart concode_elem_sep void selectAll concode_elem_sep int getSelectionEnd concode_elem_sep void removeSelection concode_elem_sep void exten... |
int function ( ) { return y ; } | returns a y coordinate . concode_field_sep Image image concode_elem_sep String FILE_NAME_WHITE concode_elem_sep boolean isFirstClick concode_elem_sep String FILE_NAME_BLACK concode_elem_sep boolean draggingInProgress concode_elem_sep LoadImage imgRetriever concode_elem_sep char colour concode_elem_sep int dx concode_el... |
PacketHandler function ( byte [ ] arg0 ) { for ( PacketHandler loc0 : this . handlers ) { if ( loc0 . canHandle ( arg0 ) ) { return loc0 ; } } return null ; } | gets the protocol handler capable of processing the packet . concode_field_sep List<PacketHandler> handlers concode_elem_sep int count concode_elem_sep Comparator<PacketHandler> REVERSE_COMPARATOR concode_field_sep boolean addHandler concode_elem_sep int compare concode_elem_sep boolean contains concode_elem_sep List<P... |
boolean function ( Paymentmethod arg0 , String arg1 ) { return PaymentMethodDAO . insertPaymentmethod ( arg0 , arg1 ) ; } | insert paymentmethod concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deletePaymentmethod concode_elem_sep Paymentmethod getPaymentmethodById concode_elem_sep List<Paymentmethod> lstPaymentmethod concode_elem_sep boolean updatePaymentmethod |
GeneralRange < T > function ( Comparator < ? super T > arg0 , @ Nullable T arg1 , BoundType arg2 ) { return new GeneralRange < T > ( arg0 , true , arg1 , arg2 , false , null , OPEN ) ; } | returns everything above the endpoint relative to the specified comparator , with the specified endpoint behavior . concode_field_sep Comparator<? super T> comparator concode_elem_sep BoundType upperBoundType concode_elem_sep BoundType lowerBoundType concode_elem_sep boolean hasLowerBound concode_elem_sep T lowerEndpoi... |
int function ( ) { return delegate . hashCode ( ) ; } | returns a hash code value for the delegate . concode_field_sep Object delegate concode_elem_sep MetaClass metaClass concode_elem_sep long serialVersionUID concode_elem_sep ConcurrentHashMap<Method,Object> handleCache concode_field_sep boolean isDefaultMethod concode_elem_sep boolean equals concode_elem_sep MetaClass se... |
int function ( ) { return counts . size ( ) ; } | returns the number of instances that are currently being counted . concode_field_sep TObjectIntMap<T> counts concode_elem_sep int sum concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void countAll concode_elem_sep T max concode_elem_sep double getFrequency concode_elem_sep int count co... |
int function ( byte [ ] arg0 , int arg1 ) { System . arraycopy ( this . bytes , 0 , arg0 , arg1 , this . length ) ; return arg1 + this . length ; } | copy the contents of this kim to a byte array . concode_field_sep int hashcode concode_elem_sep int length concode_elem_sep byte[] bytes concode_elem_sep String string concode_field_sep int characterAt concode_elem_sep int characterSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int ... |
double function ( ) { return maxX ; } | the maxx value is the higher x coordinate value concode_field_sep String srsName concode_elem_sep double minY concode_elem_sep double minX concode_elem_sep CoordinateReferenceSystem crs concode_elem_sep double maxY concode_elem_sep double maxX concode_elem_sep double resY concode_elem_sep double resX concode_elem_sep B... |
CharSequence function ( final int arg0 , final int arg1 ) { return version . subSequence ( arg0 , arg1 ) ; } | returns a new version string that is a subsequence of this sequence . concode_field_sep Pattern PATTERN concode_elem_sep String[] components concode_elem_sep int hashCode concode_elem_sep Comparable<?>[] parsed concode_elem_sep String version concode_elem_sep long serialVersionUID concode_field_sep Comparable<?> getMin... |
void function ( UUID arg0 , SchemeInitData arg1 ) { schemeData . put ( arg0 , arg1 ) ; } | inserts scheme specific initialization data . concode_field_sep byte[] data concode_elem_sep Map<UUID,SchemeInitData> schemeData concode_elem_sep String mimeType concode_field_sep int hashCode concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep bo... |
void function ( String [ ] arg0 ) { for ( String loc0 : arg0 ) { try { JavaUtils . deleteRecursively ( new File ( loc0 ) ) ; logger . debug ( "srini_string" + loc0 ) ; } catch ( Exception loc1 ) { logger . error ( "srini_string" + loc0 , loc1 ) ; } } } | synchronously deletes each directory one at a time . should be executed in its own thread , as this may take a long time . concode_field_sep Logger logger concode_elem_sep Executor directoryCleaner concode_elem_sep String appId concode_elem_sep ConcurrentMap<AppExecId,ExecutorShuffleInfo> executors concode_elem_sep Tra... |
java . lang . String function ( ) { return _dlSyncEvent . getEvent ( ) ; } | returns the event of this dl sync event . concode_field_sep DLSyncEvent _dlSyncEvent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel c... |
ListVersionsByFunctionResult function ( String arg0 ) { this . nextMarker = arg0 ; return this ; } | a string , present if there are more function versions . returns a reference to this object so that method calls can be chained together . concode_field_sep String nextMarker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<FunctionConfiguration> versions concode_field_sep String getNextMarker concode_... |
Pair < L , R > function ( L arg0 , R arg1 ) { return new Pair < > ( arg0 , arg1 ) ; } | creates a new pair . concode_field_sep L left concode_elem_sep R right concode_field_sep Function<P,R> unpackRight concode_elem_sep Pair<Pair<T,L>,R> nestLeft concode_elem_sep Function<P,L> unpackLeft concode_elem_sep R right concode_elem_sep Pair<L,T> right concode_elem_sep Pair<L,R> pair concode_elem_sep Pair<L,T> ma... |
int function ( Object arg0 ) { return CMemoryImpl . getInstance ( ) . address ( arg0 ) ; } | return address reference for specified object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep void untie concode_elem_sep int getAddressPrototype conco... |
IUser function ( @ Nullable final String arg0 ) { return AccessManager . getInstance ( ) . getUserOfLoginName ( arg0 ) ; } | get the user instance of the specified login name . concode_field_sep String LOGIN_INFO_REMOTE_HOST concode_elem_sep String LOGIN_INFO_QUERY_STRING concode_elem_sep Logger s_aLogger concode_elem_sep String LOGIN_INFO_USER_AGENT concode_elem_sep String LOGIN_INFO_REQUEST_URI concode_elem_sep String LOGIN_INFO_REQUEST_CO... |
void function ( ) { contact . resetRestitution ( ) ; } | reset the restitution to the default value . concode_field_sep World world concode_elem_sep org.jbox2d.collision.WorldManifold worldManifold2 concode_elem_sep org.jbox2d.dynamics.contacts.Contact contact concode_elem_sep WorldManifold worldManifold concode_field_sep float getRestitution concode_elem_sep WorldManifold g... |
boolean function ( byte [ ] arg0 , int arg1 , int arg2 , byte [ ] arg3 , int arg4 , int arg5 ) { if ( arg2 != arg5 ) { return false ; } for ( int loc0 = 0 ; loc0 < arg2 ; loc0 += 1 ) { if ( arg0 [ loc0 + arg1 ] != arg3 [ loc0 + arg4 ] ) { return false ; } } return true ; } | compares two byte arrays for equality . concode_field_sep DatabaseEntry beginKey concode_elem_sep Comparator<byte[]> comparator concode_elem_sep DatabaseEntry endKey concode_elem_sep byte[] ZERO_LENGTH_BYTE_ARRAY concode_elem_sep boolean endInclusive concode_elem_sep boolean singleKey concode_elem_sep boolean beginIncl... |
void function ( final Intent arg0 ) { if ( order < 0 ) { throw new IllegalArgumentException ( "srini_string" + order ) ; } arg0 . putExtra ( SmartEyeglassControl . Intents . EXTRA_AR_ORDER , order ) ; } | set the intent to order . concode_field_sep List<Integer> SUPPORTED_OBJECT_TYPE concode_elem_sep Bitmap bitmap concode_elem_sep int coordinateSystem concode_elem_sep int PNG_QUALITY concode_elem_sep List<Integer> SUPPORTED_COORDINATE_TYPE concode_elem_sep int objectId concode_elem_sep int order concode_elem_sep int obj... |
int function ( ) { return minorStatus ; } | retrieves the minor status that the underlying mechanism might have set . concode_field_sep boolean unseq concode_elem_sep int minorStatus concode_elem_sep boolean old concode_elem_sep boolean gap concode_elem_sep boolean privState concode_elem_sep int qopVal concode_elem_sep boolean duplicate concode_elem_sep String m... |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep Boolean append concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep void interpolation concode_elem_sep String getName concode_elem_sep boolean isAppend concode_elem_sep void setValue concode_elem_sep Properti... |
void function ( ) { file . release ( headerBuf ) ; file . commit ( ) ; headerBuf = file . get ( 0 ) ; headerBuf . fileHeaderCheckHead ( headerBuf . readShort ( 0 ) == 0 ) ; } | commit all pending in-memory data by flushing the page manager . this forces a flush of all outstanding blocks this it 's an implicit recordfile #commit as well . concode_field_sep RecordFile file concode_elem_sep BlockIo headerBuf concode_field_sep void rollback concode_elem_sep long allocate concode_elem_sep ByteBuff... |
T function ( Object arg0 ) { return ( T ) arg0 ; } | casts an object to a t concode_field_sep PlaceHolder placeHolder concode_field_sep void noop concode_elem_sep T[] mkTArray concode_elem_sep List<T> sortedIfPossible concode_elem_sep T[][] mkT2DArray |
TAGS function ( ) { return new TAGS ( ) ; } | create an instance of tags concode_field_sep PlaceHolder placeHolder concode_field_sep TRAJECTOR createTRAJECTOR concode_elem_sep RELATION createRELATION concode_elem_sep CP createCP concode_elem_sep DISTANCE createDISTANCE concode_elem_sep SpRL createSpRL concode_elem_sep DIRECTION createDIRECTION concode_elem_sep SPA... |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle . concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start |
void function ( Connection arg0 , Statement arg1 , ResultSet arg2 ) { try { if ( arg2 != null ) { arg2 . close ( ) ; } if ( arg1 != null ) { arg1 . close ( ) ; } if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( SQLException loc0 ) { } } | close the statement and connection and resultset without throwing the exception concode_field_sep String SQL_FIND_INSERT concode_elem_sep String SQL_FIND_QUERY_DATA concode_elem_sep String sqlFindQueryData concode_elem_sep String sqlFindInsert concode_elem_sep String sqlInitCreateTable concode_elem_sep String SQL_INIT_... |
List < Resource > function ( ) { List < Resource > loc0 = new ArrayList < Resource > ( ) ; for ( Resource loc1 : models ) { if ( loc1 . getPath ( ) != null ) { loc0 . add ( loc1 ) ; } } return loc0 ; } | returns list of root resources . concode_field_sep List<Resource> models concode_elem_sep Set<Object> instances concode_elem_sep Set<Class<?>> classes concode_elem_sep Set<Object> instances concode_elem_sep List<Resource> models concode_elem_sep Map<String,Resource> rootResourceMap concode_elem_sep Set<Class<?>> classe... |
void function ( CoursesGroupsType arg0 ) { this . coursesGroups = arg0 ; } | sets the value of the coursesgroups property . concode_field_sep CoursesUnitsType coursesUnits concode_elem_sep CoursesGroupsType coursesGroups concode_field_sep void setCoursesUnits concode_elem_sep CoursesGroupsType getCoursesGroups concode_elem_sep CoursesUnitsType getCoursesUnits |
void function ( String arg0 , Table arg1 ) { tables . put ( arg0 , arg1 ) ; } | add a subquery table to the command . concode_field_sep int DELETE concode_elem_sep int DROP_INDEX concode_elem_sep Column[] columns concode_elem_sep Value[] values concode_elem_sep int CREATE_TABLE concode_elem_sep int type concode_elem_sep int CONNECT concode_elem_sep Result result concode_elem_sep HashMap<String,Tab... |
void function ( final String arg0 ) { synchronized ( lock ) { uid2ssc . remove ( arg0 ) ; uid2ttl . remove ( arg0 ) ; } } | removes the mapping between the designated srp client unique identifier and the its session security context and other timing information . concode_field_sep ClientStore singleton concode_elem_sep HashMap uid2ssc concode_elem_sep HashMap uid2ttl concode_elem_sep Object lock concode_field_sep boolean isAlive concode_ele... |
JSONWriter function ( ) { return this . end ( 'a' , ']' ) ; } | end an array . this method most be called to balance calls to array . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_... |
void function ( Object arg0 [ ] , int arg1 [ ] , Object arg2 [ ] ) { for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { arg2 [ loc0 ] = arg0 [ arg1 [ loc0 ] ] ; } } | copies some elements of row into colobject by using colindex as the list of indexes into row . colindex and colobject are of equal length and normally shorter than row ; concode_field_sep PlaceHolder placeHolder concode_field_sep boolean haveEqualSets concode_elem_sep boolean haveEqualArrays concode_elem_sep int[] comm... |
BundleTask function ( String arg0 ) { this . instanceId = arg0 ; return this ; } | the id of the instance associated with this bundle task . returns a reference to this object so that method calls can be chained together . concode_field_sep String instanceId concode_elem_sep String bundleId concode_elem_sep String progress concode_elem_sep java.util.Date startTime concode_elem_sep java.util.Date upda... |
int function ( ) { return lateReflectionDelay ; } | returns the late reflection delay time in microseconds . this is the amount of time between when the first early reflections are heard and when the first late reflections are heard . concode_field_sep float earlyReflectionIntensity concode_elem_sep int lateReflectionDelay concode_elem_sep int decayTime concode_elem_sep... |
Database function ( Map < String , ? extends Object > arg0 ) { return inMemory ( "srini_string" , arg0 ) ; } | create an in-memory h2 database with name `` default '' . concode_field_sep PlaceHolder placeHolder concode_field_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database inMemoryWith concode_elem_sep Database inMemo... |
List < Serializable > function ( ) { if ( content == null ) { content = new ArrayList < Serializable > ( ) ; } return this . content ; } | 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... |
int function ( ) { for ( int loc0 = 1 ; loc0 <= n ; ++ loc0 ) if ( getHead ( loc0 ) == 0 ) return loc0 ; return 0 ; } | get the index of the node which is the root of the parse i.e. , that node which has the root node as its head . concode_field_sep List<Integer> head concode_elem_sep List<String> label concode_elem_sep int counter concode_elem_sep int n concode_field_sep void add concode_elem_sep boolean equal concode_elem_sep boolean ... |
void function ( ) { _session . removeListener ( this ) ; } | disposes of the protocol by removing ourselves from listening to the socket via socketsession #removelistener socketsessionlistener concode_field_sep RioHandlerCallback _callback concode_elem_sep SocketSession _session concode_field_sep void sendCommand concode_elem_sep void setProperty concode_elem_sep void statusChan... |
StatusEnum function ( ) { return status ; } | pet status in the store concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum status concode_field_sep void setName concode_elem_sep String toIndentedStri... |
String function ( int arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; Random loc1 = new Random ( ) ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) { loc0 . append ( allChars . charAt ( loc1 . nextInt ( allChars . arg0 ( ) ) ) ) ; } return loc0 . toString ( ) ; } | creates a random string whose length is the all of characters specified . characters will be chosen from the set of all characters . concode_field_sep String allNumericChars concode_elem_sep String allChars concode_elem_sep String allLetterChars concode_field_sep Object random concode_elem_sep String getUUID concode_el... |
boolean function ( T arg0 ) { for ( SearchCondition < T > loc0 : scts ) { if ( ! loc0 . isMet ( arg0 ) ) { return false ; } } return true ; } | compares given object against template condition object . for built-in type t like string , number precisely , from type t located in subpackage of `` java.lang . '' given object is directly compared with template object . comparison for conditiontype #equals requires correct implementation of object #equals object , u... |
void function ( Vector arg0 ) { vertexDataWritable . setVector ( arg0 ) ; } | setter concode_field_sep EdgeData4CFWritable edgeDataWritable concode_elem_sep VertexData4CFWritable vertexDataWritable concode_field_sep void readFields concode_elem_sep double getBias concode_elem_sep void setBias concode_elem_sep MessageData4CFWritable read concode_elem_sep EdgeType getType concode_elem_sep double g... |
String function ( ) { return m_title ; } | gettitle concode_field_sep String m_title concode_elem_sep Date m_end concode_elem_sep OnmsResource m_resource concode_elem_sep PrefabGraph m_prefabGraph concode_elem_sep Date m_start concode_field_sep PrefabGraph getPrefabGraph concode_elem_sep OnmsResource getResource concode_elem_sep Date getStart concode_elem_sep D... |
String function ( EntityPersister arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( '[' ) ; if ( arg0 == null ) { loc0 . append ( "srini_string" ) ; } else { loc0 . append ( arg0 . getEntityName ( ) ) ; } loc0 . append ( ']' ) ; return loc0 . toString ( ) ; } | generate an info message string relating to given entity persister . concode_field_sep PlaceHolder placeHolder concode_field_sep String collectionInfoString concode_elem_sep String collectionInfoString concode_elem_sep String collectionInfoString |
void function ( PageViewComponent arg0 , AnnotationComponent arg1 ) { } | new annotation created with view tool . concode_field_sep Color ANNOTATION concode_elem_sep Color ANNOTATION_VISITED concode_elem_sep WeakHashMap<String,AnnotationState> annotationHistory concode_elem_sep Color color concode_elem_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_e... |
RepositoryNameIdPair function ( String arg0 ) { setRepositoryId ( arg0 ) ; return this ; } | the id associated with the repository name . concode_field_sep String repositoryId concode_elem_sep String repositoryName concode_field_sep void setRepositoryName concode_elem_sep String getRepositoryId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RepositoryNameIdPair clone concode_ele... |
boolean function ( String arg0 ) { return mSkuMap . containsKey ( arg0 ) ; } | return whether or not details about the given product are available . concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep List<String> getAllOwnedSkus concode_elem_sep void... |
long function ( ) { return unit . toMillis ( value ) ; } | returns the value in milliseconds . conversion from a coarser granularity that would numerically overflow saturate to long.min _ value if negative or long.max _ value if positive . concode_field_sep TimeUnit unit concode_elem_sep String valueAsString concode_elem_sep long value concode_field_sep long remainderInNanos c... |
void function ( ) { if ( this . model != null ) { for ( int loc0 = this . model . getRowCount ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { this . model . removeRow ( loc0 ) ; } } this . tableList . clear ( ) ; } | clear the list contents concode_field_sep JScrollPane scrollPane concode_elem_sep boolean checkbox concode_elem_sep Vector<T> tableList concode_elem_sep DefaultTableModel model concode_elem_sep int DEFAULT_WIDTH concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep JTable table concode_field_sep void addListSelectionLis... |
IJavaScriptFunctionBreakpoint function ( final IResource arg0 , final String arg1 , final String arg2 , final int arg3 , final int arg4 , final Map arg5 , final boolean arg6 ) { return new JavaScriptFunctionBreakpoint ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; } | creates a new ijavascriptfunctionbreakpoint concode_field_sep String MODEL_ID concode_field_sep String numberToString concode_elem_sep IJavaScriptLineBreakpoint createLineBreakpoint concode_elem_sep IJavaScriptLoadBreakpoint createScriptLoadBreakpoint |
void function ( ) { Toolkit loc0 = Toolkit . getToolkit ( ) ; loc0 . addRenderJob ( releaseRenderJob ) ; } | call this when you no longer need to render movie frames , for example when playback stops . concode_field_sep double lastFrameTime concode_elem_sep int encodedWidth concode_elem_sep Map<Screen,TextureMapEntry> textures concode_elem_sep Map<Object,PrismMediaFrameHandler> handlers concode_elem_sep RenderJob releaseRende... |
UserProfileDTO function ( String arg0 , String arg1 ) { return profileMgtServiceStub . getUserProfile ( arg0 , arg1 ) ; } | ger user profile concode_field_sep TenantMgtAdminServiceStub tenantAdminStub concode_elem_sep UserProfileMgtServiceStub profileMgtServiceStub concode_elem_sep ResourceAdminServiceStub resourceAdminStub concode_elem_sep UserAdminStub userAdminStub concode_field_sep void setUserProfile concode_elem_sep void setRoleResour... |
EffectType function ( ) { return new EffectType ( ) ; } | create an instance of effecttype concode_field_sep QName _Annotations_QNAME concode_field_sep DomainObject.DomainKnowledge createDomainObjectDomainKnowledge concode_elem_sep DomainObject.RobustnessAnnotation createDomainObjectRobustnessAnnotation concode_elem_sep SwitchType.Default.Branch createSwitchTypeDefaultBranch ... |
T function ( ) { if ( head == null ) throw new EmptyStackException ( ) ; return ( T ) head . data ; } | peek at the top of this stack . concode_field_sep Node head concode_elem_sep Node<T> next concode_elem_sep T data concode_field_sep T pop concode_elem_sep T push concode_elem_sep boolean empty |
void function ( int arg0 , byte [ ] arg1 , int arg2 ) { arg1 [ arg2 + 0 ] = ( byte ) ( ( arg0 >>> 24 ) & 0xff ) ; arg1 [ arg2 + 1 ] = ( byte ) ( ( arg0 >>> 16 ) & 0xff ) ; arg1 [ arg2 + 2 ] = ( byte ) ( ( arg0 >>> 8 ) & 0xff ) ; arg1 [ arg2 + 3 ] = ( byte ) ( ( arg0 >>> 0 ) & 0xff ) ; } | sets the value into the buffer , at the designated offset , using big-endian rules callers is responsible to ensure that value will fit into buffer , starting at offset concode_field_sep long lastMemUsed concode_elem_sep Logger logger concode_field_sep void printMemory concode_elem_sep String convertByteArrayToByteStri... |
void function ( byte arg0 [ ] , int arg1 , int arg2 ) { dis . readFully ( arg0 , arg1 , arg2 ) ; } | read bytes until the count is satisfied . concode_field_sep String EMBEDDED_COPYRIGHT concode_elem_sep byte[] work concode_elem_sep InputStream is concode_elem_sep DataInputStream dis concode_field_sep int read concode_elem_sep String readLine concode_elem_sep char readChar concode_elem_sep int skipBytes concode_elem_s... |
void function ( long arg0 ) { _entry . setGroupId ( arg0 ) ; } | sets the group id of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... |
Slide function ( boolean arg0 , boolean arg1 ) { if ( arg0 ) { if ( arg1 ) { return DEFAULT_SLIDE_MODERATOR_MOBILE ; } return DEFAULT_SLIDE_MODERATOR ; } if ( arg1 ) { return DEFAULT_SLIDE_VIEWER_MOBILE ; } return DEFAULT_SLIDE_VIEWER ; } | method to get the default slide for either a moderator or viewer concode_field_sep int MOBILE_MAX_HEIGHT concode_elem_sep Slide INFO_SLIDE concode_elem_sep Slide DEFAULT_SLIDE_VIEWER concode_elem_sep int MAX_WIDTH concode_elem_sep boolean mobile concode_elem_sep Slide DEFAULT_SLIDE_MODERATOR_MOBILE concode_elem_sep Sli... |
void function ( String arg0 , String arg1 ) { FileWriter loc0 = new FileWriter ( new File ( arg0 ) ) ; loc0 . write ( arg1 ) ; loc0 . close ( ) ; } | saves the supplied content to the specified file path . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFile concode_elem_sep String readFile concode_elem_sep byte[] readFileAsBytes |
void function ( Integer arg0 ) { this . owningInstitutionId = arg0 ; } | sets owning institution id . concode_field_sep String customerCode concode_elem_sep String description concode_elem_sep Integer customerCodeId concode_elem_sep String deliveryRestrictions concode_elem_sep Integer owningInstitutionId concode_elem_sep InstitutionEntity institutionEntity concode_field_sep void setDelivery... |
String function ( ) { return planAct ; } | gets the value of the planact property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String ptd concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_elem_sep Short rdelay concode_elem_sep String pta concode_elem_sep St... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name of th node concode_field_sep String condition concode_elem_sep String name concode_elem_sep ShaderNodeDefinition definition concode_elem_sep List<VariableMapping> outputMapping concode_elem_sep List<VariableMapping> inputMapping concode_field_sep ShaderNodeDefinition getDefinition concode_elem_sep List<Va... |
DescribeDirectoriesResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; } | if not null , more results are available . pass this value for the nexttoken parameter in a subsequent call to describedirectories to retrieve the next set of items . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<DirectoryDescription> directoryDescriptions concode_field_sep ... |
InputStream function ( final String arg0 ) { return getClass ( ) . getClassLoader ( ) . getResourceAsStream ( arg0 ) ; } | get the requested resource from the classloader . concode_field_sep String bindUri concode_elem_sep String bindUri_dsl concode_elem_sep String bindUri_drl concode_elem_sep ExampleRuleEngineFacade engine concode_elem_sep StatelessRuleSession statelessSession concode_elem_sep RuleServiceProvider ruleServiceProvider conco... |
void function ( ) { reader . close ( ) ; } | closes the underlying reader used to create this class . concode_field_sep String leftParen concode_elem_sep Tree currentTree concode_elem_sep ArrayList<Tree> stack concode_elem_sep TreeFactory treeFactory concode_elem_sep String rightParen concode_elem_sep Pattern STAR_PATTERN concode_elem_sep Reader reader concode_el... |
OAuthResponseMessage function ( OAuthMessage arg0 , ParameterStyle arg1 ) { HttpMessage loc0 = arg0 . toHttpRequest ( arg1 ) ; HttpResponseMessage loc1 = http . execute ( loc0 , httpParameters ) ; loc1 = HttpMessageDecoder . decode ( loc1 ) ; return new OAuthResponseMessage ( loc1 ) ; } | send a request and return the response . do n't try to decide whether the response indicates success ; merely return it . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep S... |
void function ( String arg0 , Object arg1 ) { this . setAttribute ( arg0 , arg1 ) ; } | groovy support for the index operator concode_field_sep HttpContext delegate concode_field_sep Object getAt concode_elem_sep void setAttribute concode_elem_sep Object getAttribute concode_elem_sep Object removeAttribute |
T function ( Class < T > arg0 ) { return callConstructor ( arg0 , new Class < ? > [ 0 ] , new Object [ 0 ] ) ; } | call the no-arg constructor for the given class concode_field_sep PlaceHolder placeHolder concode_field_sep Object callMethod concode_elem_sep Class<?> loadClass concode_elem_sep Class<?> loadClass concode_elem_sep Method getMethod concode_elem_sep RuntimeException getCause concode_elem_sep String getPropertyName |
void function ( long arg0 , long arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ 4 ] ) . putLong ( arg1 ) . getBytes ( ) ) ; } | write long to address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep void setAddr... |
Dispatcher function ( ) { return dispatcher ; } | returns the dispatcher . concode_field_sep Dispatcher dispatcher concode_field_sep Activity getActivity concode_elem_sep void setDispatcher concode_elem_sep void go concode_elem_sep WebView getWebView |
void function ( boolean arg0 ) { this . ejb = arg0 ; } | if - e option is passed to verifier this variable is set for invoking only ejb related tests concode_field_sep boolean usingGui concode_elem_sep String configDirStr concode_elem_sep boolean useTimeStamp concode_elem_sep List<String> classPath concode_elem_sep boolean webServices concode_elem_sep boolean connector conco... |
JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _SlimDateTimeStringFormatted_QNAME , String . class , SlimDateTime . class , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _SlimDateTime_QNAME concode_elem_sep QName _LicenseReleaseMethod_QNAME concode_elem_sep QName _SlimDateTimeStringFormatted_QNAME concode_field_sep SlimDateTime createSlimDateTime concode_elem_sep JAXBElement<SlimDateTime> createSlimDateTime concode_elem_sep JAXB... |
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... |
String function ( final String arg0 ) { return isJRE11 ( ) ? ( String ) System . getProperty ( arg0 ) : ( String ) AccessController . doPrivileged ( new PrivilegedAction ( ) { public Object run ( ) { return System . getProperty ( arg0 ) ; } } ) ; } | this method returns the system property indicated by the specified name after checking access control privileges . for a jre 1.1 , this check is not done . concode_field_sep String DEFAULT_DOM_IMPLEMENTATION_SOURCE concode_elem_sep String PROPERTY concode_elem_sep int DEFAULT_LINE_LENGTH concode_elem_sep Vector sources... |
int function ( ComposableRecordReader < K , ? > arg0 ) { return cmp . compare ( key ( ) , arg0 . key ( ) ) ; } | implement comparable contract compare key of join or head of heap with that of another . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc concode_elem_sep ... |
void function ( byte [ ] arg0 ) { if ( arg0 == null ) return ; if ( currentBitIndex < Byte . SIZE - 1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { write ( arg0 [ loc0 ] , Byte . SIZE ) ; } } else { byteStream . write ( arg0 , 0 , arg0 . length ) ; } } | writes a sequence of bytes to the stream concode_field_sep int currentBitIndex concode_elem_sep ByteArrayOutputStream byteStream concode_elem_sep byte currentByte concode_field_sep void writeLong concode_elem_sep void writeByte concode_elem_sep byte[] toByteArray concode_elem_sep void writeCurrentByte concode_elem_sep ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.