idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
8,300
returns size of the maze . concode_field_sep boolean[][] east concode_elem_sep boolean[][] south concode_elem_sep int DRAW_DELAY_MS concode_elem_sep boolean[][] north concode_elem_sep boolean[][] west concode_elem_sep Random rgen concode_elem_sep int N concode_field_sep void init concode_elem_sep boolean inBounds conco...
int function ( ) { return N ; }
8,301
tests that an exception will be thrown if the value is not from the corresponding type . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetValue01 concode_elem_sep void testGetValue02 concode_elem_sep void doNegativeTest concode_elem_sep void testIsReadOnly03 concode_elem_sep void testIsReadOnly02...
void function ( ) { ArrayELResolver loc0 = new ArrayELResolver ( ) ; ELContext loc1 = new ELContextImpl ( ) ; String [ ] loc2 = new String [ ] { "srini_string" } ; loc0 . setValue ( loc1 , loc2 , new Integer ( 0 ) , new Integer ( 1 ) ) ; }
8,302
called per size entry concode_field_sep PlaceHolder placeHolder concode_field_sep void onCounter concode_elem_sep void onCache concode_elem_sep void onKeyedCounter concode_elem_sep void onKeyedTimer concode_elem_sep void onTimer concode_elem_sep void onKeyedSize
void function ( @ Nonnull final String arg0 , @ Nonnull final IStatisticsHandlerSize arg1 ) { }
8,303
a list of users in the group . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<User> users concode_elem_sep Group group concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep...
void function ( java . util . Collection < User > arg0 ) { if ( arg0 == null ) { this . users = null ; return ; } this . users = new com . amazonaws . internal . SdkInternalList < User > ( arg0 ) ; }
8,304
decompress the byte array previously returned by compressstring back into a string concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] decompress concode_elem_sep byte[] decompress concode_elem_sep byte[] decompress concode_elem_sep byte[] compress concode_elem_sep byte[] compress concode_elem_sep byte[]...
String function ( byte [ ] arg0 , int arg1 , int arg2 ) { final byte [ ] loc0 = decompress ( arg0 , arg1 , arg2 ) ; final char [ ] loc1 = new char [ loc0 . arg2 ] ; final int loc2 = UnicodeUtil . UTF8toUTF16 ( loc0 , 0 , loc0 . arg2 , loc1 ) ; return new String ( loc1 , 0 , loc2 ) ; }
8,305
returns the number of definitions found for this binding . concode_field_sep List<Def> defs concode_elem_sep Kind kind concode_elem_sep int REF_SET_INITIAL_CAPACITY concode_elem_sep NType type concode_elem_sep int modifiers concode_elem_sep int DEPRECATED concode_elem_sep int BUILTIN concode_elem_sep int READONLY conco...
int function ( ) { return defs == null ? 0 : defs . size ( ) ; }
8,306
gets instances contained in a scope that are not a part of the job diff . concode_field_sep Map<Integer,ITaskConfig> replacedInstances concode_elem_sep Set<Integer> replacementInstances concode_elem_sep Map<Integer,ITaskConfig> unchangedInstances concode_field_sep JobDiff compute concode_elem_sep Map<Integer,ITaskConfi...
Set < Integer > function ( Set < Integer > arg0 ) { Set < Integer > loc0 = ImmutableSet . < Integer > builder ( ) . addAll ( getReplacedInstances ( ) . keySet ( ) ) . addAll ( getReplacementInstances ( ) ) . addAll ( getUnchangedInstances ( ) . keySet ( ) ) . build ( ) ; return ImmutableSet . copyOf ( Sets . difference...
8,307
this creates an input of any kind from a file . the returned inbuilder can be usedto specifiy which kind of reader or inputstream should be created and allows you to specify further how the input chain is build . concode_field_sep PlaceHolder placeHolder concode_field_sep InBuilder string concode_elem_sep InBuilder str...
InBuilder function ( String arg0 , String arg1 ) { if ( arg0 == null || arg1 == null ) throw new NullPointerException ( "srini_string" ) ; return file ( new File ( arg0 , arg1 ) ) ; }
8,308
get the state of the currently active display . concode_field_sep int FEATURE_STATE_OFF concode_elem_sep int mScanState concode_elem_sep WifiDisplay[] mDisplays concode_elem_sep WifiDisplaySessionInfo mSessionInfo concode_elem_sep int FEATURE_STATE_ON concode_elem_sep int DISPLAY_STATE_CONNECTING concode_elem_sep WifiD...
int function ( ) { return mActiveDisplayState ; }
8,309
returns the query parameters . null can be returned . concode_field_sep boolean schemeUse concode_elem_sep String confirm concode_elem_sep ParameterMap queryParams concode_elem_sep boolean csrfCheck concode_elem_sep URLContext context concode_elem_sep MimeType mimeType concode_elem_sep Locale locale concode_elem_sep Bo...
Map < String , String [ ] > function ( ) { return queryParams ; }
8,310
used to package this object into a parcel . concode_field_sep int mUid concode_elem_sep Parcelable.Creator<InputBinding> CREATOR concode_elem_sep int mPid concode_elem_sep InputConnection mConnection concode_elem_sep IBinder mConnectionToken concode_elem_sep String TAG concode_field_sep InputConnection getConnection co...
void function ( Parcel arg0 , int arg1 ) { arg0 . writeStrongBinder ( mConnectionToken ) ; arg0 . writeInt ( mUid ) ; arg0 . writeInt ( mPid ) ; }
8,311
given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists
long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } }
8,312
gets the value of the href property . concode_field_sep WadlRequest request concode_elem_sep List<WadlResponse> response concode_elem_sep String name concode_elem_sep List<WadlDoc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object...
String function ( ) { return href ; }
8,313
this is an empty implementation , it always returns true . concode_field_sep boolean acceptAnonymous concode_elem_sep String ANONYMOUS_ALLOWED concode_elem_sep String TYPE concode_field_sep void init concode_elem_sep AuthenticationToken authenticate concode_elem_sep String getType concode_elem_sep boolean getAcceptAnon...
boolean function ( AuthenticationToken arg0 , HttpServletRequest arg1 , HttpServletResponse arg2 ) { return true ; }
8,314
a unique identifier for an xssmatchset . you use xssmatchsetid to get information about an xssmatchset see getxssmatchset , update an xssmatchset see updatexssmatchset , insert an xssmatchset into a rule or delete one from a rule see updaterule , and delete an xssmatchset from aws waf see deletexssmatchset . xssmatchse...
void function ( String arg0 ) { this . xssMatchSetId = arg0 ; }
8,315
this is a dummy method that will throw an illegalstateexception if used . concode_field_sep PlaceHolder placeHolder concode_field_sep void configure
void function ( URL arg0 , LoggerRepository arg1 ) { throw new IllegalStateException ( "srini_string" ) ; }
8,316
gets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Str...
ResourceType function ( ) { return templateRef ; }
8,317
sets the temp mode of the connection . concode_field_sep LocalProperties localProps concode_elem_sep double relativeMemoryGlobalStrategy concode_elem_sep TypeComparatorFactory<?> localStrategyComparator concode_elem_sep ShipStrategyType shipStrategy concode_elem_sep TypeSerializerFactory<?> serializer concode_elem_sep ...
void function ( TempMode arg0 ) { this . tempMode = arg0 ; }
8,318
used to restrict the size of a collection property to be greater than or equal to the given value concode_field_sep PlaceHolder placeHolder concode_field_sep Query.LessThan lt concode_elem_sep Query.LessThanEqualsProperty leProperty concode_elem_sep Query.SizeLessThan sizeLt concode_elem_sep Query.GreaterThanProperty g...
Query . SizeGreaterThanEquals function ( String arg0 , int arg1 ) { return new Query . SizeGreaterThanEquals ( arg0 , arg1 ) ; }
8,319
sets the value of the calendarid property . concode_field_sep Guid sourceId concode_elem_sep String displayText concode_elem_sep Integer sourceTypeCode concode_elem_sep Guid calendarId concode_elem_sep SubCode subCode concode_elem_sep XMLGregorianCalendar start concode_elem_sep Double effort concode_elem_sep XMLGregori...
void function ( Guid arg0 ) { this . calendarId = arg0 ; }
8,320
get the location of the factory class of the referenced object . concode_field_sep String classFactoryLocation concode_elem_sep Vector addrs concode_elem_sep String classFactory concode_elem_sep String className concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep...
String function ( ) { return classFactoryLocation ; }
8,321
adds a new observer to the list . concode_field_sep List activeObservers concode_field_sep boolean isObservationActive concode_elem_sep void removeObserver concode_elem_sep void observe concode_elem_sep void observe
void function ( Observer arg0 ) { if ( ! isObservationActive ( ) ) { activeObservers = new java . util . ArrayList ( ) ; } activeObservers . add ( arg0 ) ; }
8,322
attempts a log in for the specified amount of attempts , and waits by the specified sleep time between each attempt . if at the end of the attempts , login has failed , core exception is thrown . concode_field_sep int DEFAULT_PROGRESS_TICKS concode_elem_sep CloudFoundryOperations operations concode_elem_sep String DEFA...
OAuth2AccessToken function ( IProgressMonitor arg0 , int arg1 , long arg2 ) { return internalLogin ( arg0 , arg1 , arg2 ) ; }
8,323
a call to this reflects a typed entry that should be used , and added to the list . concode_field_sep Boolean mUsingEmailNotification concode_elem_sep String UNUSED concode_elem_sep String[] mApplicationURLs concode_elem_sep String mQuickURL concode_elem_sep Boolean mEulaViewed concode_elem_sep int mMode concode_elem_s...
void function ( String arg0 ) { mHomeUrl = arg0 ; for ( int loc0 = 0 ; loc0 < mApplicationURLs . length ; loc0 ++ ) { if ( mApplicationURLs [ loc0 ] . equals ( arg0 ) ) { break ; } if ( mApplicationURLs [ loc0 ] . equals ( UNUSED ) ) { mApplicationURLs [ loc0 ] = arg0 ; mSelectedIndex = loc0 ; break ; } } }
8,324
by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod...
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; }
8,325
this creates a new part entry consumer that can be used to read the next part from the list . the consumer instantiated by this factory acquires the allocator , list and boundary from the enclosing part list consumer instance . concode_field_sep Allocator allocator concode_elem_sep PartSeries series concode_elem_sep lo...
PartEntryConsumer function ( ) { return new PartEntryConsumer ( allocator , series , terminal , length ) ; }
8,326
delete last added parent from parent set and update internals specifically the cardinality of the parent set concode_field_sep long serialVersionUID concode_elem_sep int[] m_nParents concode_elem_sep int m_nCardinalityOfParents concode_elem_sep int m_nNrOfParents concode_field_sep int[] getParents concode_elem_sep int ...
void function ( Instances arg0 ) { m_nNrOfParents -- ; m_nCardinalityOfParents = m_nCardinalityOfParents / arg0 . attribute ( m_nParents [ m_nNrOfParents ] ) . numValues ( ) ; }
8,327
get the media iv . used for decryption . concode_field_sep String MEDIA_TYPE_KEY concode_elem_sep int screenshot_count concode_elem_sep int TYPE_VIDEO_NOAUDIO concode_elem_sep String caption concode_elem_sep int TYPE_IMAGE concode_elem_sep int type concode_elem_sep String STORY_EXTRAS_KEY concode_elem_sep int time_left...
String function ( ) { return media_iv ; }
8,328
sets the org.apache.batik.svggen.stylehandler to be used . it should not be null . concode_field_sep boolean svgFont concode_elem_sep DecimalFormatSymbols dsf concode_elem_sep RenderingHints hints concode_elem_sep StyleHandler styleHandler concode_elem_sep Document domFactory concode_elem_sep Paint paint concode_elem_s...
void function ( StyleHandler arg0 ) { if ( arg0 == null ) throw new SVGGraphics2DRuntimeException ( ERR_STYLE_HANDLER_NULL ) ; this . styleHandler = arg0 ; }
8,329
registers a callback , to be triggered when the system ui visibility changes . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode_elem_sep View mAnchorView concode_elem_sep Activity mActivity concode_elem_sep int FLAG_FULLSCREEN conc...
void function ( OnVisibilityChangeListener arg0 ) { if ( arg0 == null ) { arg0 = sDummyListener ; } mOnVisibilityChangeListener = arg0 ; }
8,330
sets the user name of this polls vote . concode_field_sep PollsVote _pollsVote concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boo...
void function ( java . lang . String arg0 ) { _pollsVote . setUserName ( arg0 ) ; }
8,331
sets the value of the lvl6ppr property . concode_field_sep CTTextParagraphProperties lvl9PPr concode_elem_sep CTTextParagraphProperties lvl2PPr concode_elem_sep CTTextParagraphProperties lvl1PPr concode_elem_sep CTTextParagraphProperties lvl7PPr concode_elem_sep CTTextParagraphProperties lvl8PPr concode_elem_sep CTText...
void function ( CTTextParagraphProperties arg0 ) { this . lvl6PPr = arg0 ; }
8,332
gets the value of the category property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String attribute concode_elem_sep String category concode_elem_sep String type concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setAttribute concode_elem_sep String getAttribute concod...
String function ( ) { return category ; }
8,333
construction concode_field_sep BroadcastReceiver wiredHeadsetReceiver concode_elem_sep Context apprtcContext concode_elem_sep boolean savedIsMicrophoneMute concode_elem_sep AudioDevice selectedAudioDevice concode_elem_sep AudioManager audioManager concode_elem_sep Set<AudioDevice> audioDevices concode_elem_sep AudioDev...
RtkAudioManager function ( Context arg0 , Runnable arg1 ) { return new RtkAudioManager ( arg0 , arg1 ) ; }
8,334
sets the modified date of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
void function ( Date arg0 ) { _microblogsEntry . setModifiedDate ( arg0 ) ; }
8,335
gets an option , or its default value if it is not set . concode_field_sep Option<List<String>> EXPERIMENTS concode_elem_sep Option<String> EXTENSION_DESCRIPTOR_SET concode_elem_sep Option<List<String>> PROTO_SOURCES concode_elem_sep Option<FileWrapper> EXTENSION_DESCRIPTOR_SET_CONTENTS concode_elem_sep Option<List<Fil...
T function ( Option < T > arg0 ) { Object loc0 = options . get ( arg0 . key ( ) ) ; if ( loc0 == null ) { return arg0 . defaultValue ( ) ; } return ( T ) loc0 ; }
8,336
log long string using verbose tag concode_field_sep PlaceHolder placeHolder concode_field_sep void d concode_elem_sep void e concode_elem_sep void v concode_elem_sep void w concode_elem_sep String format concode_elem_sep void i concode_elem_sep String tag concode_elem_sep String getSpaces
void function ( String arg0 , String arg1 ) { InputStream loc0 = new ByteArrayInputStream ( arg1 . getBytes ( ) ) ; @ SuppressWarnings ( "srini_string" ) Scanner loc1 = new Scanner ( loc0 ) ; while ( loc1 . hasNextLine ( ) ) { Log . v ( arg0 , loc1 . nextLine ( ) ) ; } }
8,337
gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName
String function ( ) { return userName ; }
8,338
test sign handling . concode_field_sep PlaceHolder placeHolder concode_field_sep void testClone concode_elem_sep void testPut concode_elem_sep void testFromBytes concode_elem_sep void testToBytes concode_elem_sep void testEquals
void function ( ) { final ZipLong loc0 = new ZipLong ( new byte [ ] { ( byte ) 0xFF , ( byte ) 0xFF , ( byte ) 0xFF , ( byte ) 0xFF } ) ; assertEquals ( 0x00000000FFFFFFFFl , loc0 . getValue ( ) ) ; }
8,339
f0 - > label ? stmt concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
R function ( StmtList arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; return loc0 ; }
8,340
sets the value of the fldfilterchecked property . concode_field_sep Boolean fldFilterChecked concode_elem_sep RecordRef fldFilter concode_elem_sep Boolean fldFilterNotNull concode_elem_sep String fldFilterVal concode_elem_sep CustomizationFilterCompareType fldFilterCompareType concode_elem_sep FldFilterSelList fldFilte...
void function ( Boolean arg0 ) { this . fldFilterChecked = arg0 ; }
8,341
returns the result of interpretting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep InheritancePackage modelPackage concode_field_sep Object caseSubThing concode_elem_sep Object cas...
Object function ( EObject arg0 ) { return null ; }
8,342
add a rule to this list of rules concode_field_sep List<Rule> rules concode_elem_sep String name concode_field_sep void printRules concode_elem_sep String toString concode_elem_sep List<Rule> getRules concode_elem_sep void sortByConfidence concode_elem_sep int getRulesCount
void function ( Rule arg0 ) { rules . add ( arg0 ) ; }
8,343
helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; }
8,344
returns with the back-right-top corner 's coordinates . concode_field_sep Boundaries3d EMPTY concode_elem_sep Boundary x concode_elem_sep Boundary y concode_elem_sep Boundary z concode_field_sep Boundaries3d add concode_elem_sep Boundaries3d rotate concode_elem_sep Boundaries3d move concode_elem_sep Boundary getX conco...
Coords3d function ( ) { return new Coords3d ( getX ( ) . getMax ( ) , getY ( ) . getMax ( ) , getZ ( ) . getMax ( ) ) ; }
8,345
return a hash code for this typedprincipal . concode_field_sep int USER concode_elem_sep int UNKNOWN concode_elem_sep String typeMap[] concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep int type concode_elem_sep int GROUP concode_elem_sep int DOMAIN concode_field_sep void setName conco...
int function ( ) { return name . hashCode ( ) ; }
8,346
check whether or not the given warningproperty has the given attribute value . concode_field_sep Map<T,Object> map concode_field_sep Object getProperty concode_elem_sep WarningPropertySet<T> setProperty concode_elem_sep void setProperty concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep boo...
boolean function ( T arg0 , Object arg1 ) { Object loc0 = getProperty ( arg0 ) ; return ( loc0 != null && loc0 . equals ( arg1 ) ) ; }
8,347
get the size of this particle concode_field_sep Image image concode_elem_sep float size concode_elem_sep float originalLife concode_elem_sep SGL GL concode_elem_sep int usePoints concode_elem_sep float vely concode_elem_sep Color color concode_elem_sep float velx concode_elem_sep int type concode_elem_sep float life co...
float function ( ) { return size ; }
8,348
returns the float value of the field param . concode_field_sep PlaceHolder placeHolder concode_field_sep Boolean getFieldBool concode_elem_sep boolean getFieldBool concode_elem_sep Float getFieldFloat concode_elem_sep float getFieldFloat concode_elem_sep Double getDouble concode_elem_sep double getDouble concode_elem_s...
Double function ( String arg0 , String arg1 ) { String loc0 = getFieldParam ( arg0 , arg1 ) ; try { return loc0 == null ? null : Double . valueOf ( loc0 ) ; } catch ( Exception loc1 ) { throw new SolrException ( SolrException . ErrorCode . BAD_REQUEST , loc1 . getMessage ( ) , loc1 ) ; } }
8,349
returns the packagefragmentroot . concode_field_sep ArrayList javaFileList concode_elem_sep int FILE_SELECTED_TYPE concode_elem_sep IResource resource concode_elem_sep IProject project concode_elem_sep int FOLDER_SELECTED_TYPE concode_elem_sep int type concode_elem_sep int PACKAGEROOT_SELECTED_TYPE concode_elem_sep ICl...
IPackageFragmentRoot function ( ) { return packageFragmentRoot ; }
8,350
returns the capacity 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 voi...
int function ( ) { return V . length ; }
8,351
gets the value of the trideni property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TEvidence evidence concode_elem_sep TVyrizeniEntity vyrizeniUzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniSpisu trideni...
TTrideniSpisu function ( ) { return trideni ; }
8,352
turns the fieldset into an ordered fieldlist . concode_field_sep FieldSet EMPTY_SET concode_elem_sep Collection<Integer> collection concode_field_sep FieldSet addFields concode_elem_sep FieldSet addFields concode_elem_sep FieldSet addField concode_elem_sep boolean isValidSubset concode_elem_sep String getDescriptionPre...
FieldList function ( ) { int [ ] loc0 = toArray ( ) ; Arrays . sort ( loc0 ) ; return new FieldList ( loc0 ) ; }
8,353
checks whether this string is not null and not empty . concode_field_sep PlaceHolder placeHolder concode_field_sep String collectionToCommaDelimitedString concode_elem_sep String replace concode_elem_sep String collapseWhitespace concode_elem_sep String trimOrPad concode_elem_sep String trimOrPad concode_elem_sep Strin...
boolean function ( String arg0 ) { return arg0 != null && arg0 . length ( ) > 0 ; }
8,354
checks to see if the specified distance falls within the valid range on this ray . this should always be used before an intersection with the ray is detected . concode_field_sep float dx concode_elem_sep float dy concode_elem_sep float tMax concode_elem_sep float dz concode_elem_sep float EPSILON concode_elem_sep float...
boolean function ( float arg0 ) { return ( tMin < arg0 ) && ( arg0 < tMax ) ; }
8,355
gets the join style concode_field_sep int JOIN_BEVEL concode_elem_sep int CAP_ROUND concode_elem_sep int CAP_SQUARE concode_elem_sep int endCapStyle concode_elem_sep int JOIN_ROUND concode_elem_sep int DEFAULT_QUADRANT_SEGMENTS concode_elem_sep int JOIN_MITRE concode_elem_sep int quadrantSegments concode_elem_sep int j...
int function ( ) { return joinStyle ; }
8,356
check if the user applied at internship . concode_field_sep String name concode_elem_sep int applications concode_elem_sep String city concode_elem_sep int seats concode_elem_sep boolean applied concode_elem_sep boolean seen concode_elem_sep String department concode_elem_sep boolean favorite concode_elem_sep String co...
boolean function ( ) { return applied ; }
8,357
returns the total amount of work for the array of tile blocks concode_field_sep int xOff concode_elem_sep int w concode_elem_sep int h concode_elem_sep int occY concode_elem_sep int occX concode_elem_sep int occH concode_elem_sep int occW concode_elem_sep int yOff concode_elem_sep int benefit concode_elem_sep boolean[]...
int function ( TileBlock [ ] arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 += arg0 [ loc1 ] . getWork ( ) ; return loc0 ; }
8,358
checks if the pdf/x conformance is necessary . concode_field_sep PdfWriter writer concode_elem_sep int pdfxConformance concode_field_sep boolean isPdfIso concode_elem_sep void checkPdfIsoConformance concode_elem_sep int getPDFXConformance concode_elem_sep boolean isPdfX1A2001 concode_elem_sep void setPDFXConformance co...
boolean function ( ) { return pdfxConformance != PdfWriter . PDFXNONE ; }
8,359
todo : eliminate the mungling on the client-side instead of attempting very problematic correction here ! concode_field_sep int ODBC_SM_OPTIONS concode_elem_sep int ODBC_SEVERITY_DEBUG concode_elem_sep int ODBC_AUTH_REQ_OK concode_elem_sep int ODBC_SEVERITY_PANIC concode_elem_sep org.hsqldb.lib.IntKeyHashMap odbcSeveri...
String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) ; }
8,360
returns the range of blocks to be relocated . the numbers in the range are indices of the blocks in the server 's copy of the file . the range consists of the pair firstblock , lastblock + 1 . concode_field_sep long newOffset concode_elem_sep String DIV concode_elem_sep Range blockRange concode_field_sep long getOffset...
Range function ( ) { return blockRange ; }
8,361
gets the local contact url concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress lo...
NameAddress function ( ) { return local_contact ; }
8,362
gets the address to which the socket is connected . concode_field_sep Socket socket concode_field_sep int getLocalPort concode_elem_sep int getPort concode_elem_sep OutputStream getOutputStream concode_elem_sep int getSoTimeout concode_elem_sep void setSoTimeout concode_elem_sep String toString concode_elem_sep void cl...
IpAddress function ( ) { return new IpAddress ( socket . getInetAddress ( ) ) ; }
8,363
gets the value of the transformclass property . concode_field_sep ValueType outputDir concode_elem_sep List<TransformOp> ops concode_elem_sep String transformClass concode_elem_sep CsvOutputType outputType concode_elem_sep Boolean reverse concode_field_sep CsvOutputType getOutputType concode_elem_sep List<TransformOp> ...
String function ( ) { return transformClass ; }
8,364
returns the string which was actually parsed with all the substitutions performed concode_field_sep Deque<ParsingState> stack concode_elem_sep String originalInput concode_elem_sep ParsingState initialState concode_elem_sep char ch concode_elem_sep Deque<Character> lookFor concode_elem_sep CommandFormatException error ...
String function ( String arg0 , ParsingStateCallbackHandler arg1 ) { return parse ( arg0 , arg1 , initialState ) ; }
8,365
adds the nhanvien to the database . also notifies the appropriate model listeners . concode_field_sep nhanvienLocalService _service concode_field_sep java.util.List<com.newway.model.nhanvien> getnhanviens concode_elem_sep com.newway.model.nhanvien createnhanvien concode_elem_sep int countdsNhanVienTheoKeywordLanhDao co...
com . newway . model . arg0 function ( com . newway . model . arg0 arg0 ) { return getService ( ) . addnhanvien ( arg0 ) ; }
8,366
returns the message id of this attachment . concode_field_sep Attachment _attachment 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...
long function ( ) { return _attachment . getMessageId ( ) ; }
8,367
request new key from proxied rr . concode_field_sep RecordReader<K,U> rr concode_elem_sep ResetableIterator<U> vjoin concode_elem_sep WritableComparator cmp concode_elem_sep U vhead concode_elem_sep Configuration conf concode_elem_sep int id concode_elem_sep boolean empty concode_elem_sep K khead concode_field_sep bool...
K function ( ) { return rr . createKey ( ) ; }
8,368
clear timetable for all patterns matching the provided feed id . concode_field_sep HashMap<TripPattern,SortedSet<Timetable>> timetables concode_elem_sep Logger LOG concode_elem_sep boolean dirty concode_elem_sep ServiceDate serviceDate concode_elem_sep String feedId concode_elem_sep boolean readOnly concode_elem_sep Ha...
boolean function ( String arg0 ) { return timetables . keySet ( ) . removeIf ( tripPattern -> arg0 . equals ( tripPattern . getFeedId ( ) ) ) ; }
8,369
sets the value of the claimantfirstname property . concode_field_sep Long assignedAdjusterID concode_elem_sep XMLGregorianCalendar lossDate concode_elem_sep LossInfoType lossInfo concode_elem_sep String claimantFirstName concode_elem_sep VehicleListType vehicles concode_elem_sep String claimantLastName concode_elem_sep...
void function ( String arg0 ) { this . claimantFirstName = arg0 ; }
8,370
gets the value of the adjustmentreasoncode property . concode_field_sep Boolean displayOnBill concode_elem_sep Boolean immediateImpact concode_elem_sep String dealerCode concode_elem_sep List<PublicAddBANDollarAdjustmentRequestType.MemoParams> memoParams concode_elem_sep long serialVersionUID concode_elem_sep String st...
String function ( ) { return adjustmentReasonCode ; }
8,371
returns the argument at the given position starting from 1 . concode_field_sep String[] usage concode_elem_sep FindOptions options concode_elem_sep LinkedList<String> arguments concode_elem_sep Configuration conf concode_elem_sep String[] help concode_elem_sep LinkedList<Expression> children concode_field_sep void prep...
String function ( int arg0 ) { if ( arg0 > this . arguments . size ( ) ) { throw new IOException ( "srini_string" + arg0 ) ; } String loc0 = this . arguments . get ( arg0 - 1 ) ; if ( loc0 == null ) { throw new IOException ( "srini_string" + arg0 ) ; } return loc0 ; }
8,372
sets the address of the jinglenodes . concode_field_sep String JN_IS_RELAY_SUPPORTED concode_elem_sep String JN_ADDRESS concode_elem_sep String address concode_elem_sep boolean relaySupported concode_elem_sep String JN_PREFIX concode_elem_sep int MAX_JN_RELAY_COUNT concode_field_sep boolean isRelaySupported concode_ele...
void function ( String arg0 ) { this . address = arg0 ; }
8,373
inidcate whether or not there is a match . concode_field_sep boolean match concode_field_sep Matchable getClosestMatch concode_elem_sep boolean isMatch
void function ( boolean arg0 ) { this . match = arg0 ; }
8,374
abstracts over random number generation for sending to other hosts concode_field_sep Map<Integer,byte[]> playernum concode_elem_sep int ptr concode_elem_sep int numberOfDiceToRoll concode_elem_sep Map<Integer,byte[]> playerhash concode_elem_sep boolean finalised concode_elem_sep int numberOfFaces concode_elem_sep Rando...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ mixednumber . length ] ; sr . nextBytes ( loc0 ) ; return loc0 ; }
8,375
sets the desired os name concode_field_sep String FAMILY_WINDOWS concode_elem_sep String FAMILY_ZOS concode_elem_sep String PATH_SEP concode_elem_sep String FAMILY_OS2 concode_elem_sep String FAMILY_OPENVMS concode_elem_sep String OS_NAME concode_elem_sep String OS_VERSION concode_elem_sep String FAMILY_DOS concode_ele...
void function ( String arg0 ) { this . name = arg0 . toLowerCase ( Locale . US ) ; }
8,376
this method was generated by mybatis generator . this method returns the value of the database column user_info . user_id concode_field_sep String password concode_elem_sep Date addTime concode_elem_sep Date updateTime concode_elem_sep Integer type concode_elem_sep Integer userId concode_elem_sep String email concode_e...
Integer function ( ) { return userId ; }
8,377
the cursor has entered the drop target boundaries . the current listener is updated , and #dragenter is forwarded to the current listener . concode_field_sep TransferDropTargetListener[] fListeners concode_elem_sep TransferDropTargetListener fCurrentListener concode_elem_sep int fOriginalDropType concode_field_sep void...
void function ( DropTargetEvent arg0 ) { fOriginalDropType = arg0 . detail ; updateCurrentListener ( arg0 ) ; }
8,378
gets the value of the minlength property . concode_field_sep Object parent concode_elem_sep List<CTCfvo> cfvo concode_elem_sep Boolean showValue concode_elem_sep CTColor color concode_elem_sep Long minLength concode_elem_sep Long maxLength concode_field_sep Object getParent concode_elem_sep void setColor concode_elem_s...
long function ( ) { if ( minLength == null ) { return 10L ; } else { return minLength ; } }
8,379
sets the value of the mv property . concode_field_sep String lav concode_elem_sep Integer lmv concode_elem_sep String av concode_elem_sep MatchingStrategy ms concode_elem_sep Integer mv concode_field_sep String getAv concode_elem_sep void setLmv concode_elem_sep void setAv concode_elem_sep String getLav concode_elem_se...
void function ( Integer arg0 ) { this . mv = arg0 ; }
8,380
gets the extension of a filename . this method returns the textual part of the filename after the last dot . there must be no directory separator after the dot . foo.txt -- > `` txt '' a/b/c.jpg -- > `` jpg '' a/b . txt/c -- > '' '' a/b/c -- > '' '' the output will be the same irrespective of the machine that the code ...
String function ( String arg0 ) { if ( arg0 == null ) return null ; int loc0 = indexOfExtension ( arg0 ) ; if ( loc0 == - 1 ) return "srini_string" ; else return arg0 . substring ( loc0 + 1 ) ; }
8,381
gets the searchvalue value for this searchlongfield . concode_field_sep java.lang.Long searchValue2 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long searchValue concode_elem_sep com.netsuite.webservices.platform.core_2014_2.types.SearchLongFieldOpera...
java . lang . Long function ( ) { return searchValue ; }
8,382
sets the groups such that returned users must be in at least one of them . concode_field_sep boolean m_filterCore concode_elem_sep Set<SearchKey> m_searchKeys concode_elem_sep List<CmsOrganizationalUnit> m_allowedOus concode_elem_sep boolean m_caseSensitive concode_elem_sep int m_flags concode_elem_sep boolean m_recurs...
void function ( Collection < CmsGroup > arg0 ) { m_anyGroups = arg0 ; }
8,383
gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep DateFormat selectedFormat concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep TimeZone selectedTimeZo...
String function ( ) { return formatCurrentTime ( selectedFormat ) ; }
8,384
return a string representation of this object . concode_field_sep String name concode_elem_sep String link concode_field_sep void setName concode_elem_sep void setLink concode_elem_sep String getLink concode_elem_sep String getName
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( name ) ; if ( link != null ) { loc0 . append ( "srini_string" ) ; loc0 . append ( link ) ; } loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
8,385
transport accessor concode_field_sep TTransport trans_ concode_field_sep void writeSetEnd concode_elem_sep TStruct readStructBegin concode_elem_sep void writeFieldBegin concode_elem_sep void readStructEnd concode_elem_sep void writeListBegin concode_elem_sep void writeListEnd concode_elem_sep void writeBool concode_ele...
TTransport function ( ) { return trans_ ; }
8,386
this method makes the class look like a test class . concode_field_sep TestHost testHost concode_elem_sep ContainerTemplateService containerTemplateService concode_field_sep void testInvalidStartStateInvalidField concode_elem_sep void setUpClass concode_elem_sep void setUpClass concode_elem_sep void testServiceOptions ...
void function ( ) { }
8,387
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<ConfigRule> configRules concode_elem_sep String nextToken concode_field_sep DescribeConfigRulesResult withConfigRules concode_elem_sep DescribeConfigRulesResult withConfigRules co...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getConfigRules ( ) != null ) loc0 . append ( "srini_string" + getConfigRules ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "srini_st...
8,388
gets the vocabulary associated to the specified entity property concode_field_sep Logger logger concode_elem_sep Map<String,String> propertyNames concode_elem_sep String entityName concode_elem_sep TermFactory termFactory concode_elem_sep Vocabulary vocabulary concode_elem_sep Map<String,Vocabulary> propertyVocabularie...
Vocabulary function ( String arg0 ) { return propertyVocabularies . get ( arg0 ) ; }
8,389
upload the current media type . this method can be called multiple times on the same mediamessage to add different media types . concode_field_sep String RENDER_GROUP concode_elem_sep Logger logger concode_elem_sep UploadModel uploadModel concode_elem_sep PortableRenderer portableRenderer concode_elem_sep String BEAN_N...
void function ( ActionEvent arg0 ) { processUpload ( uploadModel , mediaStore ) ; }
8,390
get the media item owner . concode_field_sep long mStartTimeMs concode_elem_sep Map<String,String> mUserAttributes concode_elem_sep String mUniqueId concode_elem_sep MediaItem mMediaItem concode_elem_sep long mDurationMs concode_field_sep void setDuration concode_elem_sep void setUserAttribute concode_elem_sep long get...
MediaItem function ( ) { return mMediaItem ; }
8,391
initialize this plugin . this method only called when the plugin is instantiated . concode_field_sep PlaceHolder placeHolder concode_field_sep BlogEntry[] process concode_elem_sep void cleanup concode_elem_sep void destroy
void function ( ServletConfig arg0 , BlojsomConfiguration arg1 ) { }
8,392
called whenever the osgi framework starts our bundle . concode_field_sep Logger logger concode_field_sep void stop
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
8,393
reads the first entry with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep void getEntries concode_elem_sep void getEntries concode_elem_sep FormData create concode_elem_sep void parse concode_elem_sep void parse concode_elem_sep Object getEntry concode_elem_sep Object getEntry concode_elem...
FormData function ( String arg0 , String arg1 , CharacterSet arg2 , char arg3 ) { return new FormReader ( arg0 , arg2 , arg3 ) . readFirstEntry ( arg1 ) ; }
8,394
add a class with specified parent to the kb concode_field_sep Map<String,SimpleKBClass> classes concode_field_sep KBEntity getClass concode_elem_sep boolean isAncestor concode_elem_sep void addClass
SimpleKBClass function ( SimpleKBClass arg0 ) { SimpleKBClass loc0 = new SimpleKBClass ( arg0 ) ; this . addClass ( loc0 ) ; return loc0 ; }
8,395
create styled web document with title concode_field_sep td m_topRight concode_elem_sep body m_body concode_elem_sep td m_topLeft concode_elem_sep head m_head concode_elem_sep html m_html concode_elem_sep table m_table concode_elem_sep String NBSP concode_elem_sep tr m_topRow concode_field_sep tr getTopRow concode_elem_...
WebDoc function ( String arg0 ) { return create ( false , arg0 , false ) ; }
8,396
generate a mouse release event with specified buttons mask . concode_field_sep int MOUSE_MIDDLE_BTN concode_elem_sep int MOUSE_LEFT_BTN concode_elem_sep Permission allPermission concode_elem_sep int MOUSE_RIGHT_BTN concode_field_sep int _getMouseY concode_elem_sep int getMouseY concode_elem_sep int _getMouseX concode_e...
void function ( int arg0 ) { Application . checkEventThread ( ) ; _mouseRelease ( arg0 ) ; }
8,397
gets the broadcast data set registered under the given name . broadcast data sets are available on all parallel instances of a function . they can be registered via org.apache.flink.graph.pregel.vertexcentricconfiguration #addbroadcastset string , dataset . concode_field_sep Edge<K,EV> edge concode_elem_sep Iterator<Ed...
Collection < T > function ( String arg0 ) { return this . runtimeContext . < T > getBroadcastVariable ( arg0 ) ; }
8,398
return type metadata object concode_field_sep java.lang.String userRecordType concode_elem_sep java.lang.Long roleId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String roleName concode_ele...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
8,399
returns the user id of this app . concode_field_sep App _app concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isDownloaded concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCached...
long function ( ) { return _app . getUserId ( ) ; }