idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
400
unmarshall message from xml to object concode_field_sep LibCommMessage libCommMessage concode_elem_sep IProcessor processor concode_elem_sep Logger log concode_field_sep void setProcessor concode_elem_sep IProcessor getProcessor concode_elem_sep void process concode_elem_sep JAXBContext initContext concode_elem_sep Str...
LibCommMessage function ( JAXBContext arg0 , InputStream arg1 ) { Unmarshaller loc0 = arg0 . createUnmarshaller ( ) ; libCommMessage = ( LibCommMessage ) loc0 . unmarshal ( arg1 ) ; return libCommMessage ; }
401
returns the number of bytes required to decode the given char sequence . concode_field_sep int numBytes concode_elem_sep int middleShift concode_elem_sep int initialShift concode_elem_sep int advanceBytes concode_elem_sep CodingCase[] CODING_CASES concode_elem_sep short middleMask concode_elem_sep short finalMask conco...
int function ( char [ ] arg0 , int arg1 , int arg2 ) { final int loc0 = arg2 - 1 ; if ( loc0 <= 0 ) { return 0 ; } else { final long loc1 = arg0 [ arg1 + arg2 - 1 ] ; final long loc2 = loc0 - 1 ; return ( int ) ( ( loc2 * 15L + 7L ) / 8L + loc1 ) ; } }
402
compares the specified object with this tupledesc for equality . two tupledescs are considered equal if they are the same size and if the n-th type in this tupledesc is equal to the n-th type in td . concode_field_sep TDItem[] tdItems concode_elem_sep String fieldName concode_elem_sep long serialVersionUID concode_elem...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof TupleDesc ) ) return false ; TupleDesc loc0 = ( TupleDesc ) arg0 ; if ( this . tdItems . length != loc0 . tdItems . length ) return false ; for ( int loc1 = 0 ; loc1 < tdItems . length ; loc1 ++ ) { if ( ! tdItems [ loc1 ] . fieldType . equals ( loc0 . tdItems...
403
specify the nativejdbcextractor to use for unwrapping callablestatements , if any . concode_field_sep String callString concode_elem_sep ParameterMapper inParameterMapper concode_elem_sep boolean updatableResults concode_elem_sep Map<String,?> inParameters concode_elem_sep List<SqlParameter> declaredParameters concode_...
void function ( NativeJdbcExtractor arg0 ) { this . nativeJdbcExtractor = arg0 ; }
404
create an instance of esireturninstallmentplanresponsetype concode_field_sep QName _EsiReturnInstallmentPlanResponse_QNAME concode_elem_sep QName _EsiReturnInstallmentPlanRequest_QNAME concode_field_sep JAXBElement<ESIReturnInstallmentPlanResponseType> createEsiReturnInstallmentPlanResponse concode_elem_sep JAXBElement...
ESIReturnInstallmentPlanResponseType function ( ) { return new ESIReturnInstallmentPlanResponseType ( ) ; }
405
returns the value of the self property for this object . concode_field_sep String awsAccountNumber concode_elem_sep String self concode_elem_sep java.util.List<String> keyPairIds concode_field_sep Signer withKeyPairIds concode_elem_sep Signer withKeyPairIds concode_elem_sep void setSelf concode_elem_sep Signer withAwsA...
String function ( ) { return self ; }
406
set the target image resource id . this will clear an image uri if one is set . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode_elem_sep int targetHeight concode_elem_sep boolean hasRotationPivot concode_elem_sep ...
Builder function ( int arg0 ) { if ( arg0 == 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . resourceId = arg0 ; this . uri = null ; return this ; }
407
gets the attachment 1 . concode_field_sep Address address concode_elem_sep String attachment3 concode_elem_sep String city concode_elem_sep String name concode_elem_sep String state concode_elem_sep List<Department> departments concode_elem_sep File attachment2 concode_elem_sep File attachment1 concode_elem_sep int age...
File function ( ) { return attachment1 ; }
408
get the y coordinate of the new step concode_field_sep int x concode_elem_sep int y concode_elem_sep long serialVersionUID concode_elem_sep ArrayList steps concode_field_sep int getX concode_elem_sep int getX concode_elem_sep boolean contains concode_elem_sep void prependStep concode_elem_sep int hashCode concode_elem_...
int function ( ) { return y ; }
409
pretty log an object . it will be logged to the default channel . its class name will be used as a description . concode_field_sep RedwoodChannels DEFAULT_CHANNELS concode_field_sep boolean dispatchable
void function ( Object arg0 ) { log ( arg0 . getClass ( ) . getSimpleName ( ) , arg0 ) ; }
410
finish . concode_field_sep AuthenticatedUser user concode_elem_sep JavaGraphNodeSupport helper concode_elem_sep SLContext abstractContex concode_elem_sep MethodResolver<JavaType,JavaMethod> methodResolver concode_elem_sep SLGraph graph concode_field_sep void init concode_elem_sep JavaType createTypeParameterized concod...
void function ( ) { graph . shutdown ( ) ; }
411
parses a boolean . if the string text contains the value of `` true '' , the true value is returned , else false is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep int parseInt concode_elem_sep int parseInt concode_elem_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep Strin...
boolean function ( final String arg0 , final boolean arg1 ) { if ( arg0 == null ) { return arg1 ; } return arg0 . equalsIgnoreCase ( "srini_string" ) ; }
412
returns true if the result is valid . concode_field_sep boolean valid concode_field_sep placeholderType placeHolder
boolean function ( ) { return valid ; }
413
returns the tracks set in #settracks com.jme3.animation.track . concode_field_sep SafeArrayList<Track> tracks concode_elem_sep String name concode_elem_sep float length concode_field_sep String getName concode_elem_sep void removeTrack concode_elem_sep void read concode_elem_sep void cloneFields concode_elem_sep void a...
Track [ ] function ( ) { return tracks . getArray ( ) ; }
414
this method initializes jscrollpaneresponse concode_field_sep JPasswordField jPasswordFieldPassword concode_elem_sep JLabel jLabelPassword concode_elem_sep JTextField jTextFieldSSHServer concode_elem_sep JLabel jLabelSSHServer concode_elem_sep String channelId concode_elem_sep JButton jButtonConnect concode_elem_sep JL...
JScrollPane function ( ) { if ( jScrollPaneResponse == null ) { jScrollPaneResponse = new JScrollPane ( ) ; jScrollPaneResponse . setBounds ( new Rectangle ( 8 , 132 , 496 , 356 ) ) ; jScrollPaneResponse . setViewportView ( getJTextAreaResponse ( ) ) ; } return jScrollPaneResponse ; }
415
get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc...
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; }
416
gets the value of the sku property . concode_field_sep String purchaseOrder concode_elem_sep String imei concode_elem_sep String model concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar postingDate concode_elem_sep String sku concode_elem_sep String type concode_elem_sep String manufacturer co...
String function ( ) { return sku ; }
417
provides tostring implementation . concode_field_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep String description concode_elem_sep Integer id concode_elem_sep String enumName concode_elem_sep Set<Account>...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" + this . getDescription ( ) + "srini_string" ) ; loc0 . append ( "srini_string" + this . getEnumName ( ) + "srini_string" ) ; loc0 . append ( "srini_string" + this . getId ( ) + "srini_string" ) ; loc0 . append ( "srini_stri...
418
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
419
sets the value of the bidmodifiersource property . concode_field_sep BidModifierSource bidModifierSource concode_elem_sep Criterion criterion concode_elem_sep Double bidModifier concode_elem_sep Long campaignId concode_elem_sep Long adGroupId concode_field_sep Criterion getCriterion concode_elem_sep Long getAdGroupId c...
void function ( BidModifierSource arg0 ) { this . bidModifierSource = arg0 ; }
420
return a random square on scene . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Square> proposeMovementFixations concode_elem_sep ListPattern normalise
Set < Square > function ( Scene arg0 , Chrest arg1 ) { Set < Square > loc0 = new HashSet < Square > ( ) ; loc0 . add ( new Square ( ( new java . util . Random ( ) ) . nextInt ( arg0 . getHeight ( ) ) , ( new java . util . Random ( ) ) . nextInt ( arg0 . getWidth ( ) ) ) ) ; return loc0 ; }
421
get the next batch using _ bindingiter . update the ` more ' field . concode_field_sep Hashtable _env concode_elem_sep CNCtx _ctx concode_elem_sep boolean more concode_elem_sep BindingIterator _bindingIter concode_elem_sep int counter concode_elem_sep BindingListHolder _bindingList concode_elem_sep int DEFAULT_BATCHSIZ...
boolean function ( ) { try { more = _bindingIter . next_n ( batchsize , _bindingList ) ; counter = 0 ; } catch ( Exception loc0 ) { more = false ; NamingException loc1 = IIOPLogger . ROOT_LOGGER . errorGettingBindingList ( ) ; loc1 . setRootCause ( loc0 ) ; throw loc1 ; } return more ; }
422
clears the current obis value concode_field_sep String receivedData concode_elem_sep String obisValue concode_elem_sep State state concode_elem_sep String header concode_elem_sep String obisId concode_elem_sep String crcValue concode_field_sep void handleCharacter concode_elem_sep State getState concode_elem_sep String...
void function ( ) { obisValue = "srini_string" ; }
423
sent when an accessibility client requests the number of children in the control . the default behavior is to do nothing . return the number of child items in the detail field of the event object . concode_field_sep PlaceHolder placeHolder concode_field_sep void getValue concode_elem_sep void getChildren concode_elem_s...
void function ( AccessibleControlEvent arg0 ) { }
424
adds manager to managers list . concode_field_sep IgfsFragmentizerManager fragmentizerMgr concode_elem_sep ClusterNode locNode concode_elem_sep ExecutorService igfsSvc concode_elem_sep List<IgfsManager> mgrs concode_elem_sep IgfsMetaManager metaMgr concode_elem_sep FileSystemConfiguration cfg concode_elem_sep IgniteLog...
T function ( @ Nullable T arg0 ) { if ( arg0 != null ) mgrs . add ( arg0 ) ; return arg0 ; }
425
sub set . concode_field_sep SortedSet<GrcBoxRule> sortedSet concode_field_sep boolean add concode_elem_sep SortedSet<GrcBoxRule> tailSet concode_elem_sep int compare concode_elem_sep GrcBoxRule last concode_elem_sep SortedSet<GrcBoxRule> getSet concode_elem_sep boolean containsAll concode_elem_sep void clear concode_el...
SortedSet < GrcBoxRule > function ( GrcBoxRule arg0 , GrcBoxRule arg1 ) { return sortedSet . subSet ( arg0 , arg1 ) ; }
426
returns the membership request with the primary key . concode_field_sep MembershipRequestLocalService _membershipRequestLocalService concode_field_sep com.liferay.portal.kernel.model.MembershipRequest createMembershipRequest concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteMembersh...
com . liferay . portal . kernel . model . MembershipRequest function ( long arg0 ) { return _membershipRequestLocalService . getMembershipRequest ( arg0 ) ; }
427
create an instance of jaxbelement concode_field_sep QName _Color_QNAME concode_elem_sep QName _Options_QNAME concode_elem_sep QName _Description_QNAME concode_elem_sep QName _Gexf_QNAME concode_elem_sep QName _Size_QNAME concode_elem_sep QName _Meta_QNAME concode_elem_sep QName _Edge_QNAME concode_elem_sep QName _Edges...
JAXBElement < PositionContent > function ( PositionContent arg0 ) { return new JAXBElement < PositionContent > ( _Position_QNAME , PositionContent . class , null , arg0 ) ; }
428
return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild c...
Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; }
429
returns the maximum of rat1 and rat2 . concode_field_sep long _den concode_elem_sep long _num concode_field_sep Rational add concode_elem_sep Rational add concode_elem_sep Rational div concode_elem_sep Rational div concode_elem_sep boolean equal concode_elem_sep Rational sub concode_elem_sep Rational sub concode_elem_s...
Rational function ( Rational arg0 , Rational arg1 ) { if ( arg0 . lessThan ( arg1 ) ) { return arg1 ; } else { return arg0 ; } }
430
throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void testFormatLogLevel1 concode_elem_sep void testFormatLogRecord concode_elem_sep void testFormatLogRecord concode_elem_sep void testFormatLogLevel2 concode_elem_sep void testFormatTimestamp concode_elem_sep Throwable catchAndReturn con...
void function ( ) { throw new RuntimeException ( "srini_string" ) ; }
431
called on the master node only before the indexservice instances is created to simulate an index creation.this happens right before the index and it 's metadata is registered in the cluster state concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClo...
void function ( Index arg0 , Settings arg1 ) { }
432
returns the group 's code location . concode_field_sep MarshalledObject<?> data concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep String[] options concode_elem_sep String className concode_elem_sep String location concode_elem_sep CommandEnvironment env concode_elem_sep Stri...
String function ( ) { return location ; }
433
marks this page as dirty/not dirty and record that transaction that did the dirtying concode_field_sep TupleDesc td concode_elem_sep int numSlots concode_elem_sep byte[] oldData concode_elem_sep TransactionId dirtyTID concode_elem_sep byte header[] concode_elem_sep HeapPageId pid concode_elem_sep Tuple tuples[] concode...
void function ( boolean arg0 , TransactionId arg1 ) { this . dirtyTID = ( arg0 ) ? arg1 : null ; }
434
sets list of rest tcp server host names . concode_field_sep int tcpPort concode_elem_sep Map<String,Object> attrs concode_elem_sep Map<String,GridClientCacheMode> caches concode_elem_sep GridClientNodeImpl impl concode_elem_sep List<String> tcpAddrs concode_elem_sep boolean connectable concode_elem_sep boolean built co...
Builder function ( Collection < String > arg0 ) { impl . arg0 = U . sealList ( arg0 ) ; return this ; }
435
returns the logical record length positions 00-04 . concode_field_sep char recordStatus concode_elem_sep DecimalFormat format5 concode_elem_sep char[] implDefined1 concode_elem_sep char charCodingScheme concode_elem_sep int indicatorCount concode_elem_sep int baseAddressOfData concode_elem_sep char[] implDefined2 conco...
int function ( ) { return recordLength ; }
436
sets the seconds value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep int getMonthWithJan...
void function ( int arg0 ) { this . seconds = arg0 ; }
437
reads in a bloomfilter from an input stream . it is the caller 's responsibility to closethe stream . concode_field_sep double DEFAULT_FPP concode_elem_sep int versionNumber concode_field_sep int getVersionNumber concode_elem_sep boolean mightContainString concode_elem_sep boolean putString concode_elem_sep double expe...
BloomFilter function ( InputStream arg0 ) { return BloomFilterImpl . readFrom ( arg0 ) ; }
438
retrieves the fitness value of this chromosome , as determined by the active fitness function . concode_field_sep Long m_id concode_elem_sep String m_idString concode_elem_sep ChromosomeMaterial m_material concode_elem_sep Specie m_specie concode_elem_sep SortedSet m_alleles concode_elem_sep int m_fitnessValue concode_...
int function ( ) { return m_fitnessValue ; }
439
gets data . concode_field_sep RequestOuterClass.Request request concode_elem_sep ByteString data concode_elem_sep RequestTypeOuterClass.RequestType type concode_field_sep void handleData
ByteString function ( ) { if ( data == null ) { throw new InvalidProtocolBufferException ( "srini_string" ) ; } return data ; }
440
sets the value of the productactiontype property . concode_field_sep String productActionType concode_field_sep String getProductActionType
void function ( String arg0 ) { this . productActionType = arg0 ; }
441
sets the data object necessary for signature verification . concode_field_sep Date dateTime concode_elem_sep int[] signatories concode_elem_sep CMSDataObject dataObject concode_elem_sep String trustProfileId concode_elem_sep InputStream cmsSignature concode_field_sep void setDateTime concode_elem_sep void setTrustProfi...
void function ( CMSDataObject arg0 ) { this . dataObject = arg0 ; }
442
sets the value of the protectelement8 property . concode_field_sep boolean protectElement8 concode_elem_sep boolean protectElement7 concode_elem_sep boolean protectElement6 concode_elem_sep boolean protectElement5 concode_elem_sep boolean protectElement4 concode_elem_sep boolean protectElement3 concode_elem_sep boolean...
void function ( boolean arg0 ) { this . protectElement8 = arg0 ; }
443
record a snapshot for a file for which the last modification time is already known . this method should be invoked before the file is accessed . concode_field_sep FileSnapshot DIRTY concode_elem_sep FileSnapshot MISSING_FILE concode_elem_sep boolean cannotBeRacilyClean concode_elem_sep long lastModified concode_elem_se...
FileSnapshot function ( long arg0 ) { final long loc0 = System . currentTimeMillis ( ) ; return new FileSnapshot ( loc0 , arg0 ) ; }
444
gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_elem_sep ProductAction productAction concode_field_sep void setProductAction concode_elem_sep ProductAction getProductAction concode_elem_sep void setFilterStatement
Statement function ( ) { return filterStatement ; }
445
sets the port to use by the rest consumer concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProperties concode_elem_sep String CORS_ACCESS_CONTROL_MAX_AGE concode_elem_sep Map<String,Object> compone...
void function ( int arg0 ) { this . port = arg0 ; }
446
converts the given opcode into a string eg `` 0 '' , `` pushdata '' , or `` non_op 10 '' concode_field_sep int OP_TOALTSTACK concode_elem_sep int OP_2ROT concode_elem_sep int OP_CHECKSIGVERIFY concode_elem_sep int OP_3 concode_elem_sep int OP_OVER concode_elem_sep int OP_FALSE concode_elem_sep int OP_SHA256 concode_ele...
String function ( int arg0 ) { if ( opCodeMap . containsKey ( arg0 ) ) return opCodeMap . get ( arg0 ) ; return "srini_string" + arg0 + "srini_string" ; }
447
returns the fileinfo for a given path . called via rpc , as well as internal masters . concode_field_sep FileSystemMaster mFileSystemMaster concode_field_sep long getFileId concode_elem_sep List<Long> getLostFiles concode_elem_sep List<WorkerInfo> getWorkerInfoList concode_elem_sep AlluxioURI getPath concode_elem_sep L...
FileInfo function ( long arg0 ) { return mFileSystemMaster . getFileInfo ( arg0 ) ; }
448
retrieve a nutch uuid of this configuration object , or null if the configuration was created elsewhere . concode_field_sep String UUID_KEY concode_field_sep Configuration addNutchResources concode_elem_sep Configuration create concode_elem_sep Configuration create concode_elem_sep void setUUID
String function ( Configuration arg0 ) { return arg0 . get ( UUID_KEY ) ; }
449
extracts the stemmer name form the classname . concode_field_sep String PACKAGE concode_elem_sep Method m_StemMethod concode_elem_sep Object m_Stemmer concode_elem_sep Method m_GetCurrentMethod concode_elem_sep boolean m_Present concode_elem_sep long serialVersionUID concode_elem_sep String SNOWBALL_PROGRAM concode_ele...
String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) . replaceAll ( "srini_string" , "srini_string" ) ; }
450
returns the index of the gradle tab with the specified name . concode_field_sep AlternateUIInteraction alternateUIInteraction concode_elem_sep SettingsNode settings concode_elem_sep MainGradlePanel gradlePanel concode_elem_sep JPanel mainPanel concode_elem_sep GradlePluginLord gradlePluginLord concode_field_sep boolean...
int function ( String arg0 ) { return gradlePanel . getGradleTabIndex ( arg0 ) ; }
451
create a descriptor for a field type concode_field_sep PlaceHolder placeHolder concode_field_sep FieldDescriptor getSubFieldDescriptor
FieldDescriptor function ( Field arg0 , boolean arg1 ) { if ( arg0 . isMultiValued ( ) ) { return new MultivaluedFieldDescriptor ( arg0 , arg1 ) ; } else { return getSubFieldDescriptor ( arg0 , arg1 ) ; } }
452
allow the user to associate an object with the feature . this way if a feature which is displayed in a gui is clicked on the application can then get a user defined object associated with the feature . concode_field_sep HashMap<String,Qualifier> Qualifiers concode_elem_sep String source concode_elem_sep Comparator<Feat...
void function ( Object arg0 ) { this . userObject = arg0 ; }
453
returns a double value > = x such that if you multiply that value by an int , and then divide it by that int again , you get precisely the same value back concode_field_sep int MIN_ENCODED_VALUE concode_elem_sep double RADIANS_PER_METER concode_elem_sep double DECODE concode_elem_sep int BITS concode_elem_sep double MA...
double function ( double arg0 ) { long loc0 = Double . doubleToLongBits ( arg0 ) ; loc0 += Integer . MAX_VALUE ; loc0 &= ~ ( ( long ) Integer . MAX_VALUE ) ; double loc1 = Double . longBitsToDouble ( loc0 ) ; assert loc1 > arg0 ; return loc1 ; }
454
adapt an object to an imoduleartifact concode_field_sep PlaceHolder placeHolder concode_field_sep String getVersion
IModuleArtifact function ( Object arg0 ) { if ( arg0 instanceof IProject ) { return getModuleObject ( ( IProject ) arg0 ) ; } if ( arg0 instanceof IFile ) { return getModuleObject ( ( IFile ) arg0 ) ; } return null ; }
455
constructs new instances of org.topcased.gpm.domain.sheet.sheethistory . concode_field_sep java.lang.String loginName concode_elem_sep java.lang.String originState concode_elem_sep java.sql.Timestamp changeDate concode_elem_sep java.lang.String id concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String...
org . topcased . gpm . domain . sheet . SheetHistory function ( ) { return new org . topcased . gpm . domain . sheet . SheetHistory ( ) ; }
456
get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa...
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
457
returns the result of interpreting the object as an instance of ` deployed component ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep SoftwaredeploymentPackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_se...
T function ( DeployedComponent arg0 ) { return null ; }
458
sets the partitioner used to assign keys to different database shards concode_field_sep String userPassword concode_elem_sep int maxKvInsertBatchSize concode_elem_sep Partitioner shardPartitioner concode_elem_sep List<String> shardUrls concode_elem_sep DbAdapter dbAdapter concode_elem_sep float maxKvEvictFraction conco...
void function ( Partitioner arg0 ) { this . shardPartitioner = arg0 ; }
459
get the service counter and restrict it to a certain server , 0 for all . concode_field_sep Logger log concode_elem_sep AdministrationProxy administrationProxy concode_field_sep List<String> listRunningServers concode_elem_sep Boolean unadvertise concode_elem_sep String getSoftwareVersion concode_elem_sep String getRes...
long function ( String arg0 , int arg1 , String arg2 ) { return administrationProxy . getServiceCounterById ( arg0 , arg1 , arg2 ) ; }
460
return the valuestyler used by this tostringstyler . concode_field_sep ValueStyler valueStyler concode_field_sep void styleStart concode_elem_sep void styleValue concode_elem_sep void styleFieldSeparator concode_elem_sep void styleIdentityHashCode concode_elem_sep void styleFieldEnd concode_elem_sep void styleFieldStar...
ValueStyler function ( ) { return this . valueStyler ; }
461
if this method returns true , instead of showing the standard file path chooser when a new sdk of the type is created , the #showcustomcreateui method is called . concode_field_sep ExtensionPointName<SdkType> EP_NAME concode_elem_sep String myName concode_field_sep void setupSdkPaths concode_elem_sep boolean setupSdkPa...
boolean function ( ) { return false ; }
462
amazon aws secret key concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType concode_elem_sep String proxyHost concode_elem_sep Strin...
void function ( String arg0 ) { this . secretKey = arg0 ; }
463
adds google credentials from system properties to the alluxio configuration if they are not already present . concode_field_sep Logger LOG concode_field_sep boolean supportsPath concode_elem_sep UnderFileSystem create
boolean function ( ) { return Configuration . containsKey ( PropertyKey . GCS_ACCESS_KEY ) && Configuration . containsKey ( PropertyKey . GCS_SECRET_KEY ) ; }
464
this will get an action to be performed when the page is opened . this action is independent of any that may be defined by the openaction entry in the document catalog , and is executed after such an action . concode_field_sep COSDictionary actions concode_field_sep void setC concode_elem_sep void setO concode_elem_sep...
PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; }
465
creates a new ke hoach nuoc sach with the primary key . does not add the ke hoach nuoc sach to the database . concode_field_sep KeHoachNuocSachLocalService _service concode_field_sep vn.dtt.sol.ns.tramcap.dao.model.KeHoachNuocSach deleteKeHoachNuocSach concode_elem_sep vn.dtt.sol.ns.tramcap.dao.model.KeHoachNuocSach de...
vn . dtt . sol . ns . tramcap . dao . model . KeHoachNuocSach function ( long arg0 ) { return getService ( ) . createKeHoachNuocSach ( arg0 ) ; }
466
return the target connectionfactory that this connectionfactory should delegate to . concode_field_sep ConnectionFactory targetConnectionFactory concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setReference concode_elem_sep void afterPropertiesSet concode_elem_s...
ConnectionFactory function ( ) { return this . targetConnectionFactory ; }
467
get the coefficient of friction . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_sep AABB pool1 concode_elem_sep float m_friction concode_elem_sep Fi...
float function ( ) { return m_friction ; }
468
gets the value of the returnval property . concode_field_sep StoragePlacementResult returnval concode_field_sep void setReturnval
StoragePlacementResult function ( ) { return returnval ; }
469
gets the singleton instance of this class . concode_field_sep MultihomePlainSocketFactory DEFAULT_FACTORY concode_field_sep Socket createSocket concode_elem_sep Socket connectSocket concode_elem_sep boolean isSecure
MultihomePlainSocketFactory function ( ) { return DEFAULT_FACTORY ; }
470
sets coffee machine tares concode_field_sep Set<Ingredient> ingredients concode_elem_sep Set<Drink> drinks concode_elem_sep Set<Liquid> liquids concode_elem_sep Set<Tare> tares concode_field_sep Set<Drink> getDrinks concode_elem_sep Set<Tare> getTares concode_elem_sep Tare getTare concode_elem_sep Ingredient getIngredi...
void function ( Set < Tare > arg0 ) { this . tares . clear ( ) ; this . tares . addAll ( arg0 ) ; }
471
returns with the alignment on the x axis . concode_field_sep Side TOP_IN concode_elem_sep Side LEFT_IN concode_elem_sep Side TOP concode_elem_sep Side TOP_OUT concode_elem_sep Side LEFT_IN_CENTER concode_elem_sep Side BOTTOM concode_elem_sep Side FRONT_OUT_CENTER concode_elem_sep AlignType alignX concode_elem_sep Side ...
AlignType function ( ) { return alignX ; }
472
clone the diagnostic context for the current thread . internally a diagnostic context is represented as a stack . a given thread can supply the stack i.e. diagnostic context to a child thread so that the child can inherit the parent thread 's diagnostic context . the child thread uses the #inherit inherit method toinhe...
Stack function ( ) { Stack loc0 = getCurrentStack ( ) ; if ( loc0 == null ) return null ; else { return ( Stack ) loc0 . clone ( ) ; } }
473
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization2 concode_elem_sep void testSerialization concode_elem_sep void testSetUnits concode_elem_sep void testEquals
void function ( ) { ThermometerPlot loc0 = new ThermometerPlot ( ) ; ThermometerPlot loc1 = ( ThermometerPlot ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
474
gets the id value for this remotescheme . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode...
java . lang . Long function ( ) { return id ; }
475
sets the value of the airline property . concode_field_sep String destinationCity concode_elem_sep String departureCity concode_elem_sep float price concode_elem_sep int availableSeats concode_elem_sep int flightID concode_elem_sep XMLGregorianCalendar departureDate concode_elem_sep String airline concode_elem_sep XMLG...
void function ( String arg0 ) { this . airline = arg0 ; }
476
builds an instance of dbxrequestconfig with this builder 's configured parametersor defaults . concode_field_sep HttpRequestor httpRequestor concode_elem_sep int maxRetries concode_elem_sep String userLocale concode_elem_sep String clientIdentifier concode_field_sep String getClientIdentifier concode_elem_sep int getMa...
DbxRequestConfig function ( ) { return new DbxRequestConfig ( clientIdentifier , userLocale , httpRequestor , maxRetries ) ; }
477
performs the graph traversion with all elements which are contained in the specified collection . this means that every element of this collection and all elements which are reachable from these elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator m...
void function ( Collection arg0 ) { this . perform ( arg0 . iterator ( ) ) ; }
478
returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 conc...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
479
gets the value of the attribute 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 attribute property . for example , to add a new item , d...
List < XMLAttributeContent > function ( ) { if ( attribute == null ) { attribute = new ArrayList < XMLAttributeContent > ( ) ; } return this . attribute ; }
480
get custom serializer concode_field_sep java.lang.String preferenceType concode_elem_sep int preferenceId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDe...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
481
prints text to the specified window . if the window does n't exist the text goes to the status window , simple enough concode_field_sep IRCSession clientSession concode_elem_sep BuiltInLogger logger concode_elem_sep WindowDataListener listeners concode_field_sep void printRaw concode_elem_sep boolean isWindow concode_e...
void function ( String arg0 , String arg1 ) { if ( shouldContinue ( arg0 , arg1 ) ) { StatusWindow loc0 = clientSession . getWindow ( arg0 ) ; loc0 . flag ( ) ; loc0 . getDisplay ( ) . addText ( arg1 ) ; if ( logger . isEnabled ( ) ) logger . logMessage ( loc0 . getName ( ) , arg1 ) ; } }
482
sets the current selection to the given item , or clears selection if given null . concode_field_sep PlaceHolder placeHolder concode_field_sep void select concode_elem_sep void select concode_elem_sep void select concode_elem_sep void deselectAll concode_elem_sep void deselectAll concode_elem_sep Registration addSelect...
void function ( T arg0 ) { if ( arg0 != null ) { select ( arg0 ) ; } else { getSelectedItem ( ) . ifPresent ( this :: deselect ) ; } }
483
returns a type 3 name-based uuid based on the given bytes . concode_field_sep BinaryDecoder BASE58_DECODER concode_elem_sep BinaryEncoder BASE58_ENCODER concode_field_sep String formatBase58 concode_elem_sep UUID parseBase58 concode_elem_sep String format8x4 concode_elem_sep UUID parse8x4 concode_elem_sep UUID fromStri...
UUID function ( byte [ ] arg0 ) { Contract . checkArgument ( ! MoreArrays . isNullOrEmpty ( arg0 ) , "srini_string" ) ; return UUID . nameUUIDFromBytes ( arg0 ) ; }
484
called by any of the dtd handlers to enter dtd mode . once entered , all output will be accumulated in a string that can be printed as part of the document 's dtd . this method may be called any number of time but will only have affect the first time it 's called . to exist dtd state and get the accumulated dtd , call ...
void function ( ) { if ( _dtdWriter == null ) { flushLine ( false ) ; _dtdWriter = new StringWriter ( ) ; _docWriter = _writer ; _writer = _dtdWriter ; } }
485
returns this header 's type . concode_field_sep Header next concode_elem_sep int EXTHOPBYHOP concode_elem_sep int EXTAH concode_elem_sep int UDP concode_elem_sep int EXTESP concode_elem_sep int IP4 concode_elem_sep int UNK concode_elem_sep BitBuf rawpayload concode_elem_sep int type concode_elem_sep BitBuf rawheader co...
int function ( ) { return type ; }
486
tests ip destination criterion . concode_field_sep JsonCodec<Criterion> criterionCodec concode_elem_sep TpPort tpPort concode_elem_sep IpPrefix ipPrefix6 concode_elem_sep int tributarySlotLen concode_elem_sep byte[] tributarySlotBitmap concode_elem_sep MacAddress mac1 concode_elem_sep int tributaryPortNumber concode_el...
void function ( ) { Criterion loc0 = Criteria . matchIPDst ( ipPrefix4 ) ; ObjectNode loc1 = criterionCodec . encode ( loc0 , context ) ; assertThat ( loc1 , matchesCriterion ( loc0 ) ) ; }
487
create a validation builder for applicationresponse . concode_field_sep UBL20Validator s_aInstance concode_field_sep UBL20ValidatorBuilder<AttachedDocumentType> attachedDocument concode_elem_sep UBL20ValidatorBuilder<BillOfLadingType> billOfLading concode_elem_sep UBL20ValidatorBuilder<DespatchAdviceType> despatchAdvic...
UBL20ValidatorBuilder < ApplicationResponseType > function ( ) { return UBL20ValidatorBuilder . create ( ApplicationResponseType . class ) ; }
488
gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
489
method declaration concode_field_sep int iRight concode_elem_sep Node nNext concode_elem_sep Node nParent concode_elem_sep int iId concode_elem_sep Node nLeft concode_elem_sep Node nRight concode_elem_sep Row rData concode_elem_sep int iLeft concode_elem_sep int iParent concode_elem_sep int iBalance concode_field_sep i...
void function ( Node arg0 ) { if ( Trace . ASSERT ) { Trace . super ( iBalance != - 2 ) ; } rData . changed ( ) ; if ( arg0 == null ) { iRight = 0 ; nRight = null ; } else if ( arg0 . rData . iPos != 0 ) { iRight = arg0 . rData . iPos ; } else { nRight = arg0 ; } }
490
will eventually fire events to external systems . todo not implemented . concode_field_sep Map<String,EventListener> listenersMap concode_elem_sep String QUEUE_CACHE_NAME concode_elem_sep CachingService cachingService concode_elem_sep RequestService requestService concode_elem_sep Logger log concode_elem_sep SessionSer...
void function ( Event arg0 ) { log . debug ( "srini_string" + arg0 ) ; }
491
to set remote batch instance dto . concode_field_sep String batchName concode_elem_sep String batchClassName concode_elem_sep int priority concode_elem_sep boolean remote concode_elem_sep String createdOn concode_elem_sep String currentUser concode_elem_sep String uploadedOn concode_elem_sep String noOfPages concode_el...
void function ( RemoteBatchInstanceDTO arg0 ) { this . remoteBatchInstanceDTO = arg0 ; }
492
removes the header that was returned last . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_s...
void function ( ) { if ( this . lastIndex < 0 ) { throw new IllegalStateException ( "srini_string" ) ; } this . allHeaders . remove ( this . lastIndex ) ; this . lastIndex = - 1 ; this . currentIndex -- ; }
493
documentation pending concode_field_sep String owner concode_elem_sep String organizationName concode_elem_sep String keywords concode_elem_sep Map parentPools concode_elem_sep boolean showSubpools concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep String numberOfSubpools concode_e...
String function ( ) { return FormattedText . convertFormattedTextToPlaintext ( description ) ; }
494
returns a list of file in the snapshot concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep boolean containPhysicalIndexFile concode_elem_sep String snapshot concode_elem_sep FileInfo findPhysicalIndexFile
List < FileInfo > function ( ) { return indexFiles ; }
495
returns a multi-valued view over the provided numericdocvalues concode_field_sep PlaceHolder placeHolder concode_field_sep Bits unwrapSingletonBits concode_elem_sep NumericDocValues emptyNumeric concode_elem_sep Bits docsWithValue concode_elem_sep Bits docsWithValue concode_elem_sep Bits docsWithValue concode_elem_sep ...
SortedNumericDocValues function ( NumericDocValues arg0 , Bits arg1 ) { return new SingletonSortedNumericDocValues ( arg0 , arg1 ) ; }
496
only works on non dynamic result sets . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep boolean useBufferRowExplicit concode_elem_sep MysqlIO io concode_elem_sep boolean wasEmpty concode_elem_sep int columnCount concode_elem_sep boolean noMoreRows concode_elem_sep ExceptionInter...
int function ( ) { return RESULT_SET_SIZE_UNKNOWN ; }
497
create a byte array with a specific size filled with specified data . concode_field_sep MediaType APPLICATION_JSON_UTF8 concode_field_sep byte[] convertObjectToJsonBytes
byte [ ] function ( int arg0 , String arg1 ) { byte [ ] loc0 = new byte [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 [ loc1 ] = Byte . parseByte ( arg1 , 2 ) ; } return loc0 ; }
498
select all nodes that are selected by this xpath expression . if multiple nodes match , multiple nodes will be returned . nodes will be returned in document-order , concode_field_sep PlaceHolder placeHolder concode_field_sep String selectText concode_elem_sep String selectText concode_elem_sep Node selectNode concode_e...
List < Node > function ( String arg0 , Object arg1 ) { return selectNodes ( arg0 , arg1 , null ) ; }
499
record the fact that a session has been destroyed . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concod...
void function ( HttpSessionEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" ) ; }