idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,900
returns the number of times #create object returned a value . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size concode_elem_sep int createCount concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<K,V> map concode_elem_sep int missCount con...
int function ( ) { return createCount ; }
21,901
verify that this class implements publiccloneable . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testFindDomainBounds concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals concode_elem_sep DefaultIntervalXYDataset createS...
void function ( ) { ClusteredXYBarRenderer loc0 = new ClusteredXYBarRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
21,902
is select all items boolean . concode_field_sep String publisherDate concode_elem_sep boolean selectAllItems concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String title concode_elem_sep String requestNotes concode_elem_sep List<SearchItemResultRow> searchItemResultRows concod...
boolean function ( ) { return selectAllItems ; }
21,903
adds a file listener that can react to change events concode_field_sep boolean active concode_elem_sep long sleepTime concode_elem_sep List<DirectoryWatcher.FileChangeListener> listeners concode_field_sep void fireOnNew concode_elem_sep void setActive concode_elem_sep void addWatchDirectory concode_elem_sep void fireOn...
void function ( DirectoryWatcher . FileChangeListener arg0 ) { listeners . add ( arg0 ) ; }
21,904
a threshold policy that is never exceeded . concode_field_sep long defaultThreshold concode_elem_sep ThresholdPolicy<?> NEVER concode_field_sep boolean isThresholdExceeded concode_elem_sep ThresholdPolicy<E> policyFromContext concode_elem_sep ThresholdPolicy<E> count concode_elem_sep void increment concode_elem_sep voi...
ThresholdPolicy < E > function ( ) { @ SuppressWarnings ( "srini_string" ) ThresholdPolicy < E > loc0 = ( ThresholdPolicy < E > ) NEVER ; return loc0 ; }
21,905
get custom serializer concode_field_sep int averageNumEvents concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int lastDayNumEvents concode_elem_sep java.lang.String topReferrerURL concode_elem_sep boole...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
21,906
adds a legend item to the collection . concode_field_sep long serialVersionUID concode_elem_sep List items concode_field_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep LegendItem get concode_elem_sep int getItemCount concode_elem_sep boolean equals concode_elem_sep Object clone
void function ( LegendItem arg0 ) { this . items . add ( arg0 ) ; }
21,907
sets the output value for this wspipelinetypedcontententry . concode_field_sep java.lang.String output concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSExtractedContent wsExt...
void function ( java . lang . String arg0 ) { this . output = arg0 ; }
21,908
setter for property opacity . concode_field_sep Logger LOGGER concode_elem_sep Expression backgroundColor concode_elem_sep Graphic graphicFill concode_elem_sep Expression color concode_elem_sep Expression opacity concode_elem_sep FilterFactory filterFactory concode_field_sep void setFilterFactory concode_elem_sep void ...
void function ( Expression arg0 ) { if ( this . opacity == arg0 ) return ; this . opacity = arg0 ; }
21,909
returns true iff the count-down has reached zero . otherwise false concode_field_sep int originalCount concode_elem_sep AtomicInteger countDown concode_field_sep boolean countDown concode_elem_sep boolean fastForward
boolean function ( ) { assert countDown . get ( ) >= 0 ; return countDown . get ( ) == 0 ; }
21,910
gets an unsigned 1-byte value . concode_field_sep PlaceHolder placeHolder concode_field_sep int beS4 concode_elem_sep int beS2 concode_elem_sep int beU2 concode_elem_sep int beS1
int function ( byte [ ] arg0 , int arg1 ) { return arg0 [ arg1 ] & 0xff ; }
21,911
set the name of this thread . this name is used for debugging purposes only . concode_field_sep int which concode_elem_sep int status concode_elem_sep int statusBlocked concode_elem_sep ThreadQueue readyQueue concode_elem_sep KThread currentThread concode_elem_sep KThread joinedThread concode_elem_sep KThread toBeDestr...
KThread function ( String arg0 ) { this . name = arg0 ; return this ; }
21,912
phi to longitude concode_field_sep double TWO_PI concode_elem_sep String TAG_SUB concode_elem_sep boolean D concode_elem_sep String TAG concode_elem_sep double HALF_PI concode_field_sep double thetaToLat concode_elem_sep double latToTheta concode_elem_sep void log_d
double function ( double arg0 ) { double loc0 = arg0 ; if ( arg0 > Math . PI ) { loc0 = arg0 - TWO_PI ; } return loc0 ; }
21,913
sets the value of the example 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 String ...
void function ( Example arg0 ) { this . example = arg0 ; }
21,914
deze methode geeft de leeftijd van de speler . concode_field_sep HuisKaart huis concode_elem_sep String ip concode_elem_sep int leeftijd concode_elem_sep StapelKaarten levenswegkaarten concode_elem_sep ArrayList<String> kinderen concode_elem_sep int saldo concode_elem_sep SalarisKaart salaris concode_elem_sep String na...
int function ( ) { return leeftijd ; }
21,915
returns the y-value . concode_field_sep double yHigh concode_elem_sep double yLow concode_elem_sep double y concode_field_sep double getYLow concode_elem_sep boolean equals concode_elem_sep double getYHigh
double function ( ) { return this . y ; }
21,916
compute this shape 's internal `` distance '' to the geopoint . implementations should clarify how this is computed when it 's non-obvious . a return value of double.max _ value should be returned for points outside of the shape . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
double function ( final DistanceStyle arg0 , final GeoPoint arg1 ) { return computeDistance ( arg0 , arg1 . x , arg1 . y , arg1 . z ) ; }
21,917
gets the value of the endtime property . concode_field_sep Long feedItemId concode_elem_sep Keyword keywordTargeting concode_elem_sep List<FeedItemAttributeValue> attributeValues concode_elem_sep FeedItemAdGroupTargeting adGroupTargeting concode_elem_sep CustomParameters urlCustomParameters concode_elem_sep FeedItemDev...
String function ( ) { return endTime ; }
21,918
converts the dimension value to a dimension symbol , for example , true = > ` t ' . concode_field_sep int L concode_elem_sep char SYM_P concode_elem_sep int P concode_elem_sep int TRUE concode_elem_sep char SYM_L concode_elem_sep int A concode_elem_sep int FALSE concode_elem_sep int DONTCARE concode_elem_sep char SYM_D...
char function ( int arg0 ) { switch ( arg0 ) { case FALSE : return SYM_FALSE ; case TRUE : return SYM_TRUE ; case DONTCARE : return SYM_DONTCARE ; case P : return SYM_P ; case L : return SYM_L ; case A : return SYM_A ; } throw new IllegalArgumentException ( "srini_string" + arg0 ) ; }
21,919
get the column index list . concode_field_sep Database database concode_elem_sep int len concode_elem_sep int[] indexes concode_elem_sep int DEFAULT_NULL_SORT concode_elem_sep int NULLS_FIRST concode_elem_sep int DESCENDING concode_elem_sep int[] sortTypes concode_elem_sep int NULLS_LAST concode_elem_sep int ASCENDING ...
int [ ] function ( ) { return indexes ; }
21,920
atomically sets this point to the given components concode_field_sep Quaternion rotation concode_elem_sep Vector3 scale concode_elem_sep Point position concode_elem_sep long serialVersionUID concode_elem_sep SpinLock lock concode_field_sep Transform rotate concode_elem_sep Transform setScale concode_elem_sep Quaternion...
Transform function ( Point arg0 , Quaternion arg1 , Vector3 arg2 ) { try { lock . lock ( ) ; setUnsafe ( arg0 , arg1 , arg2 ) ; } finally { lock . unlock ( ) ; } return this ; }
21,921
insert action on the attribute concode_field_sep PlaceHolder placeHolder concode_field_sep ResultSet getRulesActionsFacts concode_elem_sep ResultSet getModelsInsatnces concode_elem_sep ResultSet getModels concode_elem_sep ResultSet getModel concode_elem_sep String RulesThenFactsInsert concode_elem_sep void deleteRules ...
String function ( int arg0 , String arg1 , String arg2 ) { String loc0 = new String ( "srini_string" ) ; loc0 += "srini_string" ; loc0 += "srini_string" ; loc0 += "srini_string" ; loc0 += "srini_string" + arg0 + "srini_string" ; return loc0 ; }
21,922
return type metadata object concode_field_sep java.lang.String dummy concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_sep org.apache.axis....
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
21,923
get baz concode_field_sep String bar concode_elem_sep String baz concode_field_sep String toIndentedString concode_elem_sep String getBar concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ReadOnlyFirst baz concode_elem_sep String toString concode_elem_sep void setBaz
String function ( ) { return baz ; }
21,924
return the list of the query string for wpa_supplicant . concode_field_sep Creator<WifiP2pServiceInfo> CREATOR concode_elem_sep int SERVICE_TYPE_VENDOR_SPECIFIC concode_elem_sep int SERVICE_TYPE_ALL concode_elem_sep List<String> mQueryList concode_elem_sep int SERVICE_TYPE_BONJOUR concode_elem_sep int SERVICE_TYPE_WS_D...
List < String > function ( ) { return mQueryList ; }
21,925
print the items in l on output on a line , separated by blanks . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> duplicates concode_elem_sep List<String> readList concode_elem_sep void main
void function ( List < String > arg0 , PrintStream arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 += 1 ) { arg1 . printf ( "srini_string" , arg0 . get ( loc0 ) ) ; } arg1 . println ( ) ; }
21,926
cleans a mimetype name by removing out the actual mimetype , from a string of the form : < primary type > / < sub type > ; < optional params concode_field_sep MimeTypes mimeTypes concode_elem_sep boolean mimeMagic concode_elem_sep String SEPARATOR concode_elem_sep Tika tika concode_elem_sep Logger LOG concode_field_sep...
String function ( String arg0 ) { if ( arg0 == null ) return null ; String [ ] loc0 = arg0 . split ( SEPARATOR ) ; if ( loc0 . length > 1 ) { return loc0 [ 0 ] ; } else { return arg0 ; } }
21,927
consume an event concode_field_sep Logger log concode_elem_sep BitstreamInfoDAO bitstreamInfoDAO concode_field_sep void end concode_elem_sep void finish concode_elem_sep void initialize
void function ( Context arg0 , Event arg1 ) { if ( arg1 . getEventType ( ) == Event . DELETE ) { log . debug ( "srini_string" ) ; bitstreamInfoDAO . deleteBitstreamInfoWithHistory ( arg1 . getSubjectID ( ) ) ; log . debug ( "srini_string" ) ; } }
21,928
reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_...
void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; }
21,929
get the next item in the sequence . this method changes the state of the iterator , in particular it affects the result of subsequent calls of position and current . concode_field_sep XPathException exception concode_field_sep Item current concode_elem_sep int getProperties concode_elem_sep int position concode_elem_se...
Item function ( ) { throw exception ; }
21,930
loop through entry types to get required , optional , general and utility fields for this type . concode_field_sep ArrayList<String> reservedDBWords concode_elem_sep ArrayList<String> allFields concode_field_sep ArrayList<String> getAllFields concode_elem_sep Object processQueryWithResults concode_elem_sep void execute...
void function ( ) { if ( allFields == null ) { allFields = new ArrayList < String > ( ) ; } else { allFields . clear ( ) ; } uniqueInsert ( allFields , BibtexFields . getAllFieldNames ( ) ) ; uniqueInsert ( allFields , BibtexFields . getAllPrivateFieldNames ( ) ) ; }
21,931
since bit encoding only supports a finite number of bases it is more than likely when processing sequence you will encounter a compound which is not covered by the encoding e.g. n in a 2bit sequence . you can override this to convert the unknown base into one you can process or store locations of unknown bases for a le...
byte function ( C arg0 , int arg1 ) { throw new IllegalStateException ( "srini_string" + arg0 + "srini_string" + bitsPerCompound ( ) + "srini_string" ) ; }
21,932
does nothing concode_field_sep Map<String,Vector> wordToVector concode_elem_sep int dimensions concode_field_sep Vector setVector concode_elem_sep String getSpaceName concode_elem_sep void processDocument concode_elem_sep Vector getVector concode_elem_sep int getVectorLength concode_elem_sep Set<String> getWords
void function ( Properties arg0 ) { }
21,933
is the sortcolumnname ascending . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep String getSortColumnName concode_elem_sep boolean isDefaultAscending concode_elem_sep void setAscending concode_elem_sep vo...
boolean function ( ) { return ascending ; }
21,934
gets the value of the strkrule property . concode_field_sep BigDecimal endStrkPxRng concode_elem_sep BigDecimal startStrkPxRng concode_elem_sep BigInteger strkExrStyle concode_elem_sep BigDecimal strkIncr concode_elem_sep String strkRule concode_elem_sep List<MaturityRulesBlockT> matRules concode_field_sep BigDecimal g...
String function ( ) { return strkRule ; }
21,935
gets the name of this time zone to be displayed in the ui . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurren...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; return TimeZoneBean . displayNameTokenizer ( loc0 . getDisplayName ( ) ) ; }
21,936
returns true if two possibly-null objects are equal . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_88...
boolean function ( Object arg0 , Object arg1 ) { return arg0 == arg1 || ( arg0 != null && arg0 . equals ( arg1 ) ) ; }
21,937
returns the y coordinate of the center of the framing rectangle of the shape in double precision . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode...
double function ( ) { return getY ( ) + getHeight ( ) / 2.0 ; }
21,938
gets the value of the opname property . concode_field_sep String opBankCode concode_elem_sep String opDate concode_elem_sep String opEntID concode_elem_sep String opID concode_elem_sep String opName concode_field_sep String getOpEntID concode_elem_sep void setOpID concode_elem_sep void setOpDate concode_elem_sep String...
String function ( ) { return opName ; }
21,939
gets a copy of the entries that make up the dictionary . concode_field_sep Name LENGTH_KEY concode_elem_sep Name FORM_TYPE_KEY concode_elem_sep HashMap<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectReference c...
HashMap < Object , Object > function ( ) { return entries ; }
21,940
gets the name of the terminal whose type has changed in this event . concode_field_sep String terminal concode_elem_sep EventType type concode_field_sep boolean isCancelled concode_elem_sep StateChangeEvent waitForChange concode_elem_sep StateChangeEvent waitForChange concode_elem_sep EventType getState concode_elem_se...
String function ( ) { if ( isCancelled ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } return terminal ; }
21,941
loads a state of the specified component by the specified key . concode_field_sep PlaceHolder placeHolder concode_field_sep Point getLocation concode_elem_sep void saveState concode_elem_sep boolean loadStateFor concode_elem_sep void saveStateFor concode_elem_sep Rectangle getBounds concode_elem_sep void putLocation co...
boolean function ( @ NotNull String arg0 , @ NotNull Component arg1 ) { return loadStateFor ( null , arg0 , arg1 ) ; }
21,942
true iff the algorithm should be run with false discovery rate tests . concode_field_sep int numDependenceJudgements concode_elem_sep int numFalseDependenceJudgements concode_elem_sep int depth concode_elem_sep SepsetMap sepsets concode_elem_sep boolean aggressivelyPreventCycles concode_elem_sep TetradLogger logger con...
boolean function ( ) { return fdr ; }
21,943
call smsclet onconnect . concode_field_sep Map<String,Smsclet> smsclets concode_elem_sep Logger LOG concode_field_sep void init concode_elem_sep void onDisconnect concode_elem_sep Map<String,Smsclet> getSmsclets concode_elem_sep SmscReply onRequest concode_elem_sep Smsclet getSmsclet concode_elem_sep void destroy
boolean function ( SmscSession arg0 ) { for ( Entry < String , Smsclet > loc0 : this . smsclets . entrySet ( ) ) { if ( ! loc0 . getValue ( ) . onConnect ( arg0 ) ) { return false ; } } return true ; }
21,944
runs a testcase . concode_field_sep List<TestFailure> fErrors concode_elem_sep List<TestFailure> fFailures concode_elem_sep List<TestListener> fListeners concode_elem_sep boolean fStop concode_elem_sep int fRunTests concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep Enumeration<TestFailure...
void function ( final TestCase arg0 ) { startTest ( arg0 ) ; Protectable loc0 = new Protectable ( ) { public void protect ( ) throws Throwable { arg0 . runBare ( ) ; } } ; runProtected ( arg0 , loc0 ) ; endTest ( arg0 ) ; }
21,945
returns true if the state is stopped . concode_field_sep State state concode_field_sep boolean moveToClosed concode_elem_sep boolean canMoveToStarted concode_elem_sep boolean moveToStopped concode_elem_sep boolean stoppedOrClosed concode_elem_sep boolean initialized concode_elem_sep boolean closed concode_elem_sep bool...
boolean function ( ) { return state == State . STOPPED ; }
21,946
get permission type for the decrypted content-type . concode_field_sep DrmRawContent mDrmObject concode_elem_sep byte[] mData concode_elem_sep String LOG_TAG concode_elem_sep Uri mDataUri concode_elem_sep boolean LOCAL_LOGV concode_elem_sep boolean DEBUG concode_elem_sep DrmRights mRight concode_elem_sep byte[] mDecryp...
int function ( ) { String loc0 = mDrmObject . getContentType ( ) ; if ( ContentType . isAudioType ( loc0 ) || ContentType . isVideoType ( loc0 ) ) { return DrmRights . DRM_PERMISSION_PLAY ; } return DrmRights . DRM_PERMISSION_DISPLAY ; }
21,947
this method should take the string input and return its reverse . given `` gtg123b '' it should return b321gtg . concode_field_sep String name concode_field_sep String toString
String function ( String arg0 ) { String loc0 = "srini_string" ; for ( int loc1 = arg0 . length ( ) - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 = loc0 + arg0 . charAt ( loc1 ) ; } return loc0 ; }
21,948
return the algorithm identifier as user readable string . concode_field_sep String NAME concode_elem_sep String ALGORITHM concode_elem_sep String IDENT concode_elem_sep AlgorithmId algId concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep ...
String function ( ) { if ( algId == null ) return "srini_string" ; return ( algId . toString ( ) + "srini_string" + ( algId . getOID ( ) ) . toString ( ) + "srini_string" ) ; }
21,949
begin appending a new array . all values until the balancing endarray will be appended to this array . the endarray method must be called to mark the array 's end . 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_el...
JSONWriter function ( ) { if ( this . mode == 'i' || this . mode == 'o' || this . mode == 'a' ) { this . push ( null ) ; this . append ( "srini_string" ) ; this . comma = false ; return this ; } throw new JSONException ( "srini_string" ) ; }
21,950
sets whether should use space character as requests separator or not . concode_field_sep boolean useSpaceAsSeparator concode_elem_sep Map<String,Boolean> acceptStatesCache concode_elem_sep Filter<E> originalFilter concode_elem_sep boolean searchFromStart concode_elem_sep TextProvider<E> textProvider concode_elem_sep St...
void function ( final boolean arg0 ) { this . useSpaceAsSeparator = arg0 ; }
21,951
computes a linear congruential random number a random number of times . concode_field_sep AtomicLong seq concode_elem_sep long multiplier concode_elem_sep long addend concode_elem_sep long seed concode_elem_sep long startTime concode_elem_sep long mask concode_elem_sep long endTime concode_field_sep int next concode_el...
int function ( int arg0 ) { int loc0 = ( arg0 >>> 4 ) & 7 ; while ( loc0 -- > 0 ) { arg0 = ( arg0 * 2147483647 ) % 16807 ; } return arg0 ; }
21,952
create row key based on the timestamp and distribute it into different buckets concode_field_sep HbaseOperations2 hbaseTemplate concode_elem_sep ThriftBoMapper<AgentStatCpuLoadBo,TAgentStat> agentStatCpuLoadBoMapper concode_elem_sep AbstractRowKeyDistributor rowKeyDistributor concode_elem_sep ThriftBoMapper<AgentStatMe...
byte [ ] function ( TAgentStat arg0 , long arg1 ) { byte [ ] loc0 = getRowKey ( arg0 . getAgentId ( ) , arg1 ) ; return rowKeyDistributor . getDistributedKey ( loc0 ) ; }
21,953
process the next chunk of output data concode_field_sep ReasonerBatch reasoner concode_elem_sep PrintWriter outExp concode_field_sep void openSaveFile concode_elem_sep void tickTimer concode_elem_sep void closeSaveFile
void function ( ArrayList < String > arg0 ) { if ( outExp != null ) { for ( Object loc0 : arg0 ) { outExp . println ( loc0 . toString ( ) ) ; } } }
21,954
for status codes of 0 , `` success '' is returned ; otherwise and error message is present describing the issue with validation for example , `` incorrect password '' , or `` user not found '' concode_field_sep int SUCCESS_CODE concode_elem_sep int DUPLICATE_TXN_ERROR_CODE concode_elem_sep int OTHER_ERROR_CODE concode_...
String function ( ) { return message ; }
21,955
set if this axis will draw its scale so that it shares grid lines with other autoscaled axes . concode_field_sep Boolean sortMergedLabels concode_elem_sep Boolean forceTickAt0 concode_elem_sep Object max concode_elem_sep String[] ticks concode_elem_sep Boolean show concode_elem_sep String label concode_elem_sep Boolean...
void function ( Boolean arg0 ) { this . autoscale = arg0 ; }
21,956
retrieve the resource by its identifier concode_field_sep IServerInterceptor myInterceptor2 concode_elem_sep IServerInterceptor myInterceptor1 concode_elem_sep CloseableHttpClient ourClient concode_elem_sep RestfulServer servlet concode_elem_sep FhirContext ourCtx concode_elem_sep int ourPort concode_elem_sep Server ou...
Patient function ( @ IdParam IdDt arg0 ) { String loc0 = arg0 . getIdPart ( ) ; Patient loc1 = getIdToPatient ( ) . get ( loc0 ) ; return loc1 ; }
21,957
asserts that two shorts are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_...
void function ( String arg0 , short arg1 , short arg2 ) { assertEquals ( arg0 , new Short ( arg1 ) , new Short ( arg2 ) ) ; }
21,958
returns song with particular track isolated . song only contains specified track of track number . concode_field_sep PlaceHolder placeHolder concode_field_sep TGTrack getTrack concode_elem_sep TGSong isolateTracks concode_elem_sep List<TGBeat> getBeats concode_elem_sep List<TGNote> getNotesForBeat concode_elem_sep void...
TGSong function ( TGSong arg0 , int arg1 ) { TGSong loc0 = arg0 . clone ( new TGFactory ( ) ) ; loc0 . clearTracks ( ) ; TGTrack loc1 = arg0 . getTrack ( arg1 ) . clone ( new TGFactory ( ) , arg0 ) ; loc0 . addTrack ( loc1 ) ; loc0 . clearChannels ( ) ; loc0 . addChannel ( arg0 . getChannel ( arg1 ) ) ; return loc0 ; }
21,959
sets the resource block permission id of this resource block permission . concode_field_sep ResourceBlockPermission _resourceBlockPermission concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBr...
void function ( long arg0 ) { _resourceBlockPermission . setResourceBlockPermissionId ( arg0 ) ; }
21,960
obtains the random object associated with the sentence concode_field_sep Random random concode_elem_sep List<ProductionInstance<T>> productionInstances concode_elem_sep Deque<Generatable<T>> generatableStack concode_elem_sep long id concode_elem_sep List<T> elements concode_field_sep void add concode_elem_sep void ente...
Random function ( ) { return random ; }
21,961
this is the entry point to a doclet . all doclets must implement this method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean validOptions concode_elem_sep int optionLength
boolean function ( RootDoc arg0 ) { return ( false ) ; }
21,962
getter for prioritycalled . concode_field_sep B bean concode_elem_sep int order concode_field_sep void setOrder concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setBean concode_elem_sep int compareTo concode_elem_sep B getBean
int function ( ) { return this . order ; }
21,963
event handler for the east border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend...
void function ( ValueChangeEvent arg0 ) { setRenderEast ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
21,964
initializes the sequence for reading . this method needs to be called before the first call to #getnext . otherwise the results of #getnext are not predictable . concode_field_sep File currentSpillFile concode_elem_sep String spillFilePrefix concode_elem_sep ByteBuffer readBuffer concode_elem_sep ByteBuffer[] sources c...
void function ( ) { if ( ! opened ) { opened = true ; buffer . position ( 0 ) ; buffer . limit ( 0 ) ; } }
21,965
select the accept header 's value from the given accepts array : if json exists in the given array , use it ; otherwise use all of them joining into a string concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem_sep Feign.Builder feignBuilder concode_elem_sep ObjectMapper objectMapper concode_...
String function ( String [ ] arg0 ) { if ( arg0 . length == 0 ) return null ; if ( StringUtil . containsIgnoreCase ( arg0 , "srini_string" ) ) return "srini_string" ; return StringUtil . join ( arg0 , "srini_string" ) ; }
21,966
sets the chained sort specification , or null if none . if multiple sort parameters are chained indicating a sub-sort , the second level sort is chained via this property . concode_field_sep String myParamName concode_elem_sep SortOrderEnum myOrder concode_elem_sep SortSpec myChain concode_field_sep SortSpec setOrder c...
SortSpec function ( SortSpec arg0 ) { if ( arg0 == this ) { throw new IllegalArgumentException ( "srini_string" ) ; } myChain = arg0 ; return this ; }
21,967
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; }
21,968
sets the filtering algorithm that should be used . concode_field_sep double mTolerance concode_elem_sep boolean[] keep concode_elem_sep float mScaleRatio concode_elem_sep ApproximatorType mType concode_elem_sep float mDeltaRatio concode_field_sep List<Entry> filter concode_elem_sep List<Entry> filter concode_elem_sep v...
void function ( ApproximatorType arg0 ) { this . mType = arg0 ; }
21,969
sets the value of the filterstatement property . concode_field_sep LineItemCreativeAssociationAction lineItemCreativeAssociationAction concode_elem_sep Statement filterStatement concode_field_sep Statement getFilterStatement concode_elem_sep void setLineItemCreativeAssociationAction concode_elem_sep LineItemCreativeAss...
void function ( Statement arg0 ) { this . filterStatement = arg0 ; }
21,970
a state name with just white spaces is not valid . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart...
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
21,971
getter del nombre concode_field_sep String descripcion concode_elem_sep int cantidad concode_elem_sep String nombre concode_field_sep void setDescripcion concode_elem_sep String getDescripcion concode_elem_sep void setCantidad concode_elem_sep String toString concode_elem_sep void setNombre concode_elem_sep int getCant...
String function ( ) { return nombre ; }
21,972
returns a copy of the array of floats used by this gradient to calculate color distribution . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceE...
float [ ] function ( ) { float [ ] loc0 = new float [ this . fractions . length ] ; System . arraycopy ( this . fractions , 0 , loc0 , 0 , this . fractions . length ) ; return loc0 ; }
21,973
tester for vanilla single-channel images . concode_field_sep int CROP_X concode_elem_sep int HEIGHT concode_elem_sep Logger LOGGER concode_elem_sep int WIDTH concode_elem_sep Region CROP_REGION concode_elem_sep int CROP_Y concode_field_sep void testC concode_elem_sep void testC concode_elem_sep ImagePlus setup concode_...
void function ( int arg0 , boolean arg1 , boolean arg2 , double arg3 , double arg4 , double arg5 ) { final ImagePlus loc0 = setup ( arg0 , arg1 , arg2 , arg3 , 1 ) ; final double loc1 = loc0 . getDisplayRangeMin ( ) ; final double loc2 = loc0 . getDisplayRangeMax ( ) ; assertEquals ( arg4 - arg3 , loc1 , 0.0 ) ; assert...
21,974
threads runnable method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void cancel
void function ( ) { try { if ( printHelper != null ) { cancelablePrintJob = printHelper . cancelablePrint ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" , loc0 ) ; } }
21,975
get the value property value . concode_field_sep StringProperty nameProperty concode_elem_sep StringProperty valueProperty concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep StringProperty nameProperty concode_elem_sep StringProperty valueProperty
String function ( ) { return this . valueProperty . getValue ( ) ; }
21,976
commit the transactions for the current connection concode_field_sep PlaceHolder placeHolder concode_field_sep void rollback concode_elem_sep void disableAutoCommit concode_elem_sep void enableAutoCommit concode_elem_sep Connection connect
void function ( Connection arg0 ) { try { arg0 . commit ( ) ; } catch ( SQLException loc0 ) { throw new EVException ( "srini_string" + loc0 . getMessage ( ) ) ; } }
21,977
gets the capabilities . concode_field_sep String iface concode_elem_sep String ip4Config concode_elem_sep UInt32 capabilities concode_elem_sep boolean managed concode_elem_sep String dbusPath concode_elem_sep UInt32 ifaceIpAddress concode_elem_sep UInt32 state concode_elem_sep String activeConnection concode_elem_sep U...
UInt32 function ( ) { return capabilities ; }
21,978
helper method for serialization . concode_field_sep Configuration parentConfiguration concode_elem_sep Properties configuration concode_field_sep boolean isLocallyDefined concode_elem_sep void setParentConfig concode_elem_sep void writeObject concode_elem_sep boolean isRootConfig concode_elem_sep void insertConfigurati...
void function ( final ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; final boolean loc0 = arg0 . readBoolean ( ) ; if ( loc0 ) { this . parentConfiguration = ( ModifiableConfiguration ) arg0 . readObject ( ) ; } else { this . parentConfiguration = null ; } configurationLoaded ( ) ; }
21,979
this method has a device to call , if this scene was activated and the device state has changed . concode_field_sep boolean active concode_elem_sep String INTERNAL_SCENE_ID concode_elem_sep List<Device> devices concode_elem_sep Short SCENE_ID concode_elem_sep String SceneName concode_elem_sep Integer ZONE_ID concode_el...
void function ( short arg0 ) { if ( this . SCENE_ID != arg0 ) { if ( active ) { deviceHasChanged = true ; active = false ; informListener ( ) ; } } }
21,980
get the column with the specified id . concode_field_sep ObjectFactory s_aFactory concode_field_sep Column createColumn concode_elem_sep String getRowValue concode_elem_sep SimpleValue createSimpleValue concode_elem_sep ICommonsList<String> getAllColumnIDs concode_elem_sep void getAllColumnIDs concode_elem_sep KeyColum...
Column function ( @ Nonnull final ColumnSet arg0 , @ Nullable final String arg1 ) { if ( arg1 != null ) for ( final Column loc0 : getAllColumns ( arg0 ) ) if ( loc0 . getId ( ) . equals ( arg1 ) ) return loc0 ; return null ; }
21,981
if no profile has been configured , set by default the `` dev '' profile . concode_field_sep Logger log concode_elem_sep Environment env concode_field_sep void initApplication concode_elem_sep void main concode_elem_sep void addLiquibaseScanPackages
void function ( SpringApplication arg0 , SimpleCommandLinePropertySource arg1 ) { if ( ! arg1 . containsProperty ( "srini_string" ) && ! System . getenv ( ) . containsKey ( "srini_string" ) ) { arg0 . setAdditionalProfiles ( Constants . SPRING_PROFILE_DEVELOPMENT ) ; } }
21,982
returns the singleton point of this shape . only applicable for point and circle shapes . concode_field_sep float latitude concode_elem_sep float[][] coordinates concode_elem_sep SpatialContext CTX concode_elem_sep float longitude concode_field_sep boolean intersect concode_elem_sep float getLongitude concode_elem_sep ...
Point function ( ) { Preconditions . checkArgument ( size ( ) == 1 , "srini_string" ) ; return getPoint ( 0 ) ; }
21,983
indicate that _ source should be returned with every hit , with an `` include '' and/or `` exclude '' set which can include simple wildcard elements . concode_field_sep SearchSourceBuilder sourceBuilder concode_field_sep T addFieldDataField concode_elem_sep T setExplain concode_elem_sep T setHighlighterPreTags concode_...
T function ( @ Nullable String arg0 , @ Nullable String arg1 ) { sourceBuilder ( ) . fetchSource ( arg0 , arg1 ) ; return ( T ) this ; }
21,984
called if the bound service crashes and is no longer available . the serviceconnection will remain bound , but the service will not respond to any requests . concode_field_sep AIDLInterface mInterface concode_elem_sep Method mAsInterface concode_elem_sep String AS_INTERFACE concode_elem_sep Class<?> mStub concode_elem_...
void function ( ComponentName arg0 ) { mInterface = null ; }
21,985
return type metadata object concode_field_sep java.lang.String assetId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String offeringId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep br.com.gvt.www.tv.configuracaoTV.Film...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
21,986
function to get the user 's current location concode_field_sep boolean isNetworkEnabled concode_elem_sep boolean isGPSEnabled concode_elem_sep boolean CONNECTION_AVAILABLE concode_elem_sep LocationListener mLocationListener concode_elem_sep Context mContext concode_elem_sep double latitude concode_elem_sep long MIN_TIM...
double [ ] function ( ) { return Utils . addNoiseToLocation ( latitude , longitude ) ; }
21,987
gets type literal for the given type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode...
TypeLiteral < ? > function ( Type arg0 ) { return new TypeLiteral < Object > ( arg0 ) ; }
21,988
setter for the field zone . concode_field_sep boolean hellbent concode_elem_sep String svarToCheck concode_elem_sep String svarOperator concode_elem_sep boolean bAnyPlayer concode_elem_sep String presentDefined concode_elem_sep String sIsPresent concode_elem_sep int nCardsInHand concode_elem_sep String lifeTotal concod...
void function ( String arg0 ) { this . zone = arg0 ; }
21,989
the failure if relevant . concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep GetResponse getResponse con...
MultiGetResponse . Failure function ( ) { return this . failure ; }
21,990
storebynodeid concode_field_sep Package m_pkg concode_elem_sep List<IncludeURL> m_includeURLs concode_elem_sep List<InetAddress> m_ipList concode_field_sep Package getPackage concode_elem_sep String getName concode_elem_sep String getFilterRule concode_elem_sep ThreadCategory log concode_elem_sep List<InetAddress> getI...
String function ( ) { return getPackage ( ) . getStoreByNodeID ( ) ; }
21,991
parse date in rfc1123 format , and return its value as epoch concode_field_sep PlaceHolder placeHolder concode_field_sep String parseCharset concode_elem_sep String parseCharset concode_elem_sep Cache.Entry parseCacheHeaders
long function ( String arg0 ) { try { return DateUtils . parseDate ( arg0 ) . getTime ( ) ; } catch ( DateParseException loc0 ) { return 0 ; } }
21,992
gets and sets the query to filter place results from geo/search concode_field_sep String ip concode_elem_sep long serialVersionUID concode_elem_sep String accuracy concode_elem_sep String query concode_elem_sep int maxResults concode_elem_sep GeoLocation location concode_elem_sep String granularity concode_field_sep Ge...
String function ( ) { return query ; }
21,993
tests createplayersprite with a null gameobject . concode_field_sep IGameObject explosion concode_elem_sep SpriteFactory factory concode_elem_sep IGameObject breakableBlock concode_elem_sep IGameObject nullGameObjectType concode_elem_sep IGameObject bomb concode_elem_sep IGameObject player concode_elem_sep IGameObject ...
void function ( ) { factory . createPlayerSprite ( null , 2 ) ; }
21,994
reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep java.util.List<int[]> jj_expentries concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep in...
void function ( java . io . InputStream arg0 , String arg1 ) { try { jj_input_stream . ReInit ( arg0 , arg1 , 1 , 1 ) ; } catch ( java . io . UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } token_source . ReInit ( jj_input_stream ) ; token = new Token ( ) ; jj_ntk = - 1 ; jj_gen = 0 ; for ...
21,995
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String cacheNodeType concode_elem_sep String value concode_field_sep String getValue concode_elem_sep CacheNodeTypeSpecificValue withCacheNodeType concode_elem_sep CacheNodeTypeSpecificValue withValue concode_elem_sep ...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCacheNodeType ( ) != null ) loc0 . append ( "srini_string" + getCacheNodeType ( ) + "srini_string" ) ; if ( getValue ( ) != null ) loc0 . append ( "srini_string" + getValue ( ) ) ; loc0 . append ( "srini_string...
21,996
get the timezone used for formatting conversions concode_field_sep SimpleDateFormat simpleDateFormat concode_elem_sep Properties translate concode_field_sep String quote concode_elem_sep boolean translateCommand concode_elem_sep String format concode_elem_sep void setTimeZone concode_elem_sep String convertDateFormat
TimeZone function ( ) { return simpleDateFormat . getTimeZone ( ) ; }
21,997
returns the numeric type used to index the numeric values concode_field_sep NumberFormat format concode_elem_sep int precisionStep concode_elem_sep NumericType type concode_field_sep NumberFormat getNumberFormat concode_elem_sep int getPrecisionStep concode_elem_sep void setPrecisionStep concode_elem_sep boolean equals...
NumericType function ( ) { return type ; }
21,998
creates a shared lib with logger . concode_field_sep EnterpriseArchive DEPENDENT concode_elem_sep String DEP_APP1 concode_elem_sep Logger LOGGER concode_elem_sep String DEP_APP2 concode_elem_sep EnterpriseArchive DEPENDEE concode_elem_sep String MODULE_WEB concode_elem_sep ManagementClient managementClient concode_elem...
JavaArchive function ( ) { return ShrinkWrap . create ( JavaArchive . class , "srini_string" ) . addClass ( Log . class ) ; }
21,999
converts values from an integer array to a long concode_field_sep char[] HEXTAB concode_field_sep int binHexToBytes concode_elem_sep String byteArrayToUNCString concode_elem_sep String bytesToBinHex concode_elem_sep String bytesToBinHex concode_elem_sep void longToByteArray concode_elem_sep int longLo32 concode_elem_se...
long function ( int [ ] arg0 , int arg1 ) { return ( ( ( long ) arg0 [ arg1 ] ) << 32 ) | ( ( arg0 [ arg1 + 1 ] ) & 0x0ffffffffL ) ; }