code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( ) { return false ; } | used by gradebookitemtable concode_field_sep String retrieveScoreUrl concode_elem_sep Double score concode_elem_sep String letterScore concode_elem_sep AssignmentGradeRecord gradeRecord concode_elem_sep Assignment assignment concode_elem_sep boolean scoringComponentEnabled concode_elem_sep String eventsLogTitle concode... |
void function ( File arg0 ) { this . sourceDirectory = arg0 ; } | an optional directory containing files to be used to be analyzed and added to the index at producer startup . concode_field_sep Version luceneVersion concode_elem_sep Analyzer analyzer concode_elem_sep String authority concode_elem_sep File sourceDirectory concode_elem_sep String host concode_elem_sep File indexDirecto... |
long function ( ) { return _entry . getEntryId ( ) ; } | returns the entry id of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolean ... |
String function ( ) { return timeZoneMinute ; } | gets the time zone offset minute from gmt . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET... |
void function ( ValueChangeEvent arg0 ) { valueChangeEffect2 . setFired ( false ) ; } | when values change event occures on date2 then we reset the effect so the user can see the changed value more easily . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep Date getDate1 concode_elem_sep void effec... |
void function ( TracerPackageProvider arg0 ) { TracerSupportImpl . getInstance ( ) . registerPackageProvider ( arg0 ) ; } | registers tracerpackageprovider . concode_field_sep TracerSupport INSTANCE concode_field_sep void unregisterPackageProvider concode_elem_sep TracerSupport getInstance |
int [ ] function ( int [ ] arg0 ) { if ( arg0 . length < 2 ) throw new IllegalArgumentException ( "srini_string" ) ; return new int [ ] { arg0 [ arg0 . length - 1 ] , arg0 [ arg0 . length - 2 ] } ; } | get the height and width for an image concode_field_sep PlaceHolder placeHolder concode_field_sep int numChannels concode_elem_sep int[] getSameModeTopLeftPadding concode_elem_sep int[] getOutputSize concode_elem_sep String getCommonErrorMsg concode_elem_sep int numFeatureMap |
ChronoElement < ? > function ( ) { return this . element ; } | liefert das interne element . concode_field_sep int OP_ROUND_FULL_MINUTE concode_elem_sep int OP_NEXT_FULL_MINUTE concode_elem_sep int OP_NAV_PREVIOUS_OR_SAME concode_elem_sep int type concode_elem_sep int OP_MINIMIZE concode_elem_sep int OP_WIM concode_elem_sep int OP_LAST_DAY_OF_PREVIOUS_MONTH concode_elem_sep int OP... |
Map < Long , List < BigQueryError >> function ( ) { return insertErrors ; } | returns all insertion errors as a map whose keys are indexes of rows that failed to insert . each failed row index is associated with a non-empty list of bigqueryerror . concode_field_sep long serialVersionUID concode_elem_sep Map<Long,List<BigQueryError>> insertErrors concode_field_sep boolean hasErrors concode_elem_s... |
boolean function ( OnExceptionDefinition arg0 , Exchange arg1 ) { if ( arg0 . getOnWhen ( ) == null || arg0 . getOnWhen ( ) . getExpression ( ) == null ) { return true ; } return arg0 . getOnWhen ( ) . getExpression ( ) . matches ( arg1 ) ; } | strategy method for matching the exception type with the current exchange . this default implementation will match as : always true if no when predicate on the exception type otherwise the when predicate is matches against the current exchange concode_field_sep Logger LOG concode_field_sep boolean filter concode_elem_s... |
ComponentTransferFunction function ( ) { ConcreteComponentTransferFunction loc0 = new ConcreteComponentTransferFunction ( ) ; loc0 . type = IDENTITY ; return loc0 ; } | returns an instance initialized as an identity transfer function concode_field_sep float amplitude concode_elem_sep float offset concode_elem_sep float[] tableValues concode_elem_sep float intercept concode_elem_sep int type concode_elem_sep float slope concode_elem_sep float exponent concode_field_sep ComponentTransfe... |
int function ( final int arg0 , final int arg1 ) { return ( arg0 - arg1 ) ; } | laskee lukujen erotuksen ja palauttaa vastauksen . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getOikein |
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St... |
void function ( ) { testDirsFailures ( true ) ; } | make local-dirs fail/inaccessible and verify if nodemanager can recognize the disk failures properly and can update the list of local-dirs accordingly with good disks . also verify the overall health status of the node . concode_field_sep int numLogDirs concode_elem_sep long DISK_HEALTH_CHECK_INTERVAL concode_elem_sep ... |
void function ( Map < String , Object > arg0 ) { this . templateParams = arg0 ; } | set the parameters for the template being processed concode_field_sep Map<String,Object> templateParams concode_elem_sep TemplateEngine templateEngine concode_elem_sep Properties mailProperties concode_elem_sep int messageFormat concode_elem_sep Session session concode_elem_sep List<User> users concode_elem_sep String ... |
void function ( ) { ReplayCache < Long > loc0 = ReplayCache . newInstance ( TEST_MAX_SIZE , 10 ) ; CounterCallable loc1 = new CounterCallable ( ) ; Assert . assertEquals ( 1 , ( long ) loc0 . run ( "srini_string" , loc1 ) ) ; Thread . sleep ( 11 ) ; Assert . assertEquals ( 2 , ( long ) loc0 . run ( "srini_string" , loc... | tests that keys are evicted after the configured timeout . concode_field_sep String TEST_ERROR_MESSAGE concode_elem_sep long mCount concode_elem_sep Exception mException concode_elem_sep Long TEST_MAX_SIZE concode_elem_sep ReplayCache<Long> mCache concode_elem_sep Long TEST_TIMEOUT_MS concode_field_sep Long call concod... |
T function ( T arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( arg1 + "srini_string" ) ; } return arg0 ; } | verifies a variable is not null . concode_field_sep String IDENTIFIER_PATTERN_STR concode_elem_sep Pattern IDENTIFIER_PATTERN concode_field_sep int gt0 concode_elem_sep long gt0 concode_elem_sep int ge0 concode_elem_sep long ge0 concode_elem_sep String validIdentifier concode_elem_sep String notEmpty concode_elem_sep L... |
FederatedUser function ( ) { return this . federatedUser ; } | identifiers for the federated user associated with the credentials such as arn : aws : sts : :123456789012 : federated-user/bob or 123456789012 : bob . you can use the federated user 's arn in your resource-based policies , such as an amazon s3 bucket policy . concode_field_sep FederatedUser federatedUser concode_elem_... |
boolean function ( ) { return getFrequency ( ) < 0.5 ; } | check if the truth value is negative concode_field_sep char DELIMITER concode_elem_sep ShortFloat confidence concode_elem_sep char SEPARATOR concode_elem_sep ShortFloat frequency concode_field_sep String toStringBrief concode_elem_sep float getFrequency concode_elem_sep int hashCode concode_elem_sep boolean equals conc... |
SearchAccount function ( Context arg0 ) { SearchAccount loc0 = new SearchAccount ( arg0 , true , null , null ) ; loc0 . setDescription ( arg0 . getString ( R . string . integrated_inbox_title ) ) ; loc0 . setEmail ( arg0 . getString ( R . string . integrated_inbox_detail ) ) ; return loc0 ; } | create a searchaccount instance for the unified inbox . concode_field_sep String description concode_elem_sep String query concode_elem_sep boolean integrate concode_elem_sep Flag[] mForbiddenFlags concode_elem_sep String mUuid concode_elem_sep String[] folderNames concode_elem_sep boolean builtin concode_elem_sep long... |
RestClientBuilder function ( int arg0 ) { if ( arg0 <= 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . maxRetryTimeout = arg0 ; return this ; } | sets the maximum timeout in milliseconds to honour in case of multiple retries of the same request . #default_max_retry_timeout_millis if not specified . concode_field_sep int DEFAULT_MAX_CONN_PER_ROUTE concode_elem_sep Header[] EMPTY_HEADERS concode_elem_sep HttpClientConfigCallback httpClientConfigCallback concode_el... |
void function ( DataOutputStream arg0 , List < String > arg1 ) { asJson ( arg0 , MapBuilder . create ( ) . put ( "srini_string" , makeTablePartions ( arg1 ) ) . build ( ) ) ; } | show the table partitions . concode_field_sep Logger LOG concode_field_sep List<Map<String,Object>> makeColsUnformatted concode_elem_sep List<Path> makeTableStatusLocations concode_elem_sep void putFileSystemsStats concode_elem_sep void asJson concode_elem_sep void showDatabases concode_elem_sep void describeTable conc... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( Item loc1 : this ) loc0 . append ( loc1 + "srini_string" ) ; return loc0 . toString ( ) ; } | return string representation . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep Node last concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item next concode_elem_sep void enqueue concode_elem_sep Iterator<Item> iterator concode_elem_sep int size c... |
void function ( String arg0 ) { for ( IConnectionServiceAdapter loc0 : mAdapters ) { try { loc0 . setRinging ( arg0 ) ; } catch ( RemoteException loc1 ) { } } } | sets a call 's state to ringing e.g. , an inbound ringing call . concode_field_sep Set<IConnectionServiceAdapter> mAdapters concode_field_sep void setRingbackRequested concode_elem_sep void setAddress concode_elem_sep void removeAdapter concode_elem_sep void setCallerDisplayName concode_elem_sep void setOnHold concode_... |
List < String > function ( ) { if ( bedType == null ) { bedType = new ArrayList < String > ( ) ; } return this . bedType ; } | gets the value of the bedtype 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 bedtype property . for example , to add a new item , do as... |
boolean function ( ) { return false ; } | returns true if this trigger supports merging of trigger state and can therefore be used with a org.apache.flink.streaming.api.windowing.assigners.mergingwindowassigner . if this returns true you must properly implement #onmerge window , onmergecontext concode_field_sep long serialVersionUID concode_field_sep long getC... |
void function ( long arg0 ) { _socialRequest . setCompanyId ( arg0 ) ; } | sets the company id of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_el... |
Schema function ( ) { return schema ; } | returns the schema that was read . concode_field_sep Schema schema concode_elem_sep ArrayList<MatchingRule> matchingRulesToKeep concode_elem_sep String[] ocsToKeep concode_elem_sep ArrayList<ObjectClass> objectclassesToKeep concode_elem_sep ArrayList<AttributeType> attributesToKeep concode_elem_sep ArrayList<AttributeS... |
String function ( ) { return diagnosis ; } | gets the value of the diagnosis property . concode_field_sep LinkType provider concode_elem_sep LinkType patient concode_elem_sep RadiologyTypeRepresentation radiology concode_elem_sep String diagnosis concode_elem_sep LinkType id concode_elem_sep DrugTreatmentTypeRepresentation drugTreatment concode_elem_sep SurgeryTy... |
int function ( ) { return _maukiemdem . getSoMauNgauNhien ( ) ; } | returns the so mau ngau nhien of this m a u k i e m d e m. concode_field_sep MAUKIEMDEM _maukiemdem concode_field_sep void setSoMauKiemDem concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscaped... |
void function ( CTRst arg0 ) { this . text = arg0 ; } | sets the value of the text property . concode_field_sep Object parent concode_elem_sep CTCommentPr commentPr concode_elem_sep String ref concode_elem_sep Long shapeId concode_elem_sep String guid concode_elem_sep CTRst text concode_elem_sep long authorId concode_field_sep String getGuid concode_elem_sep void setGuid co... |
void function ( java . util . Calendar arg0 ) { this . expirationDate = arg0 ; } | sets the expirationdate value for this billingcustomer . concode_field_sep java.lang.String billingCode concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String accessCodeType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean active concode_elem_sep boolean ... |
void function ( Identity arg0 ) { this . identity = arg0 ; } | set the identity for this server concode_field_sep String charset concode_elem_sep String selected concode_elem_sep ArrayList<String> connectCommands concode_elem_sep String title concode_elem_sep boolean autoconnect concode_elem_sep ArrayList<String> autoJoinChannels concode_elem_sep int status concode_elem_sep boolea... |
String function ( ) { return delimiters ; } | displays the delimiters used . concode_field_sep InterfaceTermHandler stopWordHandler concode_elem_sep String delimiters concode_field_sep Set<String> tokenizeToSet concode_elem_sep String getShortDescriptionString concode_elem_sep InterfaceTermHandler getStopWordHandler concode_elem_sep void setStopWordHandler concode... |
float function ( ) { return m_buffer . getFloat ( m_offset + 12 ) ; } | returns the alpha color component . concode_field_sep int m_offset concode_elem_sep ByteBuffer m_buffer concode_field_sep float getRed concode_elem_sep float getGreen concode_elem_sep void setBlue concode_elem_sep void setAlpha concode_elem_sep String toString concode_elem_sep float getBlue concode_elem_sep void setRed... |
void function ( String arg0 ) { this . vpcId = arg0 ; } | the id of the vpc . concode_field_sep String cidrBlock concode_elem_sep String vpcId concode_elem_sep String ownerId concode_field_sep int hashCode concode_elem_sep String getOwnerId concode_elem_sep boolean equals concode_elem_sep void setCidrBlock concode_elem_sep VpcPeeringConnectionVpcInfo withVpcId concode_elem_se... |
void function ( boolean arg0 ) { this . synchronizedWithTransaction = arg0 ; } | mark the resource as synchronized with a transaction . concode_field_sep int referenceCount concode_elem_sep boolean rollbackOnly concode_elem_sep boolean synchronizedWithTransaction concode_elem_sep boolean isVoid concode_elem_sep Date deadline concode_field_sep boolean isSynchronizedWithTransaction concode_elem_sep v... |
boolean function ( final Double arg0 , final Double arg1 ) { if ( arg0 == arg1 ) { return true ; } if ( arg0 == null ) { return false ; } return arg0 . equals ( arg1 ) ; } | compare two doubles . concode_field_sep PlaceHolder placeHolder concode_field_sep Object lookup concode_elem_sep List<String> parseConnectorConnectorConfig concode_elem_sep TransactionManager locateTM concode_elem_sep Object safeInitNewInstance concode_elem_sep List<Map<String,Object>> parseConfig concode_elem_sep Hash... |
Iterable < String > function ( final Object arg0 ) { if ( propertyPathsByTransientEntity == null ) { return Collections . emptyList ( ) ; } else { return propertyPathsByTransientEntity . get ( arg0 ) ; } } | retrieve the paths that refer to the transient entity concode_field_sep Map<Object,Set<String>> propertyPathsByTransientEntity concode_field_sep void add concode_elem_sep void resolveNonNullableTransientEntity concode_elem_sep Iterable<Object> getNonNullableTransientEntities concode_elem_sep boolean isEmpty concode_ele... |
void function ( ) { this . index = this . startIndex ; } | resets the iterator back to the start index . concode_field_sep int index concode_elem_sep int startIndex concode_elem_sep E[] array concode_elem_sep int endIndex concode_field_sep E next concode_elem_sep int getStartIndex concode_elem_sep int getEndIndex concode_elem_sep E[] getArray concode_elem_sep boolean hasNext c... |
void function ( AssertionInfo arg0 , boolean [ ] arg1 , boolean [ ] arg2 ) { arrays . assertContainsSubsequence ( arg0 , failures , arg1 , arg2 ) ; } | verifies that the given array contains the given subsequence of values possibly with other values between them . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep BooleanArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep Boolea... |
double function ( int arg0 , int arg1 ) { double loc0 = 96.0 ; return calculateImageSize ( loc0 , arg0 , arg1 ) ; } | utility to scale the image to a rough size of 96x96 pixels but still maintaining the original aspect ratio . concode_field_sep Logger logger concode_elem_sep Media soundIconSmall concode_elem_sep Media movieIconSmall concode_elem_sep Media BROKEN_ICON concode_elem_sep Media MOVIE_ICON concode_elem_sep String thumbConve... |
Set function ( ) { return plugIns . keySet ( ) ; } | access plugins property . concode_field_sep String CONFIG_KEY concode_elem_sep Map plugIns concode_elem_sep Map testSuites concode_field_sep boolean addTestSuite concode_elem_sep Object removePlugIn concode_elem_sep Map getTestSuites concode_elem_sep void setTestSuites concode_elem_sep boolean addPlugIn concode_elem_se... |
FixedBitSet function ( ) { FixedBitSet loc0 = new FixedBitSet ( 64 ) ; for ( DocIterator loc1 = iterator ( ) ; loc1 . hasNext ( ) ; ) { int loc2 = loc1 . loc2 ( ) ; loc0 = FixedBitSet . ensureCapacity ( loc0 , loc2 ) ; loc0 . set ( loc2 ) ; } return loc0 ; } | return a fixedbitset with a bit set for every document in this docset . the default implementation iterates on all docs and sets the relevant bits . you should override if you can provide a more efficient implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep int intersec... |
Set < ServiceListener > function ( ) { return serviceListeners ; } | returns a set of registered service listeners . handy method when mocking with listeners is required . concode_field_sep Properties DEFAULT_PROPERTIES concode_elem_sep Bundle bundle concode_elem_sep Set<BundleListener> bundleListeners concode_elem_sep Properties properties concode_elem_sep Set<ServiceListener> serviceL... |
ThrowingDoubleConsumer function ( ThrowingDoubleConsumer arg0 ) { return orTryWith ( arg0 , null ) ; } | returns a throwingdoubleconsumer performing the given operation on the argument if this operation throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void acceptThrowing concode_elem_sep DoubleConsumer fallbackTo concode_elem_sep DoubleConsumer fallbackTo concode_elem_sep void accept conco... |
Function < V , R > function ( final Function < ? super V , ? extends T > arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } final Function < T , R > loc0 = this ; return new Function < V , R > ( ) { @ Override public R apply ( V arg1 ) throws Exception { return loc0 . apply ( arg0 . apply ( arg1 ) ) ... | returns a composed function that first applies the before function to its input , and then applies this function to the result . if evaluation of either function throws an exception , it is relayed to the caller of the composed function . concode_field_sep PlaceHolder placeHolder concode_field_sep R apply concode_elem_... |
String function ( Date arg0 ) { return new SimpleDateFormat ( "srini_string" ) . format ( arg0 ) ; } | converts a util.date into a readable format . concode_field_sep String OUTPUT_PATH concode_elem_sep String employeeName concode_elem_sep Document pdf concode_elem_sep Date soldDate concode_elem_sep Logger LOGGER concode_elem_sep List<ReceiptEntry> receiptEntry concode_elem_sep int receiptNumber concode_field_sep void a... |
void function ( String arg0 ) { this . failure = arg0 ; } | sets the reason for the failure if the snapshot is in the indexshardsnapshotstatus.stage #failure state 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_se... |
String function ( ) { if ( System . getProperty ( CogAssist . HOME_PROPERTY ) != null ) return System . getProperty ( CogAssist . HOME_PROPERTY ) ; else return "srini_string" ; } | returns the name of the digdeep-home directory . concode_field_sep String HOME_PROPERTY concode_elem_sep String DB_TYPE concode_elem_sep String SMTP_PORT_PROPERTY concode_elem_sep String BLUEMIX_VCAP_SERVICES concode_elem_sep String MYSQL_PROPERTIES_FILE_NAME concode_elem_sep String SMTP_HOST_PROPERTY concode_elem_sep ... |
void function ( double arg0 ) { this . requestedMips = arg0 ; } | sets the requested mips . concode_field_sep double allocatedMips concode_elem_sep double requestedMips concode_elem_sep boolean isInMigration concode_elem_sep double time concode_field_sep double getAllocatedMips concode_elem_sep double getTime concode_elem_sep boolean isInMigration concode_elem_sep void setInMigration... |
void function ( ) { if ( ! prepared && ! isRecovered ( ) ) { throw new XAException ( "srini_string" ) ; } log . registerTxIdentifier ( getIdentifier ( ) ) ; try { committed = true ; doCommit ( ) ; } finally { log . unregisterTxIdentifier ( ) ; } } | first registers the transaction identifier see xalogicallog #getcurrenttxidentifier then calls #docommit . concode_field_sep int identifier concode_elem_sep boolean rolledback concode_elem_sep boolean committed concode_elem_sep XaLogicalLog log concode_elem_sep boolean prepared concode_elem_sep boolean isRecovered conc... |
void function ( boolean arg0 ) { } | called when the activity will start interacting with the user . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverride... |
Object function ( ) { throw new MethodNotImplementedException ( "srini_string" ) ; } | unused concode_field_sep long serialVersionUID concode_elem_sep String id concode_field_sep void setId concode_elem_sep String getId |
int function ( ) { return maxObjectSizeBytes ; } | returns the current maximum response body size that will be cached . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_... |
void function ( long arg0 ) { _trashVersion . setEntryId ( arg0 ) ; } | sets the entry id of this trash version . concode_field_sep TrashVersion _trashVersion concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co... |
BytecodeArray function ( ) { return attCode . getCode ( ) ; } | gets the bytecode array . concode_field_sep LineNumberList lineNumbers concode_elem_sep LocalVariableList localVariables concode_elem_sep Method method concode_elem_sep boolean accSuper concode_elem_sep CstString sourceFile concode_elem_sep AttCode attCode concode_field_sep CstString getDescriptor concode_elem_sep CstN... |
E function ( final String arg0 , @ Nullable final SharePhoto arg1 ) { this . bundle . putParcelable ( arg0 , arg1 ) ; return ( E ) this ; } | sets a photo value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem... |
String function ( ) { return remoteSchema ; } | gets the value of the remoteschema property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep JAXBElement<? extends TransformationType> transformation concode_... |
void function ( Properties arg0 ) { this . jndiProperties = arg0 ; } | set jndi properties concode_field_sep Log log concode_elem_sep DataSourceInformation dataSourceInformation concode_elem_sep Properties jndiProperties concode_elem_sep DataSource dataSource concode_elem_sep String dataSourceName concode_elem_sep String tableName concode_field_sep String getDSName concode_elem_sep DataSo... |
void function ( String arg0 ) { this . tag = arg0 ; } | sets the value of the tag property . concode_field_sep String ind2 concode_elem_sep List<SubfieldatafieldType> subfield concode_elem_sep String ind1 concode_elem_sep String id concode_elem_sep String tag concode_field_sep List<SubfieldatafieldType> getSubfield concode_elem_sep String getInd1 concode_elem_sep void setId... |
SampledHTTPRequest function ( String arg0 ) { setAction ( arg0 ) ; return this ; } | the action for the rule that the request matched : allow , block , or count . concode_field_sep HTTPRequest request concode_elem_sep Long weight concode_elem_sep String action concode_elem_sep java.util.Date timestamp concode_field_sep void setRequest concode_elem_sep void setAction concode_elem_sep HTTPRequest getRequ... |
Object function ( Class < ? > arg0 ) { return context . get ( arg0 ) ; } | returns the context object associated with the given key . the elcontext maintains a collection of context objects relevant to the evaluation of an expression . these context objects are used by elresolvers . this method is used to retrieve the context with the given key from the collection . by convention , the object... |
org . eclipse . birt . report . soapengine . api . FormatRuleEffect function ( ) { return effect ; } | gets the effect value for this formatrule . concode_field_sep org.eclipse.birt.report.soapengine.api.FormatRuleCondition condition concode_elem_sep org.eclipse.birt.report.soapengine.api.FormatRuleEffect effect concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.a... |
java . lang . String function ( ) { return _memberRequest . getKey ( ) ; } | returns the key of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_ele... |
String function ( Date arg0 , String arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; SimpleDateFormat loc0 = DateFormatHolder . formatFor ( arg1 ) ; return loc0 . format ( arg0 ) ; } | formats the given date according to the specified pattern . the pattern must conform to that used by the simpledateformat simple dateformat class . concode_field_sep String PATTERN_RFC1123 concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String[] DEFAULT_PATTERNS concode... |
PsiElement function ( @ NotNull PsiElement arg0 ) { PsiElement loc0 = null ; for ( PsiElement loc1 = arg0 ; loc1 != null && isStringLiteralPart ( loc1 , loc0 ) ; loc1 = loc1 . getParent ( ) ) { loc0 = loc1 ; } return loc0 ; } | returns the largest expression in the specified context that represents a string literal suitable for language injection , possibly with concatenation , parentheses , or formatting . concode_field_sep InjectionResult EMPTY concode_elem_sep boolean myStrict concode_elem_sep boolean myInjected concode_elem_sep List<Class... |
String function ( byte arg0 ) { return ( arg0 == Token . END ) ? "srini_string" : TOKEN_TYPES [ arg0 ] ; } | converts a token type constant to a token type string . concode_field_sep Token next concode_elem_sep byte INVALID concode_elem_sep ParserRuleSet rules concode_elem_sep String[] TOKEN_TYPES concode_elem_sep byte KEYWORD2 concode_elem_sep byte KEYWORD1 concode_elem_sep byte LITERAL4 concode_elem_sep byte LITERAL2 concod... |
Object function ( ) { return ( ! ( this . view instanceof String ) ? this . view : null ) ; } | return the view object , or null if we are using a view nameto be resolved by the dispatcherportlet via a viewresolver . concode_field_sep Object view concode_elem_sep ModelMap model concode_elem_sep boolean cleared concode_field_sep boolean wasCleared concode_elem_sep Map<String,Object> getModel concode_elem_sep void ... |
byte [ ] function ( ) { return output ; } | get the output . concode_field_sep byte[] output concode_elem_sep Long returnCode concode_elem_sep ScriptActionDetails parentScriptActionDetails concode_elem_sep long serialVersionUID concode_elem_sep Long actionScriptId concode_elem_sep Long serverId concode_elem_sep Date startDate concode_elem_sep Date stopDate conco... |
Object function ( Object arg0 ) { throw new JsonMappingException ( "srini_string" + getValueTypeDesc ( ) + "srini_string" ) ; } | method to called to create value instance from json object using an intermediate `` delegate '' value to pass to createor method concode_field_sep PlaceHolder placeHolder concode_field_sep SettableBeanProperty[] getFromObjectArguments concode_elem_sep boolean canCreateUsingDelegate concode_elem_sep String getValueTypeD... |
IdentityHashMap < K , V > function ( ) { return new IdentityHashMap < K , V > ( ) ; } | creates an identityhashmap instance . concode_field_sep PlaceHolder placeHolder concode_field_sep HashMap<K,V> newHashMap |
Map < QName , String > function ( ) { return otherAttributes ; } | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... |
ContextFactory function ( ) { if ( theFactory == null ) { theFactory = new ContextFactory ( ) ; theFactory . setAttributes ( ) ; } return theFactory ; } | returns the singleton contextfactory instance , constructing it if necessary . when the instance is constructed , this method checks if the file hadoop-metrics . properties exists on the class path . if it exists , it must be in the format defined by java.util.properties , and all the properties in the file are set as ... |
void function ( ) { if ( timerJobAcquisitionThread == null ) { timerJobAcquisitionThread = new Thread ( timerJobRunnable ) ; } timerJobAcquisitionThread . start ( ) ; if ( asyncJobAcquisitionThread == null ) { asyncJobAcquisitionThread = new Thread ( asyncJobsDueRunnable ) ; } asyncJobAcquisitionThread . start ( ) ; } | starts the acquisition thread concode_field_sep int maxTimerJobsPerAcquisition concode_elem_sep AcquireAsyncJobsDueRunnable asyncJobsDueRunnable concode_elem_sep int maxAsyncJobsDuePerAcquisition concode_elem_sep ExecutorService executorService concode_elem_sep int timerLockTimeInMillis concode_elem_sep String lockOwne... |
boolean function ( IStructure arg0 ) { if ( arg0 instanceof IncludedCssStyleSheet || arg0 instanceof IncludedLibrary || arg0 instanceof EmbeddedImage || arg0 instanceof ResultSetColumn || arg0 instanceof LevelAttribute ) return true ; return false ; } | checks whether the given structure supports line number . concode_field_sep Map<String,Integer> xpathMap concode_elem_sep Map<String,Integer> variablesMap concode_elem_sep Map<Long,Integer> elementMap concode_elem_sep Map<String,Integer> includeLibStructMap concode_elem_sep Module module concode_elem_sep Map<String,Int... |
String function ( int arg0 ) { return commandHistory . get ( arg0 ) ; } | get the sql statement from history . concode_field_sep WebServer server concode_elem_sep HashMap<String,Object> map concode_elem_sep Connection conn concode_elem_sep ArrayList<String> commandHistory concode_elem_sep boolean shutdownServerOnDisconnect concode_elem_sep long lastAccess concode_elem_sep Locale locale conco... |
void function ( final String arg0 ) { this . baseUrl = arg0 ; } | set by dispatcher concode_field_sep String request concode_elem_sep String baseUrl concode_elem_sep boolean get concode_elem_sep String requestCharset concode_elem_sep Map<String,String> rawKvp concode_elem_sep String version concode_field_sep void setRequest concode_elem_sep String getVersion concode_elem_sep boolean ... |
long function ( ) { return timeoutMillis ; } | gets the timeout in milliseconds . concode_field_sep TransactionType transactionType concode_elem_sep long DEFAULT_TIMEOUT_MILLIS concode_elem_sep int durability concode_elem_sep long timeoutMillis concode_elem_sep int value concode_field_sep int getDurability concode_elem_sep TransactionOptions setTimeout concode_elem... |
boolean function ( ) { try { while ( readStream . available ( ) > 0 ) { readBlock ( ) ; if ( readBuffer [ 0 ] != 0 ) { return true ; } } } catch ( EOFException loc0 ) { } close ( ) ; return false ; } | readblock and readnextheaderblock are the methods that users of this class should use to read header blocks from the tar file . readnextheaderblock continues working through the tar file from the current point until it finds a block with a non-0 first byte . concode_field_sep byte[] readBuffer concode_elem_sep long byt... |
void function ( ) { bonding = BONDING_NA ; } | set the network as not applicable to bonding . concode_field_sep String netmaskVariableName concode_elem_sep boolean isStatic concode_elem_sep String ipv6Address concode_elem_sep String ipAddress concode_elem_sep String BONDING_NA concode_elem_sep String bondingMaster concode_elem_sep String bondingMasterVariableName c... |
java . lang . String function ( ) { return _donvia . getTaikhoan ( ) ; } | returns the taikhoan of this donvia . concode_field_sep donvia _donvia concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setDienthoai concode_elem_sep void setMasothue concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.... |
void function ( final int arg0 ) { Args . positive ( arg0 , "srini_string" ) ; this . cap = arg0 ; } | sets the absolute maximum per-host connection pool size to probe up to ; defaults to 2 the default per-host max . concode_field_sep long coolDown concode_elem_sep Map<HttpRoute,Long> lastRouteBackoffs concode_elem_sep Map<HttpRoute,Long> lastRouteProbes concode_elem_sep double backoffFactor concode_elem_sep int cap con... |
String function ( ) { return "srini_string" ; } | get the dynanyfactory repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep DynAnyFactory extract concode_elem_sep DynAnyFactory read concode_elem_sep void insert concode_elem_sep DynAnyFactory narrow concode_elem_sep String not_applicable concode_elem_sep TypeCode type concode_elem_sep void write... |
int function ( final byte [ ] arg0 , byte arg1 , int arg2 ) { for ( int loc0 = arg2 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == arg1 ) { return loc0 ; } else if ( arg0 [ loc0 ] == 0x29 ) { return - 1 ; } } return - 1 ; } | returns the index of the first matching byte in the specified octet-string , starting at the given index . the filterlist terminator ' ' stops the search . concode_field_sep int sequenceIndex concode_elem_sep int offset concode_elem_sep boolean utf8 concode_elem_sep byte[] buffer concode_elem_sep int[] sequenceOffset c... |
boolean function ( AbstractVertex arg0 ) { return internalBuffer . putVertex ( arg0 ) ; } | this method is called by the reporters to send vertices to the buffer . concode_field_sep Buffer internalBuffer concode_elem_sep String arguments concode_field_sep Buffer getBuffer concode_elem_sep void setBuffer concode_elem_sep boolean putEdge concode_elem_sep boolean launch concode_elem_sep boolean shutdown |
boolean function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return true ; } for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { if ( ! Character . isWhitespace ( arg0 . charAt ( loc0 ) ) ) { return false ; } } return true ; } | utility method to check if a string is null or empty concode_field_sep Log log concode_field_sep Hashtable<String,String> getEPRProperties concode_elem_sep void handleException concode_elem_sep void handleException concode_elem_sep QName getQNameFromString concode_elem_sep MessageFormatter getMessageFormatter concode_e... |
void function ( Boolean arg0 ) { if ( ! result ) { if ( arg0 ) { mergedport . emit ( true ) ; } result = true ; } } | emits result if any partition returns true . then on the window emits no more tuples concode_field_sep DefaultOutputPort<Boolean> mergedport concode_elem_sep boolean result concode_field_sep void beginWindow concode_elem_sep void setup concode_elem_sep void endWindow concode_elem_sep void teardown |
void function ( ) { this . backend . remove ( ) ; } | removes from the underlying collection the last element returned by the iterator optional operation . this method can be called only once per call to next . the behavior of an iterator is unspecified if the underlying collection is modified while the iteration is in progress in any way other than by calling this method... |
MockResponse function ( boolean arg0 ) { this . disconnectAtEnd = arg0 ; return this ; } | request close of connection after the response . this is the default http/1 .0 behavior . concode_field_sep String EMPTY_BODY_HEADER concode_elem_sep String CHUNKED_BODY_HEADER concode_elem_sep boolean disconnectAtStart concode_elem_sep List<String> headers concode_elem_sep boolean disconnectAtEnd concode_elem_sep Stri... |
void function ( long arg0 ) { _mbBan . setCompanyId ( arg0 ) ; } | sets the company id of this message boards ban . concode_field_sep MBBan _mbBan concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getBanUserUuid concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.... |
RestulfulServerConfiguration function ( List < BaseMethodBinding < ? >> arg0 ) { this . serverBindings = arg0 ; return this ; } | set the serverbindings concode_field_sep String serverVersion concode_elem_sep Collection<ResourceBinding> resourceBindings concode_elem_sep FhirContext fhirContext concode_elem_sep String serverName concode_elem_sep String conformanceDate concode_elem_sep List<BaseMethodBinding<?>> serverBindings concode_elem_sep ISer... |
void function ( int arg0 ) { this . statusCode = arg0 ; } | this method sets the value to the member attribute statuscode . you can not set null to the attribute . concode_field_sep int STATUS_SUCCESS concode_elem_sep int STATUS_PARTIAL_SUCCESS concode_elem_sep int ResponseStatus_MAX concode_elem_sep String msgDesc concode_elem_sep int STATUS_WARN concode_elem_sep List<VMessage... |
void function ( double arg0 ) { verticalAccuracy = arg0 ; } | set the estimated vertical accuracy of the solution . concode_field_sep int satellites concode_elem_sep Date date concode_elem_sep double latitude concode_elem_sep double courseOverGround concode_elem_sep double horizontalAccuracy concode_elem_sep double speedOverGround concode_elem_sep Type type concode_elem_sep boole... |
void function ( int arg0 ) { int loc0 = timePassed ( ) ; mDuration = loc0 + arg0 ; mFinished = false ; } | extend the scroll animation . this allows a running animation to scroll further and longer , when used with #setfinalx int or #setfinaly int . concode_field_sep long mDuration concode_elem_sep float mDeltaAngle concode_elem_sep boolean mFinished concode_elem_sep float mCoeffVelocity concode_elem_sep long mStartTime con... |
Connection function ( PreparedStatement arg0 ) { Connection loc0 = Mockito . mock ( Connection . class ) ; try { Mockito . when ( loc0 . prepareStatement ( Mockito . anyString ( ) ) ) . thenReturn ( arg0 ) ; } catch ( SQLException loc1 ) { fail ( loc1 . getMessage ( ) ) ; } return loc0 ; } | doc yyin comment method `` mockconnection '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetTablescase1 concode_elem_sep void setUp concode_elem_sep ResultSet mockResultSet concode_elem_sep PreparedStatement mockPreparedStatement concode_elem_sep void testGetTablesCase2 concode_elem_sep Resul... |
void function ( String arg0 ) { this . text = arg0 ; } | set the value of the text 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 int... |
int function ( int arg0 ) { int loc0 = getGridX ( ) ; return ( arg0 + loc0 / 2 ) / loc0 * loc0 ; } | align a coordinate according to x axis . concode_field_sep Canvas canvas concode_elem_sep int off_x concode_elem_sep CollectionVar<Item> selection concode_elem_sep int off_y concode_elem_sep int last_x concode_elem_sep int last_y concode_field_sep void mouseReleased concode_elem_sep int getGridX concode_elem_sep int ge... |
F . Promise < String > function ( String arg0 , String arg1 , Map < String , String > arg2 , Map < String , String > arg3 ) { return redirectURL ( arg0 , arg1 , arg2 , arg3 , null ) ; } | retrieve the url where the user should be redirected to start the openid authentication process concode_field_sep play.api.libs.openid.OpenIdClient client concode_field_sep F.Promise<UserInfo> verifiedId concode_elem_sep F.Promise<UserInfo> verifiedId |
void function ( String arg0 ) { this . serverName = arg0 ; } | sets the server name attribute of the data source concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintW... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.