idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
6,700
extract measures from song for particular track concode_field_sep PlaceHolder placeHolder concode_field_sep TGTrack getTrack concode_elem_sep TGSong isolateTrack concode_elem_sep TGSong isolateTracks concode_elem_sep List<TGBeat> getBeats concode_elem_sep List<TGNote> getNotesForBeat concode_elem_sep void exportToMidi ...
List < TGMeasure > function ( TGTrack arg0 , int arg1 , int arg2 ) { List < TGMeasure > loc0 = new ArrayList < TGMeasure > ( ) ; for ( int loc1 = arg1 ; loc1 <= arg2 ; loc1 ++ ) { loc0 . add ( arg0 . getMeasure ( loc1 ) ) ; } return loc0 ; }
6,701
returns whether or not this applytype is actually a conditiontype . as of 2.0 this always returns false ; concode_field_sep List xprs concode_elem_sep Function function concode_field_sep String encode concode_elem_sep void encode concode_elem_sep List getChildren concode_elem_sep Apply getConditionInstance concode_elem...
boolean function ( ) { return false ; }
6,702
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Upload upload concode_field_sep void setUpload concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateUploadResult clone concode_elem_sep CreateUploadResult withUpload concode_elem_sep Upl...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getUpload ( ) != null ) loc0 . append ( "srini_string" + getUpload ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,703
obtain a given amount of tickets . the thread is locked , until all tickets are obtained . concode_field_sep NotificationBroadcasterSupport notificationSupport concode_elem_sep long waitTimes[] concode_elem_sep boolean traceEnabled concode_elem_sep Logger logger concode_elem_sep String id concode_elem_sep int used conc...
void function ( int arg0 ) { obtain ( arg0 , false ) ; }
6,704
returns simframeblock . concode_field_sep SimulinkBlock simFrameBlock concode_field_sep void filterSyntheticBlocks concode_elem_sep void visit concode_elem_sep SimulinkBlock obtainSimFrameBlock
SimulinkBlock function ( ) { return simFrameBlock ; }
6,705
return number of remaining pages to be backed up . concode_field_sep long handle concode_field_sep void backup concode_elem_sep int pagecount concode_elem_sep void _finalize concode_elem_sep int _pagecount concode_elem_sep void finish concode_elem_sep void finalize concode_elem_sep boolean step concode_elem_sep boolean...
int function ( ) { synchronized ( this ) { return _remaining ( ) ; } }
6,706
return the robotsdirectives , if any , appropriate for the given user-agent string . if usefallbacks is true , a wildcard -lrb-''-rrb- directives or the default of no_directives will be returned , as appropriate , if there is no better match . if usefallbacks is false , a null will be returned if no declared directives...
RobotsDirectives function ( String arg0 , boolean arg1 ) { for ( String loc0 : namedUserAgents ) { if ( arg0 . indexOf ( loc0 ) > - 1 ) { return agentsToDirectives . get ( loc0 ) ; } } if ( arg1 == false ) { return null ; } if ( wildcardDirectives != null ) { return wildcardDirectives ; } return NO_DIRECTIVES ; }
6,707
maximum replication factor across the indices . see #getreplication concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String R...
double function ( ) { return this . maxIndexReplication ; }
6,708
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { HighLowItemLabelGenerator loc0 = new HighLowItemLabelGenerator ( ) ; HighLowItemLabelGenerator loc1 = ( HighLowItemLabelGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
6,709
backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[...
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
6,710
performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
6,711
call test concode_field_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep MultipleManagedConnection1 mc concode_elem_sep Logger log concode_field_sep void close
String function ( String arg0 ) { log . trace ( "srini_string" ) ; return null ; }
6,712
returns the set of events which pass filters , according to #intercept event . concode_field_sep boolean excludeEvents concode_elem_sep Pattern regex concode_elem_sep boolean DEFAULT_EXCLUDE_EVENTS concode_elem_sep Logger logger concode_elem_sep String REGEX concode_elem_sep String DEFAULT_REGEX concode_elem_sep String...
List < Event > function ( List < Event > arg0 ) { List < Event > loc0 = Lists . newArrayList ( ) ; for ( Event loc1 : arg0 ) { Event loc2 = intercept ( loc1 ) ; if ( loc2 != null ) { loc0 . add ( loc2 ) ; } } return loc0 ; }
6,713
checks whether two map fields are equal . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_FIELD concode_field_sep E next concode_elem_sep int calculateH...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof MapFieldLite ) ) { return false ; } MapFieldLite < K , V > loc0 = ( MapFieldLite < K , V > ) arg0 ; return equals ( mapData , loc0 . mapData ) ; }
6,714
run `` wagneriv.txt '' concode_field_sep PlaceHolder placeHolder concode_field_sep void testWagnerV concode_elem_sep void testCassini concode_elem_sep void testRotatedPole concode_elem_sep void testLambertConic concode_elem_sep void testGnomonic concode_elem_sep void testLambertAzimuthalEqualArea concode_elem_sep void ...
void function ( ) { runScript ( "srini_string" ) ; }
6,715
builds a new instance of the concode_field_sep ImmutableOpenMap EMPTY concode_elem_sep ObjectObjectHashMap<KType,VType> map concode_field_sep VType getOrDefault concode_elem_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep ObjectLookupContainer<KType> keys concode_elem_sep ObjectCollection<KTyp...
ImmutableOpenMap < KType , VType > function ( ) { ObjectObjectHashMap < KType , VType > loc0 = this . map ; this . map = null ; return new ImmutableOpenMap < > ( loc0 ) ; }
6,716
returns the live version add or delete for this uid . concode_field_sep Map<BytesRef,VersionValue> current concode_elem_sep AtomicLong ramBytesUsedTombstones concode_elem_sep int BASE_BYTES_PER_BYTESREF concode_elem_sep Map<BytesRef,VersionValue> old concode_elem_sep Map<BytesRef,VersionValue> tombstones concode_elem_s...
VersionValue function ( BytesRef arg0 ) { Maps loc0 = maps ; VersionValue loc1 = loc0 . current . get ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } loc1 = loc0 . old . get ( arg0 ) ; if ( loc1 != null ) { return loc1 ; } return tombstones . get ( arg0 ) ; }
6,717
returns domain attribute of the cookie . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ...
String function ( ) { return cookieDomain ; }
6,718
records a mapping between a client 's unique identifier and its security context . 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_elem_sep ClientStore instance concode_elem_sep SecurityConte...
void function ( final String arg0 , final int arg1 , final SecurityContext arg2 ) { synchronized ( lock ) { uid2ssc . put ( arg0 , arg2 ) ; uid2ttl . put ( arg0 , new StoreEntry ( arg1 ) ) ; } }
6,719
gets the value of the myfavesupgrade2yc property . concode_field_sep String serviceType concode_elem_sep String dealerCost concode_elem_sep String handsetModelName concode_elem_sep String mailInRebate concode_elem_sep long serialVersionUID concode_elem_sep String standardUpgrade1YC concode_elem_sep String standardUpgra...
String function ( ) { return myFavesUpgrade2YC ; }
6,720
set the value of the javafx.scene.effect.gaussianblur #getinput input property for the instance constructed by this builder . concode_field_sep javafx.scene.effect.Effect input concode_elem_sep int __set concode_elem_sep double radius concode_field_sep void applyTo concode_elem_sep javafx.scene.effect.GaussianBlur buil...
B function ( javafx . scene . effect . Effect arg0 ) { this . input = arg0 ; __set |= 1 << 0 ; return ( B ) this ; }
6,721
shortens and escapes the given string . concode_field_sep int MAX_STRING_LEN concode_elem_sep String INDENT concode_field_sep String print concode_elem_sep void print concode_elem_sep String escapeString concode_elem_sep void appendQuotedBytes concode_elem_sep String deCamelCaseify
String function ( String arg0 ) { if ( ! arg0 . startsWith ( "srini_string" ) && arg0 . length ( ) > MAX_STRING_LEN ) { arg0 = arg0 . substring ( 0 , MAX_STRING_LEN ) + "srini_string" ; } return escapeString ( arg0 ) ; }
6,722
adds an object to the end of the list and returns the entry created for said object . the entry can later be reused for moving the entry . concode_field_sep T replaced concode_elem_sep Entry previous concode_elem_sep boolean valid concode_elem_sep Entry last concode_elem_sep int size concode_elem_sep int maxSize concod...
Entry function ( final T arg0 ) { Entry loc0 = new Entry ( arg0 ) ; if ( size >= maxSize ) { loc0 . setReplaced ( unpush ( ) ) ; } if ( first == null ) { first = last = loc0 ; } else { last . setNext ( loc0 ) ; loc0 . setPrevious ( last ) ; last = loc0 ; } size ++ ; return loc0 ; }
6,723
returns always false . concode_field_sep String pluginID concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean matches concode_elem_sep...
boolean function ( ) { return false ; }
6,724
create an instance of jaxbelement concode_field_sep QName _Count_QNAME concode_elem_sep QName _CountResponse_QNAME concode_field_sep CountResponse createCountResponse concode_elem_sep JAXBElement<CountResponse> createCountResponse
JAXBElement < Count > function ( Count arg0 ) { return new JAXBElement < Count > ( _Count_QNAME , Count . class , null , arg0 ) ; }
6,725
gets the value of the primary property . concode_field_sep List<Note> note concode_elem_sep Extension extension concode_elem_sep String updatedBy concode_elem_sep String holdingsIdentifier concode_elem_sep Timestamp updatedDate concode_elem_sep List<Uri> uri concode_elem_sep List<ExtentOfOwnership> extentOfOwnership co...
String function ( ) { return primary ; }
6,726
defines the content location and implicitly the repository for the generated report document . concode_field_sep ContentLocation bodyContentLocation concode_elem_sep EventListenerList listeners concode_elem_sep NameGenerator bodyNameGenerator concode_elem_sep MasterReport report concode_elem_sep Throwable error concode...
void function ( final ContentLocation arg0 ) { this . bodyContentLocation = arg0 ; }
6,727
sets the value of the eventdoccontentcontrolbeforedelete property . concode_field_sep Object eventDocContentControlOnEnter concode_elem_sep Object parent concode_elem_sep Object eventDocBuildingBlockAfterInsert concode_elem_sep Object eventDocClose concode_elem_sep Object eventDocSync concode_elem_sep Object eventDocCo...
void function ( Object arg0 ) { this . eventDocContentControlBeforeDelete = arg0 ; }
6,728
returns the notification and identifier pairs returned by the query . concode_field_sep TargetedNotification[] targetedNotifications concode_elem_sep long earliestSequenceNumber concode_elem_sep long serialVersionUID concode_elem_sep long nextSequenceNumber concode_field_sep String toString concode_elem_sep long getEar...
TargetedNotification [ ] function ( ) { return targetedNotifications ; }
6,729
provides details of the action types . concode_field_sep String nextToken concode_elem_sep java.util.List<ActionType> actionTypes concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListActionTypesResult clone concode_elem_sep ListActionTypesResult withActi...
void function ( java . util . Collection < ActionType > arg0 ) { if ( arg0 == null ) { this . actionTypes = null ; return ; } this . actionTypes = new java . util . ArrayList < ActionType > ( arg0 ) ; }
6,730
override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole get...
void function ( GeneratorEntry arg0 ) { }
6,731
set the component category . concode_field_sep String desiredState concode_elem_sep String displayName concode_elem_sep Map<String,Integer> serviceComponentStateCount concode_elem_sep String clusterName concode_elem_sep boolean recoveryEnabled concode_elem_sep String desiredStackVersion concode_elem_sep Long clusterId ...
void function ( String arg0 ) { this . category = arg0 ; }
6,732
prepends a task to the front of the queue and makes sure a worker thread is running , unless the queue has been suspended . concode_field_sep boolean isWorkerRunning concode_elem_sep Deque<Runnable> queue concode_elem_sep Executor executor concode_elem_sep Object internalLock concode_elem_sep int suspensions concode_el...
void function ( Runnable arg0 ) { synchronized ( internalLock ) { queue . addFirst ( arg0 ) ; } startQueueWorker ( ) ; }
6,733
returns configuration bundleid as jsonobject from the config creating it if it does n't exist . returns null if either parameter is null or empty . concode_field_sep String BUNDLE_PUBLISHEDMYPLACES2 concode_elem_sep String KEY_EAST concode_elem_sep String BUNDLE_ANALYSE concode_elem_sep String BUNDLE_TOOLBAR concode_el...
JSONObject function ( final JSONObject arg0 , final String arg1 ) { if ( ! isParamsValid ( arg0 , arg1 ) ) { return null ; } if ( ! arg0 . has ( arg1 ) ) { final JSONObject loc0 = new JSONObject ( ) ; JSONHelper . putValue ( arg0 , arg1 , loc0 ) ; } return arg0 . optJSONObject ( arg1 ) ; }
6,734
set the cache minimum ttl value in seconds . after resolution successful ip addresses are cached with their dns response ttl , use this to set a minimum value to all responses ttl . concode_field_sep long queryTimeout concode_elem_sep int DEFAULT_QUERY_TIMEOUT concode_elem_sep int DEFAULT_NDOTS concode_elem_sep List<St...
AddressResolverOptions function ( int arg0 ) { if ( arg0 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . cacheMinTimeToLive = arg0 ; return this ; }
6,735
splits file names separated by comma character . file names can contain comma characters escaped by backslash ' \ ' concode_field_sep String LUCENE_MATCH_VERSION_PARAM concode_elem_sep Pattern ITEM_PATTERN concode_elem_sep boolean isExplicitLuceneMatchVersion concode_elem_sep Version luceneMatchVersion concode_elem_sep...
List < String > function ( String arg0 ) { if ( arg0 == null ) return Collections . < String > emptyList ( ) ; List < String > loc0 = new ArrayList < > ( ) ; for ( String loc1 : arg0 . split ( "srini_string" ) ) { loc0 . add ( loc1 . replaceAll ( "srini_string" , "srini_string" ) ) ; } return loc0 ; }
6,736
sets the value of the rval property . concode_field_sep ContactPage rval concode_field_sep ContactPage getRval
void function ( ContactPage arg0 ) { this . rval = arg0 ; }
6,737
set the current log level . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ...
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; }
6,738
returns version of android api . concode_field_sep int ANDROID_API_VERSION concode_elem_sep int ANDROID_API_VERSION_IS_NOT_ANDROID concode_elem_sep boolean IS_ANDROID concode_field_sep ClassLoader getSystemClassLoader concode_elem_sep boolean isAndroid concode_elem_sep int resolveAndroidApiVersion
int function ( ) { return ANDROID_API_VERSION ; }
6,739
logs the fatal error with its error tracing . concode_field_sep PlaceHolder placeHolder concode_field_sep void errorText concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep String getStackTrace concode_elem_sep void error concode_elem_sep void error concode_elem_sep void in...
void function ( Throwable arg0 ) { Logger . getRootLogger ( ) . log ( Level . FATAL , getStackTrace ( arg0 ) ) ; }
6,740
return the numeric ids of this oid . the value returned is copied to prevent modification . concode_field_sep byte[] der concode_elem_sep int[] components concode_elem_sep String strRep concode_elem_sep boolean relative concode_field_sep OID getParent concode_elem_sep OID getChild concode_elem_sep int compareTo concode...
int [ ] function ( ) { return ( int [ ] ) components . clone ( ) ; }
6,741
sets speed of x coordinate of the ball concode_field_sep TestPong parent concode_elem_sep int yCoord concode_elem_sep int xCoord concode_elem_sep int xSpeed concode_elem_sep int SPEED concode_elem_sep int DIAMETER concode_elem_sep int ySpeed concode_field_sep boolean checkLose concode_elem_sep void checkCollision conco...
void function ( int arg0 ) { this . xSpeed = arg0 ; }
6,742
returns the phone with the matching uuid and company . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_s...
com . liferay . portal . kernel . model . Phone function ( java . lang . String arg0 , long arg1 ) { return getService ( ) . fetchPhoneByUuidAndCompanyId ( arg0 , arg1 ) ; }
6,743
submit cancel concode_field_sep ResourceLoader msgs concode_elem_sep String searchString concode_elem_sep String showLinkToQuestionTool concode_elem_sep String emailAddress concode_elem_sep HelpManager helpManager concode_elem_sep String numberOfResult concode_elem_sep List searchResults concode_field_sep String getSea...
String function ( ) { this . searchString = "srini_string" ; return "srini_string" ; }
6,744
returns true if the given string is null or is the empty string.consider normalizing your string references with #nulltoempty . if you do , you can use string #isempty instead of this method , and you wo n't need special null-safe formsof methods like string #touppercase either . or , if you 'd like to normalize `` in ...
boolean function ( @ Nullable String arg0 ) { return Platform . stringIsNullOrEmpty ( arg0 ) ; }
6,745
sets customer code . concode_field_sep String owningInstitution concode_elem_sep String itemBarcode concode_elem_sep String customerCode concode_elem_sep String message concode_field_sep void setOwningInstitution concode_elem_sep String getCustomerCode concode_elem_sep String getOwningInstitution concode_elem_sep Strin...
void function ( String arg0 ) { this . customerCode = arg0 ; }
6,746
gets the key value for this stringruleitem . concode_field_sep com.google.api.ads.adwords.axis.v201409.rm.StringRuleItemStringOperator op concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Strin...
com . google . api . ads . adwords . axis . v201409 . rm . StringKey function ( ) { return key ; }
6,747
returns the date and time when this warning was added , or null if a warning date was not supplied in the header . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep int warnCode concode_elem_sep int offs concode_...
Date function ( ) { return warnDate ; }
6,748
multiply scale all values in this builder . concode_field_sep double row? concode_elem_sep double rowMax concode_elem_sep double column? concode_elem_sep double rowMin concode_elem_sep double[][] data concode_elem_sep double[] columns concode_elem_sep boolean built concode_elem_sep double columnMin concode_elem_sep dou...
Builder function ( double arg0 ) { Data . multiply ( arg0 , data ) ; return this ; }
6,749
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String text concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis.encoding...
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 ) ; }
6,750
gets the value value for this liststringcreativetemplatevariablevariablechoice . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String label concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String value concode_...
java . lang . String function ( ) { return value ; }
6,751
calculates a new expiration date by adding offsetfromcreateddate day s to the metacard 's modified date . concode_field_sep Logger LOGGER concode_elem_sep int offsetFromCreatedDate concode_elem_sep boolean overwriteIfBlank concode_elem_sep boolean overwriteIfExists concode_field_sep void setOverwriteIfBlank concode_ele...
Date function ( Date arg0 ) { Instant loc0 = arg0 . toInstant ( ) ; Instant loc1 = loc0 . plus ( offsetFromCreatedDate , ChronoUnit . DAYS ) ; return Date . from ( loc1 ) ; }
6,752
invalidates all frame buffers . this can be used when the opengl context is lost to rebuild all managed frame buffers . this assumes that the texture attached to this buffer has already been rebuild ! use with care . concode_field_sep Map<Application,List<FrameBuffer>> buffers concode_elem_sep Texture colorTexture conc...
void function ( Application arg0 ) { if ( Gdx . graphics . getGL20 ( ) == null ) return ; List < FrameBuffer > loc0 = buffers . get ( arg0 ) ; if ( loc0 == null ) return ; for ( int loc1 = 0 ; loc1 < loc0 . size ( ) ; loc1 ++ ) { loc0 . get ( loc1 ) . build ( ) ; } }
6,753
returns the type of this token concode_field_sep int positionLength concode_elem_sep Dictionary dictionary concode_elem_sep int offset concode_elem_sep int wordId concode_elem_sep int length concode_elem_sep char[] surfaceForm concode_elem_sep int position concode_elem_sep Type type concode_field_sep int getPositionLen...
Type function ( ) { return type ; }
6,754
set the classifier to use concode_field_sep double[] m_weightingAttsValues concode_elem_sep int m_yAttribute concode_elem_sep double m_samplesBase concode_elem_sep Classifier m_classifier concode_elem_sep Instances m_trainingData concode_elem_sep DataGenerator m_dataGenerator concode_elem_sep double[] m_dist concode_el...
void function ( Classifier arg0 ) { m_classifier = arg0 ; }
6,755
reports the open status of the port . concode_field_sep ModbusSerialTransport m_Transport concode_elem_sep CommPortIdentifier m_PortIdentifyer concode_elem_sep SerialPort m_SerialPort concode_elem_sep InputStream m_SerialIn concode_elem_sep Logger logger concode_elem_sep SerialParameters m_Parameters concode_elem_sep b...
boolean function ( ) { return m_Open ; }
6,756
get a non-uniform random integer value between min and max . concode_field_sep Random random concode_field_sep int[] getPermutation concode_elem_sep int getInt concode_elem_sep String replace concode_elem_sep BigDecimal getBigDecimal concode_elem_sep boolean[] getBoolean concode_elem_sep String[] getAddress concode_ele...
int function ( int arg0 , int arg1 , int arg2 ) { int loc0 = 0 ; return ( ( ( getInt ( 0 , arg0 ) | getInt ( arg1 , arg2 ) ) + loc0 ) % ( arg2 - arg1 + 1 ) ) + arg1 ; }
6,757
override this if anything needs to be done on cancellation e.g. logging concode_field_sep FacebookCallback appCallback concode_field_sep void onError concode_elem_sep void onSuccess
void function ( AppCall arg0 ) { if ( appCallback != null ) { appCallback . onCancel ( ) ; } }
6,758
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2...
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 ) ; }
6,759
this method applies filtering before delegating call to #writer . concode_field_sep NonXmlCharFilterer nonXmlCharFilterer concode_elem_sep XMLStreamWriter writer concode_field_sep void writeComment concode_elem_sep void writeEndDocument concode_elem_sep void writeNamespace concode_elem_sep String getPrefix concode_elem...
void function ( String arg0 , String arg1 ) { String loc0 = nonXmlCharFilterer . filter ( arg1 ) ; writer . writeAttribute ( arg0 , loc0 ) ; }
6,760
retrieves metadata value of the given name from this field . concode_field_sep Map<String,String> settings concode_elem_sep Map<String,String> metadata concode_field_sep String getSetting concode_elem_sep String getSetting concode_elem_sep boolean getSettingAsBoolean concode_elem_sep String[] getSettingAsArray
String function ( String arg0 ) { return getMetadata ( arg0 , null ) ; }
6,761
removes all the entries added into attributes . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Map<String,String> attributes concode_field_sep GetPlatformApplicationAttributesResult withAttributes concode_elem_sep GetPlatformApplicationAttributesResult addA...
GetPlatformApplicationAttributesResult function ( ) { this . attributes = null ; return this ; }
6,762
a flag that indicates whether there are more items to return . if your results were truncated , you can make a subsequent pagination request using the marker request parameter to retrieve more items . note that iam might return fewer than the maxitems number of results even when there are more results available . we re...
Boolean function ( ) { return isTruncated ; }
6,763
sets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep Person withAddress concode_ele...
void function ( String arg0 ) { this . lastName = arg0 ; }
6,764
get the individually colored bars in a bar chart . concode_field_sep DataLine dataLine concode_elem_sep Color color concode_elem_sep String legend concode_elem_sep Data pointSizes concode_elem_sep Data yData concode_elem_sep List<MarkedPoints> markedPointsList concode_elem_sep Priority priority concode_elem_sep List<Ma...
ImmutableList < BarColor > function ( ) { return Lists . copyOf ( barColors ) ; }
6,765
returns the originating user for this build from the command-line or the environment . concode_field_sep String userName concode_elem_sep String ORIGINATING_USER_KEY concode_field_sep String getUserName
String function ( String arg0 , Map < String , String > arg1 ) { if ( ! Strings . isNullOrEmpty ( arg0 ) ) { return arg0 ; } if ( ! Strings . isNullOrEmpty ( arg1 . get ( ORIGINATING_USER_KEY ) ) ) { return arg1 . get ( ORIGINATING_USER_KEY ) ; } return UserUtils . getUserName ( ) ; }
6,766
returns the string url that the device will attempt to resolve when the ad is clicked . concode_field_sep double MIN_STAR_RATING concode_elem_sep boolean mIsOverridingClickTracker concode_elem_sep int IMPRESSION_MIN_PERCENTAGE_VIEWED concode_elem_sep boolean mIsOverridingImpressionTracker concode_elem_sep Map<String,Ob...
String function ( ) { return mClickDestinationUrl ; }
6,767
whether use and update the static cache of generated classes for a class with the same properties . default is true . concode_field_sep NamingPolicy namingPolicy concode_elem_sep ClassLoader classLoader concode_elem_sep ThreadLocal CURRENT concode_elem_sep boolean attemptLoad concode_elem_sep boolean useCache concode_e...
void function ( boolean arg0 ) { this . useCache = arg0 ; }
6,768
updates the value that will be returned by subsequent calls to the getoffset method . concode_field_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_field_sep void setLength concode_elem_sep void setData concode_elem_sep int getOffset concode_elem_sep int getLength concode_elem_sep byte[]...
void function ( int arg0 ) { this . offset = arg0 ; }
6,769
construct if necessary and return a logfactory instance , using the following ordered lookup procedure to determine the name of the implementation class to be loaded . the org.apache.commons.logging.logfactory system property . the jdk 1.3 service discovery mechanism use the properties file commons-logging . properties...
LogFactory function ( ) { return singleton ; }
6,770
sets the maximum time in seconds that this data source will wait while attempting to connect to a database . a value of zero specifies that the timeout is the default system timeout if there is one ; otherwise , it specifies that there is no timeout . when a datasource object is created , the login timeout is initially...
void function ( int arg0 ) { loginTimeout = 0 ; }
6,771
sets the min value . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Objec...
void function ( Number arg0 ) { this . minValue = arg0 ; }
6,772
action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS con...
String function ( ) { return resetAuction ( false ) ; }
6,773
a value to sort featured items by . note that this is null if isfeatured = false concode_field_sep Long maxZoom concode_elem_sep List<ProductInfo> info concode_elem_sep ProductPriceInfo retailPrice concode_elem_sep List<Category> categories concode_elem_sep String shortDescription concode_elem_sep List<ProductImage> pr...
Product function ( Long arg0 ) { this . featuredIndex = arg0 ; return this ; }
6,774
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
6,775
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testEquals
void function ( ) { ShipNeedle loc0 = new ShipNeedle ( ) ; ShipNeedle loc1 = ( ShipNeedle ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
6,776
some text . concode_field_sep int CONSTANT concode_elem_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String me...
String function ( String arg0 , int arg1 , boolean arg2 ) { return "srini_string" ; }
6,777
creates an http2-settings header with the given payload . the payload buffer is released . concode_field_sep Http2FrameReader frameReader concode_elem_sep List<String> REQUIRED_UPGRADE_HEADERS concode_elem_sep Http2ConnectionHandler connectionHandler concode_elem_sep String handlerName concode_field_sep Http2Settings d...
ByteBuf function ( ChannelHandlerContext arg0 , ByteBuf arg1 ) { ByteBuf loc0 = arg0 . alloc ( ) . buffer ( FRAME_HEADER_LENGTH + arg1 . readableBytes ( ) ) ; writeFrameHeader ( loc0 , arg1 . readableBytes ( ) , SETTINGS , new Http2Flags ( ) , 0 ) ; loc0 . writeBytes ( arg1 ) ; arg1 . release ( ) ; return loc0 ; }
6,778
initializes the index iterator . will be removed to save memory . concode_field_sep TokenList keys concode_elem_sep BoolList mod concode_elem_sep double FACTOR concode_elem_sep TokenList values concode_elem_sep IntList tree concode_elem_sep int cn concode_elem_sep int root concode_elem_sep TokenIntMap maps concode_fiel...
void function ( ) { cn = root ; if ( cn != - 1 ) while ( l ( cn ) != - 1 ) cn = l ( cn ) ; }
6,779
returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitA...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; case main_region__final_ : return stateVector [ 0 ] == State . main_region__final_ ; default : return false ; } }
6,780
set a selection position from ast line and column . concode_field_sep List<Integer> lines2position concode_elem_sep JTextArea editor concode_elem_sep DetailAST ast concode_field_sep int findLastPosition
void function ( ) { final int loc0 = lines2position . get ( ast . getLineNo ( ) ) + ast . getColumnNo ( ) ; final int loc1 = findLastPosition ( ast ) ; editor . setSelectedTextColor ( Color . blue ) ; editor . requestFocusInWindow ( ) ; editor . setSelectionStart ( loc0 ) ; editor . setSelectionEnd ( loc1 ) ; editor . ...
6,781
test % throwableshort separator | concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep void testSeparatorAsDefaultLineSeparator concode_elem_sep void testNone concode_elem_sep void...
void function ( ) { test ( new String [ ] { "srini_string" , "srini_string" } , 2 , "srini_string" , null ) ; }
6,782
gets the value of the value property . concode_field_sep WhichCurrs which concode_elem_sep String code concode_elem_sep short decimalPlaces concode_elem_sep String parentCode concode_elem_sep TypeCtCurLinkType linkType concode_elem_sep BigDecimal value concode_elem_sep boolean validRate concode_field_sep boolean isVali...
BigDecimal function ( ) { return value ; }
6,783
adds an exception injection to the controls builder with the given parameters . concode_field_sep List<String> injections concode_elem_sep String EMPTY_CONTROLS concode_field_sep Builder addExceptionOnBit concode_elem_sep Builder addExceptionOnBit concode_elem_sep Builder addLatch concode_elem_sep Builder addPauseOnBit...
Builder function ( final Class < ? > arg0 , final String arg1 , final Class < ? extends Throwable > arg2 , final int arg3 , final int arg4 ) { injections . add ( ControlsInjectionUtil . createException ( arg0 , arg1 , arg3 , arg4 , arg2 ) ) ; return this ; }
6,784
adds a channel to this device . concode_field_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String type concode_field_sep HmInterface getHmInterface concode_elem_sep String getType concode_elem_sep List<HmChannel> getChannels concode_elem_sep Stri...
void function ( HmChannel arg0 ) { arg0 . setDevice ( this ) ; channels . add ( arg0 ) ; }
6,785
sets the spring bean id for this bean . concode_field_sep WebsiteService _websiteService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep com.liferay.portal.model.Website getWebsite concode_elem_sep java.util.List<com.liferay.portal.model.Website> getWebsites concode_elem_sep void setWrappedService...
void function ( java . lang . String arg0 ) { _websiteService . setBeanIdentifier ( arg0 ) ; }
6,786
sets the value of the detailpageurl property . concode_field_sep List<String> actor concode_elem_sep List<TopItemSet.TopItem> topItem concode_elem_sep String detailPageURL concode_elem_sep String productGroup concode_elem_sep List<String> artist concode_elem_sep List<String> author concode_elem_sep String asin concode_...
void function ( String arg0 ) { this . detailPageURL = arg0 ; }
6,787
checks if a symlink can be created at ` f ' on posix , this corresponds to the ` w ' permission of the file itself . concode_field_sep FilePathFilter UNRESTRICTED concode_field_sep void add concode_elem_sep boolean stat concode_elem_sep FilePathFilter current concode_elem_sep boolean read concode_elem_sep boolean defau...
boolean function ( File arg0 ) { return false ; }
6,788
set the current log level . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep ...
void function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; }
6,789
must be called on awt event thread concode_field_sep LogViewerHandler handler concode_elem_sep List<LogRecord> workQueue concode_elem_sep List<LogViewerButton> buttons concode_elem_sep boolean visibleOnStartup concode_elem_sep LogRecord record concode_elem_sep int maxEntries concode_elem_sep int length concode_elem_sep...
void function ( boolean arg0 ) { LogViewerFrame loc0 ; if ( arg0 ) { loc0 = getFrame ( true ) ; loc0 . setVisible ( true ) ; loc0 . toFront ( ) ; } else { loc0 = getFrame ( false ) ; if ( loc0 != null ) { loc0 . setVisible ( false ) ; } } }
6,790
retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt...
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; }
6,791
returns the scheduling rule for this operation . concode_field_sep boolean fImports concode_elem_sep ITypeBinding fType concode_elem_sep boolean fOmitSuper concode_elem_sep boolean fSave concode_elem_sep IFunctionBinding[] fConstructorsToImplement concode_elem_sep JavaScriptUnit fASTRoot concode_elem_sep String[] fCrea...
ISchedulingRule function ( ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) ; }
6,792
returns items that are in a , but not in b. concode_field_sep Joiner TO_CSV concode_elem_sep Splitter UN_CSV concode_field_sep String listToCsv concode_elem_sep String trimAndReformatCsv concode_elem_sep List<String> csvToList concode_elem_sep String trimString
List < String > function ( List < String > arg0 , List < String > arg1 ) { List < String > loc0 = Lists . newArrayList ( ) ; for ( String loc1 : arg0 ) { if ( ! arg1 . contains ( loc1 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
6,793
convert the string input into an array of bytes using the iso-8859-1 encoding and add these bytes to the current digest calculation . concode_field_sep String TOR_DIGEST256_ALGORITHM concode_elem_sep int TOR_DIGEST256_SIZE concode_elem_sep int TOR_DIGEST_SIZE concode_elem_sep MessageDigest digestInstance concode_elem_s...
void function ( String arg0 ) { try { digestInstance . update ( arg0 . getBytes ( "srini_string" ) ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TorException ( loc0 ) ; } }
6,794
determine if the scheduler is paused . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread associatedThread concode_elem_sep long currentTime concode_elem_sep List<ScheduledRunnable> runnables c...
boolean function ( ) { return idleState == PAUSED ; }
6,795
deletes a person concode_field_sep HashSet<Person> persons concode_field_sep Person getPerson concode_elem_sep void setPersons concode_elem_sep void loadPersonsFromDB concode_elem_sep HashSet<Person> getPersons concode_elem_sep void savePerson concode_elem_sep Serializable registerPerson
void function ( Person arg0 ) { System . out . println ( "srini_string" ) ; persons . remove ( arg0 ) ; Session loc0 = HiberUtil . getSessionFactory ( ) . openSession ( ) ; Transaction loc1 = loc0 . beginTransaction ( ) ; loc0 . delete ( arg0 ) ; loc1 . commit ( ) ; loc0 . close ( ) ; System . out . println ( "srini_st...
6,796
get the priority level to assign to multi-threaded operations . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep Ligh...
int function ( ) { return lowPriority ? Thread . MIN_PRIORITY : Thread . NORM_PRIORITY ; }
6,797
create a map for the given format and language the macintosh standard character to glyph mapping is supported by format 0 . format 2 supports a mixed 8/16 bit mapping useful for japanese , chinese and korean . format 4 is used for 16 bit mappings . format 6 is used for dense 16 bit mappings . formats 8 , 10 , and 12 pr...
CMap function ( short arg0 , short arg1 ) { CMap loc0 = null ; switch ( arg0 ) { case 0 : loc0 = new CMapFormat0 ( arg1 ) ; break ; case 4 : loc0 = new CMapFormat4 ( arg1 ) ; break ; case 6 : loc0 = new CMapFormat6 ( arg1 ) ; break ; default : System . out . println ( "srini_string" + arg0 ) ; return null ; } return lo...
6,798
inject and return a spy on a storage directory concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
StorageDirectory function ( Storage arg0 , int arg1 ) { StorageDirectory loc0 = Mockito . spy ( arg0 . getStorageDir ( arg1 ) ) ; arg0 . storageDirs . set ( arg1 , loc0 ) ; return loc0 ; }
6,799
increment the score if the given text contains any of the supply keywords . concode_field_sep int score concode_field_sep void reset concode_elem_sep String toString concode_elem_sep int getScore concode_elem_sep void scoreStatements
void function ( String arg0 , String ... arg1 ) { scoreText ( arg0 , 1 , arg1 ) ; }