code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( Character arg0 ) { if ( arg0 == null ) return false ; char loc0 = arg0 . charValue ( ) ; return ( loc0 >= '0' && loc0 <= '9' ) || ( loc0 >= 'a' && loc0 <= 'f' ) || ( loc0 >= 'A' && loc0 <= 'F' ) ; } | returns true if the parameter character is a hexidecimal digit 0 through 9 , a through f , or a through f. concode_field_sep Character pushback concode_elem_sep String input concode_elem_sep int index concode_elem_sep Character temp concode_elem_sep int mark concode_field_sep void pushback concode_elem_sep Character ne... |
String function ( List < String > arg0 , String arg1 ) { StringBuffer loc0 = join ( arg0 , arg1 , new StringBuffer ( ) ) ; return loc0 . toString ( ) ; } | convenience routine to perform a string join for groups in the database . concode_field_sep Pattern newlineRE concode_elem_sep Pattern htmlRE concode_field_sep String convertFromHtml concode_elem_sep String removeInvalidXMLCharacters |
void function ( ) { } | test method for org.talend.core.model.metadata.metadatatool #getconnectionfromrepository java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCopyTableIMetadataTableIMetadataTable concode_elem_sep void testGetQueryFromRepository concode_elem_sep void testCopyTableIMetadataTableMetadat... |
void function ( List arg0 ) { List < RowState > loc0 = new ArrayList < RowState > ( arg0 . size ( ) ) ; for ( Object loc1 : arg0 ) { loc0 . add ( map . remove ( loc1 ) ) ; } int loc2 = 0 ; for ( RowState loc1 : loc0 ) { if ( loc1 != null ) map . put ( arg0 . get ( loc2 ) , loc1 ) ; loc2 ++ ; } } | this method will look up state entries with keys in the input list , and update their key with the copy from the input list . this method is useful in applications where row data is updated by replacing a row with an object copy that is equal but contains differences that must be reflected in methods that return row da... |
OSClient function ( Access arg0 ) { return OSClientSession . createSession ( ( KeystoneAccess ) arg0 ) ; } | skips authentication and created the api around a previously cached access object . this can be useful in multi-threaded environments or scenarios where a client should not be re-authenticated due to a token lasting 24 hours concode_field_sep PlaceHolder placeHolder concode_field_sep void enableLegacyEndpointHandling c... |
String function ( ) { return measurementUnit ; } | gets the value of the measurementunit property . concode_field_sep String dataType concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String measurementUnit concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName con... |
T function ( ) { return ( T ) response ; } | the actual response indexresponse or deleteresponse . null in case of failure . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Th... |
ErrorDetails function ( String arg0 ) { this . message = arg0 ; return this ; } | set the message value . concode_field_sep String code concode_elem_sep String message concode_elem_sep String target concode_field_sep String code concode_elem_sep ErrorDetails withCode concode_elem_sep String message concode_elem_sep String target concode_elem_sep ErrorDetails withTarget |
ViewResult function ( ViewQuery arg0 ) { return dbConnector . queryView ( arg0 ) ; } | returns the results of a view . concode_field_sep CouchDbConnector dbConnector concode_elem_sep String password concode_elem_sep String dbName concode_elem_sep String userName concode_elem_sep String dbUrl concode_elem_sep StdCouchDbInstance couchInstance concode_field_sep void setPassword concode_elem_sep void setDbNa... |
boolean function ( String arg0 ) { throw new NO_IMPLEMENT ( INAPPROPRIATE ) ; } | this method is not appropriate for the local objects and just throws an exception . concode_field_sep String INAPPROPRIATE concode_field_sep org.omg.CORBA.Object _get_interface concode_elem_sep boolean _is_equivalent concode_elem_sep boolean validate_connection concode_elem_sep Request _create_request concode_elem_sep ... |
void function ( ) { Object loc0 = pList . getAtPath ( "srini_string" ) ; assertNotNull ( loc0 ) ; assertTrue ( loc0 instanceof Dict ) ; } | test method concode_field_sep Dict pList concode_elem_sep String TEST_SETTINGS concode_field_sep void testNavigate concode_elem_sep void testStructure concode_elem_sep void testNavigate3 concode_elem_sep void setupClass concode_elem_sep void testLoadFile concode_elem_sep void testNavigate4 |
void function ( String arg0 , Object ... arg1 ) { report ( diags . warning ( source , null , arg0 , arg1 ) ) ; } | report a warning , unless suppressed by the - nowarn option or the maximum number of warnings has been reached . concode_field_sep Map<JavaFileObject,DiagnosticSource> sourceMap concode_elem_sep JCDiagnostic.Factory diags concode_elem_sep DiagnosticSource source concode_field_sep void note concode_elem_sep void note co... |
Quaternion function ( float arg0 ) { this . x *= arg0 ; this . y *= arg0 ; this . z *= arg0 ; this . w *= arg0 ; return this ; } | multiplies the components of this quaternion with the given scalar . concode_field_sep float w concode_elem_sep Quaternion tmp2 concode_elem_sep float x concode_elem_sep float NORMALIZATION_TOLERANCE concode_elem_sep Quaternion tmp1 concode_elem_sep float y concode_elem_sep float z concode_elem_sep long serialVersionUI... |
boolean function ( ) { return isParsed ; } | check if details are parsed . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_sep Logger LOG concode_elem_sep b... |
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } } | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s... |
boolean function ( ) { return _userIBST . isTrangthai ( ) ; } | returns true if this user i b s t is trangthai . concode_field_sep UserIBST _userIBST concode_field_sep void setExpandoBridgeAttributes concode_elem_sep UserIBST getWrappedUserIBST concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBr... |
void function ( ) { mask = null ; } | clears the content mask . concode_field_sep String patterns concode_elem_sep Collection<Pattern> compiledPatterns concode_elem_sep String mask concode_field_sep String getMask concode_elem_sep boolean filter concode_elem_sep void setPatterns concode_elem_sep boolean process concode_elem_sep void setMask concode_elem_se... |
void function ( ) { } | initiate the dictionary . retrieve any needed attributes . concode_field_sep Hashtable<Object,Object> entries concode_elem_sep Library library concode_elem_sep boolean inited concode_elem_sep boolean isDeleted concode_elem_sep Reference pObjectReference concode_elem_sep Name SUBTYPE_KEY concode_elem_sep boolean isNew c... |
void function ( String arg0 ) { this . mechanism = arg0 ; } | sets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep String getMechanism |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_elem_sep com.google.api.ads.dfp.axis.v201502.Technology[] browsers concode_field_sep java.l... |
java . util . List < IPSetSummary > function ( ) { return iPSets ; } | an array of ipsetsummary objects . concode_field_sep String nextMarker concode_elem_sep java.util.List<IPSetSummary> iPSets concode_field_sep String getNextMarker concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListIPSetsResult clone concode_elem_sep String toString concode_elem_sep void ... |
JSONBuilder function ( String arg0 ) { appendCommaAndKey ( arg0 ) ; params . append ( "srini_string" ) ; return this ; } | begins a named object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString concode_elem_se... |
Dimension function ( Container arg0 ) { return new Dimension ( 4 , 4 ) ; } | get the minimum layout size . normally this method returns the value , returned by the view method component #getminimumsize . if the view is not set , the zero size is returned . concode_field_sep long serialVersionUID concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_... |
String function ( String arg0 ) { Matcher loc0 = matchPattern . loc0 ( arg0 ) ; loc0 . find ( ) ; return loc0 . group ( 1 ) ; } | return the parameter value of the given responsedata . concode_field_sep ResponseType responseType concode_elem_sep String responsePrefix concode_elem_sep String parameter concode_elem_sep String parameterPattern concode_elem_sep Pattern matchPattern concode_field_sep String getParameterValue concode_elem_sep String ge... |
Statechart function ( ) { return StatemachineFactory . eINSTANCE . createStatechart ( ) ; } | create a new instance of domain element associated with canvas . concode_field_sep List editPartTmpHolder concode_elem_sep Set elementSet concode_elem_sep View scope concode_elem_sep Map element2ViewMap concode_field_sep void attachModelToResource concode_elem_sep void runWizard concode_elem_sep boolean openDiagram con... |
JSONObject function ( String arg0 ) { JSONObject loc0 = new JSONObject ( ) ; JSONTokener loc1 = new JSONTokener ( arg0 ) ; while ( loc1 . more ( ) ) { String loc2 = Cookie . unescape ( loc1 . nextTo ( '=' ) ) ; loc1 . next ( '=' ) ; loc0 . put ( loc2 , Cookie . unescape ( loc1 . nextTo ( ';' ) ) ) ; loc1 . next ( ) ; }... | convert a cookie list into a jsonobject . a cookie list is a sequence of name/value pairs . the names are separated from the values by ' = ' . the pairs are separated by ' ; ' . the names and the values will be unescaped , possibly converting ' + ' and ' % ' sequences . to add a cookie to a cooklist , cookielistjsonobj... |
void function ( boolean arg0 ) { ContextUtils . getAppSharedPreferences ( ) . edit ( ) . putBoolean ( SHARED_PREF_FRE_PROMO_OPT_OUT , arg0 ) . apply ( ) ; } | saves shared prefs indicating that the data reduction proxy first run experience promo screen was displayed and the user opted out . concode_field_sep String SHARED_PREF_DISPLAYED_FRE_OR_SECOND_RUN_PROMO concode_elem_sep String SHARED_PREF_DISPLAYED_INFOBAR_PROMO_VERSION concode_elem_sep String SHARED_PREF_DISPLAYED_FR... |
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } | determine if log level will be logged concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... |
com . liferay . opensocial . model . OAuthConsumer function ( long arg0 ) { return getService ( ) . getOAuthConsumer ( arg0 ) ; } | returns the o auth consumer with the primary key . concode_field_sep OAuthConsumerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsumer concode_elem_sep com.liferay.opensocial.model.OAuthConsumer updateOAuthConsu... |
void function ( String arg0 ) { this . show = arg0 ; } | sets the value of the show 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 EXTemporalExtentType> exTemporalExtent concode_elem... |
Iterator < Unit > function ( ) { return hmmMap . keySet ( ) . iterator ( ) ; } | returns an iterator that can be used to iterate through all the ci units in the acoustic model concode_field_sep int which concode_elem_sep int rightContextSize concode_elem_sep int leftContextSize concode_elem_sep HMM hmm concode_elem_sep HMMStateArc[] EMPTY_ARC concode_elem_sep HMMState[] hmmStates concode_elem_sep S... |
void function ( String arg0 , java . beans . PropertyChangeListener arg1 ) { this . propertyChangeDelegate . addPropertyChangeListener ( arg0 , arg1 ) ; } | add a new propertychangelistener to this node for a specific property . this functionality has been borrowed from the java.beans package , though this class has nothing to do with a bean concode_field_sep java.util.HashMap hmAttributes concode_elem_sep java.beans.PropertyChangeSupport propertyChangeDelegate concode_ele... |
String function ( ) { return "srini_string" + collection + "srini_string" ; } | return a string representation of these parameters . concode_field_sep Collection collection concode_field_sep Collection<?> getCollection concode_elem_sep Object clone |
String function ( ) { return string ; } | get string concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep I... |
IBreakpoint function ( IMarker arg0 ) { return getBreakpointManager ( ) . getBreakpoint ( arg0 ) ; } | get the breakpoint associated with the given marker concode_field_sep IWorkbenchPart fPart concode_elem_sep IStructuredSelection fSelection concode_elem_sep IAction fAction concode_field_sep void breakpointsAdded concode_elem_sep void setAction concode_elem_sep IBreakpointManager getBreakpointManager concode_elem_sep v... |
void function ( DefaultMutableTreeNode arg0 ) { this . wrapper = arg0 ; } | set the defaultmutabletreenode instance that wraps this instance 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 ... |
void function ( ) { createOperationLog ( ) ; } | invoked before runinternal . set up some preconditions , or configurations . concode_field_sep HiveSession parentSession concode_elem_sep EnumSet<FetchOrientation> DEFAULT_FETCH_ORIENTATION_SET concode_elem_sep long lastAccessTime concode_elem_sep HiveConf configuration concode_elem_sep boolean hasResultSet concode_ele... |
void function ( AsyncClientHttpRequestFactory arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . asyncRequestFactory = arg0 ; } | set the request factory that this accessor uses for obtaining org.springframework.http.client.clienthttprequest httprequests . concode_field_sep Log logger concode_elem_sep AsyncClientHttpRequestFactory asyncRequestFactory concode_field_sep AsyncClientHttpRequestFactory getAsyncRequestFactory concode_elem_sep AsyncClie... |
void function ( ) { XYBubbleRenderer loc0 = new XYBubbleRenderer ( ) ; XYBubbleRenderer loc1 = new XYBubbleRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testGetLegendItemSeriesIndex concode_elem_sep void testEquals |
long function ( ) { return this . version ; } | the version of the doc . concode_field_sep XContentBuilderString FIELDS concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep XContentBuilderString EXISTS concode_elem_sep XContentBuilderString _TYPE concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep BytesHolder source conco... |
String function ( SimpleFeature arg0 ) { caw . reset ( ) ; title ( arg0 , caw ) ; return caw . toString ( ) ; } | executes the title template for a feature returning the result as a string . concode_field_sep String TIME_FORMAT_PATTERN concode_elem_sep String template concode_elem_sep SimpleDateFormat DATETIME_FORMAT concode_elem_sep Configuration templateConfig concode_elem_sep String DATETIME_FORMAT_PATTERN concode_elem_sep Char... |
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof NormalDistributionFunction2D ) ) { return false ; } NormalDistributionFunction2D loc0 = ( NormalDistributionFunction2D ) arg0 ; if ( this . mean != loc0 . mean ) { return false ; } if ( this . std != loc0 . std ) { return false ; } return true ; } | tests this function for equality with an arbitrary object . concode_field_sep double std concode_elem_sep double mean concode_elem_sep double factor concode_elem_sep double denominator concode_field_sep double getStandardDeviation concode_elem_sep double getValue concode_elem_sep int hashCode concode_elem_sep double ge... |
Coverages function ( ) { return coverages ; } | gets the value of the coverages property . concode_field_sep Coverages coverages concode_elem_sep PerpetualAccesses perpetualAccesses concode_field_sep void setPerpetualAccesses concode_elem_sep PerpetualAccesses getPerpetualAccesses concode_elem_sep void setCoverages |
int function ( int arg0 ) { if ( arg0 == LEFT ) return RIGHT ; if ( arg0 == RIGHT ) return LEFT ; return arg0 ; } | returns left if the position is right , right if the position is left , or the position otherwise . concode_field_sep int LEFT concode_elem_sep int ON concode_elem_sep int RIGHT concode_field_sep placeholderType placeHolder |
void function ( long arg0 ) { moving_time += arg0 ; } | adds to the total moving time of the trip . concode_field_sep long start_time concode_elem_sep long moving_time concode_elem_sep long stop_time concode_elem_sep ExtremTimerManager stop_interval_time concode_elem_sep ExtremLocationManager latitudeExtremities concode_elem_sep double max_speed concode_elem_sep double tota... |
com . liferay . sync . model . SyncDevice function ( long arg0 ) { return _syncDeviceLocalService . deleteSyncDevice ( arg0 ) ; } | deletes the sync device with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep SyncDeviceLocalService _syncDeviceLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.sync.model.SyncDevice getSyncDeviceByUuidAndCompanyId... |
Help function ( @ NotNull final CommandLineArgument arg0 ) { final Option loc0 = arg0 . findOptionForOptionArgument ( ) ; if ( loc0 != null ) { return loc0 . getHelp ( ) ; } final Argument loc1 = arg0 . findRealArgument ( ) ; return ( loc1 != null ? loc1 . getHelp ( ) : null ) ; } | tries to find appropriate help for argument . it can be argument help for positional argument or option help for option argument . concode_field_sep PlaceHolder placeHolder concode_field_sep Option findOptionForOptionArgument concode_elem_sep Argument findRealArgument concode_elem_sep ValidationResult getValidationResu... |
int function ( ) { return idUser ; } | obtiene el valor de la propiedad iduser . concode_field_sep long date concode_elem_sep int idUser concode_elem_sep int idField concode_elem_sep int idReport concode_elem_sep String comment concode_elem_sep int idReportType concode_elem_sep int idReporter concode_field_sep void setIdField concode_elem_sep int getIdField... |
void function ( AbandonOperation arg0 ) { } | writes a message to the access logger with information about the abandon request associated with the provided abandon operation . the default implementation is to not log anything . concode_field_sep PlaceHolder placeHolder concode_field_sep void logDisconnect concode_elem_sep void logDeleteResponse concode_elem_sep vo... |
List < String > function ( HelixAdmin arg0 , String arg1 ) { return arg0 . getInstancesInCluster ( arg1 ) ; } | returns all instances for the given cluster . concode_field_sep RetryPolicy DEFAULT_RETRY_POLICY concode_elem_sep String OFFLINE concode_elem_sep Logger LOGGER concode_elem_sep String ONLINE concode_elem_sep Map<String,SegmentAssignmentStrategyType> SEGMENT_ASSIGNMENT_STRATEGY_MAP concode_elem_sep String BROKER_RESOURC... |
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; } | method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con... |
ServiceName function ( final DeploymentUnit arg0 ) { return arg0 . getServiceName ( ) . append ( "srini_string" ) . append ( "srini_string" ) ; } | creates a service name for the batch environment service . concode_field_sep ServiceName BATCH_THREAD_POOL_NAME concode_elem_sep ServiceName BATCH_JOB_EXECUTOR_NAME concode_elem_sep ServiceName BASE_BATCH_THREAD_POOL_NAME concode_field_sep ServiceName beanManagerServiceName |
String function ( ) { return taskStatus ; } | get the task status concode_field_sep TaskType taskType concode_elem_sep long finishTime concode_elem_sep String hostname concode_elem_sep JhCounters counters concode_elem_sep long shuffleFinishTime concode_elem_sep String state concode_elem_sep long sortFinishTime concode_elem_sep TaskID taskId concode_elem_sep String... |
int function ( ) { return index ; } | gets the value of the index property . concode_field_sep List<LocalizedNameType> serviceName concode_elem_sep List<RequestedAttributeType> requestedAttribute concode_elem_sep int index concode_elem_sep Boolean isDefault concode_elem_sep List<LocalizedNameType> serviceDescription concode_field_sep void removeRequestedAt... |
void function ( int arg0 ) { s . setPort ( arg0 ) ; } | the port the proxy server is running on concode_field_sep proxy_settings s concode_elem_sep int swigValue concode_field_sep void setPassword concode_elem_sep ProxyType fromSwig concode_elem_sep void setUsername concode_elem_sep void setHostname concode_elem_sep void setProxyHostnames concode_elem_sep void setType conco... |
byte [ ] function ( String arg0 ) { return ( ( byte [ ] ) goldenData . get ( arg0 ) ) . clone ( ) ; } | returns digest golden data concode_field_sep int MY_MESSAGE_LEN concode_elem_sep byte[] myMessage concode_elem_sep HashMap<String,byte[]> goldenData concode_field_sep byte[] getMessage |
int function ( int arg0 , int arg1 , PercentBaseContext arg2 ) { if ( ( wmTraits != null ) && ( wmTraits . getColumnProgressionDirection ( ) == Direction . RL ) ) { return getXOffsetRTL ( arg0 , arg1 , arg2 ) ; } else { return getXOffsetLTR ( arg0 , arg2 ) ; } } | determine the x offset of the indicated column , where this offset denotes the left edge of the column irrespective of writing mode . if writing mode 's column progression direction is right-to-left , then the first column is the right-most column and the last column is the left-most column ; otherwise , the first colu... |
void function ( String arg0 ) { this . packetID = arg0 ; } | sets the unique id of the message that requested to be notified of the event . the packet id is not used when the message is a request for notifications concode_field_sep boolean composing concode_elem_sep boolean offline concode_elem_sep String COMPOSING concode_elem_sep boolean delivered concode_elem_sep String DISPL... |
int function ( ) { return itemCount ; } | returns the number of generated items since last reset . concode_field_sep long bytesCount concode_elem_sep long lastPrintedNumUniqueBytes concode_elem_sep int lastPrintedNumUniqueTexts concode_elem_sep int printNum concode_elem_sep boolean forever concode_elem_sep String encoding concode_elem_sep Config config concode... |
float function ( ) { if ( gcosResult != null ) { return gcosResult . getSignal ( ) ; } else if ( calvinResult != null ) { return calvinResult . getSignal ( ) ; } return 0.0f ; } | gets the signal . return signal . concode_field_sep byte COMP_NO_CALL concode_elem_sep byte COMP_MOD_DECREASE_CALL concode_elem_sep byte ABS_PRESENT_CALL concode_elem_sep byte ABS_ABSENT_CALL concode_elem_sep byte ABS_MARGINAL_CALL concode_elem_sep CHPExpressionEntry calvinResult concode_elem_sep ExpressionProbeSetResu... |
JceKeyTransRecipient function ( ASN1ObjectIdentifier arg0 , String arg1 ) { extraMappings . put ( arg0 , arg1 ) ; return this ; } | internally algorithm ids are converted into cipher names using a lookup table . for some providers the standard lookup table wo n't work . use this method to establish a specific mapping from an algorithm identifier to a specific algorithm . for example : unwrapper.setalgorithmmapping pkcsobjectidentifiers.rsaencryptio... |
int [ ] function ( ) { String [ ] loc0 = readAll ( ) . trim ( ) . split ( "srini_string" ) ; int [ ] loc1 = new int [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) loc1 [ loc2 ] = Integer . parseInt ( loc0 [ loc2 ] ) ; return loc1 ; } | read rest of input as array of ints concode_field_sep String charsetName concode_elem_sep Locale usLocale concode_elem_sep Scanner scanner concode_field_sep boolean isEmpty concode_elem_sep String readString concode_elem_sep String[] readStrings concode_elem_sep double[] readDoubles concode_elem_sep void main concode_e... |
double function ( ) { return mInsulationValue ; } | getter for property minsulationvalue . concode_field_sep double mMutationRate concode_elem_sep boolean mMutationEnabled concode_elem_sep int mGridSize concode_elem_sep double mAlbedoBlack concode_elem_sep double mSeedMix concode_elem_sep double mAlbedoWhite concode_elem_sep double mSolarOutput concode_elem_sep double m... |
void function ( String arg0 , Object ... arg1 ) { _logString = "srini_string" + MessageFormat . arg0 ( arg0 , arg1 ) + "srini_string" ; } | set the tostring logging of this logsubject . based on a format provided by format and the var args . concode_field_sep String _logString concode_field_sep String toLogString |
String function ( ) { return testValue ; } | get the test-value . concode_field_sep String testValue concode_elem_sep String replacedValue concode_field_sep String getReplacedValue concode_elem_sep void setReplacedValue concode_elem_sep void setTestValue |
void function ( String arg0 ) { name . set ( StringUtils . isEmpty ( arg0 ) ? "srini_string" + getId ( ) : arg0 ) ; } | sets the bank name . if empty or a null , name defaults to `` bank '' + getid concode_field_sep int id concode_elem_sep AtomicReference<String> name concode_field_sep String getName concode_elem_sep int getId |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep com.marketo.www.mktows.ResultGetMultipleLeads result concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_... |
Boolean function ( String arg0 ) { return shouldAllowNavigation ( arg0 ) ; } | hook for allowing page to call exec . by default , this returns the result of shouldallownavigation . it 's generally unsafe to allow untrusted content to be loaded into a cordovawebview , even within an iframe , so it 's best not to touch this . concode_field_sep CordovaPreferences preferences concode_elem_sep Cordova... |
ExtractionTask function ( final String arg0 ) { List < ExtractionTask > loc0 = queryRunableTask ( ) ; for ( ExtractionTask loc1 : loc0 ) { if ( loc1 . equalId ( arg0 ) ) { return loc1 ; } } return this . pausedTasks . get ( arg0 ) ; } | search the task with the indeed uuid in the ready and paused tasks . the search is done between the waiting , paused tasks concode_field_sep Log LOG concode_elem_sep int INITIAL_CAPACITY concode_elem_sep PriorityThreadPoolExecutor executor concode_elem_sep int minThreads concode_elem_sep GeorchestraConfiguration georCo... |
void function ( String arg0 ) { this . virtualName = arg0 ; } | the virtual device name . for more information , see blockdevicemapping . concode_field_sep String noDevice concode_elem_sep String virtualName concode_elem_sep EbsBlockDevice ebs concode_elem_sep String deviceName concode_field_sep EbsBlockDevice getEbs concode_elem_sep BlockDeviceMapping withNoDevice concode_elem_sep... |
String function ( ) { return this . name ; } | returns a string representing the object . concode_field_sep DateTickMarkPosition START concode_elem_sep long serialVersionUID concode_elem_sep String name concode_elem_sep DateTickMarkPosition MIDDLE concode_elem_sep DateTickMarkPosition END concode_field_sep Object readResolve concode_elem_sep boolean equals |
String function ( ) { return this . protocol ; } | get the protocol value . concode_field_sep String profileMonitorStatus concode_elem_sep String path concode_elem_sep String protocol concode_elem_sep Long port concode_field_sep String profileMonitorStatus concode_elem_sep MonitorConfig withPath concode_elem_sep String path concode_elem_sep MonitorConfig withProtocol c... |
String function ( ) { return stringData . toString ( ) ; } | returns a string representation of the object . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encry... |
String function ( ) { return format ; } | gets the value of the format property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String... |
boolean function ( ) { return feedbackShowSelectionLevel ; } | selection level feedback ? concode_field_sep boolean feedbackShowStudentScore concode_elem_sep String keywords concode_elem_sep boolean feedbackShowGraderComment concode_elem_sep boolean collectSectionMetadata concode_elem_sep boolean displayNumberingContinuous concode_elem_sep boolean feedbackShowQuestion concode_elem... |
void function ( Group arg0 ) { Set < Step > loc0 = arg0 != null ? arg0 . children ( ) : processFlow . getVertexes ( ) ; loc0 . forEach ( step -> { if ( processFlow . getEdgesFrom ( step ) . isEmpty ( ) && step . arg0 ( ) == arg0 ) { execute ( step ) ; } } ) ; } | executes the set of roots in the scope of the specified group or globally if no group is given . concode_field_sep StepProcessListener delegate concode_elem_sep ExecutorService executor concode_elem_sep ProcessFlow processFlow concode_elem_sep Map<String,String> properties concode_elem_sep CountDownLatch latch concode_... |
InputStream function ( ) { return inputStream ; } | returns the inputstream setup by setresultarray or setresultfile to allow reading data either from memory or disk . concode_field_sep String statusLine concode_elem_sep UrlInterceptHandlerGears instance concode_elem_sep int HEADERS_MAP_INDEX_VALUE concode_elem_sep String LOG_TAG concode_elem_sep Map<String,String[]> re... |
void function ( DhcpDatastore arg0 ) { bridge . createDhcptab ( arg0 ) ; } | create a new empty dhcptab in the server 's data store , which must already be configured . concode_field_sep Bridge bridge concode_field_sep Macro[] getMacros concode_elem_sep Macro[] getMacros concode_elem_sep ActionError[] deleteAllOptions concode_elem_sep ActionError[] deleteOptions concode_elem_sep void cvtDhcptab... |
String function ( ) { return name ; } | returns the name . concode_field_sep String stringId concode_elem_sep int intId concode_elem_sep String name concode_elem_sep Collection stuffs concode_field_sep void setName concode_elem_sep void setStuffs concode_elem_sep String getStringId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se... |
List < ? extends Hit > function ( ) { return hits ; } | the documents returned in this batch . concode_field_sep String parent concode_elem_sep Throwable reason concode_elem_sep boolean timedOut concode_elem_sep List<SearchFailure> failures concode_elem_sep ESLogger logger concode_elem_sep String index concode_elem_sep Integer shardId concode_elem_sep BytesReference source ... |
TimeZoneWrapper function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < allTimeZoneList . size ( ) ; loc0 ++ ) { TimeZoneWrapper loc1 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc0 ) ; if ( loc1 . isRelevantComponentId ( arg0 ) ) { return loc1 ; } } return null ; } | each timezonewrapper has one or more ids of components in the ui that correspond to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep Arr... |
String function ( ) { return this . type ; } | the type of incompatibility . allowed values include : arn : the arn . form_factor : the form factor for example , phone or tablet . manufacturer : the manufacturer . platform : the platform for example , android or ios . concode_field_sep String message concode_elem_sep String type concode_field_sep int hashCode conco... |
R function ( @ Nullable Iterable < Timestamp > arg0 ) { return handle ( Value . timestampArray ( arg0 ) ) ; } | binds to value.timestamparray values concode_field_sep PlaceHolder placeHolder concode_field_sep R toInt64Array concode_elem_sep R toInt64Array concode_elem_sep R toInt64Array concode_elem_sep R toFloat64Array concode_elem_sep R toFloat64Array concode_elem_sep R toFloat64Array concode_elem_sep R handle concode_elem_sep... |
void function ( double arg0 ) { this . lon = arg0 ; } | sets the value of the lon property . concode_field_sep double magvar concode_elem_sep int dgpsid concode_elem_sep double lat concode_elem_sep String src concode_elem_sep String sym concode_elem_sep List<LinkType> link concode_elem_sep double hdop concode_elem_sep String cmt concode_elem_sep String type concode_elem_sep... |
File function ( ) { return workWithClusterFile ; } | the work location with the cluster name as a sub directory . concode_field_sep File workFile concode_elem_sep File logsFile concode_elem_sep File workWithClusterFile concode_elem_sep File homeFile concode_elem_sep File configFile concode_elem_sep File[] dataWithClusterFiles concode_elem_sep File[] dataFiles concode_ele... |
void function ( String arg0 ) { this . host = arg0 ; } | sets the server host for the next connection . the change in host only takes effect at the time of the next call to openconnection . concode_field_sep Socket clientSocket concode_elem_sep ObjectOutputStream output concode_elem_sep ObjectInputStream input concode_elem_sep Thread clientReader concode_elem_sep int port co... |
String function ( ) { return commentObjectID ; } | gets the value of the commentobjectid property . concode_field_sep DateTimeType dateTime concode_elem_sep String commentObjectID concode_elem_sep CodedDescriptionType description concode_elem_sep List<ActorReferenceType> source concode_elem_sep CodedDescriptionType type concode_elem_sep List<String> referenceID concode... |
void function ( ) { if ( field_20073_d != null ) { for ( int loc0 = 0 ; loc0 < field_20073_d . size ( ) ; loc0 ++ ) { ( ( IInvBasic ) field_20073_d . get ( loc0 ) ) . onInventoryChanged ( this ) ; } } } | called when an the contents of an inventory change , usually concode_field_sep ItemStack inventoryContents[] concode_elem_sep int slotsCount concode_elem_sep String inventoryTitle concode_elem_sep List field_20073_d concode_field_sep ItemStack decrStackSize concode_elem_sep int getInventoryStackLimit concode_elem_sep S... |
boolean function ( ) { return areaMapEnabled ; } | indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont... |
T function ( @ Nullable T arg0 ) { if ( arg0 == null ) { throw new AssertionException ( "srini_string" ) ; } return arg0 ; } | asserts that the given object is n't null , throwing an assertionexception if it was . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep void assertCondition |
void function ( String arg0 ) { if ( isWildCardACLValue ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } if ( ! isAllAllowed ( ) ) { users . add ( arg0 ) ; } } | add user to the names of users allowed for this service . concode_field_sep int INITIAL_CAPACITY concode_elem_sep String WILDCARD_ACL_VALUE concode_elem_sep Collection<String> groups concode_elem_sep Groups groupsMapping concode_elem_sep Collection<String> users concode_elem_sep boolean allAllowed concode_field_sep boo... |
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; for ( int loc1 = 0 , loc2 = 4 - arg0 . length ( ) ; loc1 < loc2 ; loc1 ++ ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( arg0 . toLowerCase ( ) ) ; return loc0 . toString ( ) ; } | converts a hex string to formatted unicode string . concode_field_sep int HEX_CHAR concode_elem_sep Logger logger concode_elem_sep String name concode_field_sep String convertHexChars concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_el... |
void function ( String arg0 , ClassLoader arg1 , int arg2 , Object arg3 ) { if ( TYPE_INITIALIZERS . put ( new Nexus ( arg0 , arg1 , arg2 ) , arg3 ) != null ) { Logger . getAnonymousLogger ( ) . warning ( "srini_string" + arg2 + "srini_string" + arg0 ) ; } } | registers a new loaded type initializer . important : this method must never be called directly but only by using a net.bytebuddy.agent.builder.agentbuilder.initializationstrategy.selfinjection.nexusaccessor which enforces to access this class for thesystem class loader where a java agent always registers its instances... |
ClassIdentity < T > function ( ) { return CategorizedClassIdentity . getInstance ( underlyingClass , category . get ( ) ) ; } | returns the class contained within this choiceset concode_field_sep String setName concode_elem_sep PrimitiveChoiceSet<T> pcs concode_elem_sep String title concode_elem_sep Chooser<T> choiceActor concode_elem_sep Class<T> underlyingClass concode_elem_sep CDOMSingleRef<? extends Category<T>> category concode_field_sep C... |
void function ( ) { } | called after an invocation . unless an exception has been thrown . time to close request specific things . concode_field_sep int index concode_field_sep void onActionInvocationFinally concode_elem_sep void beforeActionInvocation concode_elem_sep void onInvocationException concode_elem_sep boolean detectClassesChange co... |
Double function ( ) { return defaultValue ; } | a value to use for the field if the field is n't specified for a document . this can be important if you are using the field in an expression and that field is not present in every document . concode_field_sep String sourceField concode_elem_sep Boolean returnEnabled concode_elem_sep Double defaultValue concode_elem_se... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the displayable name for the frame . concode_field_sep String name concode_elem_sep FrameList parent concode_elem_sep int index concode_elem_sep String toolTipText concode_field_sep FrameList getParent concode_elem_sep String getName concode_elem_sep int getIndex concode_elem_sep void setToolTipText concode_elem_s... |
void function ( ) { rows = NUMBER_OF_ITEMS / columns ; if ( ( NUMBER_OF_ITEMS % columns ) != 0 ) { rows += 1 ; } } | utility method that calculates the number of rows required for a specified number of columns . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_s... |
Region function ( ) { return fPosition ; } | returns the position of the string to be nlsed . concode_field_sep Region fTagPosition concode_elem_sep String TAG_POSTFIX concode_elem_sep AccessorClassReference fAccessorClassReference concode_elem_sep boolean fIsEclipseNLS concode_elem_sep int TAG_PREFIX_LENGTH concode_elem_sep String TAG_PREFIX concode_elem_sep int... |
InputStream function ( String arg0 ) { return ClassLoaderUtil . getResourceAsStream ( arg0 , getClass ( ) ) ; } | if its not in filesystem . let 's try the classpath concode_field_sep Logger LOG concode_elem_sep String DEFAULT_THEME_PROPERTIES_FILE_NAME concode_elem_sep Map<String,Properties> themeProps concode_field_sep InputStream readProperty concode_elem_sep InputStream readPropertyUsingServletContext concode_elem_sep String g... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.