idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
8,500
getcolorchanges . concode_field_sep boolean assignedFirstStrikeDamageThisCombat concode_elem_sep boolean preventCombatDamageThisTurn concode_elem_sep boolean humanMulliganedToZero concode_elem_sep boolean resolvedFirstStrikeDamageThisCombat concode_elem_sep ArrayList<Card_Color> globalColorChanges concode_elem_sep int ...
ArrayList < Card_Color > function ( ) { return globalColorChanges ; }
8,501
get the main diagonal elements of the matrix b of the transform . note that since this class is only intended for internal use , it returns directly a reference to its internal arrays , not a copy . concode_field_sep double[] secondary concode_elem_sep RealMatrix cachedU concode_elem_sep RealMatrix cachedB concode_elem...
double [ ] function ( ) { return main ; }
8,502
returns the binding for the given key or null if there is no such binding concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Binding<?>> getBindingsOf concode_elem_sep Set<Binding<?>> getBindingsOf concode_elem_sep Class<?> getKeyType concode_elem_sep Set<T> getInstancesOf concode_elem_sep Set<T> getInstan...
Binding < ? > function ( Injector arg0 , Key < ? > arg1 ) { Map < Key < ? > , Binding < ? >> loc0 = arg0 . getBindings ( ) ; Binding < ? > loc1 = loc0 . get ( arg1 ) ; return loc1 ; }
8,503
runs bracket balance checker concode_field_sep SparrowInputaker inputtaker concode_field_sep List<Integer> runspiral concode_elem_sep String runTimeConfusion concode_elem_sep void main concode_elem_sep int runAnagram concode_elem_sep List<String> runCvsParse
String function ( ) { return BalanceBracket . checkBalance ( inputtaker . getBracketInput ( ) ) ; }
8,504
returns the provider that created this channel . concode_field_sep AsynchronousChannelProvider provider concode_field_sep AsynchronousServerSocketChannel setOption concode_elem_sep AsynchronousServerSocketChannel bind concode_elem_sep AsynchronousServerSocketChannel bind concode_elem_sep AsynchronousServerSocketChannel...
AsynchronousChannelProvider function ( ) { return provider ; }
8,505
set the list of authdecisionstatementbeans . concode_field_sep ConditionsBean conditionsBean concode_elem_sep List<AuthenticationStatementBean> authBeans concode_elem_sep List<AuthDecisionStatementBean> authDecisionBeans concode_elem_sep TokenProviderParameters tokenParameters concode_elem_sep String issuer concode_ele...
void function ( List < AuthDecisionStatementBean > arg0 ) { this . authDecisionBeans = arg0 ; }
8,506
getter for the `` jvmmaxmemory '' variable . concode_field_sep Long CurrentTime concode_elem_sep String IsRunning concode_elem_sep String ServiceUUID concode_elem_sep String DatabaseVersion concode_elem_sep Long JvmUsedMemory concode_elem_sep Integer DebugLevel concode_elem_sep Integer RpcInterface concode_elem_sep Str...
Long function ( ) { return JvmMaxMemory ; }
8,507
returns the default executor this event bus uses for dispatching events to subscribers . concode_field_sep Logger logger concode_elem_sep String identifier concode_elem_sep SubscriberRegistry subscribers concode_elem_sep Executor executor concode_elem_sep LoggingHandler INSTANCE concode_elem_sep SubscriberExceptionHand...
Executor function ( ) { return executor ; }
8,508
sets the time limit of these searchcontrols in milliseconds . if the value is 0 , this means to wait indefinitely . concode_field_sep int timeLimit concode_elem_sep long countLimit concode_elem_sep int ONELEVEL_SCOPE concode_elem_sep boolean returnObj concode_elem_sep int searchScope concode_elem_sep int SUBTREE_SCOPE ...
void function ( int arg0 ) { timeLimit = arg0 ; }
8,509
get the provider of the underlying implementation . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep MacSpi macSpi concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep void init concode_elem_sep void init concode_elem_s...
Provider function ( ) { return provider ; }
8,510
called after the cell is deemed to be destroyed and no longer used by the grid . called after the cell element is detached from the dom . the row object in the cell reference will be null since the row might no longer be present in the data source . concode_field_sep PlaceHolder placeHolder concode_field_sep void init ...
void function ( RendererCellReference arg0 ) { }
8,511
retrieve whether the text was modified . concode_field_sep String path concode_elem_sep long copySrcRevision concode_elem_sep Tristate textMods concode_elem_sep Tristate propMods concode_elem_sep Action action concode_elem_sep String copySrcPath concode_elem_sep NodeKind nodeKind concode_elem_sep long serialVersionUID ...
Tristate function ( ) { return textMods ; }
8,512
sets the buffer provider of the primary working copy owner . note that even if the buffer provider is a working copy owner , only its createbuffer ijavascriptunit method is used by the primary working copy owner . it does n't replace the internal primary working owner . this method is for internal use by the jsdt-relat...
void function ( WorkingCopyOwner arg0 ) { DefaultWorkingCopyOwner . PRIMARY . arg0 = arg0 ; }
8,513
returns the module with the primary key . concode_field_sep ServiceTracker<ModuleLocalService,ModuleLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.Lis...
com . liferay . marketplace . model . Module function ( long arg0 ) { return getService ( ) . getModule ( arg0 ) ; }
8,514
sets the event object . concode_field_sep ReplicationEventObject eventObject concode_elem_sep String serviceName concode_field_sep void readData concode_elem_sep void setServiceName concode_elem_sep Object getEventObject concode_elem_sep String getServiceName concode_elem_sep void writeData
void function ( ReplicationEventObject arg0 ) { this . eventObject = arg0 ; }
8,515
retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode...
double function ( ) { return atraso1 . getSuperiorLimit ( ) ; }
8,516
sets the value of the xmllang property . concode_field_sep List<JAXBElement<?>> formOrReformattingQualityOrInternetMediaType concode_elem_sep String xmlLang concode_elem_sep String lang concode_elem_sep String script concode_elem_sep String transliteration concode_field_sep String getXmlLang concode_elem_sep List<JAXBE...
void function ( String arg0 ) { this . xmlLang = arg0 ; }
8,517
converts a string in jdbc timestamp escape format to a timestamp value . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdf...
Timestamp function ( String arg0 ) { if ( arg0 == null ) { throw new java . lang . IllegalArgumentException ( Trace . getMessage ( Trace . HsqlDateTime_null_string ) ) ; } arg0 = arg0 + zerodatetime . substring ( arg0 . length ( ) ) ; return Timestamp . valueOf ( arg0 ) ; }
8,518
merge . concode_field_sep Dao dao concode_elem_sep long serialVersionUID concode_field_sep List<E> find concode_elem_sep E get concode_elem_sep void save concode_elem_sep void save concode_elem_sep int count concode_elem_sep int count concode_elem_sep E getByUid concode_elem_sep void refresh concode_elem_sep List<E> fi...
E function ( E arg0 ) { return dao . merge ( arg0 ) ; }
8,519
returns the hash code of this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTATION_URL concode_elem_sep...
int function ( ) { return map . hashCode ( ) ; }
8,520
gets the channel name the invite leads to . concode_field_sep String channelName concode_elem_sep String guildID concode_elem_sep String channelID concode_elem_sep String guildName concode_field_sep String getChannelID concode_elem_sep String getGuildName concode_elem_sep String getGuildID concode_elem_sep InviteRespon...
String function ( ) { return channelName ; }
8,521
gets the value of the text property . concode_field_sep String motionSignalType concode_elem_sep BigInteger start concode_elem_sep String comment concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_field_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep ...
String function ( ) { return text ; }
8,522
returns the string value at the specified offset of the page . if a string was not stored at that location , the behavior of the method is unpredictable . concode_field_sep int BLOCK_SIZE concode_elem_sep ByteBuffer contents concode_elem_sep FileMgr filemgr concode_elem_sep int INT_SIZE concode_field_sep int getInt con...
String function ( int arg0 ) { contents . position ( arg0 ) ; int loc0 = contents . getInt ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; contents . get ( loc1 ) ; return new String ( loc1 ) ; }
8,523
static method to retrieve class instance . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager get...
Manager function ( Context arg0 ) { return new Manager ( arg0 ) ; }
8,524
initiate the dictionary . retrieve any needed attributes . 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...
void function ( ) { }
8,525
tests the auto installation . concode_field_sep TemporaryFolder tmp concode_elem_sep Logger LOGGER concode_elem_sep JenkinsRule j concode_field_sep void locate concode_elem_sep void retrieveUpdateCenterData concode_elem_sep void autoInstallation7 concode_elem_sep void configRoundtrip concode_elem_sep void autoInstallat...
void function ( ) { doTestAutoInstallation ( "srini_string" , "srini_string" ) ; }
8,526
for caches that do not override #sizeof , this returns the maximum number of entries in the cache . for all other caches , this returns the maximum sum of the sizes of the entries in this cache . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep LinkedHashMap<String,BitmapDrawable> map concode_el...
int function ( ) { return maxSize ; }
8,527
not implemented . returns getclass . getresource '' . '' . concode_field_sep Window viewer concode_elem_sep Map<String,String> parameters concode_elem_sep AppletContext context concode_field_sep AppletContext getAppletContext concode_elem_sep URL getCodeBase concode_elem_sep void appletResize concode_elem_sep boolean i...
URL function ( ) { return Thread . currentThread ( ) . getContextClassLoader ( ) . getResource ( "srini_string" ) ; }
8,528
log method . concode_field_sep PlaceHolder placeHolder concode_field_sep void doLog
void function ( int arg0 , String arg1 ) { doLog ( "srini_string" + arg1 ) ; }
8,529
gets the amount of entries within the datastructure . concode_field_sep List<StructureEntry> entryList concode_field_sep List<StructureEntry> getEntries concode_elem_sep IntervalStructureEntry getIntervalEntryOfType concode_elem_sep List<T> getEntriesByClass
int function ( ) { return entryList . size ( ) ; }
8,530
records a change event . concode_field_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testAdditionOfDuplicatePeriod concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_sep void testRemove_int concode_elem_...
void function ( SeriesChangeEvent arg0 ) { this . lastEvent = arg0 ; }
8,531
gets the error state of the parser , as a value of the enumeration parseerrorstate . if no error occurred , the error state will be parseerrorstate #none . concode_field_sep Map<Class<?>,Class<? extends FieldParser<?>>> PARSERS concode_elem_sep ParseErrorState errorState concode_field_sep int parseField concode_elem_se...
ParseErrorState function ( ) { return this . errorState ; }
8,532
sets the url of this s v n repository . concode_field_sep SVNRepository _svnRepository concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNa...
void function ( java . lang . String arg0 ) { _svnRepository . setUrl ( arg0 ) ; }
8,533
renders the specified text within the bounds . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaximumCharHeight concode_elem_sep Dimension getMaximumSize concode_elem_sep int computeStringWidth concode_elem_sep Dimension getPreferredSize concode_elem_sep Dimension getMinimumSize concode_elem_sep Str...
void function ( SynthContext arg0 , Graphics arg1 , String arg2 , Rectangle arg3 , int arg4 ) { arg1 . drawString ( arg2 , arg3 . x , arg3 . y ) ; }
8,534
returns the number of registered listeners . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArray concode_field_sep L[] getListeners concode_elem_sep void createProxy concode_elem_sep void writeObject concode_elem_sep EventListenerSuppor...
int function ( ) { return listeners . size ( ) ; }
8,535
return the matches in the collection for the passed in selector . concode_field_sep Collection _local concode_field_sep Iterator iterator
Collection function ( Selector arg0 ) { if ( arg0 == null ) { return new ArrayList ( _local ) ; } else { List loc0 = new ArrayList ( ) ; Iterator loc1 = _local . iterator ( ) ; while ( loc1 . hasNext ( ) ) { Object loc2 = loc1 . next ( ) ; if ( arg0 . match ( loc2 ) ) { loc0 . add ( loc2 ) ; } } return loc0 ; } }
8,536
returns minimum measurement in nanoseconds . it is the same as #computepercentilenanos double computepercentilenanos 0.0 . concode_field_sep Precision p concode_elem_sep long SEC concode_elem_sep int bigSumSecsIndex concode_elem_sep int power1Base concode_elem_sep long[] counts concode_elem_sep long US concode_elem_sep...
long function ( ) { return computePercentileNanos ( 0.0 ) ; }
8,537
set the title . concode_field_sep String reponse concode_elem_sep String solution concode_elem_sep String lien concode_elem_sep ProvidesKey<EnigmeInfo> KEY_PROVIDER concode_elem_sep String description concode_elem_sep int nbBonnesReponses concode_elem_sep String id concode_elem_sep String creationDate concode_elem_sep ...
void function ( String arg0 ) { this . title = arg0 ; }
8,538
return the parameter types of the target method . concode_field_sep Class<?>[] parameterTypes concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Map<String,Serializable> attributes concode_field_sep void setParameterTypes concode_elem_sep Seria...
Class < ? > [ ] function ( ) { return this . parameterTypes ; }
8,539
notifies ui to display a message . this method is defined in the common helper because it 's used both by the ui and the background service . concode_field_sep String TAG concode_elem_sep String SENDER_ID concode_elem_sep String DISPLAY_MESSAGE_ACTION concode_elem_sep String EXTRA_MESSAGE concode_elem_sep String SERVER...
void function ( Context arg0 , String arg1 ) { Intent loc0 = new Intent ( DISPLAY_MESSAGE_ACTION ) ; loc0 . putExtra ( EXTRA_MESSAGE , arg1 ) ; arg0 . sendBroadcast ( loc0 ) ; }
8,540
gets a transaction token from the params in the servletactioncontext using the default token name . concode_field_sep Random RANDOM concode_elem_sep String DEFAULT_TOKEN_NAME concode_elem_sep Logger LOG concode_elem_sep String TOKEN_NAME_FIELD concode_elem_sep String TOKEN_NAMESPACE concode_field_sep boolean validToken...
String function ( ) { return getToken ( DEFAULT_TOKEN_NAME ) ; }
8,541
sets the wed open of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep boolea...
void function ( int arg0 ) { _orgLabor . setWedOpen ( arg0 ) ; }
8,542
set the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
8,543
first remove the node from ready list and then add the wfnodecontainer to the process queue . note that underline data structure of the process queue is a map . concode_field_sep Registry registry concode_elem_sep Map<String,WorkflowNode> readyList concode_elem_sep String gatewayName concode_elem_sep String consumerId ...
void function ( ApplicationNode arg0 ) { readyList . remove ( arg0 . getId ( ) ) ; processingQueue . put ( arg0 . getId ( ) , arg0 ) ; }
8,544
called when all resources from #data have been loaded . concode_field_sep Data data concode_elem_sep HashMap<FileReference,R> resources concode_elem_sep String root concode_elem_sep boolean disposed concode_field_sep R loadResource concode_elem_sep void load concode_elem_sep void load concode_elem_sep void beginLoading...
void function ( ) { }
8,545
gets the currently selected city . concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep List getList concode_elem_sep List getDictionary concode_elem_sep void se...
City function ( ) { return currentCity ; }
8,546
tests construction with a null list should throw an exception . concode_field_sep CellProcessor processorChain2 concode_elem_sep CellProcessor processorChain3 concode_elem_sep String FORBIDDEN concode_elem_sep String FORBIDDEN2 concode_elem_sep CellProcessor processor2 concode_elem_sep CellProcessor processorChain conc...
void function ( ) { new ForbidSubStr ( ( List < String > ) null , new IdentityTransform ( ) ) ; }
8,547
sync the checksum stream if it supports it . concode_field_sep OutputStream dataOut concode_elem_sep boolean isTransientStorage concode_elem_sep DataChecksum checksum concode_elem_sep OutputStream checksumOut concode_field_sep boolean isTransientStorage concode_elem_sep void syncDataOut concode_elem_sep OutputStream ge...
void function ( ) { if ( checksumOut instanceof FileOutputStream ) { ( ( FileOutputStream ) checksumOut ) . getChannel ( ) . force ( true ) ; } }
8,548
gets the bytecode offset exclusive of the end of this block . concode_field_sep int start concode_elem_sep IntList successors concode_elem_sep ByteCatchList catches concode_elem_sep int end concode_elem_sep int label concode_field_sep int getLabel concode_elem_sep int getStart concode_elem_sep IntList getSuccessors con...
int function ( ) { return end ; }
8,549
loop the music concode_field_sep float fadeStartGain concode_elem_sep float fadeEndGain concode_elem_sep int fadeTime concode_elem_sep boolean positioning concode_elem_sep Audio sound concode_elem_sep boolean stopAfterFade concode_elem_sep float volume concode_elem_sep ArrayList<MusicListener> listeners concode_elem_se...
void function ( ) { loop ( 1.0f , 1.0f ) ; }
8,550
the name of the bundle , from which the bundle root and the path of the linked binary in the bundle archive are derived . concode_field_sep Optional<Artifact> combinedArchitectureBinary concode_elem_sep InfoplistMerging infoplistMerging concode_elem_sep ObjcProvider objcProvider concode_elem_sep String fallbackBundleId...
String function ( ) { return name ; }
8,551
where to find the . tag file implementing this action . concode_field_sep String path concode_elem_sep String name concode_elem_sep TagInfo tagInfo concode_field_sep String getName concode_elem_sep TagInfo getTagInfo
String function ( ) { return path ; }
8,552
gets the value of the fontname property . concode_field_sep String fontName concode_elem_sep CustomLabelPosition topLeftCorner concode_elem_sep String thermalFontId concode_elem_sep CustomLabelPosition bottomRightCorner concode_elem_sep RotationType rotation concode_elem_sep String format concode_elem_sep BigInteger fo...
String function ( ) { return fontName ; }
8,553
lifts the kernel to the required dimension for interpolation concode_field_sep SimpleMatrix A concode_elem_sep SimpleVector b concode_elem_sep ArrayList<PointND> values concode_elem_sep ArrayList<PointND> gridPoints concode_elem_sep int dim concode_elem_sep SimpleMatrix coefficients concode_elem_sep boolean debug conco...
SimpleMatrix function ( PointND arg0 , PointND arg1 ) { SimpleMatrix loc0 = new SimpleMatrix ( dim , dim ) ; loc0 . identity ( ) ; double loc1 = kernel ( arg0 , arg1 ) ; loc0 . multiplyBy ( loc1 ) ; return loc0 ; }
8,554
compares this city to another by name . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset concode_elem_sep float latitude concode_elem_sep City[] citiesByRawOffset concode_elem_sep String name concode_elem_sep float x concode_e...
int function ( City arg0 ) { return name . compareTo ( arg0 . name ) ; }
8,555
return the default system in-place editor part or null if not support by platform . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean testForOleEditor concode_elem_sep IEditorPart getOleEditor concode_elem_sep boolean inPlaceEditorAvailable concode_elem_sep boolean inPlaceEditorSupported
IEditorPart function ( ) { if ( inPlaceEditorSupported ( ) ) { return getOleEditor ( ) ; } return null ; }
8,556
returns the name of the torrent . the name is an utf-8 encoded strings . concode_field_sep torrent_info ti concode_field_sep boolean isI2P concode_elem_sep byte[] bencode concode_elem_sep void addUrlSeed concode_elem_sep void addUrlSeed concode_elem_sep void addUrlSeed concode_elem_sep void addTracker concode_elem_sep ...
String function ( ) { return ti . name ( ) ; }
8,557
updates name and/or description concode_field_sep Key<Developer> owner concode_elem_sep ArrayList<String> allCustomers concode_elem_sep ArrayList<String> allDevelopers concode_elem_sep int noOfBugs concode_elem_sep String name concode_elem_sep Text description concode_elem_sep Long projectId concode_field_sep boolean a...
void function ( String arg0 , String arg1 ) { if ( null != arg0 ) { this . name = arg0 ; } if ( null != arg1 ) { this . description = new Text ( arg1 ) ; } }
8,558
return the utf8 representation of this name . concode_field_sep Names names concode_elem_sep Table table concode_field_sep byte getByteAt concode_elem_sep int getByteOffset concode_elem_sep int getByteLength concode_elem_sep int getIndex concode_elem_sep boolean contentEquals concode_elem_sep int length concode_elem_se...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ getByteLength ( ) ] ; getBytes ( loc0 , 0 ) ; return loc0 ; }
8,559
write script markup and script code in one method call . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript concode_elem_sep void write concode_elem_sep void write concode_elem_sep void wr...
void function ( FacesContext arg0 , final UIComponent arg1 , String arg2 ) { ResponseWriter loc0 = arg0 . getResponseWriter ( ) ; writeScriptStart ( loc0 , arg1 ) ; loc0 . write ( arg2 ) ; writeScriptEnd ( loc0 ) ; }
8,560
sets the value of the remainingbudget property . concode_field_sep PhoneNumber phoneNumber concode_elem_sep Money remainingBudget concode_elem_sep List<Criterion> criteria concode_elem_sep String name concode_elem_sep List<Creative> creatives concode_elem_sep Long id concode_elem_sep String destinationUrl concode_elem_...
void function ( Money arg0 ) { this . remainingBudget = arg0 ; }
8,561
should be `` implements ibaseextension '' concode_field_sep FhirContext ourCtx concode_field_sep void testProfiledDatatype concode_elem_sep void testNarrative concode_elem_sep void testBooleanType concode_elem_sep void testDecimalType concode_elem_sep void testIdentifierUse concode_elem_sep void testDomainResource conc...
void function ( ) { assertTrue ( IBaseExtension . class . isAssignableFrom ( Extension . class ) ) ; assertTrue ( IBaseHasExtensions . class . isAssignableFrom ( Extension . class ) ) ; }
8,562
sets the type of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId con...
void function ( int arg0 ) { _socialActivitySet . setType ( arg0 ) ; }
8,563
returns true iff this item is a scripted document . concode_field_sep boolean inSpine concode_elem_sep boolean ncx concode_elem_sep boolean nav concode_elem_sep String fallbackStyle concode_elem_sep boolean linear concode_elem_sep boolean ncx concode_elem_sep boolean fixedLayout concode_elem_sep Optional<String> fallba...
boolean function ( ) { return scripted ; }
8,564
get the current rolling average of the upload latency . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep String WAS...
long function ( ) { return currentBlockUploadLatency . getCurrentAverage ( ) ; }
8,565
sets the maximum mms pdu size in bytes that the client association will support . the client proposes this value to the server during association . if the server requires the use of a smaller maximum mms pdu size , then the smaller size will be accepted by the client . the default size is 65000 . concode_field_sep Clie...
void function ( int arg0 ) { if ( arg0 >= MINIMUM_MMS_PDU_SIZE && arg0 <= MAXIMUM_MMS_PDU_SIZE ) { proposedMaxMmsPduSize = arg0 ; } else { throw new IllegalArgumentException ( "srini_string" ) ; } }
8,566
bipolar sigmoid function . concode_field_sep double sigmoPrecomputed[] concode_elem_sep double SIGMO_RANGE concode_field_sep double sigmoidBiFast concode_elem_sep double lim concode_elem_sep boolean insideInclusive concode_elem_sep double sqr concode_elem_sep int sqr concode_elem_sep double sigmoidUniFast concode_elem_...
double function ( double arg0 ) { return 2.0 / ( 1.0 + Math . exp ( - arg0 ) ) - 1.0 ; }
8,567
retrieves the next available sql segment as a string . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolea...
Object function ( ) { String loc0 = null ; if ( this . hasNext ( ) ) { loc0 = this . segment ; this . segment = null ; } if ( loc0 == null ) { throw new NoSuchElementException ( ) ; } return loc0 ; }
8,568
gets a copy of the entries that make up the dictionary . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectReference concode_elem_sep Name SUBTYPE_KEY concode_elem_sep boolean isNew con...
Hashtable < Object , Object > function ( ) { return entries ; }
8,569
test of resolve method , of class conditionalexpressionresolver . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetOperators concode_elem_sep StringBuilder doTestResolve_1args concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void te...
void function ( ) { }
8,570
set the file that is going to be transfered . concode_field_sep String remoteUser concode_elem_sep File filetoSend concode_elem_sep String fileName concode_elem_sep long taille concode_elem_sep boolean isUsed concode_field_sep void setFileName concode_elem_sep long gettaille concode_elem_sep void setRemotUser concode_e...
void function ( File arg0 ) { this . filetoSend = arg0 ; this . fileName = arg0 . getName ( ) ; }
8,571
the changetoken that you used in the request . use this value in a getchangetokenstatus request to get the current status of the request . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChangeToken conco...
GetChangeTokenResult function ( String arg0 ) { setChangeToken ( arg0 ) ; return this ; }
8,572
return type metadata object concode_field_sep java.util.Calendar recurrenceDate concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double amount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_elem_sep boolean __hashCodeCalc concode_ele...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
8,573
gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep List<E> get...
E function ( int arg0 , E arg1 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED ) { return arg1 ; } else { return ( E ) mValues [ loc0 ] ; } }
8,574
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
8,575
returns the inverse of the matrix containing the transformation . concode_field_sep Matrix inverse concode_elem_sep Transformation IDENTITY concode_elem_sep Matrix matrix concode_field_sep Matrix getTransformationMatrix concode_elem_sep Transformation invert concode_elem_sep Point transformInverse concode_elem_sep Vect...
Matrix function ( ) { return inverse ; }
8,576
returns the size of the point set . concode_field_sep DoubleVector values concode_elem_sep DoubleVector points concode_field_sep void setFunctionValue concode_elem_sep DoubleVector getFunctionValues concode_elem_sep double getFunctionValue concode_elem_sep double getPointValue concode_elem_sep boolean isEmpty concode_e...
int function ( ) { if ( points == null ) return 0 ; return points . size ( ) ; }
8,577
update the treetableview 's model . concode_field_sep Comparator<TreeItem<T>> comparator concode_elem_sep TreeTableView<T> treeTableView concode_elem_sep Function<UserCertStoreEntry,T> modelFactory concode_field_sep void updateHelper
void function ( @ Nullable UserCertStore arg0 ) { if ( arg0 != null ) { TreeItem < T > loc0 = this . treeTableView . getRoot ( ) ; if ( loc0 == null ) { loc0 = new TreeItem < > ( ) ; this . treeTableView . setRoot ( loc0 ) ; } updateHelper ( loc0 , arg0 . getRootEntries ( ) ) ; } else { this . treeTableView . setRoot (...
8,578
sets the value . concode_field_sep DataType dbDataType concode_elem_sep Set<Class<?>> SUPPORTED_VERSION_FIELD_TYPES concode_elem_sep GenerationType generationType concode_elem_sep boolean nullable concode_elem_sep int FLAG_AUTO_FETCH concode_elem_sep int flags concode_elem_sep int FLAG_ID concode_elem_sep String sequen...
void function ( Object arg0 , Object arg1 ) { try { field . set ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new IllegalStateException ( "srini_string" + field . getName ( ) , loc0 ) ; } }
8,579
perform early-stage routing , pick gateways that meet minimal requirements to send message for example are set to handle outbound messages . concode_field_sep ArrayList<AGateway> candidates concode_elem_sep ArrayList<AGateway> allowed concode_field_sep Collection<AGateway> route concode_elem_sep void beginRouting conco...
void function ( OutboundMessage arg0 , Collection < AGateway > arg1 ) { for ( AGateway loc0 : arg1 ) if ( ( loc0 . isOutbound ( ) ) && ( loc0 . getStatus ( ) == GatewayStatuses . STARTED ) ) { if ( arg0 . getGatewayId ( ) . equalsIgnoreCase ( "srini_string" ) ) getCandidates ( ) . add ( loc0 ) ; else if ( arg0 . getGat...
8,580
deletes the persistence store for the specified node . concode_field_sep String folderName concode_elem_sep Logger logger concode_elem_sep XStream stream concode_field_sep ZWaveNode DeserializeNode concode_elem_sep void SerializeNode
boolean function ( int arg0 ) { synchronized ( stream ) { File loc0 = new File ( this . folderName , String . format ( "srini_string" , arg0 ) ) ; return loc0 . delete ( ) ; } }
8,581
does this permission check annotation exist for this entity or any field ? concode_field_sep AnnotationBinding EMPTY_BINDING concode_elem_sep EntityPermissions EMPTY_PERMISSIONS concode_elem_sep EntityDictionary dictionary concode_elem_sep ParseTree classPermission concode_elem_sep List<Class<? extends Annotation>> PER...
boolean function ( Class < ? extends Annotation > arg0 ) { return bindings . containsKey ( arg0 ) ; }
8,582
returns the client type `` ct '' parameter to be used in various mobile originated sms . concode_field_sep String mDateFormat concode_elem_sep String mSmsDestinationNumber concode_elem_sep String mClientType concode_elem_sep Omtp.ProtocolVersion mProtocolVersion concode_elem_sep short mSmsApplicationPort concode_field_...
String function ( ) { return mClientType ; }
8,583
retrieves the storeitem 's in a format that can be used by both jsp and jsf . concode_field_sep RenderManager renderManager concode_elem_sep Hashtable items concode_elem_sep OnDemandRenderer onDemandRenderer concode_field_sep void addRenderBean concode_elem_sep void reRender concode_elem_sep void loadDefaults concode_e...
Object [ ] function ( ) { return items . values ( ) . toArray ( ) ; }
8,584
drop finished queries table . concode_field_sep DataSource ds concode_field_sep void init concode_elem_sep Connection getConnection concode_elem_sep void createFinishedQueriesTable concode_elem_sep List<QueryHandle> findFinishedQueries concode_elem_sep void insertFinishedQuery concode_elem_sep FinishedLensQuery getQuer...
void function ( ) { QueryRunner loc0 = new QueryRunner ( ds ) ; try { loc0 . update ( "srini_string" ) ; } catch ( SQLException loc1 ) { log . error ( "srini_string" , loc1 ) ; } }
8,585
returns a list of all owned product ids of a given type concode_field_sep Map<String,SkuDetails> mSkuMap concode_elem_sep Map<String,Purchase> mPurchaseMap concode_field_sep void erasePurchase concode_elem_sep void addSkuDetails concode_elem_sep Purchase getPurchase concode_elem_sep boolean hasDetails concode_elem_sep ...
List < String > function ( String arg0 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( Purchase loc1 : mPurchaseMap . values ( ) ) { if ( loc1 . getItemType ( ) . equals ( arg0 ) ) loc0 . add ( loc1 . getSku ( ) ) ; } return loc0 ; }
8,586
this method is called to determine if the serial port is already open . concode_field_sep int monitorInterval concode_elem_sep int fileDescriptor concode_elem_sep SerialDataMonitorThread monitor concode_elem_sep CopyOnWriteArrayList<SerialDataListener> listeners concode_elem_sep boolean isshutdown concode_field_sep cha...
boolean function ( ) { return ( fileDescriptor >= 0 ) ; }
8,587
gets the value of the label property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concod...
String function ( ) { return label ; }
8,588
test the equality of two object arrays . concode_field_sep PlaceHolder placeHolder concode_field_sep Object coerce concode_elem_sep Object coerce concode_elem_sep Constructor getCompatibleConstructor concode_elem_sep Object deref concode_elem_sep Object[] toArray concode_elem_sep boolean isArray concode_elem_sep Object...
boolean function ( final Object [ ] arg0 , final Object [ ] arg1 ) { return equals ( arg0 , arg1 , true ) ; }
8,589
gets the extra space that must be filled to the left of the element . concode_field_sep Color color concode_elem_sep float extraLeft concode_elem_sep float extraBottom concode_elem_sep float extraRight concode_elem_sep float extraTop concode_field_sep float getExtraBottom concode_elem_sep float getExtraRight concode_el...
float function ( ) { return extraLeft ; }
8,590
where to put files on atmos concode_field_sep String fullTokenId concode_elem_sep String secretKey concode_elem_sep String remotePath concode_elem_sep String query concode_elem_sep String name concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep boolean enableSslValidation concode_el...
void function ( String arg0 ) { this . remotePath = arg0 ; }
8,591
builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . uses only the first element in each subarray . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no a...
String function ( String [ ] [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] [ 0 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . a...
8,592
print the usage message to stdout concode_field_sep PlaceHolder placeHolder concode_field_sep void loadType concode_elem_sep void loadRegistry concode_elem_sep void loadSchema concode_elem_sep void main
void function ( ) { String loc0 = "srini_string" + "srini_string" + "srini_string" ; System . out . println ( loc0 ) ; }
8,593
send a dtmf tone to all current calls concode_field_sep List<InterlocutorListener> interlocutorListeners concode_elem_sep List<InterlocutorUI> interlocutors concode_elem_sep AlertManager alertManager concode_elem_sep List<UserActionListener> actionHandlers concode_elem_sep boolean autoAnswer concode_field_sep boolean h...
void function ( String arg0 ) { if ( interlocutors . size ( ) < 1 ) { Log . debug ( "srini_string" , "srini_string" ) ; return ; } int loc0 = 0 ; Interlocutor loc1 = ( Interlocutor ) interlocutors . get ( loc0 ) ; for ( UserActionListener loc2 : actionHandlers ) { loc2 . handleDTMF ( loc1 , arg0 ) ; } }
8,594
returns false concode_field_sep BufferedElement parent concode_elem_sep Collection<BufferedAttribute> dynamicAttributes concode_elem_sep Map<String,String> data concode_elem_sep BufferedEndTagElement endTagElement concode_elem_sep String startTagElementName concode_elem_sep String endTagElementName concode_elem_sep Str...
boolean function ( ) { return getCurrentTagElement ( ) . isString ( ) ; }
8,595
loads a statechart model via the registered resource for a given uri concode_field_sep PlaceHolder placeHolder concode_field_sep Resource loadResource concode_elem_sep ExecutionFlow createExecutionFlowModel concode_elem_sep String resourceSimpleName concode_elem_sep void generate
Statechart function ( URI arg0 ) { Resource loc0 = loadResource ( arg0 ) ; Statechart loc1 = ( Statechart ) loc0 . getContents ( ) . get ( 0 ) ; Assert . isNotNull ( loc1 ) ; return loc1 ; }
8,596
create the log directories concode_field_sep File logsRefsDir concode_elem_sep Repository parent concode_elem_sep boolean forceWrite concode_elem_sep File logsDir concode_field_sep byte[] encode concode_elem_sep File logFor concode_elem_sep ReflogWriter log concode_elem_sep ReflogWriter log concode_elem_sep ReflogWrite...
ReflogWriter function ( ) { FileUtils . mkdir ( logsDir ) ; FileUtils . mkdir ( logsRefsDir ) ; FileUtils . mkdir ( new File ( logsRefsDir , R_HEADS . substring ( R_REFS . length ( ) ) ) ) ; return this ; }
8,597
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_se...
void function ( List < HandlerMethodReturnValueHandler > arg0 ) { }
8,598
gets the value of the batchnumber property . concode_field_sep String batchLineNumber concode_elem_sep String originalAccountNumber concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String source concode_elem_sep String msisdn concode_elem_sep String fileSequenceNumber concode_elem_sep ...
String function ( ) { return batchNumber ; }
8,599
first step of the oauth2 process . this redirects the user to the authorization page on the oauth2 provider . this is a helper method that only takes one parameter name , value pair and then converts them into a map to be used by #retrieveverificationcode string , map concode_field_sep String REDIRECT_URI concode_elem_...
void function ( String arg0 , String arg1 , String arg2 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; loc0 . put ( arg1 , arg2 ) ; retrieveVerificationCode ( arg0 , loc0 ) ; }