code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( long arg0 ) { for ( int loc0 = 1 ; loc0 < maxPoolSize ; loc0 ++ ) { if ( types [ loc0 ] == LONG && readLong ( loc0 ) == arg0 ) return true ; } return false ; } | checks if the constant pool contains the provided long constant , which implies the constant is used somewhere in the code . nb : compile-time constant expressions are evaluated at compile time . concode_field_sep byte[] types concode_elem_sep byte FIELD concode_elem_sep String[] utf8s concode_elem_sep byte INTERFACE_M... |
List < ITEM_T > function ( ) { return items ; } | returns page items or an empty list when page does n't contain items . note that returned instance is modifiable list and modification applied on that list will affect the origin page result items , which allows components to modify items before propagating page . concode_field_sep long skipItems concode_elem_sep int p... |
NotificationFilter function ( ) { return this . notificationFilter ; } | return the javax.management.notificationfilter associatedwith the encapsulated #getnotificationfilter notificationfilter . may be null . concode_field_sep Set<Object> mappedObjectNames concode_elem_sep NotificationListener notificationListener concode_elem_sep NotificationFilter notificationFilter concode_elem_sep Obje... |
DefaultResponseCreator function ( byte [ ] arg0 ) { this . content = arg0 ; return this ; } | set the body as a byte array . concode_field_sep Resource contentResource concode_elem_sep HttpHeaders headers concode_elem_sep byte[] content concode_elem_sep HttpStatus statusCode concode_field_sep DefaultResponseCreator headers concode_elem_sep ClientHttpResponse createResponse concode_elem_sep DefaultResponseCreato... |
Object function ( NativeWebRequest arg0 , Callable < T > arg1 ) { return RESULT_NONE ; } | this implementation always returns callableprocessinginterceptor #result_none result_none . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterCompletion concode_elem_sep void beforeConcurrentHandling concode_elem_sep void preProcess concode_elem_sep void postProcess |
ICoolBarManager function ( ) { return window . getCoolBarManager2 ( ) ; } | returns the cool bar manager . concode_field_sep WorkbenchWindow window concode_field_sep IStatusLineManager getStatusLineManager concode_elem_sep IServiceLocator getServiceLocator concode_elem_sep IToolBarManager getToolBarManager concode_elem_sep void setGlobalActionHandler concode_elem_sep IMenuManager getMenuManage... |
VaultSession function ( ) { return vaultSession ; } | return vaultsession for further vault manipulation when needed . concode_field_sep String keyStoreType concode_elem_sep String salt concode_elem_sep String keyStorePassword concode_elem_sep String FILE_SEPARATOR concode_elem_sep int keySize concode_elem_sep String VAULT_DAT_FILE concode_elem_sep String SHARED_DAT_FILE ... |
void function ( String arg0 ) { this . status = arg0 ; } | sets the value of the status property . concode_field_sep XMLGregorianCalendar periodStartDate concode_elem_sep String featureName concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar renewalDate concode_elem_sep XMLGregorianCalendar periodEndDate concode_elem_sep String status concode_field_sep... |
void function ( String arg0 ) { this . location = arg0 ; } | if null camel will try and determine your current location using the geolocation of your ip address , else specify the city , country/region . for well known city names , open weather map will determine the best fit , but multiple results may be returned . hence specifying and country as well will return more accurate ... |
int [ ] function ( ) { return this . parentDims ; } | returns an array containing the number of values , in order , of each variable . concode_field_sep long serialVersionUID concode_elem_sep double[] probs concode_elem_sep List<Node> variables concode_elem_sep int[] parentDims concode_field_sep StoredCellProbsObs serializableInstance concode_elem_sep int getNumRows conco... |
int function ( ) { return warnCode ; } | returns the 3-digit code associated with this warning . concode_field_sep Pattern WARN_DATE_PATTERN concode_elem_sep String ASCTIME_DATE concode_elem_sep String HOST concode_elem_sep Date warnDate concode_elem_sep int warnCode concode_elem_sep int offs concode_elem_sep String IPV4ADDRESS concode_elem_sep int init_offs ... |
CreateUpdateContainerOptions function ( ) { return new CreateUpdateContainerOptions ( ) ; } | creates a new createupdatecontaineroptions concode_field_sep Map<String,String> headers concode_field_sep void add concode_elem_sep CreateUpdateContainerOptions headers concode_elem_sep CreateUpdateContainerOptions metadata concode_elem_sep CreateUpdateContainerOptions accessRead concode_elem_sep CreateUpdateContainerO... |
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertTrue ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertIssueCount ( diagnostics , 0 ) ; } | a valid regular state must produce no issues . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart con... |
Iterable < FileAlterationObserver > function ( ) { return observers ; } | returns the set of filealterationobserver registered withthis monitor . concode_field_sep boolean running concode_elem_sep ThreadFactory threadFactory concode_elem_sep List<FileAlterationObserver> observers concode_elem_sep long interval concode_elem_sep Thread thread concode_field_sep long getInterval concode_elem_sep... |
String [ ] function ( CharSequence arg0 ) { return this . pattern . split ( arg0 ) ; } | split a character sequence , removing instances of this regex . concode_field_sep Regex floatingNumber concode_elem_sep Regex commentOrEmptyLine concode_elem_sep Regex spaces concode_elem_sep Regex tabs concode_elem_sep Pattern pattern concode_elem_sep Regex threeBarsWithSpace concode_elem_sep Regex equalsWithSpaces co... |
int function ( ) { return this . maximumSuggestionsPerDay ; } | gets the number of suggested meeting times that should be returned per day . maximumsuggestionsperday must be between 0 and 48 . the default value is 10 . concode_field_sep int maximumSuggestionsPerDay concode_elem_sep int mergedFreeBusyInterval concode_elem_sep Date currentMeetingTime concode_elem_sep String globalObj... |
DfaState function ( int arg0 ) { return this . finalStates . get ( arg0 ) ; } | return the final dfa state corresponding to the specified alt number concode_field_sep Map<Integer,DfaState> finalStates concode_elem_sep SeqGen dfaStatesSeq concode_elem_sep DfaState start concode_elem_sep Set<DfaState> states concode_field_sep DfaState overrideFinalState concode_elem_sep DfaState getSameState concode... |
String function ( String arg0 ) { return "srini_string" ; } | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method6 concode_elem_sep String method6 concode_elem_sep String method6 concode_elem_sep String method concode_elem_sep String m... |
AbstractBinder function ( ) { return new AbstractBinder ( ) { @ Override protected void configure ( ) { bind ( OTPServer . this ) . to ( OTPServer . class ) ; } } ; } | return an hk2 binder that injects this specific otpserver instance into jersey web resources . this should be registered in the resourceconfig jersey or application jax-rs as a singleton . jersey forces us to use injection to get application context into http method handlers , but in otp we always just inject this otps... |
String function ( String arg0 ) { ServletContext loc0 = ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; return loc0 . getInitParameter ( arg0 ) ; } | get parameter value from the web.xml file concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_... |
JSONArray function ( JSONArray arg0 , JSONTokener arg1 ) { if ( ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ) { return null ; } JSONArray loc0 = new JSONArray ( ) ; for ( ; ; ) { JSONObject loc1 = rowToJSONObject ( arg0 , arg1 ) ; if ( loc1 == null ) { break ; } loc0 . put ( loc1 ) ; } if ( loc0 . length ( ) == 0 ) ... | produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssign conco... |
BigDecimal function ( Double arg0 ) { BigDecimal loc0 = new BigDecimal ( arg0 == null ? "srini_string" : arg0 . toString ( ) ) ; String loc1 = loc0 . toPlainString ( ) ; int loc2 = loc1 . length ( ) - ( loc1 . lastIndexOf ( '.' ) + 1 ) ; return loc0 . setScale ( loc2 > 2 ? 6 : 2 , RoundingMode . HALF_UP ) ; } | rounds a double value . concode_field_sep String[] ROLLERSHUTTER_DEVICES concode_elem_sep Logger logger concode_field_sep T fromNumber concode_elem_sep T convertFromBinding concode_elem_sep Boolean toBoolean concode_elem_sep Object convertToBinding concode_elem_sep String toString concode_elem_sep Object commandToBindi... |
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ row . length * arg0 ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = row [ loc1 / arg0 ] ; } return loc0 ; } | this function scales the row concode_field_sep byte[] row concode_elem_sep int currentLocation concode_field_sep void set concode_elem_sep void set concode_elem_sep void addBar concode_elem_sep byte[] getRow |
void function ( ) { CoordinatedStateManager loc0 = CoordinatedStateManagerFactory . getCoordinatedStateManager ( TESTUTIL . getConfiguration ( ) ) ; HMaster loc1 = new HMaster ( TESTUTIL . getConfiguration ( ) , loc0 ) ; loc1 . start ( ) ; loc1 . stopMaster ( ) ; loc1 . join ( ) ; } | test starting master then stopping it before its fully up . concode_field_sep HBaseTestingUtility TESTUTIL concode_elem_sep TestRule timeout concode_elem_sep Log LOG concode_field_sep void testNotPullingDeadRegionServerFromZK concode_elem_sep void setUpBeforeClass concode_elem_sep void tearDownAfterClass concode_elem_s... |
void function ( NameAddress arg0 ) { remote_contact = arg0 ; } | sets the remote contact url concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress l... |
java . util . List < com . jio . portlet . gallery . model . Gallery > function ( int arg0 , int arg1 ) { return getService ( ) . getGalleries ( arg0 , arg1 ) ; } | returns a range of all the galleries . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_p... |
void function ( byte [ ] arg0 ) { int loc0 = this . payload . length ; byte [ ] loc1 = this . payload ; this . payload = new byte [ loc0 + arg0 . length ] ; System . arraycopy ( loc1 , 0 , this . payload , 0 , loc0 ) ; System . arraycopy ( arg0 , 0 , this . payload , loc0 , arg0 . length ) ; } | appends a byte-array to the payload concode_field_sep short MAX_PAYLOAD_SIZE concode_elem_sep byte PT_ACTION concode_elem_sep byte ICON_JPEG concode_elem_sep byte majver concode_elem_sep byte[] payload concode_elem_sep byte PT_NOTIFICATION concode_elem_sep byte minver concode_elem_sep byte PT_BROADCAST concode_elem_sep... |
void function ( GradleTab arg0 ) { gradlePanel . removeGradleTab ( arg0 ) ; } | call this to remove one of your own tabs from this . 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 canClose... |
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost c... |
void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el... |
long function ( int arg0 ) { while ( true ) { long loc0 = get ( arg0 ) ; long loc1 = loc0 + 1 ; if ( compareAndSet ( arg0 , loc0 , loc1 ) ) return loc1 ; } } | atomically increments by one the element at index i. concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int scale concode_elem_sep long serialVersionUID concode_field_sep long rawIndex concode_elem_sep long getAndIncrement concode_elem_sep void set concode_elem_sep ... |
void function ( ) { data . close ( ) ; } | close the underlying resources . concode_field_sep Map<String,TTFTable> tables concode_elem_sep TTFDataStream data concode_elem_sep Map<String,Integer> postScriptNames concode_elem_sep float version concode_elem_sep int numberOfGlyphs concode_elem_sep int unitsPerEm concode_field_sep OS2WindowsMetricsTable getOS2Window... |
String function ( ) { return null ; } | returns the namespace uri of this attribute condition . null if : this attribute condition can match any namespace . this attribute is an id attribute . concode_field_sep String value concode_field_sep short getConditionType concode_elem_sep boolean getSpecified concode_elem_sep String getValue concode_elem_sep String ... |
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } | add error message to a specific client . 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 Object getManagedBean concode_elem_sep String ... |
int function ( int arg0 , int arg1 ) { return this . board [ arg1 ] [ arg0 ] ; } | getting a specific value in the x , y coordinate . concode_field_sep Random random concode_elem_sep int maximumNumber concode_elem_sep Board clone concode_elem_sep int SIZE_X concode_elem_sep int minimumNumber concode_elem_sep int SIZE_Y concode_elem_sep int[][] board concode_field_sep int getSizeY concode_elem_sep int... |
void function ( BundleContext arg0 ) { } | called when this bundle is stopped by osgi framework . concode_field_sep Logger logger concode_field_sep void start |
com . liferay . marketplace . model . Module function ( long arg0 ) { return getService ( ) . deleteModule ( arg0 ) ; } | deletes the module with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<ModuleLocalService,ModuleLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.Module getModule concode_elem_sep java.lang.String getOSGiServiceIdentifier ... |
void function ( String arg0 ) { FileDescriptor loc0 = new FileDescriptor ( arg0 ) ; String loc1 = "srini_string" ; startProcess ( loc1 , loc0 . file ( ) ) ; } | execute ndk-build in the given directory concode_field_sep PlaceHolder placeHolder concode_field_sep boolean startProcess concode_elem_sep boolean executeAnt |
void function ( final int arg0 , final Point2D arg1 ) { setPoint ( arg0 , arg1 . getX ( ) , arg1 . getY ( ) ) ; } | sets the coordinates of the point at the given index . concode_field_sep int numPoints concode_elem_sep double[] points concode_field_sep void addPoints concode_elem_sep void addPoints concode_elem_sep Point2D getPoint concode_elem_sep XYArray copyPoints concode_elem_sep void setY concode_elem_sep void setX concode_ele... |
String function ( ) { return comparatorClassName ; } | returns the class name of the configured evictionpolicycomparator implementation . concode_field_sep String comparatorClassName concode_elem_sep MaxSizePolicy DEFAULT_MAX_SIZE_POLICY concode_elem_sep EvictionPolicyComparator comparator concode_elem_sep int DEFAULT_MAX_ENTRY_COUNT concode_elem_sep MaxSizePolicy maxSizeP... |
void function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; verificationCodeRepository . delete ( arg0 ) ; } | delete the verificationcode by id . concode_field_sep Logger log concode_elem_sep VerificationCodeMapper verificationCodeMapper concode_elem_sep VerificationCodeRepository verificationCodeRepository concode_field_sep VerificationCodeDTO save concode_elem_sep VerificationCodeDTO findOne concode_elem_sep Page<Verificatio... |
String function ( ) { return status ; } | the current state of this replication group - creating , available , etc. . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<NodeGroupMember> nodeGroupMembers concode_elem_sep String nodeGroupId concode_elem_sep Endpoint primaryEndpoint concode_elem_sep String status concode_field_sep NodeGroup withSt... |
void function ( String arg0 ) { } | reports a navigation event on the target . concode_field_sep PlaceHolder placeHolder concode_field_sep void scriptContentChanged concode_elem_sep void scriptAdded concode_elem_sep void resumed concode_elem_sep void suspended concode_elem_sep void scriptRemoved concode_elem_sep void scriptsCleared concode_elem_sep void ... |
boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( arg0 == null ) return false ; if ( arg0 . getClass ( ) != this . getClass ( ) ) return false ; Interval1D loc0 = ( Interval1D ) arg0 ; return this . min == loc0 . min && this . max == loc0 . max ; } | compares this transaction to the specified object . concode_field_sep double min concode_elem_sep Comparator<Interval1D> LENGTH_ORDER concode_elem_sep double max concode_elem_sep Comparator<Interval1D> MIN_ENDPOINT_ORDER concode_elem_sep Comparator<Interval1D> MAX_ENDPOINT_ORDER concode_field_sep boolean contains conco... |
void function ( String arg0 ) { this . workPhone = arg0 ; } | sets the value of the workphone property . concode_field_sep String lastName concode_elem_sep String nameTitle concode_elem_sep String mobileNumber concode_elem_sep String homePhone concode_elem_sep String businessName concode_elem_sep String nameSuffix concode_elem_sep String employerName concode_elem_sep String dateO... |
boolean function ( long arg0 ) { close ( ) ; FileTxnLog loc0 = new FileTxnLog ( dataDir ) ; boolean loc1 = loc0 . truncate ( arg0 ) ; loc0 . close ( ) ; txnLog = new FileTxnLog ( dataDir ) ; snapLog = new FileSnap ( snapDir ) ; return loc1 ; } | truncate the transaction logs the zxid specified concode_field_sep int VERSION concode_elem_sep String version concode_elem_sep File dataDir concode_elem_sep SnapShot snapLog concode_elem_sep Logger LOG concode_elem_sep TxnLog txnLog concode_elem_sep File snapDir concode_field_sep File[] getSnapshotLogs concode_elem_se... |
LambdaFunctionTimedOutEventAttributes function ( Long arg0 ) { this . scheduledEventId = arg0 ; return this ; } | the id of the lambdafunctionscheduled event that was recorded when this aws lambda function was scheduled . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . returns a reference to this object so that method calls can be chained together . concode_fiel... |
String function ( ) { return legacyDN ; } | gets the alternate mailbox legacy dn . concode_field_sep String server concode_elem_sep String ownerSmtpAddress concode_elem_sep String displayName concode_elem_sep String smtpAddress concode_elem_sep String type concode_elem_sep String legacyDN concode_field_sep String getServer concode_elem_sep void setOwnerSmtpAddre... |
long function ( byte [ ] arg0 ) { if ( sizeMap == null ) { return ( long ) avgRowSizeInBytes * DEFAULT_ROW_COUNT ; } else { Long loc0 = sizeMap . get ( arg0 ) ; if ( loc0 == null ) { logger . debug ( "srini_string" + Arrays . toString ( arg0 ) ) ; return 0 ; } else { return loc0 ; } } } | returns size of given region in bytes . returns 0 if region was not found . concode_field_sep long DEFAULT_ROW_COUNT concode_elem_sep int DEFAULT_SAMPLE_SIZE concode_elem_sep Map<byte[],Long> sizeMap concode_elem_sep int avgRowSizeInBytes concode_elem_sep int colsPerRow concode_elem_sep org.slf4j.Logger logger concode_... |
void function ( String arg0 ) { this . resourceName = arg0 ; } | the name of the resource . concode_field_sep boolean requiredToObtainAuthenticatedToken concode_elem_sep String resourceDescription concode_elem_sep String resourceName concode_elem_sep String consumerKey concode_elem_sep SignatureSecret signatureSecret concode_elem_sep String consumerName concode_elem_sep List<Granted... |
void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; } | set behavior for getstring method when a referred-to system property is not set . set to one of refcapablepropertyresourcebundle.throw _ behavior refcapablepropertyresourcebundle.emptystring _ behavior refcapablepropertyresourcebundle.noop _ behavior the first value is the default . concode_field_sep boolean validated ... |
BigInteger function ( ) { return initialCapacity ; } | gets the value of the initialcapacity property . concode_field_sep BigInteger shrinkFrequencySeconds concode_elem_sep BigInteger capacityIncrement concode_elem_sep BigInteger connectionReserveTimeoutSeconds concode_elem_sep Boolean testConnectionsOnReserve concode_elem_sep BigInteger initialCapacity concode_elem_sep Bi... |
List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; } | returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field... |
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { System . arraycopy ( _buf , _readIndex , arg0 , arg1 , arg2 ) ; _readIndex += arg2 ; } | reads len bytes from this block into the supplied buffer . concode_field_sep int _maxIndex concode_elem_sep int _readIndex concode_elem_sep byte[] _buf concode_field_sep int available concode_elem_sep int readUByte concode_elem_sep int readIntLE concode_elem_sep int readIntLE concode_elem_sep void readSpanning concode_... |
boolean function ( double arg0 , long arg1 ) { return refresh ( arg0 ) ; } | refresh the object if it is older than maxage days , but try not to take longer than maxwait milliseconds to do so . concode_field_sep String PACKAGE concode_elem_sep ObjectCache objectCache concode_elem_sep long DAY_MILLIS concode_elem_sep HashMap constructors concode_elem_sep String type concode_elem_sep byte[] data ... |
void function ( SatelEventListener arg0 ) { this . eventListeners . add ( arg0 ) ; } | add a listener for satel events . concode_field_sep Logger logger concode_elem_sep Set<SatelEventListener> eventListeners concode_field_sep void removeEventListener concode_elem_sep void dispatchEvent |
String function ( Element arg0 ) { return LabelServices . INSTANCE . computeUmlLabel ( arg0 ) ; } | compute the label of the given element . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Frame function ( ) { return frame ; } | get the ellipsoid central frame . concode_field_sep double a concode_elem_sep double b concode_elem_sep double c concode_elem_sep long serialVersionUID concode_elem_sep Frame frame concode_field_sep double getA concode_elem_sep boolean isInside concode_elem_sep double getB concode_elem_sep Vector3D pointOnLimb concode_... |
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } | gets the value of the type property . concode_field_sep DQCompletenessCommissionType dqCompletenessCommission concode_elem_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 St... |
T function ( String arg0 ) { this . updatedAt = arg0 ; return ( T ) this ; } | configure the updated at concode_field_sep String createdAt concode_elem_sep String procfile concode_elem_sep Map<String,Link> links concode_elem_sep String id concode_elem_sep String state concode_elem_sep String buildpack concode_elem_sep String error concode_elem_sep Map<String,Object> environmentVariables concode_e... |
EmbeddedDatabaseType function ( ) { return this . type ; } | returns the embeddeddatabasetype for the connection . concode_field_sep String DEFAULT_DATABASE_NAME concode_elem_sep String driverClass concode_elem_sep EmbeddedDatabaseConnection override concode_elem_sep EmbeddedDatabaseType type concode_elem_sep String url concode_field_sep String getDriverClassName concode_elem_se... |
List < Address > function ( ) { return addresses ; } | gets the addresses . concode_field_sep String homeTelNumber concode_elem_sep List<Address> addresses concode_elem_sep String preferredNames concode_elem_sep List<Role> roles concode_elem_sep boolean authenticated concode_elem_sep long serialVersionUID concode_elem_sep String workTelNumber concode_elem_sep String emailA... |
RopMethod function ( int arg0 ) { RopMethod loc0 = new RopMethod ( blocks . withRegisterOffset ( arg0 ) , firstLabel ) ; if ( exitPredecessors != null ) { loc0 . exitPredecessors = exitPredecessors ; loc0 . predecessors = predecessors ; } return loc0 ; } | returns an instance that is identical to this one , except that the registers in each instruction are offset by the given amount . concode_field_sep int firstLabel concode_elem_sep IntList[] predecessors concode_elem_sep BasicBlockList blocks concode_elem_sep IntList exitPredecessors concode_field_sep void calcPredeces... |
void function ( final Scope arg0 ) { if ( arg0 != null ) scopes . putAll ( arg0 . scopes ) ; } | extend the scope with another one . types from the given scope are added to the extended scope . concode_field_sep Scope parent concode_elem_sep String name concode_elem_sep Hashtable<String,Scope> scopes concode_field_sep String resolve concode_elem_sep String toString concode_elem_sep Scope createScope concode_elem_s... |
void function ( float arg0 ) { angleOffsetToSpeaker = arg0 ; } | set angle offset to speaker concode_field_sep float distanceToSpeaker concode_elem_sep int totalChannels concode_elem_sep int fileDescriptor concode_elem_sep int channelsAvailable concode_elem_sep int audioPlaybackType concode_elem_sep float angleOffsetToSpeaker concode_field_sep int getChannelsUsedForSound concode_ele... |
byte [ ] function ( int arg0 ) { return mStripBytes . get ( arg0 ) ; } | gets the strip at the specified index . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep byte[] USER_COMMENT_UNICODE co... |
IntsRef function ( ) { return IntsRef . deepCopyOf ( get ( ) ) ; } | build a new charsref that has the same content as this builder . concode_field_sep IntsRef ref concode_field_sep void grow concode_elem_sep void setIntAt concode_elem_sep int length concode_elem_sep void clear concode_elem_sep void copyInts concode_elem_sep void copyInts concode_elem_sep void setLength concode_elem_sep... |
String function ( ) { return computedValue . getStringValue ( ) ; } | implements value #getstringvalue . concode_field_sep Value computedValue concode_elem_sep Value cascadedValue concode_field_sep Value item concode_elem_sep Value getBottom concode_elem_sep Value getComputedValue concode_elem_sep Value getBlue concode_elem_sep Value getCascadedValue concode_elem_sep short getCssValueTyp... |
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 ( ) { } | this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode... |
void function ( int arg0 ) { activityResultRequestCode = arg0 ; } | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... |
RatingsStats function ( long arg0 , long arg1 ) { return getPersistence ( ) . removeByC_C ( arg0 , arg1 ) ; } | removes the ratings stats where classnameid = ? and classpk = ? from the database . concode_field_sep RatingsStatsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<RatingsStats> findWithDynamicQuery concode_elem_sep ... |
com . liferay . portal . kernel . model . Contact function ( long arg0 ) { return getService ( ) . createContact ( arg0 ) ; } | creates a new contact with the primary key . does not add the contact to the database . concode_field_sep ContactLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.life... |
void function ( PrivateKey arg0 , SecureRandom arg1 ) { this . appRandom = arg1 ; engineInitSign ( arg0 ) ; } | initializes this signature object with the specified private key and source of randomness for signing operations . this concrete method has been added to this previously-defined abstract class . for backwards compatibility , it can not be abstract . concode_field_sep SecureRandom appRandom concode_field_sep void engine... |
void function ( CardHolder arg0 ) { for ( CardHolder loc0 : cards ) { boolean loc1 = ( Toolkit . isWindows ? arg0 . getFile ( ) . equalsIgnoreCase ( loc0 . getFile ( ) ) : arg0 . getFile ( ) . loc1 ( loc0 . getFile ( ) ) ) ; if ( loc1 ) { return ; } } cards . add ( arg0 ) ; } | adds the given cardholder . if the cardholder is already contains a cardholder with the same file then it will not be added again . concode_field_sep List<CardHolder> cards concode_elem_sep Comparator<ControlCardHolder> HARDCHIPNR_COMPARATOR concode_elem_sep Control.Virtualcard controlCard concode_field_sep int compare... |
InstructionHandle function ( ) { return matchedInstruction ; } | get the matched instruction . concode_field_sep PatternElement patternElement concode_elem_sep InstructionHandle matchedInstruction concode_elem_sep PatternElementMatch prev concode_elem_sep BasicBlock basicBlock concode_elem_sep int matchCount concode_field_sep int getMatchCount concode_elem_sep BasicBlock getBasicBlo... |
String function ( ) { return tableName ; } | gets the table name . concode_field_sep Map<String,ColumnTypeBean> columns concode_elem_sep String query concode_elem_sep int start concode_elem_sep int count concode_elem_sep String tableName concode_field_sep void setTableName concode_elem_sep void setColumns concode_elem_sep int getStart concode_elem_sep void setSta... |
int function ( ) { return epochToClarionDate ( System . currentTimeMillis ( ) ) ; } | get date in clarion format concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch concode_elem_s... |
FilenameFilter function ( ) { return filter ; } | get the file name filter select = pattern , or null if unspecified concode_field_sep int ON_ERROR_FAIL concode_elem_sep Integer validation concode_elem_sep int strip concode_elem_sep Boolean xinclude concode_elem_sep int ON_ERROR_IGNORE concode_elem_sep boolean unparsed concode_elem_sep int ON_ERROR_WARNING concode_ele... |
EmergencyAbortListener function ( KeyPressInfo arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; keyCode = arg0 . keyCode ( ) ; modifiers = unify ( arg0 . modifiers ( ) ) ; return this ; } | sets the key combination that will terminate any fest-swing test . the default combination is ` ctrl + shift + a ' . concode_field_sep int keyCode concode_elem_sep long EVENT_MASK concode_elem_sep Toolkit toolkit concode_elem_sep TestTerminator testTerminator concode_elem_sep int modifiers concode_field_sep void remove... |
String function ( BigInteger arg0 , BigInteger arg1 ) { int loc0 = ( arg1 . bitLength ( ) + 7 ) / 8 ; int loc1 = 2 * loc0 ; return Utils . byte2Hex ( Utils . hex2Byte ( ( arg0 . mod ( arg1 ) ) . toString ( 16 ) , loc0 ) , loc1 ) ; } | format x modulo n in hexadecimal , using as many characters as n takes in hexadecimal . concode_field_sep int HASH_LENGTH_HEX concode_elem_sep int CRYPTO_KEY_LENGTH_BYTES concode_elem_sep int SALT_LENGTH_HEX concode_elem_sep int NUMBER_OF_QUICK_STRETCH_ROUNDS concode_elem_sep String KW_VERSION_STRING concode_elem_sep b... |
T function ( final CancelableUnitOfWork < T , IXtextWebDocument > arg0 ) { return this . < T > doAccess ( arg0 , false , false , null ) ; } | execute the given work unit with read-only access and return its result . concode_field_sep ExecutorService executorService2 concode_elem_sep Provider<XtextWebDocumentAccess> provider concode_elem_sep XtextWebDocument document concode_elem_sep PrecomputedServiceRegistry preComputedServiceRegistry concode_elem_sep Strin... |
InputStream function ( String arg0 ) { return container . instance . getClass ( ) . getResourceAsStream ( arg0 ) ; } | returns a inputstream representation of the passed file path . the path can possibly start with / resources/plugin id in lowercase / ... as returned by pluginhelperimpl #getpluginresourcedir . where ... is the file that is searched for . the file should exist in the class loader of the plugin . concode_field_sep Plugin... |
GetWeatherbyCityName function ( ) { return new GetWeatherbyCityName ( ) ; } | create an instance of getweatherbycityname concode_field_sep QName _ArrayOfString_QNAME concode_elem_sep QName _DataSet_QNAME concode_field_sep DataSet createDataSet concode_elem_sep JAXBElement<DataSet> createDataSet concode_elem_sep GetWeatherbyCityNamePro createGetWeatherbyCityNamePro concode_elem_sep GetSupportData... |
Vector function ( Player arg0 ) { return getRegionPoint ( arg0 , "srini_string" ) ; } | get the selection maximum point . concode_field_sep PlaceHolder placeHolder concode_field_sep Vector getRegionMinimumPoint concode_elem_sep Vector getRegionPoint concode_elem_sep Object invokeMethod concode_elem_sep Object invokeMethod |
void function ( java . lang . String arg0 ) { _chiTietYeuCauGiaiTrinh . setGiaiTrinh ( arg0 ) ; } | sets the giai trinh of this chi tiet yeu cau giai trinh . concode_field_sep ChiTietYeuCauGiaiTrinh _chiTietYeuCauGiaiTrinh concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep int getSoLuong concode_elem_sep ... |
void function ( TPoznamky arg0 ) { this . poznamky = arg0 ; } | sets the value of the poznamky property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniVecneSkupiny trideni concode_elem_sep TPuvodSeskupeni puvod concode_elem_sep TSouvislosti souvislo... |
List < ObjectObjectPair < I , G >> function ( int arg0 ) { if ( this . intervalGeneratorPairs . containsKey ( arg0 ) ) { return this . intervalGeneratorPairs . get ( arg0 ) ; } else { return new ArrayList < ObjectObjectPair < I , G >> ( ) ; } } | this function returns the set of interval-generator pairs at a specified dimension . concode_field_sep Map<Integer,List<I>> intervals concode_elem_sep Map<Integer,List<G>> generators concode_elem_sep Map<Integer,List<ObjectObjectPair<I,G>>> intervalGeneratorPairs concode_field_sep List<I> getIntervalsAtDimension concod... |
long function ( PerfFileSystem arg0 , String arg1 , int arg2 , long arg3 , long arg4 ) { byte [ ] loc0 = new byte [ arg2 ] ; InputStream loc1 = arg0 . getInputStream ( arg1 ) ; loc1 . skip ( arg3 ) ; long loc2 = readSpecifiedBytes ( loc1 , loc0 , arg4 ) ; loc1 . close ( ) ; return loc2 ; } | read a file . skip once and read once . concode_field_sep Random RAND concode_field_sep long randomSkipRead concode_elem_sep long readSingleFile concode_elem_sep long skipReadToEnd concode_elem_sep void writeContentToFile concode_elem_sep void writeSingleFile concode_elem_sep void close concode_elem_sep long readSpecif... |
Vector function ( Vector arg0 ) { double loc0 = getX ( ) , loc1 = getY ( ) ; double loc2 = arg0 . getX ( ) , loc3 = arg0 . getY ( ) ; return new Vector ( ( loc0 * loc2 ) + ( loc1 * loc3 ) , ( loc0 * loc3 ) - ( loc1 * loc2 ) ) ; } | rotates this vector by an other vector . concode_field_sep double x concode_elem_sep double y concode_field_sep Vector add concode_elem_sep double crossProduct concode_elem_sep double distance concode_elem_sep Vector unrotate concode_elem_sep Vector lerp concode_elem_sep Vector subtract concode_elem_sep double length c... |
Properties function ( ) { if ( this . systemProps == null ) { this . systemProps = System . getProperties ( ) ; } return this . systemProps ; } | lazily creates a list of system properties . concode_field_sep Process serverProcess concode_elem_sep Properties serverProps concode_elem_sep String EXECUTABLE_NAME_KEY concode_elem_sep String DEFAULTS_FILE_KEY concode_elem_sep String DATADIR_KEY concode_elem_sep String BASEDIR_KEY concode_elem_sep Properties systemPro... |
void function ( @ Nullable V2 arg0 ) { this . v2 = arg0 ; } | sets second value . concode_field_sep long serialVersionUID concode_elem_sep V1 v1 concode_elem_sep V2 v2 concode_elem_sep V3 v3 concode_elem_sep V4 v4 concode_elem_sep V5 v5 concode_field_sep void writeExternal concode_elem_sep void set concode_elem_sep void set3 concode_elem_sep void set5 concode_elem_sep void set4 c... |
List function ( CampaignVO arg0 , int arg1 , int arg2 ) { return dao . searchCampaignForRetailer ( arg0 , arg1 , arg2 ) ; } | this method is used to search retailer campaign concode_field_sep CampaignDAO dao concode_field_sep Date getSql concode_elem_sep boolean createCampaignRetailer concode_elem_sep List<CampaignVO> getCircleNames concode_elem_sep String getDDMMYYYY concode_elem_sep List searchCampaign concode_elem_sep CampaignVO viewCampai... |
boolean function ( final HttpServletRequest arg0 ) { return CommonUtils . isNotBlank ( CommonUtils . safeGetParameter ( arg0 , this . artifactParameterName ) ) ; } | determines whether the given request contains an authentication token . concode_field_sep String artifactParameterName concode_elem_sep String logoutParameterName concode_elem_sep Log log concode_elem_sep SessionMappingStorage sessionMappingStorage concode_field_sep void init concode_elem_sep boolean isLogoutRequest co... |
void function ( int arg0 ) { this . maxMessageSize = arg0 ; } | the maximum supported message size for this serializer . default 2048 . concode_field_sep Log logger concode_elem_sep int maxMessageSize concode_elem_sep ApplicationEventPublisher applicationEventPublisher concode_field_sep void setApplicationEventPublisher concode_elem_sep void publishEvent concode_elem_sep int getMax... |
HostAndPort function ( String arg0 , int arg1 ) { checkArgument ( isValidPort ( arg1 ) , "srini_string" , arg1 ) ; HostAndPort loc0 = fromString ( arg0 ) ; checkArgument ( ! loc0 . hasPort ( ) , "srini_string" , arg0 ) ; return new HostAndPort ( loc0 . arg0 , arg1 , loc0 . hasBracketlessColons ) ; } | build a hostandport instance from separate host and port values . note : non-bracketed ipv6 literals are allowed . use #requirebracketsforipv6 to prohibit these . concode_field_sep long serialVersionUID concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep... |
void function ( Mat arg0 , Mat arg1 , Mat arg2 , int arg3 ) { compute_0 ( nativeObj , arg0 . nativeObj , arg1 . nativeObj , arg2 . nativeObj , arg3 ) ; return ; } | computes disparity using the bm algorithm for a rectified stereo pair . the method executes the bm algorithm on a rectified stereo pair . see the stereo_match.cpp opencv sample on how to prepare images and call the method . note that the method is not constant , thus you should not use the same stereobm instance from w... |
String function ( ) { return this . markenBezeichnung ; } | gibt die markenbezeichnung weiter concode_field_sep BigInteger markenId concode_elem_sep String markenBezeichnung concode_field_sep BigInteger getMarkenId concode_elem_sep void setMarkenId concode_elem_sep void setMarkenBezeichnung concode_elem_sep String toString |
void function ( String arg0 ) { this . uri = arg0 ; } | sets the value of the uri property . concode_field_sep TransformsType transforms concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep String getType concode_elem_sep void setType concode_elem_sep void setTransform... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.