idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
9,600
the amount of user storage for the bundle . concode_field_sep String capacity concode_field_sep UserStorage withCapacity concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UserStorage clone concode_elem_sep String toString concode_elem_sep String getCapacity
void function ( String arg0 ) { this . capacity = arg0 ; }
9,601
the row and column of the end of a statement in an iam policy . concode_field_sep Position endPosition concode_elem_sep String sourcePolicyId concode_elem_sep String sourcePolicyType concode_elem_sep Position startPosition concode_field_sep Statement withEndPosition concode_elem_sep void setSourcePolicyType concode_ele...
void function ( Position arg0 ) { this . endPosition = arg0 ; }
9,602
the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose
void function ( IAction arg0 ) { MessageDialog . openInformation ( window . getShell ( ) , "srini_string" , "srini_string" ) ; }
9,603
return true if detaching of managed entities should be deferred until the entity manager is closed . note : only applies to transaction scoped entity managers used without an active jta transaction . concode_field_sep String JPA_SCOPED_PERSISTENCE_UNIT_NAME concode_elem_sep String PROVIDER_CLASS_DATANUCLEUS_GAE concode...
boolean function ( final Map < String , Object > arg0 ) { boolean loc0 = false ; if ( arg0 . containsKey ( JPA_DEFER_DETACH ) ) loc0 = Boolean . parseBoolean ( ( String ) arg0 . get ( JPA_DEFER_DETACH ) ) ; return loc0 ; }
9,604
returns a clone of the map . concode_field_sep Comparable defaultGroup concode_elem_sep long serialVersionUID concode_elem_sep Map keyToGroupMap concode_elem_sep List groups concode_field_sep int getGroupIndex concode_elem_sep int getGroupCount concode_elem_sep Comparable getGroup concode_elem_sep boolean equals concod...
Object function ( ) { KeyToGroupMap loc0 = ( KeyToGroupMap ) super . clone ( ) ; loc0 . defaultGroup = ( Comparable ) KeyToGroupMap . clone ( this . defaultGroup ) ; loc0 . groups = ( List ) KeyToGroupMap . clone ( this . groups ) ; loc0 . keyToGroupMap = ( Map ) KeyToGroupMap . clone ( this . keyToGroupMap ) ; return ...
9,605
the name of the queue . concode_field_sep String name concode_elem_sep String uRL concode_field_sep void setName concode_elem_sep String getURL concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Queue clone concode_elem_sep String toString concode_elem_sep Que...
Queue function ( String arg0 ) { setName ( arg0 ) ; return this ; }
9,606
the status of the access key . active means the key is valid for api calls , while inactive means it is not . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String userName concode_elem_sep String status concode_elem_sep java.util.Date createDate concode_field_sep AccessKe...
String function ( ) { return this . status ; }
9,607
gets the current state of the game . concode_field_sep int currentlyPlaying concode_elem_sep String address concode_elem_sep int port concode_elem_sep int slotsAvailable concode_elem_sep String name concode_elem_sep int gameState concode_elem_sep String version concode_elem_sep boolean isGameStarted concode_field_sep S...
int function ( ) { return gameState ; }
9,608
hook for blocking the launching of intents by the cordova application . this will be called when the webview will not navigate to a page , but could launch an intent to handle the url . return false to block this : if any plugin returns false , cordova will block the navigation . if all plugins return null , the defaul...
Boolean function ( String arg0 ) { return null ; }
9,609
propagates throwable exactly as-is , if and only if it is an instance of runtimeexception or error . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t ; throw new runtimeexception `` unexpected '' , t ; concode_fie...
void function ( Throwable arg0 ) { com . google . common . base . Throwables . propagateIfPossible ( arg0 ) ; }
9,610
set authorized roles concode_field_sep boolean isServerPrincipalPasswordEncrypted concode_elem_sep String serverPrincipalPassword concode_elem_sep String trustStores concode_elem_sep String allowedRoles concode_elem_sep String keyAlias concode_elem_sep String privateStore concode_field_sep String getTrustStores concode...
void function ( String arg0 ) { this . allowedRoles = arg0 ; }
9,611
serializes a feed to an xml string with a stylesheet declaration and an optional gnupg signature . concode_field_sep PlaceHolder placeHolder concode_field_sep void addStylesheet concode_elem_sep String appendSignature concode_elem_sep String toXmlText concode_elem_sep String readAll
String function ( OpenPgp arg0 , InterfaceDocument arg1 , String arg2 ) { addStylesheet ( arg1 ) ; String loc0 = toXmlText ( arg1 ) ; return ( arg2 == null ) ? loc0 : appendSignature ( arg0 , loc0 , arg2 ) ; }
9,612
run the script . concode_field_sep Object aggregationValue concode_elem_sep LeafSearchLookup lookup concode_elem_sep Map<String,Object> variables concode_elem_sep Scorer scorer concode_elem_sep LeafDocLookup doc concode_elem_sep Executable executable concode_field_sep void setSource concode_elem_sep void setScorer conc...
Object function ( ) { try { return executable . execute ( variables , scorer , doc , aggregationValue ) ; } catch ( PainlessError | BootstrapMethodError | OutOfMemoryError | StackOverflowError | Exception loc0 ) { throw convertToScriptException ( loc0 ) ; } }
9,613
retrieves the publickey concode_field_sep X509Certificate signingCert concode_elem_sep PublicKey publicKey concode_field_sep Collection<X509CRL> getCRLs concode_elem_sep CredentialContextSet getCredentalContextSet concode_elem_sep SecretKey getSecretKey concode_elem_sep X509Certificate getEntityCertificate concode_elem...
PublicKey function ( ) { return publicKey ; }
9,614
create/return attachment for po . if not exist , create new concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActiv...
MAttachment function ( ) { return po . createAttachment ( ) ; }
9,615
set the arbitrary object that will be ` handed back ' as-is by an javax.management.notificationbroadcaster when notifyingany javax.management.notificationlistener . concode_field_sep Set<Object> mappedObjectNames concode_elem_sep NotificationListener notificationListener concode_elem_sep NotificationFilter notification...
void function ( Object arg0 ) { this . handback = arg0 ; }
9,616
sets the id of the job that the dataflow plan belongs to . if this id is set to null , then the dataflow represents its own independent job . concode_field_sep String jobName concode_elem_sep HashMap<String,DistributedCacheEntry> cacheFile concode_elem_sep JobID jobId concode_elem_sep List<GenericDataSinkBase<?>> sinks...
void function ( JobID arg0 ) { this . jobId = arg0 ; }
9,617
get the location given its number . concode_field_sep HashMap<Integer,Location> numberToLocationMap concode_elem_sep HashMap<Location,Integer> locationToNumberMap concode_field_sep int getNumber concode_elem_sep int getSize concode_elem_sep void build
Location function ( int arg0 ) { return numberToLocationMap . get ( arg0 ) ; }
9,618
returns a modified bitboard which has squares occupied by the original and by the mask . see the class definition for how the mask 's data is represented . concode_field_sep long data concode_field_sep Bitboard bitboardFromFile concode_elem_sep void updateUnion concode_elem_sep void updateUnion concode_elem_sep boolean...
Bitboard function ( long arg0 ) { return new Bitboard ( this . data & arg0 ) ; }
9,619
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
9,620
set the context node-set , and sets the current context size to the size of this node-set . the actual list is stored in this object . a copy is not made . this list should not be modified in other code after calling this method . after invoking this method , the client should immediately call #setsize int setsize and ...
void function ( ShailList arg0 ) { this . nodeSet = arg0 ; this . size = arg0 . size ( ) ; if ( position >= size ) this . position = 0 ; }
9,621
removes the specified command listener . concode_field_sep String previousCommand concode_elem_sep CommandListener listener concode_elem_sep Vector listeners concode_elem_sep Thread thread concode_elem_sep String command concode_field_sep boolean openRecent concode_elem_sep boolean loadLut concode_elem_sep String getCo...
void function ( CommandListener arg0 ) { listeners . removeElement ( arg0 ) ; }
9,622
sets the identifier of this unit , which is needed to be determined in a serial network . concode_field_sep ProcessImageFactory m_PIFactory concode_elem_sep ModbusCoupler c_Self concode_elem_sep int m_UnitID concode_elem_sep ProcessImage m_ProcessImage concode_elem_sep boolean m_Master concode_field_sep boolean isSlave...
void function ( int arg0 ) { m_UnitID = arg0 ; }
9,623
constructs a feedback message to summarise an operation that displayed a listing of tasks . concode_field_sep Model model concode_field_sep void setData concode_elem_sep CommandResult execute concode_elem_sep void indicateAttemptToExecuteIncorrectCommand
String function ( int arg0 ) { return String . format ( Messages . MESSAGE_TASKS_LISTED_OVERVIEW , arg0 ) ; }
9,624
actually formats a header . called from #formatheader . concode_field_sep BasicLineFormatter DEFAULT concode_field_sep String formatHeader concode_elem_sep CharArrayBuffer formatHeader concode_elem_sep int estimateProtocolVersionLen concode_elem_sep CharArrayBuffer initBuffer concode_elem_sep String formatProtocolVersi...
void function ( final CharArrayBuffer arg0 , final Header arg1 ) { final String loc0 = arg1 . getName ( ) ; final String loc1 = arg1 . getValue ( ) ; int loc2 = loc0 . length ( ) + 2 ; if ( loc1 != null ) { loc2 += loc1 . length ( ) ; } arg0 . ensureCapacity ( loc2 ) ; arg0 . append ( loc0 ) ; arg0 . append ( "srini_st...
9,625
sets whether exchanges coming out of processors should be traced concode_field_sep boolean enabled concode_elem_sep TraceFormatter formatter concode_elem_sep Predicate traceFilter concode_elem_sep CamelLogProcessor logger concode_elem_sep boolean logStackTrace concode_elem_sep Endpoint destination concode_elem_sep Stri...
void function ( boolean arg0 ) { this . traceOutExchanges = arg0 ; }
9,626
get the localizedvalue value . concode_field_sep String value concode_elem_sep String localizedValue concode_field_sep UsageName withValue concode_elem_sep UsageName withLocalizedValue concode_elem_sep String value
String function ( ) { return this . localizedValue ; }
9,627
gets a description of this plugin in html . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep boolean accepts concode_elem_sep String getFileExtension concode_elem_sep void export
String function ( ) { return "srini_string" ; }
9,628
return the client principal for this ticket . concode_field_sep int INITIAL concode_elem_sep int NUM_FLAGS concode_elem_sep KerberosPrincipal server concode_elem_sep int RENEWABLE concode_elem_sep KeyImpl sessionKey concode_elem_sep byte[] asn1Encoding concode_elem_sep int FORWARDABLE concode_elem_sep int PROXY concode...
KerberosPrincipal function ( ) { return client ; }
9,629
by default , this method simply opens a raw file input stream . subclasses may override this method if some specific location should be handled this may be a case for android users . concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String t...
InputStream function ( String arg0 ) { return new FileInputStream ( arg0 ) ; }
9,630
returns the user id of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int co...
long function ( ) { return _folder . getUserId ( ) ; }
9,631
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetFirstMillisecondWithTi...
void function ( ) { Second loc0 = new Second ( ) ; Second loc1 = ( Second ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
9,632
amazon aws access key concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem_sep String secretKey concode_elem_sep String prefix concode_elem_sep boolean pathStyleAccess concode_elem_sep long partSize concode_elem_sep boolean includeBody concode_el...
void function ( String arg0 ) { this . accessKey = arg0 ; }
9,633
gets the value of the description property . concode_field_sep Money amount concode_elem_sep SurchargeType surchargeType concode_elem_sep SurchargeLevelType level concode_elem_sep String description concode_field_sep SurchargeLevelType getLevel concode_elem_sep SurchargeType getSurchargeType concode_elem_sep void setDe...
String function ( ) { return description ; }
9,634
prefetch and cache the value for key formed by key_name . non-blocking . concode_field_sep PlaceHolder placeHolder concode_field_sep Value get concode_elem_sep Value get concode_elem_sep Value get concode_elem_sep T getGet concode_elem_sep T getGet concode_elem_sep void write_barrier concode_elem_sep Value DputIfMatch ...
void function ( String arg0 ) { get ( Key . make ( arg0 ) , false ) ; }
9,635
sets the spring bean id for this bean . concode_field_sep LegacyVideoLocalService _legacyVideoLocalService concode_field_sep java.util.List<de.uhh.l2g.plugins.migration.model.LegacyVideo> getLegacyVideos concode_elem_sep int getLegacyVideosCount concode_elem_sep void setWrappedService concode_elem_sep LegacyVideoLocalS...
void function ( java . lang . String arg0 ) { _legacyVideoLocalService . setBeanIdentifier ( arg0 ) ; }
9,636
returns a static instance of the fontmanager class . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolean foundNFont concode_elem_sep int FONT_TYPE_1 concode_elem_sep ...
FontFactory function ( ) { if ( fontFactory == null ) { fontFactory = new FontFactory ( ) ; } return fontFactory ; }
9,637
method tapsmap creates a new map for each name and tap . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Map < String , Tap > function ( String [ ] arg0 , Tap [ ] arg1 ) { Map < String , Tap > loc0 = new HashMap < String , Tap > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) loc0 . put ( arg0 [ loc1 ] , arg1 [ loc1 ] ) ; return loc0 ; }
9,638
utility for processing boolean concode_field_sep Stack<Object> stack concode_elem_sep char[] buf concode_elem_sep int expressionDepth concode_elem_sep Reader reader concode_elem_sep int TOKEN_BOOLEAN concode_elem_sep int TOKEN_EXPRESSION concode_elem_sep int pos concode_elem_sep int tokenType concode_elem_sep int start...
void function ( ) { while ( pos < numRead ) { if ( isDelimiter ( buf [ pos ] ) ) { break ; } pos ++ ; } if ( pos < numRead ) { stack . push ( Boolean . valueOf ( new String ( buf , startTokenPos , pos - startTokenPos ) ) ) ; } parseNextState ( ) ; }
9,639
gets a float array of the 2d coordinates representing a rectangles corners . the order of the corners in the float array is : 0 ------- > 1 ^ | | v 3 < ------- 2 concode_field_sep PlaceHolder placeHolder concode_field_sep void fixAspectRatioContained concode_elem_sep int getBitmapSize concode_elem_sep boolean pointInRo...
float [ ] function ( RectF arg0 ) { float [ ] loc0 = { arg0 . left , arg0 . top , arg0 . right , arg0 . top , arg0 . right , arg0 . bottom , arg0 . left , arg0 . bottom } ; return loc0 ; }
9,640
returns the browser tracker id of this browser tracker . concode_field_sep BrowserTracker _browserTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boo...
long function ( ) { return _browserTracker . getBrowserTrackerId ( ) ; }
9,641
retrieve all concepts from a specific resource concode_field_sep List<Concept> Concepts concode_elem_sep List<Source> Sources concode_field_sep ArrayList<Concept> getAllOutdatedConcepts concode_elem_sep ArrayList<Source> getAllOutdatedSources concode_elem_sep List<Concept> getConcepts concode_elem_sep List<Source> getS...
ArrayList < Concept > function ( String arg0 ) { int loc0 = 0 ; ArrayList < Concept > loc1 = new ArrayList ( ) ; for ( loc0 = 0 ; loc0 < this . Concepts . size ( ) ; loc0 ++ ) if ( this . Concepts . get ( loc0 ) . getFrom ( ) . equalsIgnoreCase ( arg0 ) ) loc1 . add ( this . Concepts . get ( loc0 ) ) ; return loc1 ; }
9,642
sets the nombre value for this ctrela . concode_field_sep java.lang.String descripcion 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.String nombre concode_elem_sep java.lang.String numClien...
void function ( java . lang . String arg0 ) { this . nombre = arg0 ; }
9,643
accept notification that the portal element has just been delivered . if there are pending requests to deliver , they can be cleared . concode_field_sep String m_deliveryId concode_elem_sep boolean m_enabled concode_elem_sep CourierService m_courierService concode_elem_sep String m_elementId concode_elem_sep String m_l...
void function ( ) { m_courierService . clear ( getDeliveryId ( ) , getElementId ( ) ) ; }
9,644
this method was generated by mybatis generator . this method sets the value of the database column resources.id concode_field_sep Integer companyid concode_elem_sep String name concode_elem_sep int index concode_elem_sep Integer id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int getI...
void function ( Integer arg0 ) { this . id = arg0 ; }
9,645
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String success concode_elem_sep com.amazonaws.internal.SdkInternalList<String> messages concode_field_sep void setSuccess concode_elem_sep TestRoleResult withSuccess concode_elem_sep TestRoleResult withMessages concode...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSuccess ( ) != null ) loc0 . append ( "srini_string" + getSuccess ( ) + "srini_string" ) ; if ( getMessages ( ) != null ) loc0 . append ( "srini_string" + getMessages ( ) ) ; loc0 . append ( "srini_string" ) ; ...
9,646
gets the double array containing the data from the tables that will be displayed . concode_field_sep ArrayList<VariableMu> variables concode_elem_sep String[] columnNames concode_elem_sep Object[][] data concode_elem_sep VariableMu selectedVariable concode_elem_sep boolean showAllTables concode_elem_sep ArrayList<Table...
Object [ ] [ ] function ( ) { return subdata ; }
9,647
sets the abstracttext as selected , if it child abstracttext object they must also be selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighligh...
void function ( boolean arg0 ) { this . selected = arg0 ; }
9,648
utility method for serialising a node into an xml string concode_field_sep int level concode_elem_sep int FATAL concode_elem_sep int ERROR concode_elem_sep SAXParseException err concode_elem_sep int WARNING concode_field_sep SAXParseException getException concode_elem_sep void fatalError concode_elem_sep void clear con...
String function ( Node arg0 ) { return serialise ( new DOMSource ( arg0 ) ) ; }
9,649
development drop number . optional identifier designates development drop of a specific release . d01 is the first development drop of a new release . development drops are works in progress towards a compeleted , final release . a specific development drop may not completely implement all aspects of a new feature , wh...
int function ( ) { try { if ( ( new String ( "srini_string" ) ) . length ( ) == 0 ) return 0 ; else return Integer . parseInt ( "srini_string" ) ; } catch ( NumberFormatException loc0 ) { return 0 ; } }
9,650
get the lowest value for a key in the name map . concode_field_sep COSDictionary node concode_elem_sep Class<? extends COSObjectable> valueType concode_field_sep Object getValue concode_elem_sep List<PDNumberTreeNode> getKids concode_elem_sep void setKids concode_elem_sep void setUpperLimit concode_elem_sep void setNum...
Integer function ( ) { Integer loc0 = null ; COSArray loc1 = ( COSArray ) node . getDictionaryObject ( COSName . LIMITS ) ; if ( loc1 != null && loc1 . get ( 0 ) != null ) { loc0 = loc1 . getInt ( 0 ) ; } return loc0 ; }
9,651
create a new instance and return it . this method is for convenience in using the builder pattern within a single statement . concode_field_sep Set<String> extensions concode_elem_sep List<IOFileFilter> fileFilters concode_elem_sep Set<String> filenames concode_field_sep FileFilter build concode_elem_sep FileFilterBuil...
FileFilterBuilder function ( ) { return new FileFilterBuilder ( ) ; }
9,652
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
DescribeHsmConfigurationsResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
9,653
it creates a pattern from a list of pair . concode_field_sep Map<Pattern,Pattern> patternPool concode_field_sep void sclear
Pattern function ( List < ItemAbstractionPair > arg0 ) { Pattern loc0 = new Pattern ( arg0 ) ; return loc0 ; }
9,654
return false by default . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getNativeConnectionFromStatement concode_elem_sep Connection getNativeConnection concode_elem_sep boolean isNativeConnectionNecessaryForNativeStatements concode_elem_sep Connection doGetNativeConnection concode_elem_sep Res...
boolean function ( ) { return false ; }
9,655
set the version value . concode_field_sep String offer concode_elem_sep String publisher concode_elem_sep String sku concode_elem_sep String version concode_field_sep String offer concode_elem_sep ImageReference withSku concode_elem_sep ImageReference withPublisher concode_elem_sep String publisher concode_elem_sep Ima...
ImageReference function ( String arg0 ) { this . version = arg0 ; return this ; }
9,656
get the size of the object file . concode_field_sep int dir_loc concode_elem_sep String NL concode_elem_sep byte[] ar_name concode_elem_sep int somOffset concode_elem_sep LSTHeader lstHeader concode_elem_sep short a_magic concode_elem_sep int export_loc concode_elem_sep byte[] ar_size concode_elem_sep byte[] ar_fmag co...
long function ( ) { return somSize ; }
9,657
splits this node into a pair of nodes . the first node in the pair retains the word info , and a single branch to the new second node . the second node retains all of the original successor branches . concode_field_sep int identity concode_elem_sep Word[][] alternatives concode_elem_sep boolean isFinal concode_elem_sep...
GrammarNode function ( int arg0 ) { GrammarNode loc0 = new GrammarNode ( arg0 , false ) ; loc0 . arcList = arcList ; arcList = new ArrayList < GrammarArc > ( ) ; add ( loc0 , 0.0f ) ; return loc0 ; }
9,658
getter method to get the user who created the user concode_field_sep String lastName concode_elem_sep String invalidLoginCount concode_elem_sep String emailId concode_elem_sep Timestamp userLastLogin concode_elem_sep long serialVersionUID concode_elem_sep String userId concode_elem_sep String firstName concode_elem_sep...
String function ( ) { return createdBy ; }
9,659
add an uri type concode_field_sep AuthnContextTypeSequence sequence concode_elem_sep Set<URI> authenticatingAuthority concode_elem_sep Set<URIType> URITypes concode_elem_sep AuthnContextClassRefType classRef concode_elem_sep AuthnContextDeclType authnContextDecl concode_field_sep void setSequence concode_elem_sep Set<U...
void function ( URIType arg0 ) { URITypes . add ( arg0 ) ; }
9,660
this method was generated by mybatis generator . this method returns the value of the database column hspay.tb _ bank_info . bank_logo_mob concode_field_sep String bankLogoMob concode_elem_sep long bankId concode_elem_sep int isEnableMob concode_elem_sep String bankValue concode_elem_sep int quickFlag concode_elem_sep ...
String function ( ) { return bankLogoMob ; }
9,661
returns true , if a wired port is configured . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_sep int hmIpPort concode_elem_sep int wiredPort concode_elem_sep int DEFAULT_PORT_CUXD concode_elem_sep String ca...
boolean function ( ) { return wiredPort != 0 ; }
9,662
returns the headers of this entity . concode_field_sep HttpHeaders headers concode_elem_sep HttpEntity<?> EMPTY concode_elem_sep T body concode_field_sep T getBody concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean hasBody
HttpHeaders function ( ) { return this . headers ; }
9,663
sets the language id of this journal article localization . concode_field_sep JournalArticleLocalization _journalArticleLocalization concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr...
void function ( java . lang . String arg0 ) { _journalArticleLocalization . setLanguageId ( arg0 ) ; }
9,664
gets the value of the product property . concode_field_sep long opportunityId concode_elem_sep String product concode_elem_sep long expectedQuantity concode_elem_sep String description concode_field_sep void setProduct concode_elem_sep long getOpportunityId concode_elem_sep void setExpectedQuantity concode_elem_sep voi...
String function ( ) { return product ; }
9,665
disconnects from the pulseaudio server concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_S...
void function ( ) { if ( client != null ) { try { client . close ( ) ; } catch ( IOException loc0 ) { logger . error ( loc0 . getLocalizedMessage ( ) , loc0 ) ; } } }
9,666
removes and returns the least element of the priorityqueue in log size time . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep T[] heap concode_field_sep T add concode_elem_sep Object[] getHeapArray concode_elem_sep T top concode_elem_sep int size concode_elem_sep void upHeap concode_elem_sep vo...
T function ( ) { if ( size > 0 ) { T loc0 = heap [ 1 ] ; heap [ 1 ] = heap [ size ] ; heap [ size ] = null ; size -- ; downHeap ( ) ; return loc0 ; } else return null ; }
9,667
the current time in milliseconds concode_field_sep PlaceHolder placeHolder concode_field_sep long elapsed
long function ( ) { return System . currentTimeMillis ( ) ; }
9,668
set up a day equal to 31 december 9999 . request the next day , it should be null . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void test1Jan1900Next concode_elem_sep void testGetSerialIndex concode_elem_sep void testGetLastMi...
void function ( ) { Day loc0 = new Day ( 31 , MonthConstants . DECEMBER , 9999 ) ; Day loc1 = ( Day ) loc0 . loc1 ( ) ; assertNull ( loc1 ) ; }
9,669
return a measurednode of the given condition node , without minimizing the result . since a minimizedcondition necessarily must contain two trees , this method sets the negative side to a token #script node never validinside an expression with an unreasonably high length so that it will never be chosen by #getminimized...
MinimizedCondition function ( Node arg0 ) { Preconditions . checkNotNull ( arg0 . getParent ( ) ) ; Node loc0 = swapWithPlaceholderNode ( arg0 ) ; MeasuredNode loc1 = new MeasuredNode ( arg0 , 0 , false ) ; MeasuredNode loc2 = new MeasuredNode ( IR . script ( ) , Integer . MAX_VALUE , true ) ; return new MinimizedCondi...
9,670
enum value determining the type of renderer that will be used client side to plot the data of this series . these charttypes are defined as enums fields of the subclasses of chartseries in the org.icefaces.ace.model.chart package . these series subclasses are configurable with the options of their contained supported c...
ChartType function ( ) { return type ; }
9,671
returns the codec name for the encoding process . concode_field_sep Integer volume concode_elem_sep String codec concode_elem_sep Integer bitRate concode_elem_sep long serialVersionUID concode_elem_sep Integer samplingRate concode_elem_sep Integer channels concode_elem_sep String DIRECT_STREAM_COPY concode_field_sep In...
String function ( ) { return codec ; }
9,672
evaluate expression concode_field_sep Logger logger concode_elem_sep String scriptPath concode_elem_sep Integer rScriptInitializeNotifier concode_elem_sep Integer rRequestNotifier concode_elem_sep String rCmdPath concode_elem_sep Integer rResponseNotifier concode_elem_sep InterpreterOutput initialOutput concode_elem_se...
Object function ( String arg0 ) { synchronized ( this ) { rRequestObject = new Request ( "srini_string" , arg0 , null ) ; return request ( ) ; } }
9,673
sets the actor 's color instantly . concode_field_sep PlaceHolder placeHolder concode_field_sep ScaleToAction scaleTo concode_elem_sep ScaleToAction scaleTo concode_elem_sep ScaleToAction scaleTo concode_elem_sep AlphaAction fadeOut concode_elem_sep AlphaAction fadeOut concode_elem_sep RemoveActorAction removeActor con...
ColorAction function ( Color arg0 ) { return arg0 ( arg0 , 0 , null ) ; }
9,674
adds a registry entry . concode_field_sep PlaceHolder placeHolder concode_field_sep RegistrySpec with concode_elem_sep RegistrySpec addLazy concode_elem_sep RegistrySpec addLazy
RegistrySpec function ( Object arg0 ) { @ SuppressWarnings ( "srini_string" ) TypeToken < ? super Object > loc0 = ( TypeToken < ? super Object > ) Types . token ( arg0 . getClass ( ) ) ; return add ( loc0 , arg0 ) ; }
9,675
gets the value of the contribution property . concode_field_sep Double contribution concode_elem_sep Boolean isPrimary concode_elem_sep RecordRef salesRole concode_elem_sep RecordRef employee concode_field_sep void setEmployee concode_elem_sep Boolean isIsPrimary concode_elem_sep void setSalesRole concode_elem_sep Reco...
Double function ( ) { return contribution ; }
9,676
returns the first header named name , or null if no such header exists . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersion tlsVersion concode_elem_sep long bodySize conco...
String function ( String arg0 ) { List < String > loc0 = headers . loc0 ( arg0 ) ; return loc0 . isEmpty ( ) ? null : loc0 . get ( 0 ) ; }
9,677
tests the fileutils #move string , string method . concode_field_sep ExpectedException mException concode_elem_sep TemporaryFolder mTestFolder concode_field_sep void changeLocalDirPermissionTests concode_elem_sep void setLocalDirStickyBitTest concode_elem_sep void createDirTest concode_elem_sep void deleteFileTest conc...
void function ( ) { File loc0 = mTestFolder . newFile ( "srini_string" ) ; File loc1 = mTestFolder . newFile ( "srini_string" ) ; FileUtils . move ( loc0 . getAbsolutePath ( ) , loc1 . getAbsolutePath ( ) ) ; Assert . assertFalse ( loc0 . exists ( ) ) ; Assert . assertTrue ( loc1 . exists ( ) ) ; }
9,678
set the body on the document . concode_field_sep String fBody concode_elem_sep String fExpressionContext concode_elem_sep IDocument fDocument concode_elem_sep Object fContext concode_field_sep Object getAdapter concode_elem_sep String getExpressionContext concode_elem_sep IPersistableElement getPersistable concode_elem...
void function ( String arg0 , Object arg1 , String arg2 ) { fBody = arg0 ; fContext = arg1 ; fExpressionContext = arg2 ; if ( fDocument != null ) { fDocument . set ( arg0 ) ; } }
9,679
get the upper endpoint . concode_field_sep T mLower concode_elem_sep T mUpper concode_field_sep Range<T> extend concode_elem_sep Range<T> extend concode_elem_sep Range<T> extend concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep Range<T> intersect concode_elem_sep Range<T> intersect co...
T function ( ) { return mUpper ; }
9,680
returns the similarity matrix of the pca . concode_field_sep LinearEquationSystem linearEquationSystem concode_elem_sep int correlationDimensionality concode_elem_sep double[][] weakEigenvectors concode_elem_sep double[] centroid concode_elem_sep double[][] strongEigenvectors concode_elem_sep NumberFormat nf concode_el...
double [ ] [ ] function ( ) { return similarityMatrix ; }
9,681
specifies how many bytes can be stored at most in debug logs files . defaults to @literal -1 . negative values means unlimited . concode_field_sep String outputDir concode_elem_sep AtomikosLoggingLevel consoleLogLevel concode_elem_sep long maxTimeout concode_elem_sep boolean enableLogging concode_elem_sep String logBas...
void function ( int arg0 ) { this . consoleFileLimit = arg0 ; set ( "srini_string" , arg0 ) ; }
9,682
return the lookuptable for this op . concode_field_sep RenderingHints hints concode_elem_sep LookupTable lut concode_field_sep BufferedImage filter concode_elem_sep WritableRaster filter concode_elem_sep Point2D getPoint2D concode_elem_sep Rectangle2D getBounds2D concode_elem_sep Rectangle2D getBounds2D concode_elem_se...
LookupTable function ( ) { return lut ; }
9,683
validates that an `` update '' add , commit or optimize results in success . : todo : currently only deals with one add/doc at a time , this will need changed if/when solr-2 is resolved concode_field_sep ThreadLocal<XPath> xpathTL concode_elem_sep ThreadLocal<DocumentBuilder> builderTL concode_field_sep String validate...
String function ( String arg0 ) { try { return checkUpdateStatus ( arg0 , "srini_string" ) ; } catch ( SolrException loc0 ) { return null ; } }
9,684
adds the provided elements to the path concode_field_sep String protocol concode_elem_sep Integer port concode_elem_sep List<String> path concode_elem_sep String host concode_elem_sep Map<String,List<String>> parameters concode_elem_sep long serialVersionUID concode_elem_sep String encoding concode_field_sep String enc...
UrlStringBuilder function ( String ... arg0 ) { Validate . noNullElements ( arg0 , "srini_string" ) ; for ( final String loc0 : arg0 ) { this . path . add ( loc0 ) ; } return this ; }
9,685
get lifecyclestatus concode_field_sep String name concode_elem_sep String description concode_elem_sep String lifeCycleStatus concode_elem_sep String context concode_elem_sep String provider concode_elem_sep String id concode_elem_sep String version concode_field_sep void setName concode_elem_sep void setLifeCycleStatu...
String function ( ) { return lifeCycleStatus ; }
9,686
no implementation provided concode_field_sep ThreadLocal<Integer> readLockCount concode_elem_sep ReentrantReadWriteLock delegate concode_elem_sep Lock readLock concode_elem_sep long serialVersionUID concode_elem_sep Lock writeLock concode_field_sep void checkLoopback concode_elem_sep void decReadLockCount concode_elem_...
Condition function ( ) { throw new UnsupportedOperationException ( ) ; }
9,687
to implement org.w3c.dom.svg.svglocatable #getfarthestviewportelement . concode_field_sep PlaceHolder placeHolder concode_field_sep SVGRect getBBox concode_elem_sep SVGElement getNearestViewportElement concode_elem_sep SVGMatrix getScreenCTM concode_elem_sep SVGMatrix getCTM concode_elem_sep SVGMatrix getTransformToEle...
SVGElement function ( Element arg0 ) { return ( SVGElement ) arg0 . getOwnerDocument ( ) . getDocumentElement ( ) ; }
9,688
sends message to the reporting stream concode_field_sep Curator curator concode_elem_sep Logger log concode_elem_sep Properties taskProps concode_elem_sep String taskId concode_field_sep DSpaceObject dereference concode_elem_sep void init concode_elem_sep long taskLongProperty concode_elem_sep void performObject concod...
void function ( String arg0 ) { curator . report ( arg0 ) ; }
9,689
error log message . 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 set...
void function ( String arg0 , String arg1 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , arg1 ) ; }
9,690
add allowed functions per column concode_field_sep FieldValidator fieldValidator concode_elem_sep boolean acceptsFields concode_elem_sep Map<String,Set<String>> columnToUDFs concode_elem_sep Set<String> udfNames concode_field_sep void setFieldValidator concode_elem_sep void clearAllowedColumnNames concode_elem_sep Expr...
void function ( String arg0 , String ... arg1 ) { Set < String > loc0 = columnToUDFs . get ( arg0 ) ; if ( loc0 == null || loc0 == udfNames ) { columnToUDFs . put ( arg0 , new HashSet < String > ( Arrays . asList ( arg1 ) ) ) ; } else { loc0 . addAll ( Arrays . asList ( arg1 ) ) ; } }
9,691
returns the specified `` videocapture '' property . note : when querying a property that is not supported by the backend used by the `` videocapture '' class , value 0 is returned . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened co...
double function ( int arg0 ) { double loc0 = n_get ( nativeObj , arg0 ) ; return loc0 ; }
9,692
converts the given files to a sequence of paths . concode_field_sep FileFilter STEP_FILTER concode_elem_sep FileFilter DIRECTORY_FILTER concode_field_sep Iterable<Path> listScenarios concode_elem_sep Iterable<Path> listSteps concode_elem_sep boolean accept concode_elem_sep boolean accept
Iterable < Path > function ( File ... arg0 ) { List < Path > loc0 = new ArrayList < > ( arg0 . length ) ; for ( File loc1 : arg0 ) { loc0 . add ( loc1 . toPath ( ) ) ; } return loc0 ; }
9,693
sets the value of the createmethod property . concode_field_sep String mapGetMethod concode_elem_sep Boolean isAccessible concode_elem_sep String beanFactory concode_elem_sep String mapSetMethod concode_elem_sep String createMethod concode_elem_sep String factoryBeanId concode_elem_sep Boolean mapEmptyString concode_el...
void function ( String arg0 ) { this . createMethod = arg0 ; }
9,694
public setter for the listeners . concode_field_sep OrderedComposite<ItemProcessListener<? super T,? super S>> listeners concode_field_sep void afterProcess concode_elem_sep void beforeProcess concode_elem_sep void onProcessError concode_elem_sep void register
void function ( List < ? extends ItemProcessListener < ? super T , ? super S >> arg0 ) { this . listeners . setItems ( arg0 ) ; }
9,695
writes a single zero 'd block . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSION concode_elem_sep File targetFile concode_elem_sep int G...
void function ( ) { writePadBlocks ( 1 ) ; }
9,696
gets the user-defined data for this component . concode_field_sep boolean isVisited concode_elem_sep Object data concode_elem_sep boolean isMarked concode_field_sep boolean isVisited concode_elem_sep boolean isRemoved concode_elem_sep void setData concode_elem_sep void setMarked concode_elem_sep void setMarked concode_...
Object function ( ) { return data ; }
9,697
specify whether #tomessage object , session should marshal to a bytesmessage or a textmessage . the default is messagetype #bytes , i.e. this converter marshals to a bytesmessage . note that the default version of this converter supports messagetype #bytes and messagetype #text only . concode_field_sep String typeIdPro...
void function ( MessageType arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . targetType = arg0 ; }
9,698
returns a type modelling a set whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gene...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( Set . class , arg0 ) ; }
9,699
returns a summary of the dictionary entries . 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 concode_elem...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + entries . toString ( ) ; }