idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
18,000
int value of the door status concode_field_sep String deviceType concode_elem_sep String label concode_elem_sep int deviceId concode_elem_sep String deviceName concode_elem_sep int value concode_elem_sep GarageDoorStatus status concode_field_sep int getDeviceId concode_elem_sep GarageDoorStatus GetDoorStatus concode_el...
int function ( ) { return value ; }
18,001
sets the value of the transforms property . concode_field_sep TransformsType transforms concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep String getType concode_elem_sep void setURI concode_elem_sep void setType concode_elem_sep String getURI
void function ( TransformsType arg0 ) { this . transforms = arg0 ; }
18,002
gets the value corresponding to the given string . concode_field_sep Entry next concode_elem_sep int count concode_elem_sep int value concode_elem_sep Entry[] table concode_elem_sep int hash concode_elem_sep String key concode_field_sep void rehash concode_elem_sep void put
int function ( String arg0 ) { int loc0 = arg0 . hashCode ( ) & 0x7FFFFFFF ; int loc1 = loc0 % table . length ; for ( Entry loc2 = table [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( ( loc2 . loc0 == loc0 ) && loc2 . arg0 . equals ( arg0 ) ) { return loc2 . value ; } } return - 1 ; }
18,003
gets the value of the extension property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the extension property . for example , to add a new item , d...
List < ExtensionType > function ( ) { if ( extension == null ) { extension = new ArrayList < ExtensionType > ( ) ; } return this . extension ; }
18,004
find if a memory address is in cache concode_field_sep int memoryAddress concode_elem_sep int cacheSize concode_elem_sep String data concode_elem_sep Cache instance concode_elem_sep int MEMORY_SIZE concode_elem_sep ArrayList<CacheSlot> cacheSlots concode_elem_sep int addCounter concode_field_sep int getMemoryAddress co...
Integer function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < cacheSize ; loc0 ++ ) { if ( cacheSlots . get ( loc0 ) != null && cacheSlots . get ( loc0 ) . getMemoryAddress ( ) == arg0 ) { return loc0 ; } } return null ; }
18,005
get the reaction torque on body2 in nm . concode_field_sep JointEdge jointEdgeB concode_elem_sep JointEdge jointEdgeA concode_elem_sep World world concode_elem_sep org.jbox2d.dynamics.joints.Joint joint concode_elem_sep Object userData concode_elem_sep Vector2 reactionForce concode_elem_sep Vec2 tmp concode_elem_sep Ve...
float function ( float arg0 ) { return joint . getReactionTorque ( arg0 ) ; }
18,006
create an instance of vertex concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Errors ...
Vertex function ( ) { return new Vertex ( ) ; }
18,007
remove a listener . concode_field_sep RunNotifier notifier concode_field_sep String getVersion concode_elem_sep void main concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result runMain concode_elem_sep Result ru...
void function ( RunListener arg0 ) { notifier . removeListener ( arg0 ) ; }
18,008
deletes the class name with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ClassNameLocalService _classNameLocalService concode_field_sep long getClassNameId concode_elem_sep long getClassNameId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_ele...
com . liferay . portal . model . ClassName function ( long arg0 ) { return _classNameLocalService . deleteClassName ( arg0 ) ; }
18,009
gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId
String function ( ) { return value ; }
18,010
factory method to create the new administration connection context object . note this method is here rather than inside a default broker implementation to ensure that the broker reference inside it is the outer most interceptor concode_field_sep PlaceHolder placeHolder concode_field_sep ConnectionContext getConnectionC...
ConnectionContext function ( Broker arg0 ) { ConnectionContext loc0 = new ConnectionContext ( ) ; loc0 . setBroker ( arg0 ) ; loc0 . setSecurityContext ( SecurityContext . BROKER_SECURITY_CONTEXT ) ; return loc0 ; }
18,011
declare a variable and add it to the environment . concode_field_sep ValidationEnvironment parent concode_elem_sep Set<String> variables concode_elem_sep Stack<Set<String>> futureReadOnlyVariables concode_elem_sep Map<String,Location> variableLocations concode_elem_sep int loopCount concode_elem_sep Set<String> readOnl...
void function ( String arg0 , Location arg1 ) { checkReadonly ( arg0 , arg1 ) ; if ( parent == null ) { readOnlyVariables . add ( arg0 ) ; if ( ! futureReadOnlyVariables . isEmpty ( ) ) { futureReadOnlyVariables . peek ( ) . add ( arg0 ) ; } } variables . add ( arg0 ) ; variableLocations . put ( arg0 , arg1 ) ; }
18,012
returns the id of the project associated with this node . this method can be called on any project node within the project hierarchy . concode_field_sep long serialVersionUID concode_elem_sep ProjectNode parent concode_elem_sep List<ProjectNode> children concode_elem_sep String name concode_elem_sep String fileId conco...
long function ( ) { return getProjectRoot ( ) . getProjectId ( ) ; }
18,013
this method sets the value for the ` settingsid ' column concode_field_sep String FK_SSCFGID concode_elem_sep long iFk_sscfgid concode_elem_sep Object[] iKeys concode_elem_sep String FK_DBCFGID concode_elem_sep String FK_DNCFGID concode_elem_sep long iFk_dbcfgid concode_elem_sep long iFk_dncfgid concode_elem_sep long i...
void function ( long arg0 ) { this . iSettingsid = arg0 ; this . iUpdated = true ; }
18,014
returns the number formatter . concode_field_sep NumberFormat numberFormat concode_elem_sep String labelTemplate concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getLabelTemplate concode_elem_sep String generateLabel
NumberFormat function ( ) { return this . numberFormat ; }
18,015
returns the scope in which this symbol is entered concode_field_sep int declType concode_elem_sep Node node concode_elem_sep String name concode_elem_sep Scope containingTable concode_elem_sep int index concode_field_sep void setName concode_elem_sep void setDeclType concode_elem_sep String getName concode_elem_sep int...
Scope function ( ) { return containingTable ; }
18,016
sets the value of the centerx property . concode_field_sep int sizeX concode_elem_sep Integer numModes concode_elem_sep float centerY concode_elem_sep float centerZ concode_elem_sep Integer seed concode_elem_sep float centerX concode_elem_sep Integer exhaustiveness concode_elem_sep Integer energyRange concode_elem_sep ...
void function ( float arg0 ) { this . centerX = arg0 ; }
18,017
get the source tree from the a base url and a url string . concode_field_sep URIResolver m_uriResolver concode_elem_sep Vector m_sourceTree concode_field_sep int parseToNode concode_elem_sep void putDocumentInCache concode_elem_sep void removeDocumentFromCache concode_elem_sep Source resolveURI concode_elem_sep void re...
int function ( String arg0 , String arg1 , SourceLocator arg2 , XPathContext arg3 ) { try { Source loc0 = this . resolveURI ( arg0 , arg1 , arg2 ) ; return getSourceTree ( loc0 , arg2 , arg3 ) ; } catch ( IOException loc0 ) { throw new TransformerException ( loc0 . getMessage ( ) , arg2 , loc0 ) ; } }
18,018
sets the size threshold in bytes after which files will be written to disk . concode_field_sep long maxRequestSize concode_elem_sep int fileSizeThreshold concode_elem_sep String location concode_elem_sep long maxFileSize concode_field_sep void setMaxRequestSize concode_elem_sep void setMaxRequestSize concode_elem_sep v...
void function ( int arg0 ) { this . fileSizeThreshold = arg0 ; }
18,019
sets whether the effect should render new frames automatically which it does by default . if true , you can render frames manually by calling the render instance method of an effect . this is used by effect.parallel . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concod...
void function ( boolean arg0 ) { this . sync = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
18,020
returns true if signature is valid for data , using the signing key . keyczar throws exceptions for many cases of malformed signatures , but this instead returns false . concode_field_sep Logger logger concode_elem_sep Signer signingKey concode_elem_sep String SIGNING_RELATIVE_PATH concode_field_sep SecretsBundle gener...
boolean function ( String arg0 , String arg1 ) { if ( arg1 . length ( ) == 0 ) { return false ; } try { return signingKey . verify ( arg0 , arg1 ) ; } catch ( KeyczarException loc0 ) { return false ; } }
18,021
sets prefix . concode_field_sep String propertyName concode_elem_sep String prefix concode_elem_sep String namespace concode_elem_sep String schemaUrl concode_field_sep String getPrefix concode_elem_sep void setPropertyName concode_elem_sep String getNamespace concode_elem_sep String getSchemaUrl concode_elem_sep Metad...
void function ( final String arg0 ) { this . prefix = arg0 ; }
18,022
auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeReservedInstancesResponseType localDescribeReservedInstancesResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_se...
com . amazon . ec2 . DescribeReservedInstancesResponseType function ( ) { return localDescribeReservedInstancesResponse ; }
18,023
find the ior for the arjunafactory whose factorycontactitem was saved with this uid . it is possible this uid was created after the last scan , so if it is n't in the hashtable , look for real directly . concode_field_sep Hashtable _itemFromUid concode_elem_sep StatusChecker _checker concode_field_sep Status get_status...
FactoryContactItem function ( Uid arg0 ) { FactoryContactItem loc0 = null ; loc0 = getKnownItem ( arg0 ) ; if ( loc0 == null ) { loc0 = getNewItem ( arg0 ) ; if ( loc0 == null ) { jtsLogger . i18NLogger . warn_recovery_contact_StatusChecker_14 ( arg0 ) ; } } return loc0 ; }
18,024
sets the value of the channel property . concode_field_sep String channel concode_elem_sep String authorizationType concode_elem_sep long serialVersionUID concode_elem_sep TermsAndConditions termsAndConditions concode_field_sep String getAuthorizationType concode_elem_sep void setAuthorizationType concode_elem_sep void...
void function ( String arg0 ) { this . channel = arg0 ; }
18,025
compose error message by inserting the strings in the add parameters in placeholders within the error message . the message string contains $ $ markers for each context variable . context variables are supplied in the add parameters . concode_field_sep int bundleHandle concode_elem_sep String MESSAGE_TAG concode_elem_s...
HsqlException function ( Throwable arg0 , int arg1 , int arg2 , final Object [ ] arg3 ) { String loc0 = getMessage ( arg1 , arg2 , arg3 ) ; int loc1 = arg2 < ERROR_CODE_BASE ? arg1 : arg2 ; return new HsqlException ( arg0 , loc0 . substring ( SQL_STATE_DIGITS + 1 ) , loc0 . substring ( 0 , SQL_STATE_DIGITS ) , - loc1 )...
18,026
return long version . . concode_field_sep String BUILD_SCREVISION concode_elem_sep String MAJOR_VERSION concode_elem_sep String BUILD_REVISION concode_elem_sep Properties versionProps concode_elem_sep String VERSION_PROP_FILE concode_elem_sep String BUILD_MINOR concode_elem_sep VersionInfo _instance concode_field_sep S...
String function ( ) { String loc0 = getVersion ( ) + "srini_string" + getScRevision ( ) ; return loc0 ; }
18,027
retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap sqlLookup concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_field_sep Statement compile concode_elem_sep void res...
long function ( ) { next_cs_id ++ ; return next_cs_id ; }
18,028
set the value of the leaficon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep...
void function ( String arg0 ) { this . leafIcon = arg0 ; }
18,029
updates the o auth consumer in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep OAuthConsumerLocalService _oAuthConsumerLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep co...
com . liferay . opensocial . model . OAuthConsumer function ( com . liferay . opensocial . model . OAuthConsumer arg0 ) { return _oAuthConsumerLocalService . updateOAuthConsumer ( arg0 ) ; }
18,030
return the currently set validation mode i.e. whether contents that are managed by this content manager should be validated during message content filling/extraction . default value is true concode_field_sep Map languages concode_elem_sep Map ontologies concode_elem_sep boolean validationMode concode_field_sep void enc...
boolean function ( ) { return validationMode ; }
18,031
test the setter and getter for configuri . concode_field_sep Log mockMavenLog concode_elem_sep Properties systemProperties concode_elem_sep BrokerService mockBrokerService concode_elem_sep StartBrokerMojo startBrokerMojoRaw concode_elem_sep Exception testException concode_elem_sep MavenProject mockMavenProject concode_...
void function ( ) { assertNull ( this . startBrokerMojoRaw . getConfigUri ( ) ) ; this . startBrokerMojoRaw . setConfigUri ( "srini_string" ) ; assertEquals ( "srini_string" , this . startBrokerMojoRaw . getConfigUri ( ) ) ; }
18,032
get the value of a property concode_field_sep String PROPERTY_OBJECT concode_elem_sep Config properties concode_elem_sep String receiver concode_elem_sep long serialVersionUID concode_elem_sep String PROPERTY_OBJECT_ADDRESS concode_elem_sep boolean editable concode_elem_sep String PROPERTY_OBJECT_PROTOCOL concode_elem_...
String function ( String arg0 ) { return properties . getProperty ( arg0 ) ; }
18,033
visit a service used by the current module . the name must be the name of an interface or an abstract class . concode_field_sep ModuleVisitor mv concode_elem_sep int api concode_field_sep void visitProvide concode_elem_sep void visitEnd concode_elem_sep void visitRequire concode_elem_sep void visitExport
void function ( String arg0 ) { if ( mv != null ) { mv . visitUse ( arg0 ) ; } }
18,034
for testing megamorphic fallbacks . do not use . concode_field_sep String PICKY concode_elem_sep boolean regexesEnabled concode_elem_sep String MAX_LOOP_COUNTER concode_elem_sep String INITIAL_CALL_SITE_DEPTH concode_elem_sep boolean picky concode_elem_sep Setting<Boolean> REGEX_ENABLED concode_elem_sep int initialCall...
void function ( int arg0 ) { this . initialCallSiteDepth = arg0 ; }
18,035
reevaluates what should be the current translation table based on the new configuration . concode_field_sep String mPrefBrailleTypeSixDotValue concode_elem_sep String mPrefBrailleTypeDefault concode_elem_sep Map<Locale,List<TableInfo>> mLocalesToTables concode_elem_sep BrailleTranslator mUncontractedTranslator concode_...
void function ( Configuration arg0 ) { if ( ! mClientInitialized || arg0 . locale . equals ( mLocale ) ) { return ; } mLocale = arg0 . locale ; mTables = mTranslatorClient . getTables ( ) ; updateLocalesToTables ( ) ; updateTranslators ( ) ; }
18,036
sets the last name for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep String clear concode_elem_sep S...
void function ( String arg0 ) { this . lastName = arg0 ; }
18,037
returns a reader that reads in the given url . concode_field_sep BufferedReader in concode_elem_sep boolean keepOriginalText concode_elem_sep TokenizerFactory<? extends HasWord> tokenizerFactory concode_field_sep BasicDocument<L> parseDocumentText concode_elem_sep BufferedReader getBufferedReader concode_elem_sep void ...
Reader function ( URL arg0 ) { return ( getReader ( arg0 . openStream ( ) ) ) ; }
18,038
read an array from the byte stream . concode_field_sep int streamPosition concode_elem_sep byte[] bytes concode_elem_sep int bytesLength concode_field_sep boolean isBundle concode_elem_sep int lengthOfCurrentString concode_elem_sep OSCMessage convertMessage concode_elem_sep String readString concode_elem_sep char[] rea...
Object [ ] function ( char [ ] arg0 , int arg1 ) { int loc0 = 0 ; while ( arg0 [ arg1 + loc0 ] != ']' ) loc0 ++ ; Object [ ] loc1 = new Object [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = readArgument ( arg0 [ arg1 + loc2 ] ) ; } return loc1 ; }
18,039
set the http code to use in the redirect response . concode_field_sep String httpRedirectCode concode_elem_sep String hostName concode_elem_sep String protocol concode_elem_sep String replaceKeyWith concode_elem_sep String replaceKeyPrefixWith concode_field_sep void setReplaceKeyPrefixWith concode_elem_sep String getpr...
void function ( String arg0 ) { this . httpRedirectCode = arg0 ; }
18,040
gets the value of the href property . concode_field_sep Integer count concode_elem_sep List<Mute> mute concode_elem_sep String prevHref concode_elem_sep String href concode_elem_sep String nextHref concode_field_sep void setNextHref concode_elem_sep void setHref concode_elem_sep void setPrevHref concode_elem_sep String...
String function ( ) { return href ; }
18,041
return the rating deviation of the player scaled down to the scale used by the algorithm 's internal workings . concode_field_sep double workingVolatility concode_elem_sep double workingRatingDeviation concode_elem_sep double rating concode_elem_sep double workingRating concode_elem_sep double volatility concode_elem_s...
double function ( ) { return RatingCalculator . convertRatingDeviationToGlicko2Scale ( ratingDeviation ) ; }
18,042
returns the resource block permission id of this resource block permission . concode_field_sep ResourceBlockPermission _resourceBlockPermission concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep long getRoleId concode_elem_se...
long function ( ) { return _resourceBlockPermission . getResourceBlockPermissionId ( ) ; }
18,043
add the entire contents of the byte array input 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_sep boolean isDigest256 concode_elem_sep String TOR...
void function ( byte [ ] arg0 ) { digestInstance . update ( arg0 ) ; }
18,044
performs the enhancement . concode_field_sep CtClass managedEntityCtClass concode_elem_sep CoreMessageLogger log concode_elem_sep CtClass entityEntryCtClass concode_elem_sep CtClass attributeInterceptorCtClass concode_elem_sep CtClass attributeInterceptableCtClass concode_elem_sep EnhancementContext enhancementContext ...
byte [ ] function ( String arg0 , byte [ ] arg1 ) { try { final CtClass loc0 = classPool . makeClassIfNew ( new ByteArrayInputStream ( arg1 ) ) ; enhance ( loc0 ) ; return getByteCode ( loc0 ) ; } catch ( IOException loc0 ) { log . unableToBuildEnhancementMetamodel ( arg0 ) ; return arg1 ; } }
18,045
set the dismiss listener to be called when the dialog is ended . there , use getwhichevents to see how the dialog was dismissed ; if it returns -1 , the dialog was canceled out . if it is not -1 , it 's the index of which events the user wants to respond to . concode_field_sep Activity mParent concode_elem_sep int mWhi...
void function ( OnDismissListener arg0 ) { mDismissListener = arg0 ; }
18,046
return the best available mutex for the given session : that is , an object to synchronize on for the given session . returns the session mutex attribute if available ; usually , this means that the httpsessionmutexlistener needs to be defined in web.xml . falls back to the session reference itself if no mutex attribut...
Object function ( FacesContext arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; ExternalContext loc0 = arg0 . getExternalContext ( ) ; Object loc1 = loc0 . getSessionMap ( ) . get ( WebUtils . SESSION_MUTEX_ATTRIBUTE ) ; if ( loc1 == null ) { loc1 = loc0 . getSession ( true ) ; } return loc1 ; }
18,047
indexing from list of string source concode_field_sep List<String> ListOfCommonWords concode_elem_sep List<IndexKata> ListKata concode_field_sep Boolean isKataAda concode_elem_sep void addIndexKata concode_elem_sep void PrintIndex concode_elem_sep boolean isACommonWord concode_elem_sep void StringIndexing concode_elem_...
void function ( List < String > arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { String loc1 = arg0 . get ( loc0 ) ; StringIndexing ( loc1 ) ; } }
18,048
gets the modules that this command belongs to , to determine whether it is loaded or not . this command should be loaded if one of the modules is selected for loading . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<List<String>,CommandCallable> getChildrenList concode_elem_sep String[] getAliases conc...
String [ ] function ( ) { return new String [ 0 ] ; }
18,049
sets the value of the accountgroupcode property . concode_field_sep String companyCode concode_elem_sep short sequence concode_elem_sep TypeComDoc documentType concode_elem_sep BigDecimal limit concode_elem_sep String accountGroupCode concode_elem_sep String currencyCode concode_elem_sep String tolerance concode_field_...
void function ( String arg0 ) { this . accountGroupCode = arg0 ; }
18,050
returns the value of the node as a string , or null if the node is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep ModuleIdentifier asModuleIdentifier concode_elem_sep ModuleIdentifier asModuleIdentifier concode_elem_sep E asEnum concode_elem_sep E asEnum concode_elem_sep float asFloat concode_e...
String function ( ModelNode arg0 ) { return asString ( arg0 , null ) ; }
18,051
paymana . concode_field_sep int xcounter concode_elem_sep HashMap<String,Integer> sunburstMap concode_elem_sep ArrayList<Object> manaPart concode_field_sep int getSunburst concode_elem_sep boolean containsPhyrexianMana concode_elem_sep void increaseColorlessMana concode_elem_sep int getXcounter concode_elem_sep double ...
boolean function ( String arg0 ) { arg0 = Input_PayManaCostUtil . getShortColorString ( arg0 ) ; return addMana ( arg0 ) ; }
18,052
writes fields to provided writer . concode_field_sep int RANGE_STATUS_MOVING concode_elem_sep long startOff concode_elem_sep int RANGE_STATUS_MOVED concode_elem_sep long endOff concode_elem_sep int status concode_elem_sep long serialVersionUID concode_elem_sep IgniteUuid affKey concode_elem_sep boolean done concode_ele...
void function ( BinaryRawWriter arg0 ) { BinaryUtils . writeIgniteUuid ( arg0 , affKey ) ; arg0 . writeInt ( status ) ; arg0 . writeLong ( startOff ) ; arg0 . writeLong ( endOff ) ; }
18,053
return the encoding to use for reading from the resource , or null if none specified . concode_field_sep Charset charset concode_elem_sep Resource resource concode_elem_sep String encoding concode_field_sep Resource getResource concode_elem_sep Reader getReader concode_elem_sep int hashCode concode_elem_sep boolean equ...
String function ( ) { return this . encoding ; }
18,054
indicates that at least this or one of the child instances of abstracttext is 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 isHighlighted conc...
boolean function ( ) { return hasSelected ; }
18,055
get the intent for selecting content to be used in an intent chooser . concode_field_sep String MIME_TYPE_VIDEO concode_elem_sep String MIME_TYPE_IMAGE concode_elem_sep String MIME_TYPE_APP concode_elem_sep String TAG concode_elem_sep boolean DEBUG concode_elem_sep Comparator<File> mComparator concode_elem_sep String M...
Intent function ( ) { final Intent loc0 = new Intent ( Intent . ACTION_GET_CONTENT ) ; loc0 . setType ( "srini_string" ) ; loc0 . addCategory ( Intent . CATEGORY_OPENABLE ) ; return loc0 ; }
18,056
prints a 1d array of booleans to standard output . concode_field_sep PlaceHolder placeHolder concode_field_sep int[][] readInt2D concode_elem_sep int[] readInt1D concode_elem_sep void main concode_elem_sep double[] readDouble1D concode_elem_sep double[][] readDouble2D concode_elem_sep boolean[][] readBoolean2D concode_...
void function ( boolean [ ] arg0 ) { int loc0 = arg0 . length ; StdOut . println ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 [ loc1 ] ) StdOut . print ( "srini_string" ) ; else StdOut . print ( "srini_string" ) ; } StdOut . println ( ) ; }
18,057
this static function returns the one instance of the class . concode_field_sep SimplexComparator simplexComparator concode_elem_sep SimplexPairComparator instance concode_field_sep int compare
SimplexPairComparator function ( ) { return instance ; }
18,058
gets the value of the storepostalcode property . concode_field_sep String storeStateCode concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String storeId concode_elem_sep String storePostalCodeExtension concode_elem_sep String storePostalCode concode_field_sep void setDealerCode...
String function ( ) { return storePostalCode ; }
18,059
returns if it is a two level procedure concode_field_sep String name concode_elem_sep String codeName concode_elem_sep String end concode_elem_sep Parameter[] parameters concode_elem_sep boolean twoLevel concode_field_sep void setName concode_elem_sep void setParameters concode_elem_sep String getProcedureName concode_...
boolean function ( ) { return twoLevel ; }
18,060
return type metadata object concode_field_sep java.lang.String bookmark concode_elem_sep org.eclipse.birt.report.soapengine.api.ReportId[] initializationId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_s...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
18,061
the id of the spot instance request . returns a reference to this object so that method calls can be chained together . concode_field_sep String instanceId concode_elem_sep String spotInstanceRequestId concode_elem_sep String instanceType concode_field_sep String getSpotInstanceRequestId concode_elem_sep String getInst...
ActiveInstance function ( String arg0 ) { this . spotInstanceRequestId = arg0 ; return this ; }
18,062
performs a dynamic query on the database and returns the matching rows . concode_field_sep WebsiteLocalService _websiteLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.model.Website getWebsite concode_elem_sep void setWrappedService concode_elem_sep com.lifera...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _websiteLocalService . arg0 ( arg0 ) ; }
18,063
fbstatus can react to correct status . concode_field_sep PlaceHolder placeHolder concode_field_sep void reactsToCondition concode_elem_sep void ignoresDifferentStatus concode_elem_sep void sendsCorrectDefaultResponse
void function ( ) { final int loc0 = HttpURLConnection . HTTP_NOT_FOUND ; final RqFallback loc1 = new RqFallback . Fake ( loc0 ) ; MatcherAssert . assertThat ( new RsPrint ( new FbStatus ( loc0 , new TkFixed ( new RsText ( "srini_string" ) ) ) . route ( loc1 ) . get ( ) ) . printBody ( ) , Matchers . startsWith ( "srin...
18,064
returns the stream url of the radio station . concode_field_sep String streamUrl concode_elem_sep String homepageUrl concode_elem_sep boolean isEnabled concode_elem_sep String name concode_elem_sep Integer id concode_elem_sep Date changed concode_field_sep void setName concode_elem_sep String getHomepageUrl concode_ele...
String function ( ) { return streamUrl ; }
18,065
gets the specified parameter . concode_field_sep String name concode_elem_sep String code concode_elem_sep HashMap parameters concode_elem_sep String codebase concode_elem_sep URL documentbase concode_elem_sep Dimension screenSize concode_elem_sep ArrayList archives concode_field_sep String getCodeBase concode_elem_sep...
String function ( String arg0 ) { return ( String ) parameters . get ( arg0 . toLowerCase ( ) ) ; }
18,066
gets a list representation of the store . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem...
ArrayList function ( ) { return ( Collections . list ( storeTable . elements ( ) ) ) ; }
18,067
returns an aggregatorfactory that can be used to merge the output of aggregators from this factory and other factory . this method is relevant only for aggregatorfactory which can be used at ingestion time . concode_field_sep Logger log concode_field_sep List<AggregatorFactory> getRequiredColumns concode_elem_sep Aggre...
AggregatorFactory function ( AggregatorFactory arg0 ) { throw new UnsupportedOperationException ( String . format ( "srini_string" , this . getClass ( ) . getName ( ) ) ) ; }
18,068
write the stored value to the given cdr stream . concode_field_sep InvalidAddress value concode_field_sep void _read concode_elem_sep TypeCode _type
void function ( OutputStream arg0 ) { InvalidAddressHelper . write ( arg0 , value ) ; }
18,069
returns whether ` processnext ` should stop processing next row from ` input ` or not . if it returns true , the caller should exit the loop return from processnext . concode_field_sep UnsafeRow unsafeRow concode_elem_sep long startTimeNs concode_elem_sep int partitionIndex concode_elem_sep LinkedList<InternalRow> curr...
boolean function ( ) { return ! currentRows . isEmpty ( ) ; }
18,070
return the serial number associated with the issuer attached to this holder . concode_field_sep Holder holder concode_field_sep Principal[] getIssuer concode_elem_sep boolean match concode_elem_sep boolean match concode_elem_sep int getDigestedObjectType concode_elem_sep Object[] getNames concode_elem_sep Principal[] g...
BigInteger function ( ) { if ( holder . getBaseCertificateID ( ) != null ) { return holder . getBaseCertificateID ( ) . getSerial ( ) . getValue ( ) ; } return null ; }
18,071
sets the biddingschemetype value for this biddingscheme . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String biddingSchemeType concode_field_sep org.apache.axis.description.TypeDesc getT...
void function ( java . lang . String arg0 ) { this . biddingSchemeType = arg0 ; }
18,072
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
18,073
an array of instance objects that describe the instances . concode_field_sep com.amazonaws.internal.SdkInternalList<Instance> instances concode_field_sep java.util.List<Instance> getInstances concode_elem_sep void setInstances concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeInstan...
DescribeInstancesResult function ( java . util . Collection < Instance > arg0 ) { setInstances ( arg0 ) ; return this ; }
18,074
creates a vector to represent the direction of the ray . concode_field_sep float dx concode_elem_sep float dy concode_elem_sep float tMax concode_elem_sep float dz concode_elem_sep float EPSILON concode_elem_sep float ox concode_elem_sep float oy concode_elem_sep float oz concode_elem_sep float tMin concode_field_sep v...
Vector3 function ( ) { return new Vector3 ( dx , dy , dz ) ; }
18,075
gets the value of the getprofilecmpmethodname property . concode_field_sep ProfileSpecAliasRef profileSpecAliasRef concode_elem_sep Description description concode_elem_sep String id concode_elem_sep GetProfileCmpMethodName getProfileCmpMethodName concode_field_sep ProfileSpecAliasRef getProfileSpecAliasRef concode_ele...
GetProfileCmpMethodName function ( ) { return getProfileCmpMethodName ; }
18,076
tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent...
boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; }
18,077
gets the value of the representative property . concode_field_sep String dateOfAgreement concode_elem_sep String primaryPhone concode_elem_sep String affiliateName concode_elem_sep String accountType concode_elem_sep String storePhone concode_elem_sep String companyName concode_elem_sep String storeName concode_elem_se...
String function ( ) { return representative ; }
18,078
convenience method for asserting that this session has not been @linkplain #invalidate invalidated . concode_field_sep long lastAccessedTime concode_elem_sep boolean invalid concode_elem_sep int nextId concode_elem_sep int maxInactiveInterval concode_elem_sep Map<String,Object> attributes concode_elem_sep boolean isNew...
void function ( ) { Assert . state ( ! isInvalid ( ) , "srini_string" ) ; }
18,079
returns the function used combine results returned by seqop from different partitions . concode_field_sep PlaceHolder placeHolder concode_field_sep long poissonSeed concode_elem_sep org.apache.spark.util.random.XORShiftRandom uniform concode_elem_sep int nextPoisson concode_elem_sep scala.Function2<java.lang.Object,sca...
scala . Function2 < scala . collection . mutable . Map < K , org . apache . spark . util . random . AcceptanceResult > , scala . collection . mutable . Map < K , org . apache . spark . util . random . AcceptanceResult > , scala . collection . mutable . Map < K , org . apache . spark . util . random . AcceptanceResult >...
18,080
create a sky with radius = 10 using the given cubemap or spheremap texture . for the sky to be visible , its radius must fall between the near and far planes of the camera 's frustrum . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkImage concode_elem_sep void checkImagesForCubeMap
Spatial function ( AssetManager arg0 , Texture arg1 , Vector3f arg2 , boolean arg3 ) { return createSky ( arg0 , arg1 , arg2 , arg3 , 10 ) ; }
18,081
create the mainmethodrunner used to launch the application . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMainClass concode_elem_sep List<Archive> getClassPathArchives concode_elem_sep Archive createArchive concode_elem_sep ClassLoader createClassLoader concode_elem_sep ClassLoader createClassL...
MainMethodRunner function ( String arg0 , String [ ] arg1 , ClassLoader arg2 ) { return new MainMethodRunner ( arg0 , arg1 ) ; }
18,082
called for every new file found in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirectoryDeleted concode_elem_sep void onFileCha...
void function ( Path arg0 ) { }
18,083
set the state 's final weight concode_field_sep int id concode_elem_sep float fnlWeight concode_elem_sep int initialNumArcs concode_elem_sep ArrayList<Arc> arcs concode_field_sep int getNumArcs concode_elem_sep void setArc concode_elem_sep void setArcs concode_elem_sep void addArc concode_elem_sep Arc getArc concode_el...
void function ( float arg0 ) { this . fnlWeight = arg0 ; }
18,084
destroy this tileentity . concode_field_sep String saveId concode_elem_sep GlowBlock block concode_field_sep Block getBlock concode_elem_sep void saveNbt concode_elem_sep GlowBlockState getState concode_elem_sep void updateInRange concode_elem_sep void update concode_elem_sep void loadNbt concode_elem_sep void setSaveI...
void function ( ) { }
18,085
sets the value of the status property . concode_field_sep Boolean unlimitedEndDateTime concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep BaseAdRuleSlot preroll concode_elem_sep Integer maxImpressionsPerLineItemPerStream concode_elem_sep Integer priority concode_elem_sep DateTime endDateTime concode_...
void function ( AdRuleStatus arg0 ) { this . status = arg0 ; }
18,086
gets the remote peer of the last received/sent message . concode_field_sep NameAddress remote_user concode_elem_sep MessageAgent ma concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onMaReceivedMessage concode_elem_sep void unregister concode_elem_sep void unregisterall concode_elem_sep ...
String function ( ) { return remote_user . toString ( ) ; }
18,087
gets the value of the name property . concode_field_sep Layout layout concode_elem_sep String path concode_elem_sep String flavour concode_elem_sep String name concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep Widgetinfo widgetinfo concode_elem_sep String activeScope concode_elem_...
String function ( ) { return name ; }
18,088
create an instance of jaxbelement concode_field_sep QName _CreditInfoTypePin_QNAME concode_elem_sep QName _CreditInfoTypeSsn_QNAME concode_elem_sep QName _CreditInfoTypeNameTitle_QNAME concode_elem_sep QName _AddressTypeSecondaryLine_QNAME concode_elem_sep QName _CreditInfoTypeEmployerName_QNAME concode_elem_sep QName ...
JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _AddressTypeAddressType_QNAME , String . class , AddressType . class , arg0 ) ; }
18,089
get the default transport protocol class for the mail session the server will provide . concode_field_sep String MAIL_HOST concode_elem_sep String PROP_NAME_PREFIX_LEGACY concode_elem_sep String MAIL_STORE_PROTOCOL concode_elem_sep String MAIL_DEBUG concode_elem_sep String MAIL_SUFFIX_HOST concode_elem_sep Logger _logg...
String function ( ) { return this . transportProtocolClass ; }
18,090
gets the value of the endtime property . concode_field_sep DayOfWeek dayOfWeek concode_elem_sep TimeOfDay startTime concode_elem_sep TimeOfDay endTime concode_field_sep void setDayOfWeek concode_elem_sep DayOfWeek getDayOfWeek concode_elem_sep void setEndTime concode_elem_sep TimeOfDay getStartTime concode_elem_sep voi...
TimeOfDay function ( ) { return endTime ; }
18,091
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
18,092
sets new snapshot stage concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSi...
void function ( Stage arg0 ) { this . stage = arg0 ; }
18,093
sets the `` to '' pattern . required . concode_field_sep int regexpOptions concode_elem_sep boolean handleDirSep concode_elem_sep char[] to concode_elem_sep StringBuffer result concode_elem_sep int DECIMAL concode_elem_sep RegexpMatcher reg concode_field_sep void setCaseSensitive concode_elem_sep void setFrom concode_e...
void function ( String arg0 ) { if ( arg0 != null ) { this . to = arg0 . toCharArray ( ) ; } else { throw new BuildException ( "srini_string" ) ; } }
18,094
checks whether the given menucomponent is visible vertically assuming the horizontal size ofthe menuoverlay is infinite concode_field_sep MenuComponent[][] comps concode_elem_sep int clearRGB concode_elem_sep int offY concode_elem_sep int y concode_elem_sep boolean renderGameUnder concode_elem_sep InputHandler input co...
boolean function ( MenuComponent arg0 ) { boolean loc0 = arg0 . y - this . offY + 16 >= this . y1 ; boolean loc1 = arg0 . y - this . offY <= this . y2 ; return loc0 && loc1 ; }
18,095
ensures this big array is at least the specified length . if the array is smaller , segments are added until the array is larger then the specified length . concode_field_sep long sizeOfSlices concode_elem_sep ObjectBigArray<Slice> array concode_field_sep void set concode_elem_sep long sizeOf concode_elem_sep Slice get
void function ( long arg0 ) { array . ensureCapacity ( arg0 ) ; }
18,096
it 's ok to format this comment . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep void doSomething concode_elem_sep void evenMore
void function ( String arg0 ) { if ( true ) System . out . println ( "srini_string" ) ; }
18,097
gets the block info of a block , if it exists . concode_field_sep Logger LOG concode_elem_sep FileSystemContext mContext concode_elem_sep String mLocalHostName concode_elem_sep Random mRandom concode_field_sep void promote concode_elem_sep BlockInStream getInStream concode_elem_sep List<BlockWorkerInfo> getWorkerInfoLi...
BlockInfo function ( long arg0 ) { try ( CloseableResource < BlockMasterClient > loc0 = mContext . acquireBlockMasterClientResource ( ) ) { return loc0 . get ( ) . getBlockInfo ( arg0 ) ; } catch ( AlluxioException loc1 ) { throw new IOException ( loc1 ) ; } }
18,098
removes one level of indentation from every line . concode_field_sep HashMap<Integer,String> indentationCaches concode_elem_sep DateFormat DATE_FORMAT concode_elem_sep String INDENT concode_elem_sep String ATTRIBUTE_REGEX concode_field_sep String getTime concode_elem_sep int endOfType concode_elem_sep String getID conc...
String [ ] function ( String [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] . length ( ) <= 4 ) { arg0 [ loc0 ] = "srini_string" ; } else { arg0 [ loc0 ] = arg0 [ loc0 ] . substring ( INDENT . length ( ) ) ; } } return arg0 ; }
18,099
three-way comparison . a word x is greater than a word y if x has a higher frequency . if they have the same frequency , they are sorted in lexicographic order . concode_field_sep ArrayList<WeightedString> mBigrams concode_elem_sep int mFrequency concode_elem_sep String mWord concode_field_sep boolean equals
int function ( Word arg0 ) { if ( mFrequency < arg0 . mFrequency ) return 1 ; if ( mFrequency > arg0 . mFrequency ) return - 1 ; return mWord . compareTo ( arg0 . mWord ) ; }