idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
14,000
sets the keyword . concode_field_sep ResultPublication resultPublication concode_elem_sep long serialVersionUID concode_elem_sep Translation translation concode_elem_sep Language language concode_elem_sep Long id concode_elem_sep String keyword concode_field_sep String getKeyword concode_elem_sep Language getLanguage c...
void function ( String arg0 ) { this . keyword = arg0 ; }
14,001
note : this method appends the values to the existing list if any . use #setitems java.util.collection or #withitems java.util.collection if you want to override theexisting values . concode_field_sep String position concode_elem_sep java.util.List<ClientCertificate> items concode_field_sep java.util.List<ClientCertifi...
GetClientCertificatesResult function ( ClientCertificate ... arg0 ) { if ( this . items == null ) { setItems ( new java . util . ArrayList < ClientCertificate > ( arg0 . length ) ) ; } for ( ClientCertificate loc0 : arg0 ) { this . items . add ( loc0 ) ; } return this ; }
14,002
replace all or one occurence of search with replace in original concode_field_sep PlaceHolder placeHolder concode_field_sep String getNextWord concode_elem_sep StringBuffer replaceOne concode_elem_sep String replaceOne concode_elem_sep String[] split concode_elem_sep String crc concode_elem_sep StringBuffer replace con...
String function ( String arg0 , String arg1 , String arg2 , boolean arg3 , boolean arg4 ) { if ( arg0 == null ) arg0 = "srini_string" ; return arg2 ( new StringBuffer ( arg0 ) , arg1 , arg2 , arg3 , arg4 ) . toString ( ) ; }
14,003
the visit method for relationid instances concode_field_sep Node value concode_elem_sep FunctionalDependency fd concode_field_sep Node getValue concode_elem_sep ValueVisitor $ concode_elem_sep void innerVisit concode_elem_sep ValueVisitor setValue concode_elem_sep FunctionalDependency getFD
void function ( RelationId arg0 ) { this . value = Node . createURI ( arg0 . getURI ( ) . toString ( ) ) ; }
14,004
convert a time parameter such as 50s , 100ms , or 250us to milliseconds for internal use . if no suffix is provided , the passed number is assumed to be in ms. concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Immutab...
long function ( String arg0 ) { return timeStringAs ( arg0 , TimeUnit . MILLISECONDS ) ; }
14,005
sets the value of the spotpricehistory property for this object . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.List<SpotPrice> spotPriceHistory concode_elem_sep String nextToken concode_field_sep java.util.List<SpotPrice> getSpotPriceHistory concode_elem_...
DescribeSpotPriceHistoryResult function ( SpotPrice ... arg0 ) { if ( getSpotPriceHistory ( ) == null ) setSpotPriceHistory ( new java . util . ArrayList < SpotPrice > ( arg0 . length ) ) ; for ( SpotPrice loc0 : arg0 ) { getSpotPriceHistory ( ) . add ( loc0 ) ; } return this ; }
14,006
check for problems in a reader which contains javascript source . concode_field_sep ScriptableObject scope concode_elem_sep Map<Option,Object> options concode_elem_sep ContextFactory contextFactory concode_field_sep Map<String,Integer> getDataMembers concode_elem_sep void addOption concode_elem_sep void addOption conco...
JSLintResult function ( String arg0 , Reader arg1 ) { return lint ( arg0 , Util . readerToString ( arg1 ) ) ; }
14,007
setincrementalbackupjobconfig . concode_field_sep Long incrementalJobPeriod concode_elem_sep BackupJobConfig fullBackupJobConfig concode_elem_sep String backupDir concode_elem_sep BackupJobConfig incrementalBackupJobConfig concode_elem_sep Integer incrementalRepetitionNumber concode_elem_sep Integer backupType concode_...
void function ( BackupJobConfig arg0 ) { this . incrementalBackupJobConfig = arg0 ; }
14,008
example of creating a new acl entry . concode_field_sep Bucket bucket concode_field_sep Blob createBlobFromByteArray concode_elem_sep boolean deleteAcl concode_elem_sep Blob createBlobFromByteArrayWithContentType concode_elem_sep Acl createDefaultAcl concode_elem_sep Bucket update concode_elem_sep List<Acl> listAcls co...
Acl function ( ) { Acl loc0 = bucket . createAcl ( Acl . of ( User . ofAllAuthenticatedUsers ( ) , Acl . Role . READER ) ) ; return loc0 ; }
14,009
the label of the type to be used for headers likely to be plural form concode_field_sep String id concode_elem_sep String label concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getId
String function ( ) { return label ; }
14,010
returns the number of browser trackers . concode_field_sep BrowserTrackerLocalService _browserTrackerLocalService concode_field_sep void setWrappedBrowserTrackerLocalService concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod...
int function ( ) { return _browserTrackerLocalService . getBrowserTrackersCount ( ) ; }
14,011
get the current model view matrix . has the side-effect of setting current matrix mode to gl_modelview concode_field_sep MatrixGrabber mGrabber concode_elem_sep boolean mMVPComputed concode_elem_sep float[] mMVP concode_elem_sep float[] mV concode_elem_sep int mX concode_elem_sep int mViewWidth concode_elem_sep int mY ...
void function ( GL10 arg0 ) { mGrabber . getCurrentModelView ( arg0 ) ; mMVPComputed = false ; }
14,012
returns the base64-encoded key . concode_field_sep Mac hmacSha256 concode_elem_sep SecretKey key256 concode_elem_sep SecretKey key512 concode_elem_sep Mac hmacSha512 concode_elem_sep byte[] key concode_field_sep byte[] getKey concode_elem_sep void initHmacSha512 concode_elem_sep String computeMacSha512 concode_elem_sep...
String function ( ) { return Base64 . encode ( this . key ) ; }
14,013
returns the position . concode_field_sep int line concode_elem_sep String nt concode_elem_sep int column concode_elem_sep int position concode_field_sep String getNT concode_elem_sep int getLine concode_elem_sep int getColumn concode_elem_sep String toString
int function ( ) { return position ; }
14,014
get nl-expression concode_field_sep boolean shaded concode_elem_sep List<CheckedHierarchy> subHierarchy concode_elem_sep String nlExpr concode_elem_sep String value concode_field_sep boolean isShaded concode_elem_sep String getValue concode_elem_sep CheckedHierarchy getSub concode_elem_sep int size concode_elem_sep voi...
String function ( ) { return nlExpr ; }
14,015
returns the class names of modules involved in creating this element . the first element index 0 is the class name of module that defined the element , and the last element is the class name of root module . concode_field_sep ElementSource originalElementSource concode_elem_sep ModuleSource moduleSource concode_elem_se...
List < String > function ( ) { return moduleSource . getModuleClassNames ( ) ; }
14,016
gets the constant value of the specified field of the current scan . concode_field_sep RecordComparator comp concode_elem_sep boolean hasmore2 concode_elem_sep boolean hasmore1 concode_elem_sep UpdateScan s2 concode_elem_sep UpdateScan currentscan concode_elem_sep List<RID> savedposition concode_elem_sep UpdateScan s1 ...
Constant function ( String arg0 ) { return currentscan . getVal ( arg0 ) ; }
14,017
checks to see if back navigation is possible . concode_field_sep Destination selectedDestination concode_elem_sep ExampleImpl selectedExample concode_elem_sep Destination DESTINATION_SPLASH concode_elem_sep Destination DESTINATION_MENU concode_elem_sep Stack<String> history concode_elem_sep String selectedPanel concode...
boolean function ( ) { return ! history . isEmpty ( ) ; }
14,018
actually release the beanfactoryreference for the given target bean . concode_field_sep Map<Object,BeanFactoryReference> beanFactoryReferences concode_field_sep void configureBeanPostProcessor concode_elem_sep void doAutowireBean concode_elem_sep void releaseBean concode_elem_sep String getBeanFactoryLocatorKey concode...
void function ( Object arg0 ) { BeanFactoryReference loc0 = this . beanFactoryReferences . remove ( arg0 ) ; if ( loc0 != null ) { loc0 . release ( ) ; } }
14,019
check whether added flavor in ice-cream concode_field_sep PosIceCream iceCream concode_elem_sep int flavorCount concode_field_sep PosIceCream getIceCream concode_elem_sep void createIceCreamOrder concode_elem_sep void addFlavor concode_elem_sep void addDecorator concode_elem_sep int getCost concode_elem_sep void releas...
boolean function ( ) { boolean loc0 = false ; if ( flavorCount < PosConstant . LIMIT_FLAVOR ) { loc0 = true ; } return loc0 ; }
14,020
returns the full path to the jboss-modules . jar . concode_field_sep List<String> modulesDirs concode_elem_sep String MODULES_JAR_NAME concode_elem_sep Path JAVA_HOME concode_elem_sep boolean WINDOWS concode_elem_sep String JAVA_EXE concode_elem_sep boolean addDefaultModuleDir concode_elem_sep Path wildflyHome concode_...
Path function ( ) { return resolvePath ( MODULES_JAR_NAME ) ; }
14,021
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . note also that unlike most collections ' i...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } for ( int loc0 = 0 ; loc0 < mSize ; loc0 ++ ) if ( mValues [ loc0 ] == arg0 ) return loc0 ; return - 1 ; }
14,022
return the aggregation buffer for the current group . for efficiency , all calls to this method return the same object . if additional memory could not be allocated , then this method will signal an error by returning null . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKe...
UnsafeRow function ( InternalRow arg0 ) { final UnsafeRow loc0 = this . groupingKeyProjection . apply ( arg0 ) ; return getAggregationBufferFromUnsafeRow ( loc0 ) ; }
14,023
lifecycle method to indicate end of aggregation cycle . concode_field_sep Log LOG concode_elem_sep List<String> appIdsToAggregate concode_elem_sep Map<TimelineClusterMetric,MetricClusterAggregate> aggregateClusterMetrics concode_elem_sep Map<String,Set<String>> hostedAppsMap concode_field_sep void init concode_elem_sep...
void function ( ) { LOG . debug ( "srini_string" ) ; aggregateClusterMetrics = null ; }
14,024
returns a float value at a particular index from a controller 's array value . no error checking available here , will throw arrayindexoutofboundsexception in case of unavailable index . concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_s...
float function ( int arg0 ) { return _myController . getArrayValue ( ) [ arg0 ] ; }
14,025
read a character from input concode_field_sep Path path concode_elem_sep FSDataInputStream in concode_elem_sep FileSystem fs concode_elem_sep FSDataOutputStream out concode_field_sep Path resolvePath concode_elem_sep FileSystem createFs concode_elem_sep FSDataOutputStream create concode_elem_sep FSDataOutputStream crea...
char function ( ) { return in . readChar ( ) ; }
14,026
gets the name of the contract instance . the name is only used to describe the contract instance in logging output and graphical representations . concode_field_sep int parallelism concode_elem_sep OperatorInformation<OUT> operatorInfo concode_elem_sep CompilerHints compilerHints concode_elem_sep String name concode_el...
String function ( ) { return this . name ; }
14,027
adds the roles to the user . the user is reindexed after the roles are added . concode_field_sep RoleService _roleService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_...
void function ( long arg0 , long [ ] arg1 ) { _roleService . addUserRoles ( arg0 , arg1 ) ; }
14,028
method that is invoked when data has been added , updated , or removed . this method is invoked by objects that provide support for datalistener s and should not be called manually . concode_field_sep String N concode_elem_sep String SUM_OF_DIFF_CUBICS concode_elem_sep String VARIANCE concode_elem_sep DataSource data c...
void function ( DataSource arg0 , DataChangeEvent ... arg1 ) { for ( DataChangeEvent loc0 : arg1 ) { invalidate ( loc0 . getCol ( ) , loc0 . getRow ( ) ) ; } }
14,029
getinstance purpose . completes the singleton pattern of this factory class . concode_field_sep Map namespaceTranslators concode_elem_sep Map namespaceTranslatorInstances concode_elem_sep NameSpaceTranslatorFactory instance concode_field_sep void registerNameSpaceTranslator concode_elem_sep void addNameSpaceTranslator ...
NameSpaceTranslatorFactory function ( ) { return instance ; }
14,030
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
14,031
the amazon resource name arn . concode_field_sep String name concode_elem_sep String arn concode_field_sep void setName concode_elem_sep ScheduledInstancesIamInstanceProfile withArn concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ScheduledInstancesIamInstan...
void function ( String arg0 ) { this . arn = arg0 ; }
14,032
check correct setup . concode_field_sep PlaceHolder placeHolder concode_field_sep void hotswapServiceTest concode_elem_sep void hotswapRepositoryTest concode_elem_sep void newBeanClassIsManagedBeanReRunTestOnlyAfterMvnClean concode_elem_sep void hotswapPrototypeTest concode_elem_sep void hotswapPrototypeTestNotFailWhen...
void function ( ) { assertEquals ( "srini_string" , getBean ( HelloService . class ) . hello ( ) ) ; assertEquals ( "srini_string" , getBean ( DependentHello . class ) . hello ( ) ) ; }
14,033
returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ...
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; }
14,034
removes the link from this instance through role `` houseno '' to the given instance , if the link exists . if there is no such link , nothing happens . if the given instance is null , nothing happens . concode_field_sep GUID typeId concode_elem_sep GUID roleCustomerId concode_elem_sep GUID roleStreetNameId concode_ele...
void function ( Long arg0 ) { if ( arg0 == null ) return ; store . removeLink ( this . id , roleHouseNoId , arg0 ) ; }
14,035
returns all the prefs for a user account . concode_field_sep PlaceHolder placeHolder concode_field_sep void setPrefs concode_elem_sep void setPrefs concode_elem_sep String getFilenameRoot concode_elem_sep boolean isOrgLevel concode_elem_sep void reset concode_elem_sep SharedPreferences getSharedPreferences concode_elem...
Map < String , String > function ( UserAccount arg0 ) { final SharedPreferences loc0 = getSharedPreferences ( arg0 ) ; return ( Map < String , String > ) loc0 . getAll ( ) ; }
14,036
retrieve the name of the fetch profile . concode_field_sep String name concode_elem_sep String association concode_elem_sep String style concode_elem_sep Set<Fetch> fetches concode_elem_sep String entity concode_field_sep Set<Fetch> getFetches concode_elem_sep String getStyle concode_elem_sep String getAssociation conc...
String function ( ) { return name ; }
14,037
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
14,038
sets the value of the name property . concode_field_sep String unitOfMeasurement concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal value concode_field_sep BigDecimal getValue concode_elem_sep String getName concode_elem_sep void setUnitOfMeasurement concode_elem_sep void se...
void function ( String arg0 ) { this . name = arg0 ; }
14,039
crash recovery uses this method to recreate a representation of the transaction status managers host/port pair contact . concode_field_sep Uid _pidUid concode_elem_sep String _typeName concode_elem_sep TransactionStatusManagerItem _singularItem concode_elem_sep boolean _markedDead concode_elem_sep String _host concode_...
TransactionStatusManagerItem function ( Uid arg0 ) { TransactionStatusManagerItem loc0 = new TransactionStatusManagerItem ( arg0 ) ; if ( loc0 . restoreThis ( ) ) { return loc0 ; } else { return null ; } }
14,040
ensures tostring produces a valid string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testConstructorNullGameObjectType concode_elem_sep void testConstructorNegativeRowThrowsException concode_elem_sep void sanityCheck concode_elem_sep void testConstructorNegativeColumnThrowsException
void function ( ) { GameObjectCreatedMessage loc0 = new GameObjectCreatedMessage ( 1 , GameObjectType . BOMB , 2 , 3 ) ; assertEquals ( "srini_string" + GameObjectType . BOMB . toString ( ) + "srini_string" , loc0 . toString ( ) ) ; }
14,041
returns if the attack trace has a next step . concode_field_sep Diagram diagram concode_elem_sep List<AttackTraceStep> traceList concode_elem_sep int pos concode_elem_sep TransactionalEditingDomain domain concode_field_sep void lastStep concode_elem_sep void firstStep concode_elem_sep void highlightShapes concode_elem_...
boolean function ( ) { return pos < traceList . size ( ) - 1 ; }
14,042
set the sitemode value . concode_field_sep Long availableCapacity concode_elem_sep String siteMode concode_elem_sep String unit concode_elem_sep Boolean excludeFromCapacityAllocation concode_elem_sep ComputeModeOptions computeMode concode_elem_sep Long totalCapacity concode_elem_sep Integer workerSizeId concode_elem_se...
StampCapacityInner function ( String arg0 ) { this . siteMode = arg0 ; return this ; }
14,043
gets the value of the recordreflist property . concode_field_sep RecordRefList recordRefList concode_elem_sep Integer totalRecords concode_elem_sep Status status concode_field_sep void setTotalRecords concode_elem_sep void setRecordRefList concode_elem_sep Integer getTotalRecords concode_elem_sep Status getStatus conco...
RecordRefList function ( ) { return recordRefList ; }
14,044
gets the value of the solidfill property . concode_field_sep CTPatternFillProperties pattFill concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTDashStopList custDash concode_elem_sep CTLineJoinBevel bevel concode_elem_sep STCompoundLine cmpd concode_elem_sep STLineCap cap concode_elem_sep CTLineJoinRo...
CTSolidColorFillProperties function ( ) { return solidFill ; }
14,045
loads a state of the specified component by the specified key . concode_field_sep PlaceHolder placeHolder concode_field_sep Point getLocation concode_elem_sep void saveState concode_elem_sep boolean loadStateFor concode_elem_sep void saveStateFor concode_elem_sep Rectangle getBounds concode_elem_sep void putLocation co...
boolean function ( @ NotNull String arg0 , @ NotNull Component arg1 ) { return loadStateFor ( null , arg0 , arg1 ) ; }
14,046
the description of the rule . concode_field_sep java.util.Date createdAt concode_elem_sep Boolean ruleDisabled concode_elem_sep String ruleName concode_elem_sep String description concode_elem_sep java.util.List<Action> actions concode_elem_sep String sql concode_field_sep TopicRule withRuleName concode_elem_sep void s...
TopicRule function ( String arg0 ) { setDescription ( arg0 ) ; return this ; }
14,047
this method loads the policy constraint file . if the validationpolicy is not specified then the default policy file is loaded . concode_field_sep String defaultPolicyConstraintsLocation concode_elem_sep JAXBContext jaxbContext concode_elem_sep Logger LOG concode_elem_sep String defaultCountersignaturePolicyConstraints...
Document function ( InputStream arg0 ) { if ( arg0 != null ) { return load ( arg0 ) ; } if ( ( defaultPolicyConstraintsLocation != null ) && ! defaultPolicyConstraintsLocation . isEmpty ( ) ) { return load ( defaultPolicyConstraintsLocation ) ; } return null ; }
14,048
sets the interval to upper exclusive or upper inclusive . concode_field_sep Comparable<C> upper concode_elem_sep boolean upperInclusive concode_elem_sep Comparable<C> lower concode_elem_sep boolean lowerInclusive concode_field_sep Comparable<C> getLower concode_elem_sep void setUpperInclusive concode_elem_sep boolean i...
void function ( boolean arg0 ) { this . upperInclusive = ! arg0 ; }
14,049
set the ip address to send the command to . the command will be send to the address and broadcasted over all active interfaces concode_field_sep boolean commandRunning concode_elem_sep udpCommandType commandType concode_elem_sep String serialNumber concode_elem_sep String ipAddress concode_elem_sep String MAXCUBE_COMMA...
void function ( String arg0 ) { this . ipAddress = arg0 ; }
14,050
returns the first registered broker found concode_field_sep Object mutex concode_elem_sep Logger LOG concode_elem_sep BrokerRegistry INSTANCE concode_elem_sep Map<String,BrokerService> brokers concode_field_sep Object getRegistryMutext concode_elem_sep BrokerService lookup concode_elem_sep Map<String,BrokerService> get...
BrokerService function ( ) { synchronized ( mutex ) { Iterator < BrokerService > loc0 = brokers . values ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { return loc0 . next ( ) ; } return null ; } }
14,051
performs all necessary setup steps for running requests against the api . concode_field_sep HttpTransport httpTransport concode_elem_sep int MAX_LIST_PAGE_SIZE concode_elem_sep DateFormat DATE_FORMATTER concode_elem_sep List<String> SCOPES concode_elem_sep int MAX_REPORT_PAGE_SIZE concode_elem_sep JsonFactory JSON_FACT...
Dfareporting function ( ) { Credential loc0 = authorize ( ) ; return new Dfareporting ( httpTransport , JSON_FACTORY , loc0 ) ; }
14,052
gets the users value for this remoteroleactors . concode_field_sep com.atlassian.jira.rpc.soap.beans.RemoteProjectRole projectRole concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.atlassian.jira.rpc...
com . atlassian . jira . rpc . soap . beans . RemoteUser [ ] function ( ) { return users ; }
14,053
the extractfile method hides any file so long as there 's enough capacity in the image file in a cover image concode_field_sep int extBitsLength concode_elem_sep int sizeBitsLength concode_elem_sep int byteLength concode_field_sep int swapLsb concode_elem_sep String hideFile concode_elem_sep String extractString concod...
String function ( String arg0 ) { }
14,054
converts the jdk level to a name supported by selenium . concode_field_sep String DEBUG concode_elem_sep ImmutableMap<Integer,Level> levelMap concode_field_sep Level toLevel concode_elem_sep Level normalize
String function ( Level arg0 ) { Level loc0 = normalize ( arg0 ) ; return loc0 == Level . FINE ? DEBUG : loc0 . getName ( ) ; }
14,055
sets the format of the message concode_field_sep SynapseEnvironment synapseEnvironment concode_elem_sep String format concode_elem_sep String to concode_elem_sep String soapAction concode_elem_sep String POX_FORMAT concode_elem_sep String proxyName concode_elem_sep String sequenceName concode_elem_sep String SOAP11_FOR...
void function ( String arg0 ) { this . format = arg0 ; }
14,056
removes a host from this network record concode_field_sep Collection<MACAddress> hosts concode_elem_sep String name concode_elem_sep String guid concode_elem_sep String gateway concode_field_sep void setName concode_elem_sep void clearHosts concode_elem_sep void setGateway concode_elem_sep void addHost
boolean function ( MACAddress arg0 ) { Iterator < MACAddress > loc0 = this . hosts . iterator ( ) ; while ( loc0 . hasNext ( ) ) { MACAddress loc1 = loc0 . next ( ) ; if ( loc1 . equals ( arg0 ) ) { loc0 . remove ( ) ; return true ; } } return false ; }
14,057
sets the value of the hostid property . concode_field_sep JAXBElement<String> hostName concode_elem_sep JAXBElement<String> javaVersion concode_elem_sep Integer hostID concode_elem_sep JAXBElement<String> portStatus concode_elem_sep JAXBElement<String> brokerVersion concode_elem_sep JAXBElement<String> brokerInstallPat...
void function ( Integer arg0 ) { this . hostID = arg0 ; }
14,058
attempts to flush data , internal stream state and channel availability permitting . invoked by the driver i/o loop during handling of writable selection key . resets the internal state flags writeoccurred and writepending . concode_field_sep Counter messagesOut concode_elem_sep long lastActiveTime concode_elem_sep Byt...
void function ( ) { synchronized ( this ) { writePending = false ; writeOccurred = false ; if ( outbound . position ( ) > 0 ) { flush ( ) ; } } key . interestOps ( SelectionKey . OP_READ ) ; }
14,059
adds a value at the start of the list concode_field_sep LinkedValue<K,V> next concode_elem_sep LinkedValue<K,V> prev concode_elem_sep LinkedValue<K,V> header concode_elem_sep V value concode_elem_sep HashMap<K,LinkedValue<K,V>> map concode_elem_sep K key concode_field_sep void add concode_elem_sep V pop concode_elem_se...
void function ( K arg0 , V arg1 ) { if ( arg0 != null && map . containsKey ( arg0 ) ) { return ; } LinkedValue < K , V > loc0 = new LinkedValue < K , V > ( arg0 , arg1 ) ; loc0 . next = header . next ; loc0 . prev = header ; header . next . prev = loc0 ; header . next = loc0 ; if ( arg0 != null ) { map . put ( arg0 , l...
14,060
test method for com.salas.level #addroad java.lang.string , java.lang.string , java.lang.string . concode_field_sep Level l concode_field_sep void testAddIntersection concode_elem_sep void setUp concode_elem_sep void testAddingOther concode_elem_sep void testAdding
void function ( ) { l . addRoad ( "srini_string" , "srini_string" , "srini_string" ) ; l . addRoad ( "srini_string" , "srini_string" , "srini_string" ) ; assertEquals ( 3 , l . intersectionCount ( ) ) ; assertTrue ( l . intersectionsConnected ( "srini_string" , "srini_string" ) ) ; assertTrue ( l . intersectionsConnect...
14,061
respond with the given org.springframework.core.io.resource xml as soap envelope response . concode_field_sep WebServiceMessageCreator adaptee concode_field_sep ResponseCreator withException concode_elem_sep ResponseCreator withException concode_elem_sep ResponseCreator withError concode_elem_sep ResponseCreator withSe...
ResponseCreator function ( Resource arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return withSoapEnvelope ( new ResourceSource ( arg0 ) ) ; }
14,062
the name of the load balancer . concode_field_sep String loadBalancerName concode_elem_sep String containerName concode_elem_sep Integer containerPort concode_field_sep void setContainerPort concode_elem_sep Integer getContainerPort concode_elem_sep LoadBalancer withContainerPort concode_elem_sep int hashCode concode_e...
LoadBalancer function ( String arg0 ) { setLoadBalancerName ( arg0 ) ; return this ; }
14,063
return the bit score . concode_field_sep Color _clrWithAlpha concode_elem_sep Color _clr concode_elem_sep double _threshold concode_field_sep void setColor concode_elem_sep String getClrRepr concode_elem_sep Color getColor concode_elem_sep void setThreshold concode_elem_sep String toString
double function ( ) { return _threshold ; }
14,064
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _ticketLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
14,065
makes a proxy class . the produced class is substituted for the original class . concode_field_sep String fieldImporter concode_elem_sep org.hotswap.agent.javassist.CtMethod forwardMethod concode_elem_sep String accessorObjectId concode_elem_sep String fieldObjectId concode_elem_sep org.hotswap.agent.javassist.CtClass[...
boolean function ( Class arg0 ) { String loc0 = arg0 . getName ( ) ; if ( proxyClasses . get ( loc0 ) != null ) return false ; else { org . hotswap . agent . javassist . CtClass loc1 = produceProxyClass ( classPool . get ( loc0 ) , arg0 ) ; proxyClasses . put ( loc0 , loc1 ) ; modifySuperclass ( loc1 ) ; return true ; ...
14,066
the default amount of time before a result is removed . concode_field_sep Context context concode_elem_sep ChecksumHistoryService checksumHistoryService concode_elem_sep Logger LOG concode_elem_sep long defaultDuration concode_elem_sep Map<ChecksumResultCode,Long> interests concode_field_sep ResultsPruner getDefaultPru...
long function ( ) { return defaultDuration ; }
14,067
inverse this converter . concode_field_sep PlaceHolder placeHolder concode_field_sep Class<U> toType concode_elem_sep Converter<T,U> ofNullable concode_elem_sep Class<T> fromType concode_elem_sep Converter<T,U> of concode_elem_sep U from concode_elem_sep T to concode_elem_sep Converter<T,X> andThen
Converter < U , T > function ( ) { return Converters . inverse ( this ) ; }
14,068
determine if this set intersects another . concode_field_sep BitSet _elements concode_elem_sep terminal_set EMPTY concode_field_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep void not_null concode_elem_sep boolean is_superset_of concode_...
boolean function ( terminal_set arg0 ) { not_null ( arg0 ) ; BitSet loc0 = ( BitSet ) arg0 . _elements . clone ( ) ; loc0 . xor ( this . _elements ) ; return ! loc0 . equals ( arg0 . _elements ) ; }
14,069
locationlistener implementation . called when the provider is enabled . concode_field_sep boolean mIsGpsEnabled concode_elem_sep String TAG concode_elem_sep long mNativeObject concode_elem_sep boolean mIsGpsProviderAvailable concode_elem_sep boolean mIsNetworkProviderAvailable concode_elem_sep LocationManager mLocation...
void function ( String arg0 ) { if ( LocationManager . NETWORK_PROVIDER . equals ( arg0 ) ) { mIsNetworkProviderAvailable = true ; } else if ( LocationManager . GPS_PROVIDER . equals ( arg0 ) ) { mIsGpsProviderAvailable = true ; } }
14,070
gets the timeout configured for this rule , in the given units . concode_field_sep boolean lookForStuckThread concode_elem_sep TimeUnit timeUnit concode_elem_sep long timeout concode_elem_sep boolean lookForStuckThread concode_elem_sep long timeout concode_elem_sep TimeUnit timeUnit concode_field_sep Timeout seconds co...
long function ( TimeUnit arg0 ) { return arg0 . convert ( timeout , timeUnit ) ; }
14,071
writes a formatted xml file to the outputstream . concode_field_sep Document xfaDocument concode_field_sep Document getXfaDocument
void function ( OutputStream arg0 ) { if ( xfaDocument == null ) return ; OutputFormat loc0 = new OutputFormat ( "srini_string" , true ) ; XMLWriter loc1 = new XMLWriter ( arg0 , loc0 ) ; loc1 . write ( xfaDocument ) ; }
14,072
returns the variable for which there is evidence . concode_field_sep long serialVersionUID concode_elem_sep SemProposition proposition concode_elem_sep SemIm semIm concode_elem_sep SemManipulation manipulation concode_field_sep SemEvidence serializableInstance concode_elem_sep int getNodeIndex concode_elem_sep int getN...
List < Node > function ( ) { List < Node > loc0 = semIm . getVariableNodes ( ) ; List < Node > loc1 = new ArrayList < Node > ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . size ( ) ; loc2 ++ ) { if ( ! Double . isNaN ( proposition . getValue ( loc2 ) ) ) { loc1 . add ( loc0 . get ( loc2 ) ) ; } } return loc1 ; }
14,073
returns the classpath uris for this archive . concode_field_sep ServiceLocator habitat concode_field_sep void expand concode_elem_sep String getDefaultApplicationName concode_elem_sep String getDefaultApplicationName concode_elem_sep Manifest getManifest concode_elem_sep String getDefaultApplicationNameFromArchiveName ...
List < URI > function ( ReadableArchive arg0 ) { List < URI > loc0 = new ArrayList < URI > ( ) ; loc0 . add ( arg0 . getURI ( ) ) ; return loc0 ; }
14,074
make sure the method works . concode_field_sep CardFactory f concode_field_sep void test_getCard_1 concode_elem_sep void test_getRandomCombinationWithoutRepetition_tooLarge
void function ( ) { CardList loc0 = f . getRandomCombinationWithoutRepetition ( f . size ( ) / 10 ) ; Set < String > loc1 = new TreeSet < String > ( ) ; for ( Card loc2 : loc0 ) { Assert . assertNotNull ( loc2 ) ; loc1 . add ( loc2 . getName ( ) ) ; } Assert . assertEquals ( loc0 . size ( ) , loc1 . size ( ) ) ; }
14,075
gets the hierarchylevel value for this contentmetadatakeyhierarchylevel . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer hierarchyLevel concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long customTargeti...
java . lang . Integer function ( ) { return hierarchyLevel ; }
14,076
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep void clearEvents con...
void function ( ) { }
14,077
processed parameters with relative urls resolved against data directory . concode_field_sep Logger LOGGER concode_field_sep DataAccess<? extends FeatureType,? extends Feature> getDataAccess concode_elem_sep Map toConnectionParams concode_elem_sep Param find concode_elem_sep List listDataStoresDescriptions concode_elem_...
Map < K , V > function ( Map < K , V > arg0 ) { return getParams ( arg0 , null ) ; }
14,078
starts scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_D...
void function ( ) { if ( ! isScrollingPerformed ) { isScrollingPerformed = true ; listener . onStarted ( ) ; } }
14,079
define valor do atributo datafinal . concode_field_sep String conteudo concode_elem_sep Integer idInventarioxml concode_elem_sep Integer idNetMap concode_elem_sep java.sql.Date datafinal concode_elem_sep String nome concode_elem_sep java.sql.Date datainicial concode_field_sep void setIdNetMap concode_elem_sep Integer g...
void function ( java . sql . Date arg0 ) { this . datafinal = arg0 ; }
14,080
ambient color of the light source . the ambient light color is multiplied with the ambient material color to obtain the final color that contributes to the ambient shading term . most renderers will ignore this value it , is just a remaining of the fixed-function pipeline that is still supported by quite many file form...
C function ( AiWrapperProvider < V3 , M4 , C , N , Q > arg0 ) { return ( C ) m_ambient ; }
14,081
tests getting a default workflow concode_field_sep UUID iridaWorkflowId concode_elem_sep IridaWorkflow iridaWorkflow concode_elem_sep IridaWorkflowSet iridaWorkflowSet concode_elem_sep UUID iridaWorkflowId2 concode_elem_sep IridaWorkflowsService iridaWorkflowsService concode_elem_sep UUID iridaWorkflowId3 concode_elem_...
void function ( ) { iridaWorkflowsService . setDefaultWorkflow ( iridaWorkflowId ) ; assertEquals ( iridaWorkflow , iridaWorkflowsService . getDefaultWorkflowByType ( AnalysisType . DEFAULT ) ) ; }
14,082
gets the value of the aqaa property . concode_field_sep String nameOfOrganisation concode_elem_sep String specialisation concode_elem_sep String hcpType concode_elem_sep int aqaa concode_field_sep String getHCPType concode_elem_sep String getSpecialisation concode_elem_sep void setAQAA concode_elem_sep void setHCPType ...
int function ( ) { return aqaa ; }
14,083
returns a comparator that compares contained numbers based on their numeric values and compares other parts based on each character 's unicode value . concode_field_sep Comparator<String> IGNORE_CASE_NATURAL_COMPARATOR_ASCII concode_elem_sep Comparator<String> NATURAL_COMPARATOR_ASCII concode_field_sep int compare conc...
Comparator < String > function ( ) { return NATURAL_COMPARATOR_ASCII ; }
14,084
registers all the created aggregators top level aggregators for the search execution context . concode_field_sep Aggregator[] aggregators concode_elem_sep AggregationContext aggregationContext concode_elem_sep AggregatorFactories factories concode_field_sep Aggregator[] aggregators concode_elem_sep void aggregators con...
void function ( Aggregator [ ] arg0 ) { this . aggregators = arg0 ; }
14,085
converts the first input parameter to string and then delegates to the wrapped org.slf4j.logger instance . concode_field_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep String name concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace co...
void function ( Object arg0 , Throwable arg1 ) { logger . debug ( String . valueOf ( arg0 ) , arg1 ) ; }
14,086
tests the intvector class concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void swap co...
void function ( String arg0 [ ] ) { IntVector loc0 = new IntVector ( ) ; System . out . println ( loc0 ) ; IntVector loc1 = IntVector . seq ( 10 , 25 ) ; System . out . println ( loc1 ) ; IntVector loc2 = IntVector . seq ( 25 , 10 ) ; System . out . println ( loc2 ) ; }
14,087
the host where redis server is running . concode_field_sep RedisTemplate redisTemplate concode_elem_sep boolean managedListenerContainer concode_elem_sep String channels concode_elem_sep Integer port concode_elem_sep RedisConnectionFactory connectionFactory concode_elem_sep String host concode_elem_sep Command command ...
void function ( String arg0 ) { this . host = arg0 ; }
14,088
returns an array of bytes representing the value of the sql rowid designated by this java.sql.rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id
byte [ ] function ( ) { return id . clone ( ) ; }
14,089
returns the crl type . concode_field_sep String type concode_field_sep boolean isRevoked concode_elem_sep String toString
String function ( ) { return type ; }
14,090
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se...
String function ( ) { return image ; }
14,091
append a hexadecimal string representation of the md5 digest of the given bytes to the given stringbuilder . concode_field_sep String MD5_ALGORITHM_NAME concode_elem_sep char[] HEX_CHARS concode_field_sep char[] digestAsHexChars concode_elem_sep char[] digestAsHexChars concode_elem_sep char[] encodeHex concode_elem_sep...
StringBuilder function ( byte [ ] arg0 , StringBuilder arg1 ) { return appendDigestAsHex ( MD5_ALGORITHM_NAME , arg0 , arg1 ) ; }
14,092
in-place using xor true only when inputs differ concode_field_sep PlaceHolder placeHolder concode_field_sep void swapTemp concode_elem_sep void swapMath
void function ( int [ ] arg0 , int arg1 , int arg2 ) { if ( arg1 != arg2 ) { arg0 [ arg1 ] = arg0 [ arg1 ] ^ arg0 [ arg2 ] ; arg0 [ arg2 ] = arg0 [ arg1 ] ^ arg0 [ arg2 ] ; arg0 [ arg1 ] = arg0 [ arg1 ] ^ arg0 [ arg2 ] ; } }
14,093
helper method - loads a testmodel from the testmodel directory concode_field_sep IModelSequencer sequencer concode_field_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
ExecutionFlow function ( String arg0 ) { Statechart loc0 = loadStatechartFromResource ( arg0 ) ; final ExecutionFlow loc1 = sequencer . transform ( loc0 ) ; return loc1 ; }
14,094
sets the version 's major component . concode_field_sep long serialVersionUID concode_elem_sep String minor concode_elem_sep String prefix concode_elem_sep String major concode_elem_sep String build concode_elem_sep String revision concode_elem_sep Pattern STD_VERSION_PATT concode_elem_sep int numberOfComponents concod...
void function ( String arg0 ) { if ( StringUtils . isEmpty ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( ! arg0 . matches ( "srini_string" ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( numberOfComponents < 1 ) { numberOfComponents = 1 ; } major = arg0 ; }
14,095
gets the value of the transliteration property . concode_field_sep List<JAXBElement<?>> recordContentSourceOrRecordCreationDateOrRecordChangeDate concode_elem_sep String altRepGroup concode_elem_sep String source concode_elem_sep String lang concode_elem_sep String value concode_elem_sep String script concode_elem_sep ...
String function ( ) { return transliteration ; }
14,096
sets the name . concode_field_sep String bundleId concode_elem_sep String name concode_elem_sep String overrideId concode_elem_sep String description concode_elem_sep String id concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getId concode_elem_sep v...
void function ( String arg0 ) { this . name = arg0 ; }
14,097
apply the xpath and assert the string value found with the givenhamcrest matcher . concode_field_sep XpathExpectationsHelper xpathHelper concode_field_sep ResultMatcher node concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher number concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMat...
ResultMatcher function ( final Matcher < ? super String > arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { String loc0 = arg1 . getResponse ( ) . getContentAsString ( ) ; xpathHelper . assertString ( loc0 , arg0 ) ; } } ; }
14,098
utility method for generating random double values in the range specified by the low and high attributes . used during the storeiventory initialization . concode_field_sep Random random concode_elem_sep RandomNumberGenerator randomNumberGenerator concode_field_sep int getRandomInteger concode_elem_sep void main concode...
double function ( double arg0 , double arg1 ) { double loc0 = random . nextDouble ( ) ; double loc1 = loc0 * ( arg1 - arg0 ) ; return loc1 + arg0 ; }
14,099
adds a variable onto the top most variable stack . concode_field_sep Logger log concode_field_sep void popVariableStack concode_elem_sep Constants.TYPES getType concode_elem_sep Constants.TYPES getType concode_elem_sep void pushNewVariableStack concode_elem_sep Stack<Map<String,Object>> getVariableStack concode_elem_se...
void function ( CarbonMessage arg0 , String arg1 , Object arg2 ) { Stack < Map < String , Object >> loc0 = getVariableStack ( arg0 ) ; loc0 . peek ( ) . put ( arg1 , arg2 ) ; }