code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( Dosage arg0 ) { return numberOfTimesPillRemindersSentFor ( arg0 ) == 0 ; }
checks if there were no reminders yet set for the given dosage . concode_field_sep Set<Dosage> dosages concode_elem_sep String externalId concode_elem_sep Long id concode_elem_sep DailyScheduleDetails scheduleDetails concode_field_sep Dosage getDosage concode_elem_sep void setDosages concode_elem_sep DailyScheduleDetai...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep BigDecimal justNumber concode_field_sep NumberOnly justNumber concode_elem_sep BigDecimal getJustNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_...
Set < String > function ( String arg0 , long arg1 ) { Set < ApplicationId > loc0 = getYarnChildJobs ( arg0 , arg1 ) ; Set < String > loc1 = new HashSet < String > ( ) ; for ( ApplicationId loc2 : loc0 ) { String loc3 = TypeConverter . fromYarn ( loc2 ) . toString ( ) ; loc1 . add ( loc3 ) ; } return loc1 ; }
returns all jobs tagged with the given tag that have been started after the given timestamp . returned jobids are mapreduce jobids . concode_field_sep JobClient jc concode_elem_sep Logger LOG concode_elem_sep Configuration conf concode_field_sep JobStatus getJobStatus concode_elem_sep void killJob concode_elem_sep void...
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
void function ( long arg0 ) { _serviceComponent . setBuildNumber ( arg0 ) ; }
sets the build number of this service component . concode_field_sep ServiceComponent _serviceComponent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s...
List < Money > function ( ) { if ( budgetQuantiles == null ) { budgetQuantiles = new ArrayList < Money > ( ) ; } return this . budgetQuantiles ; }
gets the value of the budgetquantiles 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 budgetquantiles property . for example , to add a ...
void function ( BigInteger arg0 ) { this . behaviorScore = arg0 ; }
sets the value of the behaviorscore property . concode_field_sep BigInteger identifier concode_elem_sep String creditClass concode_elem_sep String creditApplicationReferenceNumber concode_elem_sep String decisionCriteria concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigInte...
IEclipsePreferences function ( IProject arg0 ) { ProjectScope loc0 = ( ProjectScope ) projectToScope . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ProjectScope ( arg0 ) ; projectToScope . put ( arg0 , loc0 ) ; } IEclipsePreferences loc1 = loc0 . getNode ( nodeQualifier ) ; return loc1 ; }
return the ieclipsepreferences from the given project . concode_field_sep Preferences preferenceStore concode_elem_sep HashMap projectToScope concode_elem_sep String nodeQualifier concode_field_sep boolean setProjectSpecificPreferencesValue concode_elem_sep String getProjectSpecificPreferencesValue concode_elem_sep Str...
boolean function ( ) { return capture ; }
if true , the event was fired during the capture phase . concode_field_sep boolean stopped concode_elem_sep Stage stage concode_elem_sep Actor targetActor concode_elem_sep boolean handled concode_elem_sep Actor listenerActor concode_elem_sep boolean capture concode_elem_sep boolean cancelled concode_elem_sep boolean bu...
PageControl function ( PageControl arg0 , int arg1 ) { if ( arg0 == null ) { arg0 = new PageControl ( ) ; } else { arg0 = ( PageControl ) arg0 . clone ( ) ; } if ( arg0 . getSortattribute ( ) == SortAttribute . DEFAULT ) { arg0 . setSortattribute ( arg1 ) ; } if ( arg0 . getSortorder ( ) == SORT_UNSORTED ) { arg0 . set...
sets the initial defaults for the pagecontrol . sort attribute specifies which attribute to sort on . concode_field_sep int sortorder concode_elem_sep Serializable metaData concode_elem_sep int SORT_ASC concode_elem_sep int SORT_UNSORTED concode_elem_sep int pagenum concode_elem_sep int pagesize concode_elem_sep int SI...
void function ( ) { out . println ( ) ; }
terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print ...
String function ( ) { return localName ; }
sac : implements org.w3c.css.sac.elementselector #getlocalname . concode_field_sep String localName concode_elem_sep String namespaceURI concode_field_sep void fillAttributeSet concode_elem_sep boolean equals concode_elem_sep String getNamespaceURI
void function ( ) { System . out . println ( "srini_string" ) ; double loc0 = 123.456 ; PenalizingValidation loc1 = SimplePenalizingValidation . FAILED ( loc0 ) ; assertEquals ( loc0 , loc1 . getPenalty ( ) , TestConstants . DOUBLE_COMPARISON_PRECISION ) ; }
test of failed method , of class simplepenalizingvalidation . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testPassed concode_elem_sep void testToString concode_elem_sep void testGetPenalty concode_elem_sep void tearDownClass concode_elem_sep void testConstructor
Thread function ( ) { return exclusiveOwnerThread ; }
returns the thread last set by setexclusiveownerthread , or null if never set . this method does not otherwise impose any synchronization or volatile field accesses . concode_field_sep Thread exclusiveOwnerThread concode_elem_sep long serialVersionUID concode_field_sep void setExclusiveOwnerThread
String function ( OMElement arg0 ) { AXIOMXPath loc0 = new AXIOMXPath ( "srini_string" ) ; loc0 . addNamespace ( "srini_string" , "srini_string" ) ; OMElement loc1 = ( OMElement ) loc0 . selectSingleNode ( arg0 ) ; if ( loc1 != null ) { return loc1 . getText ( ) ; } else { throw new Exception ( "srini_string" + arg0 ) ...
digests the custom quote response and extracts the last trade price concode_field_sep Random RANDOM concode_field_sep OMElement createStandardQuoteRequest concode_elem_sep OMElement createCustomQuoteRequest concode_elem_sep OMElement createPlaceOrderRequest concode_elem_sep String parseStandardQuoteResponse concode_ele...
void function ( ) { if ( this . runnerState == ThreadState . SUSPENDED ) { this . runnerState = ThreadState . RUNNING ; } }
resume the suspended thread concode_field_sep String groupName concode_elem_sep LinkedList<ControlledJob> jobsInProgress concode_elem_sep long nextJobID concode_elem_sep ThreadState runnerState concode_elem_sep LinkedList<ControlledJob> failedJobs concode_elem_sep Log LOG concode_elem_sep LinkedList<ControlledJob> succ...
void function ( long arg0 ) { this . startTime = arg0 ; }
set the start time of this find command . concode_field_sep boolean followArgLink concode_elem_sep Configuration configuration concode_elem_sep int maxDepth concode_elem_sep CommandFactory commandFactory concode_elem_sep PrintStream err concode_elem_sep InputStream in concode_elem_sep long startTime concode_elem_sep bo...
BigInteger function ( BigInteger arg0 ) { return this . randomize ( arg0 , key . getRandomModNStar ( ) ) ; }
randomizes a given encryption by the given variable . given e m , r , it returns e m , r ' for random r ' . concode_field_sep PaillierKey key concode_elem_sep boolean encryptMode concode_elem_sep String notReadyForEncryption concode_elem_sep String notReadyForDecryption concode_elem_sep boolean decryptMode concode_fiel...
void function ( boolean arg0 ) { this . registerWithFactory = arg0 ; }
set whether to register the mbeanserver with the mbeanserverfactory , making it available through mbeanserverfactory.findmbeanserver . concode_field_sep MBeanServer server concode_elem_sep String agentId concode_elem_sep boolean locateExistingServerIfPossible concode_elem_sep Log logger concode_elem_sep boolean registe...
void function ( ServletRequest arg0 ) { this . request = arg0 ; }
set the current servletrequest concode_field_sep ServletRequest request concode_elem_sep String user concode_field_sep void init concode_elem_sep String getUser concode_elem_sep ServletRequest getServletRequest
void function ( short arg0 ) { applyFont ( 0 , string . getCharCount ( ) , arg0 ) ; }
applies the specified font to the entire string . concode_field_sep UnicodeString string concode_elem_sep short NO_FONT concode_elem_sep Workbook book concode_elem_sep LabelSSTRecord record concode_field_sep void clearFormatting concode_elem_sep short getFontOfFormattingRun concode_elem_sep UnicodeString getUnicodeStri...
Integer function ( ) { return count ; }
number of applications returned . \ n concode_field_sep String previous concode_elem_sep List<ApplicationInfoDTO> list concode_elem_sep String createdTime concode_elem_sep String lastUpdatedTime concode_elem_sep String next concode_elem_sep Integer count concode_field_sep String getPrevious concode_elem_sep void setLas...
Map < String , ExtendedEntityManager > function ( ) { ArrayList < Map < String , ExtendedEntityManager >> loc0 = currentSFSBCallStack ( ) ; Map < String , ExtendedEntityManager > loc1 = null ; if ( loc0 != null ) { loc1 = loc0 . get ( loc0 . size ( ) - 1 ) ; } return loc1 ; }
gets the current sfsb invocation off the invocation call stack concode_field_sep ThreadLocal<SFSBCallStackThreadData> CURRENT concode_elem_sep Map<String,ExtendedEntityManager> creationTimeXPCRegistration concode_elem_sep int creationBeanNestingLevel concode_elem_sep ArrayList<Map<String,ExtendedEntityManager>> invocat...
String function ( byte [ ] arg0 ) { byte [ ] loc0 = new byte [ arg0 . length + 1 ] ; loc0 [ 0 ] = 1 ; System . arraycopy ( arg0 , 0 , loc0 , 1 , arg0 . length ) ; return new BigInteger ( loc0 ) . toString ( 36 ) ; }
converts a byte array to a string concode_field_sep PlaceHolder placeHolder concode_field_sep SecretKey create128BitPassword concode_elem_sep String encrypt concode_elem_sep byte[] encrypt concode_elem_sep String createRandomKey concode_elem_sep byte[] decryptFile concode_elem_sep String createKeyFromString concode_ele...
int function ( int arg0 , int arg1 ) { return ( int ) getRandomDouble ( arg0 , arg1 ) ; }
utility method for generating random double values in the range specified by the low and high attributes . used during the storeiventory initialization . concode_field_sep Random random concode_elem_sep RandomNumberGenerator randomNumberGenerator concode_field_sep void main concode_elem_sep RandomNumberGenerator getIns...
ParameterizedType function ( Type arg0 , Type ... arg1 ) { return newParameterizedTypeWithOwner ( null , arg0 , arg1 ) ; }
returns a new parameterized type , applying typearguments to rawtype . the returned type does not have an owner type . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayT...
Properties function ( ) { return new Properties ( ) ; }
create an instance of properties concode_field_sep PlaceHolder placeHolder concode_field_sep Properties.HeadingPairs createPropertiesHeadingPairs concode_elem_sep Properties.DigSig createPropertiesDigSig concode_elem_sep Properties.TitlesOfParts createPropertiesTitlesOfParts concode_elem_sep Properties.HLinks createPro...
void function ( AlgorithmParameterSpec arg0 , SecureRandom arg1 ) { throw new UnsupportedOperationException ( ) ; }
initializes this keypairgeneratorspi with the given algorithmparameterspec and the given securerandom . concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair generateKeyPair
void function ( IndexShard arg0 ) { }
called after the index shard has been created . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void...
void function ( Settings arg0 ) { for ( int loc0 = 0 ; loc0 < COUNT ; loc0 ++ ) { if ( ! arg0 . isSet ( loc0 ) ) continue ; set ( loc0 , arg0 . flags ( loc0 ) , arg0 . get ( loc0 ) ) ; } }
writes other into this . if any setting is populated by this and other , the value and flags from other will be kept . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPL...
void function ( IMemento arg0 , ServerEditorInput arg1 ) { if ( arg1 == null ) return ; if ( arg1 . getServerId ( ) != null ) arg0 . putString ( SERVER_ID , arg1 . getServerId ( ) ) ; }
saves the state of an element within a memento . concode_field_sep String SERVER_ID concode_elem_sep String FACTORY_ID concode_field_sep IAdaptable createElement
boolean function ( ReceivedToken arg0 ) { return canHandleToken ( arg0 , null ) ; }
return true if this tokenvalidator implementation is capable of validating the receivedtoken argument . concode_field_sep PlaceHolder placeHolder concode_field_sep TokenValidatorResponse validateToken
void function ( AbstractEdge arg0 ) { nextFilter . putEdge ( arg0 ) ; }
this method is called by the filters to send elements to the next filter . concode_field_sep AbstractFilter nextFilter concode_elem_sep String arguments concode_field_sep void incrementStorageEdgeCount concode_elem_sep void putVertex concode_elem_sep void incrementStorageVertexCount concode_elem_sep void putEdge concod...
AggregateProjection function ( String arg0 ) { return new AggregateProjection ( "srini_string" , arg0 ) ; }
a property minimum value concode_field_sep PlaceHolder placeHolder concode_field_sep Projection sqlGroupProjection concode_elem_sep AggregateProjection max concode_elem_sep CountProjection count concode_elem_sep Projection distinct concode_elem_sep AggregateProjection sum concode_elem_sep ProjectionList projectionList ...
void function ( BundleContext arg0 ) { context = null ; }
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
JAXBElement < AddressType > function ( AddressType arg0 ) { return new JAXBElement < AddressType > ( _BillingTypeAddress_QNAME , AddressType . class , BillingType . class , arg0 ) ; }
create an instance of jaxbelement concode_field_sep QName _EsiCreateInstallmentPlanRequest_QNAME concode_elem_sep QName _CreateTentativeBANTypeBilling_QNAME concode_elem_sep QName _AccountTypeActivationDate_QNAME concode_elem_sep QName _EsiCreateInstallmentPlanResponse_QNAME concode_elem_sep QName _CreateTentativeBANTy...
void function ( ) { context . bind ( ) ; }
bind the session concode_field_sep IPageManagerContext context concode_elem_sep Logger log concode_elem_sep List<IManageablePage> touchedPages concode_field_sep void setSessionAttribute concode_elem_sep Serializable getSessionAttribute concode_elem_sep void commitRequest concode_elem_sep void storeTouchedPages concode_...
ListenerConfig function ( String arg0 ) { this . className = hasText ( arg0 , "srini_string" ) ; this . implementation = null ; return this ; }
sets the class name of the eventlistener . if a implementation was set , it will be removed . concode_field_sep EventListener implementation concode_elem_sep String className concode_elem_sep ListenerConfigReadOnly readOnly concode_field_sep boolean isIncludeValue concode_elem_sep EventListener getImplementation concod...
void function ( String arg0 ) { Advapi32Util . registrySetStringValue ( WinReg . HKEY_CURRENT_USER , REGISTRY_DEFAULT_IM_APPLICATION_KEY , REGISTRY_DEFAULT_IM_APPLICATION_VALUE , arg0 ) ; }
sets given application as default im application concode_field_sep String REGISTRY_DEFAULT_MAIL_CLIENT_KEY concode_elem_sep String REGISTRY_DEFAULT_IM_APPLICATION_COMMUNICATOR concode_elem_sep String REGISTRY_DEFAULT_IM_APPLICATION_KEY concode_elem_sep String REGISTRY_DEFAULT_IM_APPLICATION_VALUE concode_field_sep bool...
int function ( ) { return compact_levels ; }
todo concode_field_sep int compact_pages_free concode_elem_sep int compact_levels concode_elem_sep int compact_pages_truncated concode_elem_sep int compact_timeout concode_elem_sep int compact_deadlock concode_elem_sep int compact_pages concode_elem_sep int compact_fillpercent concode_elem_sep int compact_pages_examine...
void function ( File arg0 ) { if ( files . isEmpty ( ) ) { files . add ( arg0 ) ; } else { int loc0 = 0 ; for ( File loc1 : files ) { if ( oneIsFirst ( loc1 , arg0 ) ) { break ; } else loc0 ++ ; } files . add ( loc0 , arg0 ) ; } }
add a file to its correct place in the order at ` files ' linked list . concode_field_sep LinkedList<File> files concode_field_sep String[] print concode_elem_sep boolean oneIsFirst
ReachabilityGraph function ( PTA arg0 , BitSet arg1 , Constraint arg2 ) { return buildForwardsGraphFormats10 ( arg0 , arg1 , arg2 ) ; }
build a reachability graph based on a forwards pta traversal . all zones in the symbolic states in the graph are guaranteed to be convex i.e. dbms . the set of target states found and the singleton set of initial states are stored separately and can be obtained subsequently using gettarget and getinitialstates . concod...
void function ( String arg0 ) { _sendRawCommand ( arg0 ) ; }
send the command directly to the pulseaudio server for a list of available commands please take a look at http://www.freedesktop.org/wiki/software/pulseaudio/documentation/user/cli concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep Strin...
void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { path . curveTo ( currentX * 2 - xCenter , currentY * 2 - yCenter , xCenter = currentX + arg0 , yCenter = currentY + arg1 , currentX += arg2 , currentY += arg3 ) ; }
implements pathhandler #curvetocubicsmoothrel float , float , float , float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape conc...
StringBuilder function ( ) { return stringToHex ( stringData ) ; }
gets a hexadecimal stringbuffer representation of this object 's data , which is converted to hexadecimal form . 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_s...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _counterLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep CounterLocalService _counterLocalService concode_field_sep java.util.List<com.liferay.counter.kernel.model.Counter> getCounters concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.counter.kernel.model.Counter g...
ResourceProperties function ( ) { ResourceProperties loc0 = null ; if ( m_service != null ) { loc0 = m_service . getEntityResourceProperties ( this ) ; } return loc0 ; }
find the resourceproperties object for this reference . concode_field_sep Log M_log concode_elem_sep String m_id concode_elem_sep String m_container concode_elem_sep boolean m_setAlready concode_elem_sep EntityProducer m_service concode_elem_sep UserDirectoryService userDirectoryService concode_elem_sep String m_type c...
boolean function ( String arg0 ) { return arg0 != null && arg0 . length ( ) > 0 ; }
returns true if the given text is not null and not empty concode_field_sep PlaceHolder placeHolder concode_field_sep String nullIfEmpty concode_elem_sep String stripPrefix concode_elem_sep List<String> splitAsList concode_elem_sep String joinNotNull concode_elem_sep String splitCamelCase concode_elem_sep String splitCa...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep BarLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep boolean hasClassName concode_elem_sep com.liferay.testtransaction.model.Bar addBar concode_elem_sep com.liferay.testtransaction.model.Bar addBar...
void function ( ApplicationManagementService arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } DCRDataHolder . getInstance ( ) . setApplicationManagementService ( null ) ; }
unsets applicationmanagement service . concode_field_sep Log log concode_field_sep void unsetUnRegistrationHandler concode_elem_sep void setRegistrationHandler concode_elem_sep void unsetRegistrationHandler concode_elem_sep void setApplicationManagementService concode_elem_sep void activate concode_elem_sep void deacti...
String function ( ) { return applicationName ; }
gets the application name . concode_field_sep String linkTo concode_elem_sep String auth concode_elem_sep boolean lookedUp concode_elem_sep String scope concode_elem_sep String name concode_elem_sep String description concode_elem_sep String type concode_elem_sep String applicationName concode_elem_sep DataSourceInfo d...
void function ( Vector3f arg0 ) { this . position = arg0 ; }
sets this light 's position concode_field_sep boolean directional concode_elem_sep Color specular concode_elem_sep Color ambient concode_elem_sep Color diffuse concode_elem_sep Vector3f position concode_elem_sep int id concode_field_sep Color getAmbient concode_elem_sep void setAmbient concode_elem_sep Color getSpecula...
float function ( Context arg0 ) { if ( isMetricUnits ( arg0 ) ) { return 65.0f ; } else { return 68.0389f ; } }
gets the default weight . concode_field_sep int TRACK_WIDGET_ITEM2_DEFAULT concode_elem_sep boolean STATS_SHOW_COORDINATE_DEFAULT concode_elem_sep String EXPORT_EXTERNAL_STORAGE_FORMAT_DEFAULT concode_elem_sep String STATS_UNITS_DEFAULT concode_elem_sep String CHART_X_AXIS_DEFAULT concode_elem_sep int SPLIT_FREQUENCY_D...
boolean function ( Object arg0 ) { return myVisitedElements . containsKey ( arg0 ) ; }
returns true if this element was already visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep void beginVisit concode_elem_sep Iterator getElementLinks concode_elem_sep void endVisit concode_elem_sep void pe...
void function ( SimpleAtomicLong arg0 , long arg1 , long arg2 , long arg3 ) { long loc0 = arg0 . get ( ) ; long loc1 = arg0 . getAndIncrement ( ) ; long loc2 = arg0 . get ( ) ; assertEquals ( loc0 , loc1 ) ; assertEquals ( loc0 + 1 , loc2 ) ; compareResults ( loc0 , arg1 , loc1 , arg2 , loc2 , arg3 ) ; }
the logic of testing getandincrement concode_field_sep long[] mTestValues concode_field_sep void getAndDecrementTest concode_elem_sep void getAndIncrementTest concode_elem_sep void decrementAndGetTestLogic concode_elem_sep void constructorTest concode_elem_sep void incrementAndGetTestTest concode_elem_sep void incremen...
void function ( KeyStroke arg0 ) { if ( inputMap != null ) inputMap . remove ( arg0 ) ; }
removes an entry from this inputmap . note that this will not remove any entry from the parent map , if there is one . concode_field_sep InputMap parent concode_elem_sep long serialVersionUID concode_elem_sep Map inputMap concode_field_sep InputMap getParent concode_elem_sep int size concode_elem_sep KeyStroke[] keys c...
Atom function ( Atom [ ] arg0 , int arg1 , int arg2 ) { Atom loc0 = new AtomImpl ( ) ; if ( arg1 + arg2 > arg0 . length ) { System . err . println ( "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" + arg0 . length ) ; return loc0 ; } Atom [ ] loc1 = getFragmentNoClone ( arg0 , arg1 , arg2 ) ; return Calc ...
get the centroid for the set of atoms starting fromposition pos , length fragmentlenght concode_field_sep PlaceHolder placeHolder concode_field_sep Matrix getDistanceMatrix concode_elem_sep double rms_dk_diag concode_elem_sep Atom[] getFragmentFromIdxList concode_elem_sep double[] getDiagonalAtK concode_elem_sep Atom[]...
boolean function ( EventType arg0 , long arg1 , int arg2 , SegmentMonitor arg3 ) { return memIntf . addSegmentMonitor ( arg0 , arg1 , arg2 , arg3 ) ; }
adds monitor to specified memory region . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_ele...
boolean function ( final Client arg0 ) { arg0 . admin ( ) . cluster ( ) . prepareHealth ( ) . setWaitForYellowStatus ( ) . execute ( ) . actionGet ( ) ; return arg0 . admin ( ) . indices ( ) . prepareExists ( ES_INDEX ) . execute ( ) . actionGet ( ) . isExists ( ) ; }
check whether the elasticsearch index already exists concode_field_sep String SERVER_NAME concode_elem_sep String HTTP_AGENT concode_elem_sep String ES_TYPE_WIKIDATA concode_elem_sep String ES_CLUSTER concode_elem_sep String ES_INDEX concode_elem_sep Settings CLIENT_SETTINGS concode_elem_sep String ES_TYPE_NOMINATIM co...
int function ( final Object arg0 , final int arg1 ) { return arg0 instanceof Number ? ( ( Number ) arg0 ) . intValue ( ) : arg1 ; }
if the option represents a number , return its integer value , otherwise return the given default value . concode_field_sep Class<?>[] acceptableOptions concode_elem_sep byte[] NONE concode_field_sep OutputStream encode concode_elem_sep Object getOptionsFromCoder concode_elem_sep boolean canAcceptOptions concode_elem_s...
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; }
sets the totalresultsetsize value for this contentpage . concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem...
void function ( String arg2 ) { this . arg1 = arg2 ; }
sets the value of the arg1 property . concode_field_sep String arg1 concode_elem_sep String arg0 concode_field_sep void setArg0 concode_elem_sep String getArg1 concode_elem_sep String getArg0
void function ( ) { WebElement loc0 = driver . findElement ( By . id ( "srini_string" ) ) ; loc0 . click ( ) ; }
click on the remove button concode_field_sep RemoteWebDriver driver concode_elem_sep String frontPageRolesData concode_elem_sep Map<String,String> properties concode_field_sep void selectTeacherRole concode_elem_sep void selectStudentRole concode_elem_sep void selectAdd concode_elem_sep void selectPotentialUser concode...
String function ( ) { URI loc0 ; try { loc0 = new URI ( locationPathField . getText ( ) ) ; } catch ( URISyntaxException loc1 ) { return locationPathField . getText ( ) ; } return loc0 . getPath ( ) ; }
return the path on the location field . concode_field_sep int SIZING_TEXT_FIELD_WIDTH concode_elem_sep IErrorMessageReporter errorReporter concode_elem_sep Button useExistingCheckbox concode_elem_sep Button browseButton concode_elem_sep Label locationLabel concode_elem_sep Text locationPathField concode_field_sep void ...
void function ( XMPPSettingsDTO arg0 ) { try { log . info ( "srini_string" + arg0 . getUserId ( ) ) ; stub . addUserXmppSettings ( arg0 ) ; } catch ( Exception loc0 ) { log . error ( "srini_string" , loc0 ) ; } }
add xmpp settings concode_field_sep Log log concode_elem_sep XMPPConfigurationServiceStub stub concode_field_sep boolean isXMPPSettingsAvailable concode_elem_sep XMPPSettingsDTO getXmppSettingsDTO concode_elem_sep String getUserIM concode_elem_sep boolean isXmppSettingsEnabled concode_elem_sep void editXmppSettings
String function ( ) { if ( filterConfig == null ) return ( "srini_string" ) ; StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( filterConfig ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
return a string representation of this object . concode_field_sep FilterConfig filterConfig concode_elem_sep String attribute concode_field_sep void init concode_elem_sep void doFilter concode_elem_sep void destroy
long function ( ) { return size ; }
returns the file size in bytes or 0 if the size was not specified . if the dcc line was invalid , -1 is returned . concode_field_sep String rest concode_elem_sep String file concode_elem_sep long size concode_elem_sep User sender concode_elem_sep int port concode_elem_sep Channel destChannel concode_elem_sep Connection...
void function ( String arg0 ) { this . state = arg0 ; }
sets the value of the state property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName c...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVpcs ( ) != null ) loc0 . append ( "srini_string" + getVpcs ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Vpc> vpcs concode_field_sep java.util.List<Vpc> getVpcs concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeVpcsResult clone concode_elem_sep vo...
void function ( Stream arg0 , BytesReference ... arg1 ) { MapBuilder < BytesReference , Stream > loc0 = MapBuilder . newMapBuilder ( streams ) ; for ( BytesReference loc1 : arg1 ) { loc0 . put ( loc1 , arg0 ) ; } streams = loc0 . immutableMap ( ) ; }
registers the given stream and associate it with the given types . concode_field_sep ImmutableMap<BytesReference,Stream> streams concode_field_sep Stream stream concode_elem_sep PipelineAggregator readResult
void function ( Window arg0 ) { arg0 . pack ( ) ; centerOnScreen ( arg0 ) ; arg0 . setVisible ( true ) ; }
pack the window , center it on the screen , and set the window visible . concode_field_sep PlaceHolder placeHolder concode_field_sep void centerOnParentAndSetVisible concode_elem_sep void centerOnScreen concode_elem_sep Point getCenteringPointOnScreen concode_elem_sep void centerOnParent concode_elem_sep Dimension getD...
ContentEncoder function ( final long arg0 , final WritableByteChannel arg1 , final SessionOutputBuffer arg2 , final HttpTransportMetricsImpl arg3 ) { if ( arg0 == ContentLengthStrategy . CHUNKED ) { return new ChunkEncoder ( arg1 , arg2 , arg3 ) ; } else if ( arg0 == ContentLengthStrategy . IDENTITY ) { return new Iden...
factory method for contentencoder instances . concode_field_sep HttpRequest request concode_elem_sep IOSession session concode_elem_sep boolean hasBufferedOutput concode_elem_sep ContentLengthStrategy outgoingContentStrategy concode_elem_sep boolean hasBufferedInput concode_elem_sep SocketAddress remote concode_elem_se...
void function ( ) { }
the final call you receive before your activity is destroyed . 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 onOverrideU...
List < ContactCard > function ( final String arg0 ) { final List < ContactCard > loc0 = new ArrayList < ContactCard > ( ) ; for ( final ContactCard loc1 : contacts . values ( ) ) { if ( loc1 . getFullName ( ) . contains ( arg0 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; }
finds contacts whose name contains namepart as a substring . concode_field_sep AtomicLong contactCounter concode_elem_sep Map<Long,ContactCard> contacts concode_field_sep ContactCard get concode_elem_sep List<ContactCard> findByPhone concode_elem_sep List<ContactCard> clear concode_elem_sep ContactCard addContact conco...
Node function ( String arg0 ) { this . correlationIds . add ( new CorrelationIdentifier ( Scope . ControlFlow , arg0 ) ) ; return this ; }
this method adds a control flow scoped correlation id . concode_field_sep long duration concode_elem_sep Set<Property> properties concode_elem_sep List<Issue> issues concode_elem_sep List<CorrelationIdentifier> correlationIds concode_elem_sep long timestamp concode_elem_sep NodeType type concode_elem_sep String uri con...
void function ( @ ArquillianResource ( ErrorGeneratorServlet . class ) URL arg0 ) { int loc0 = HttpURLConnection . HTTP_NOT_FOUND ; URL loc1 = new URL ( arg0 + "srini_string" + loc0 ) ; testURL ( loc1 , loc0 , "srini_string" , null ) ; }
test that the custom 404 error page is seen concode_field_sep Logger log concode_field_sep void testExceptionError concode_elem_sep WebArchive errorDeployment concode_elem_sep WebArchive producerDeployment concode_elem_sep void test500Error concode_elem_sep void testURL
void function ( String arg0 ) { this . actor = arg0 ; }
sets the value of the actor property . concode_field_sep String actor concode_elem_sep Boolean mustUnderstand concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Boolean isMustUnderstand concode_elem_sep void setValue concode_elem_sep void setMustUnderstand concode_elem_sep String getActor
void function ( String arg0 ) { this . label = arg0 ; }
sets the value of the label property . concode_field_sep String logMessage concode_elem_sep String pid concode_elem_sep String state concode_elem_sep String label concode_elem_sep String ownerId concode_field_sep String getState concode_elem_sep String getLabel concode_elem_sep String getOwnerId concode_elem_sep void s...
List < Element > function ( String arg0 , Collection < String > arg1 ) { if ( arg1 . isEmpty ( ) ) { Element loc0 = append ( arg0 , ( String ) null ) ; return Arrays . asList ( loc0 ) ; } List < Element > loc1 = new ArrayList < Element > ( arg1 . size ( ) ) ; for ( String loc0 : arg1 ) { loc1 . add ( append ( arg0 , lo...
adds multiple child elements , each with the same name . concode_field_sep Document document concode_elem_sep String namespace concode_elem_sep VCardVersion version concode_elem_sep Element element concode_field_sep List<String> all concode_elem_sep List<String> all concode_elem_sep List<Element> children concode_elem_...
String function ( ) { return accessTokenSecret ; }
the access secret . can also be configured on the twittercomponent level instead . concode_field_sep String keywords concode_elem_sep String httpProxyHost concode_elem_sep Double latitude concode_elem_sep String consumerSecret concode_elem_sep Twitter twitter concode_elem_sep String userIds concode_elem_sep String dist...
void function ( boolean arg0 ) { this . transitory = arg0 ; }
transitory effects do not alter the display state . example : pulsate , shake however other effects change css style properties , and in some cases the application needs to be aware of these changes . for refreshing a page for example when css changes need to be sent to the application you need to set the transitory pr...
String function ( ) { if ( inDaylightTime ) { return "srini_string" ; } else { return "srini_string" ; } }
gets the state of daylight time in this time zone . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getDisplayName conc...
void function ( Class < ? > arg0 ) { File loc0 = getSourceFile ( arg0 ) ; loc0 . delete ( ) ; this . sourceFiles . remove ( loc0 ) ; }
delete source file for given class from project . concode_field_sep Class<?>[] ALWAYS_INCLUDE concode_elem_sep File sourceFolder concode_elem_sep TestCompiler compiler concode_elem_sep Set<File> sourceFiles concode_field_sep void add concode_elem_sep void replaceText concode_elem_sep void addSourceCode concode_elem_sep...
String [ ] function ( ) { return helpcache . keySet ( ) . toArray ( new String [ helpcache . size ( ) ] ) ; }
for debugging . concode_field_sep Hashtable<String,String> helpcache concode_elem_sep String helproot concode_elem_sep String language concode_field_sep void createHelpText concode_elem_sep void init concode_elem_sep void searchJarPath concode_elem_sep List<String> getLanguages concode_elem_sep void loadFromJar concode...
void function ( Integer arg0 ) { this . stPos = arg0 ; }
sets the value of the stpos property . concode_field_sep Integer fadeDir concode_elem_sep Integer stA concode_elem_sep Integer sx concode_elem_sep Integer sy concode_elem_sep Integer endA concode_elem_sep Long dist concode_elem_sep Integer dir concode_elem_sep Integer kx concode_elem_sep Integer ky concode_elem_sep Int...
Supplier < T > function ( @ NonNull final T arg0 ) { return new StaticProducer < > ( arg0 ) ; }
returns a supplier that always supplies the given object when its supplier #get is called . concode_field_sep Function<F,T> function concode_elem_sep F from concode_field_sep T get concode_elem_sep Supplier<T> functionAsSupplier
void function ( org . docx4j . vml . STTrueFalse arg0 ) { this . textpathok = arg0 ; }
sets the value of the textpathok property . concode_field_sep Object parent concode_elem_sep String vmlId concode_elem_sep org.docx4j.vml.STTrueFalse strokeok concode_elem_sep String limo concode_elem_sep String textboxrect concode_elem_sep org.docx4j.vml.STTrueFalse gradientshapeok concode_elem_sep String connectlocs ...
void function ( ) { int loc0 = 10 ; DataByteBuffer loc1 = new DataByteBuffer ( ByteBuffer . allocate ( loc0 ) , loc0 ) ; RPCBlockReadResponse loc2 = new RPCBlockReadResponse ( BLOCK_ID , OFFSET , LENGTH , loc1 , STATUS ) ; assertValid ( loc2 ) ; Assert . assertEquals ( loc1 , loc2 . getPayloadDataBuffer ( ) ) ; }
tests the rpcblockreadresponse #getpayloaddatabuffer method . concode_field_sep long SESSION_ID concode_elem_sep ByteBuf mBuffer concode_elem_sep long BLOCK_ID concode_elem_sep long LOCK_ID concode_elem_sep ExpectedException mThrown concode_elem_sep long LENGTH concode_elem_sep RPCResponse.Status STATUS concode_elem_se...
void function ( ) { }
close concode_field_sep File cwd concode_elem_sep SourceFS fsync concode_elem_sep String areaId concode_elem_sep Appendable stdout concode_elem_sep Sink sink concode_elem_sep AtomicBoolean running concode_elem_sep Thread thread concode_elem_sep Appendable stderr concode_elem_sep Welcome welcome concode_field_sep void c...
boolean function ( ) { return ! tags . isEmpty ( ) ; }
indicates if there are any more htmltag to retrieve . concode_field_sep int line concode_elem_sep int column concode_elem_sep List<HtmlTag> tags concode_field_sep HtmlTag nextTag concode_elem_sep void add concode_elem_sep void parseTags concode_elem_sep Point skipHtmlComment concode_elem_sep String getTagId concode_ele...
E function ( int arg0 , E arg1 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 < 0 || mValues [ loc0 ] == DELETED ) { return arg1 ; } else { return ( E ) mValues [ loc0 ] ; } }
gets the object mapped from the specified key , or the specified object if no such mapping has been made . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode_elem_sep void clear ...
BaseTemplate function ( String arg0 ) { BaseTemplate loc0 = new GroovyTemplate ( arg0 ) ; return new GroovyTemplateCompiler ( ) . compile ( loc0 ) ; }
load template from a string , but do n't cache it concode_field_sep Map<String,String> templateFile2UniqueNumber concode_elem_sep Map<String,BaseTemplate> templates concode_elem_sep AtomicLong nextUniqueNumber concode_field_sep void cleanCompiledCache concode_elem_sep void cleanCompiledCache concode_elem_sep Template l...
void function ( boolean arg0 , String arg1 ) { if ( ! arg0 ) { throw new IllegalArgumentException ( arg1 ) ; } }
precondition-style validation that throws illegalargumentexception . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep String[] strings concode_elem_sep void checkState concode_elem_sep void checkState
EOGlobalID function ( ) { EOEditingContext loc0 = ERXEC . newEditingContext ( ) ; loc0 . lock ( ) ; try { Company loc1 = ( Company ) EOUtilities . createAndInsertInstance ( loc0 , Company . ENTITY_NAME ) ; loc1 . setName ( "srini_string" ) ; loc0 . saveChanges ( ) ; return loc0 . globalIDForObject ( loc1 ) ; } finally ...
convenience for simple tests . concode_field_sep PlaceHolder placeHolder concode_field_sep NSDictionary snapshotForObject concode_elem_sep EOGlobalID createCompanyAnd3Employees concode_elem_sep int pkOne concode_elem_sep void deleteAllObjects concode_elem_sep void fixModelsForAdaptorNamed concode_elem_sep void deleteOb...
void function ( int arg0 ) { bits [ arg0 >> 5 ] ^= 1 << ( arg0 & 0x1F ) ; }
flips bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void setRange concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep int getNextUnset concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_el...
IdentityDescription function ( String ... arg0 ) { if ( this . logins == null ) { setLogins ( new java . util . ArrayList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . logins . add ( loc0 ) ; } return this ; }
a set of optional name-value pairs that map provider names to provider tokens . note : this method appends the values to the existing list if any . use #setlogins java.util.collection or #withlogins java.util.collection if you want to override theexisting values . concode_field_sep java.util.Date lastModifiedDate conco...
boolean function ( ) { return readUncommitted ; }
return if read operations performed by the cursor are configured to return modified but not yet committed data . concode_field_sep CursorConfig READ_UNCOMMITTED concode_elem_sep CursorConfig DEGREE_2 concode_elem_sep CursorConfig BULK_CURSOR concode_elem_sep CursorConfig WRITECURSOR concode_elem_sep boolean readCommitt...
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...
void function ( JournalEntry arg0 ) { Preconditions . checkNotNull ( mJournalWriter , "srini_string" ) ; try { mJournalWriter . writeEntry ( arg0 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
writes a journalentry to the journal . does not flush the journal . concode_field_sep Clock mClock concode_elem_sep long SHUTDOWN_TIMEOUT_MS concode_elem_sep JournalTailerThread mStandbyJournalTailer concode_elem_sep long JOURNAL_FLUSH_RETRY_TIMEOUT_MS concode_elem_sep long INVALID_FLUSH_COUNTER concode_elem_sep boolea...
String function ( String arg0 ) { return ( new File ( arg0 ) ) . getAbsolutePath ( ) ; }
retrieves the absolute path , given some path specification . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep IOException toIOException concode_elem_sep void renameOverwrite concode_elem_sep String canonicalPath concode_elem_s...