code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( Chatter arg0 ) { synchronized ( _chatters ) { _chatters . add ( arg0 ) ; } }
subscribte to the chatroom concode_field_sep String SIGNAL concode_elem_sep Collection<Chatter> _chatters concode_field_sep void broadcast concode_elem_sep void unsubscribe concode_elem_sep void say
void function ( ) { Second loc0 = new Second ( 1 , 1 , 1 , 1 , 1 , 2000 ) ; assertEquals ( 3155850061L , loc0 . getSerialIndex ( ) ) ; loc0 = new Second ( 1 , 1 , 1 , 1 , 1 , 1900 ) ; assertEquals ( 176461L , loc0 . getSerialIndex ( ) ) ; }
some checks for the getserialindex method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetFirstMillisecondWithTimeZone concode_elem_sep void testNext concode_elem_sep void...
String function ( ) { return birthdateString ; }
returns a formatted birthdate value concode_field_sep String middleName concode_elem_sep Boolean deathdateEstimated concode_elem_sep String otherNames concode_elem_sep Date birthdate concode_elem_sep String gender concode_elem_sep String familyName concode_elem_sep String address2 concode_elem_sep String address1 conco...
void function ( long arg0 ) { _lock . setLockId ( arg0 ) ; }
sets the lock id of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean isCach...
void function ( Path arg0 ) { }
called for every new file found in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirectoryDeleted concode_elem_sep void onFileCha...
Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new AssertionError ( loc0 ) ; } }
clones this pkixcertpathchecker instance . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep boolean isForwardCheckingSupported concode_elem_sep void check concode_elem_sep Set<String> getSupportedExtensions
void function ( Collection arg0 ) { this . stuffs = arg0 ; }
sets the stuffs . 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 String getName concode_elem_sep String getStringId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep...
DateTime function ( ) { return get24HourTimeSlice ( currentHour ( ) ) ; }
the 24 hour time slices are fix - 00:00 to 24:00 . this method determines the 24 hour time slice based on #currenthour and returns the start of the time slice . concode_field_sep Supplier<DateTime> now concode_field_sep DateTime currentHour concode_elem_sep DateTime get24HourTimeSlice concode_elem_sep long getTimeSlice...
String function ( ) { return uuid ; }
get uuid 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 Int...
String function ( ) { return _id ; }
get the treenode string identifer . concode_field_sep boolean active concode_elem_sep String _id concode_elem_sep TypeCode typeCode concode_field_sep TreeNode extract concode_elem_sep TreeNode read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write
AutocompleteProviderFactory function ( ) { if ( instance == null ) { synchronized ( AutocompleteProviderFactory . class ) { if ( instance == null ) { instance = new AutocompleteProviderFactory ( ) ; } } } return instance ; }
singleton global access for autocompleteproviderfactory concode_field_sep AutocompleteProviderFactory instance concode_elem_sep Properties validationProviderClassMap concode_field_sep BaseAutocompleteProvider getAutocompleteProvider concode_elem_sep String getAutocompleteProviderClassName concode_elem_sep Object create...
Double function ( String arg0 ) { if ( sharedRawRatios == null ) { return null ; } return sharedRawRatios . get ( arg0 ) ; }
returns the shared raw not normalized ratio of a given sample . null if not found . concode_field_sep HashMap<String,Double> rawRatios concode_elem_sep HashMap<String,Double> uniqueRawRatios concode_elem_sep HashMap<String,Double> sharedRawRatios concode_field_sep Double getUniqueRatio concode_elem_sep void setUniqueRa...
void function ( KeyResolverSpi arg0 , boolean arg1 ) { KeyResolver loc0 = new KeyResolver ( arg0 ) ; if ( arg1 ) { resolverVector . add ( 0 , loc0 ) ; } else { resolverVector . add ( loc0 ) ; } }
this method is used for registering keyresolverspi s which are available to all org.apache.xml.security.keys.keyinfo objects . this means thatpersonalized keyresolverspi s should only be registered directly to the org.apache.xml.security.keys.keyinfo using org.apache.xml.security.keys.keyinfo #registerinternalkeyresolv...
String function ( ) { return comments ; }
gets the comments property . concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getName concode_elem_sep String res...
void function ( ) { System . out . println ( "srini_string" ) ; }
test method for com.sqa.em.util.helper.identifyobject #display2dinfo java.lang.object . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDisplayInfoObjectObjectObjectArray concode_elem_sep void testGet2DInfo concode_elem_sep void setUpBeforeClass concode_elem_sep void testGetInfo concode_elem_sep vo...
int function ( ) { return WIND_NON_ZERO ; }
return the winding rule for determining the insideness of the path . concode_field_sep CubicCurve2D cubic concode_elem_sep int index concode_elem_sep AffineTransform affine concode_field_sep void next concode_elem_sep int currentSegment concode_elem_sep int currentSegment concode_elem_sep boolean isDone
Source function ( XMLStreamReader arg0 ) { if ( jaxp14Available ) { return Jaxp14StaxHandler . createStaxSource ( arg0 ) ; } else { return createCustomStaxSource ( arg0 ) ; } }
create a stax source for the given xmlstreamreader . if jaxp 1.4 is available , this method returns a staxsource ; otherwise it returns a custom stax source . concode_field_sep boolean jaxp14Available concode_field_sep XMLReader createXMLReader concode_elem_sep XMLReader createXMLReader concode_elem_sep boolean isStaxS...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAttributes ( ) != null ) loc0 . append ( "srini_string" + getAttributes ( ) ) ; 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.SdkInternalMap<String,String> attributes concode_field_sep GetTopicAttributesResult withAttributes concode_elem_sep GetTopicAttributesResult addAttributesEntry concode_elem_sep java.util.Map<Stri...
void function ( PDFontSetting arg0 ) { dict . setItem ( COSName . FONT , arg0 ) ; }
this will set the font setting for this graphics state . concode_field_sep COSDictionary dict concode_field_sep boolean getAutomaticStrokeAdjustment concode_elem_sep PDSoftMask getSoftMask concode_elem_sep Float getOverprintMode concode_elem_sep void setLineDashPattern concode_elem_sep Float getNonStrokingAlphaConstant...
List < MeasureDefaultRange > function ( ) { if ( measureDefaultRange == null ) { measureDefaultRange = new ArrayList < MeasureDefaultRange > ( ) ; } return this . measureDefaultRange ; }
gets the value of the measuredefaultrange 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 measuredefaultrange property . for example , t...
void function ( String arg0 , String arg1 ) { element ( arg0 , arg1 , EMPTY_ATTS ) ; }
sends notifications for a whole element with some string content . concode_field_sep Attributes EMPTY_ATTS concode_elem_sep ContentHandler target concode_field_sep void characters concode_elem_sep void characters concode_elem_sep void endElement concode_elem_sep void endElement concode_elem_sep void startPrefixMapping ...
ScriptWriter function ( FacesContext arg0 , final UIComponent arg1 ) { return new ScriptWriter ( arg0 . getResponseWriter ( ) , arg1 ) ; }
write the script markup and then gradually write the script code by calling the ` write ' write methods on the scriptwriter instance . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript co...
String function ( String arg0 ) { return "srini_string" + arg0 ; }
returns the sql statement which retrieves the number of rows in the specified table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDeleteLocksSql concode_elem_sep String getXmlSql concode_elem_sep String getXmlSql concode_elem_sep String getXmlSql concode_elem_sep String getXmlWhereSql concode_...
byte [ ] function ( ) { int loc0 = in . readInt ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; in . readFully ( loc1 ) ; return loc1 ; }
reads the bytes following a type.bytes code . concode_field_sep ThreadLocal<TypedBytesInput> TB_IN concode_elem_sep DataInput in concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_se...
SharedPreferencesHelper function ( ) { when ( mMockBrokenEditor . commit ( ) ) . thenReturn ( false ) ; when ( mMockBrokenSharedPreferences . edit ( ) ) . thenReturn ( mMockBrokenEditor ) ; return new SharedPreferencesHelper ( mMockBrokenSharedPreferences ) ; }
creates a mocked sharedpreferences that fails when writing . concode_field_sep SharedPreferencesHelper mMockBrokenSharedPreferencesHelper concode_elem_sep SharedPreferences.Editor mMockBrokenEditor concode_elem_sep SharedPreferencesHelper mMockSharedPreferencesHelper concode_elem_sep String TEST_NAME concode_elem_sep S...
void function ( QueryRange arg0 , long arg1 ) { addHeader ( CONTENT_RANGE_HEADER_NAME , arg0 . asContentRange ( arg1 ) ) ; }
add a `` content-range '' header to the response , setting it to the range and count . this enables datagrid-style pagination support . concode_field_sep boolean isSerialized concode_elem_sep Throwable exception concode_elem_sep SerializationSettings serializationSettings concode_elem_sep HttpResponseStatus responseCod...
void function ( ) { AppiumServiceBuilder loc0 = new AppiumServiceBuilder ( ) ; service = loc0 . build ( ) ; service . start ( ) ; }
initialization . concode_field_sep TimeOutDuration duration concode_elem_sep AndroidDriver<MobileElement> driver concode_elem_sep AppiumDriverLocalService service concode_elem_sep RottenTomatoesAppWithCombinedWidgets rottenTomatoes concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverri...
String function ( ) { if ( position >= NUM_MESSAGES ) { position = ( NUM_MESSAGES - 1 ) ; } return ( "srini_string" ) ; }
method to move the user 's view to the top of the log if necessary concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep ...
Module function ( TypeLiteral < F > arg0 ) { return build ( Key . get ( arg0 ) ) ; }
see the factory configuration examples at factorymodulebuilder . concode_field_sep BindingCollector bindings concode_field_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep FactoryModuleBuilder implement concode_elem_sep F...
List < Long > function ( ) { if ( revisions == null ) { revisions = new ArrayList < Long > ( ) ; } return this . revisions ; }
gets the value of the revisions 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 revisions property . for example , to add a new item , d...
String function ( ) { String loc0 = "srini_string" ; String loc1 = "srini_string" ; String loc2 = "srini_string" ; if ( hour < 10 ) loc0 = new String ( "srini_string" ) ; if ( minute < 10 ) loc1 = new String ( "srini_string" ) ; if ( second < 10 ) loc2 = new String ( "srini_string" ) ; return new String ( loc0 + hour +...
create a string representation of this time . concode_field_sep Date date concode_elem_sep int minute concode_elem_sep int year concode_elem_sep int month concode_elem_sep int day concode_elem_sep int second concode_elem_sep boolean timeSet concode_elem_sep int hour concode_elem_sep boolean dateSet concode_field_sep bo...
boolean function ( String arg0 ) { try { Integer . parseInt ( arg0 ) ; return true ; } catch ( NumberFormatException loc0 ) { return false ; } }
anserws whether a string can be converted into an integer concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidNumber concode_elem_sep void validateType concode_elem_sep void validateBigDecimal concode_elem_sep boolean isValidLong concode_elem_sep void validateMaxValue concode_elem_sep void valida...
boolean function ( AtomicValue arg0 , AtomicValue arg1 ) { return baseComparer . comparesEqual ( arg0 , arg1 ) ; }
compare two atomicvalue objects for equality according to the rules for their data type . untypedatomic values are compared by converting to the type of the other operand . concode_field_sep AtomicComparer baseComparer concode_field_sep ComparisonKey getComparisonKey concode_elem_sep AtomicComparer getBaseComparer conc...
Color function ( ) { return activeForeground ; }
returns the foreground to use for the active hyperlink . concode_field_sep Color background concode_elem_sep Color activeBackground concode_elem_sep int UNDERLINE_NEVER concode_elem_sep Color activeForeground concode_elem_sep Color foreground concode_elem_sep int UNDERLINE_HOVER concode_elem_sep int UNDERLINE_ALWAYS co...
int function ( char [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { if ( ! isWhiteSpace ( arg0 [ loc2 ] ) ) { arg0 [ loc0 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; }
remove whitespace from mime containing encoded base64 data . concode_field_sep int SIGN concode_elem_sep int FOURBYTE concode_elem_sep int EIGHTBIT concode_elem_sep int LOOKUPLENGTH concode_elem_sep int TWENTYFOURBITGROUP concode_elem_sep int BASELENGTH concode_elem_sep int SIXTEENBIT concode_elem_sep char PAD concode_...
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } }
retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s...
Color function ( ) { int loc0 = picture . getBasicPixel ( x , y ) ; int loc1 = ( loc0 >> 16 ) & 0xff ; int loc2 = ( loc0 >> 8 ) & 0xff ; int loc3 = loc0 & 0xff ; return new Color ( loc1 , loc2 , loc3 ) ; }
method to get a color object that represents the color at this pixel . concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep void setAlpha concode_elem_sep int getRow concode_elem_sep int getBlue concode_ele...
XMLWriter function ( ) { String loc0 = elementStack . pop ( ) ; append ( "srini_string" + loc0 + "srini_string" ) ; return this ; }
closes the last opened element at the current position in the in-progress xml document . concode_field_sep String xmlns concode_elem_sep boolean rootElement concode_elem_sep Stack<String> elementStack concode_elem_sep String PROLOG concode_elem_sep Writer writer concode_field_sep XMLWriter startElement concode_elem_sep...
int function ( ) { return age ; }
returns the age in days . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep Calenda...
LocalVariableInfo function ( SsaMethod arg0 ) { LocalVariableExtractor loc0 = new LocalVariableExtractor ( arg0 ) ; return loc0 . doit ( ) ; }
extracts out all the local variable information from the given method . concode_field_sep SsaMethod method concode_elem_sep ArrayList<SsaBasicBlock> blocks concode_elem_sep BitSet workSet concode_elem_sep LocalVariableInfo resultInfo concode_field_sep LocalVariableInfo doit concode_elem_sep void processBlock
void function ( String arg0 ) { String loc0 = nonXmlCharFilterer . filter ( arg0 ) ; writer . writeCData ( loc0 ) ; }
this method applies filtering before delegating call to #writer . concode_field_sep NonXmlCharFilterer nonXmlCharFilterer concode_elem_sep XMLStreamWriter writer concode_field_sep void writeComment concode_elem_sep void writeEndDocument concode_elem_sep void writeNamespace concode_elem_sep String getPrefix concode_elem...
String function ( ) { return defaultValue != null ? defaultValue : "srini_string" ; }
sets the swagger parameter default value . concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_elem_sep String descr...
void function ( String [ ] arg0 ) { Tracker loc0 = new Tracker ( ) ; Input loc1 = new ValidateInput ( ) ; new StartUI ( loc1 ) . init ( loc0 ) ; }
method run the program . concode_field_sep Input input concode_field_sep void init
boolean function ( String arg0 ) { return FEATURES . contains ( arg0 ) ; }
tells whether the given feature is supported by this user agent . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getEventDispatcher concode_elem_s...
Date function ( ) { return this . modifiedTime ; }
return the value associated with the column : modifiedtime . concode_field_sep Date modifiedTime concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer classIdstudent concode_elem_sep Integer hashCode concode_elem_sep long serialVersionUID concode_elem_sep Student studentIdstudent concode_elem...
void function ( com . intellij . tasks . mantis . model . ProjectData [ ] arg0 ) { this . subprojects = arg0 ; }
sets the subprojects value for this projectdata . concode_field_sep java.lang.String file_path concode_elem_sep com.intellij.tasks.mantis.model.ProjectData[] subprojects concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef access_min concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCod...
int function ( String arg0 ) { return getNestedPropertySeparatorIndex ( arg0 , true ) ; }
determine the first nested property separator in the given property path , ignoring dots in keys like `` map my.key '' . concode_field_sep PlaceHolder placeHolder concode_field_sep int getFirstNestedPropertySeparatorIndex concode_elem_sep boolean isNestedOrIndexedProperty concode_elem_sep boolean matchesProperty concod...
void function ( Event arg0 ) { log . debug ( "srini_string" + arg0 ) ; }
will eventually fire events to the entire cluster . todo not implemented . concode_field_sep Map<String,EventListener> listenersMap concode_elem_sep String QUEUE_CACHE_NAME concode_elem_sep CachingService cachingService concode_elem_sep RequestService requestService concode_elem_sep Logger log concode_elem_sep SessionS...
Bundle function ( String arg0 , Bundle arg1 ) { Bundle loc0 = null ; if ( mPolicyMethod != null ) { try { loc0 = ( Bundle ) mPolicyMethod . invoke ( null , arg0 , arg1 ) ; } catch ( Exception loc1 ) { Log . w ( Email . LOG_TAG , "srini_string" , loc1 ) ; } } return ( loc0 != null ) ? loc0 : Bundle . EMPTY ; }
calls the getpolicy method in the policy apk , if one exists . this method never returns null ; it returns an empty bundle when there is no policy apk or even if the innergetpolicy returns null . concode_field_sep String GET_IMAP_ID_USER concode_elem_sep String FIND_PROVIDER_NOTE concode_elem_sep VendorPolicyLoader sIn...
SendMessageBatchResultEntry function ( String arg0 ) { setMessageId ( arg0 ) ; return this ; }
an identifier for the message . concode_field_sep String mD5OfMessageBody concode_elem_sep String messageId concode_elem_sep String id concode_elem_sep String mD5OfMessageAttributes concode_field_sep SendMessageBatchResultEntry withMD5OfMessageAttributes concode_elem_sep void setMD5OfMessageAttributes concode_elem_sep ...
String function ( String [ ] arg0 ) { if ( arg0 == null ) { return "srini_string" ; } StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 , loc2 = arg0 . length ; loc1 < loc2 ; loc1 ++ ) { if ( loc1 > 0 ) { loc0 . append ( "srini_string" ) ; } loc0 . append ( arg0 [ loc1 ] ) ; } return loc0 . toString ( ) ; }
converts string arrays for displays . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep String COUNTRY_...
SnapshotOptionsStatus function ( OptionStatus arg0 ) { setStatus ( arg0 ) ; return this ; }
specifies the status of a daily automated snapshot . concode_field_sep SnapshotOptions options concode_elem_sep OptionStatus status concode_field_sep SnapshotOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SnapshotOptionsStatus clone concode_elem_sep void setOpti...
DockerContainersUtil function ( String arg0 ) { if ( this . containers == null ) { return this ; } List < Container > loc0 = new ArrayList < > ( ) ; for ( Container loc1 : containers ) { if ( loc1 . getImage ( ) . matches ( arg0 ) ) { loc0 . add ( loc1 ) ; } } return new DockerContainersUtil ( loc0 ) ; }
filters the set based on the constainer name concode_field_sep List<Container> containers concode_field_sep List<Container> getContainers concode_elem_sep DockerContainersUtil getContainers concode_elem_sep Set<String> getIpAddresses concode_elem_sep int size concode_elem_sep DockerContainersUtil filterByName concode_e...
boolean function ( ) { return recording ; }
check whether the dm2recorder is currently recording to file . concode_field_sep boolean recording concode_elem_sep BufferedOutputStream bufOut concode_elem_sep ByteArrayOutputStream store concode_elem_sep byte[] inData concode_elem_sep byte[] blockLength concode_elem_sep File dm2File concode_elem_sep BufferedInputStre...
void function ( String arg0 , String arg1 , String arg2 , Confidence arg3 ) { addProduct . add ( new Evidence ( arg0 , arg1 , arg2 , arg3 ) ) ; }
adds a given product to the list of evidence to add when matched . concode_field_sep List<PropertyType> filenames concode_elem_sep List<Evidence> givenVendor concode_elem_sep List<Evidence> addProduct concode_elem_sep List<Evidence> givenProduct concode_elem_sep List<Evidence> givenVersion concode_elem_sep List<Evidenc...
String function ( ) { return this . type ; }
returns the type . concode_field_sep String featureLabel concode_elem_sep String phase concode_elem_sep String[] note concode_elem_sep String orientation concode_elem_sep boolean valid concode_elem_sep String method concode_elem_sep int start concode_elem_sep String[] link concode_elem_sep String methodId concode_elem_...
boolean function ( int arg0 ) { return m_set . remove ( Integer . valueOf ( arg0 ) ) ; }
remove concode_field_sep Set<Integer> m_set concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep Iterator<Integer> iterator concode_elem_sep boolean removeAll concode_elem_sep int size concode_elem_sep boolean addAll concode_elem_sep boolean containsAll concode_elem_sep void clear concode_el...
PerformanceMetrics function ( ArgumentType arg0 ) { return results . get ( arg0 ) ; }
get the results for the run with argument arg . will return null if the benchmark was not run . concode_field_sep ConfigureableBenchmark<ArgumentType> taskFactory concode_elem_sep int repetitions concode_elem_sep LinkedHashMap<ArgumentType,PerformanceMetrics> results concode_field_sep void record concode_elem_sep void ...
List < T > function ( Class < T > arg0 ) { return extensions ( arg0 , context ) ; }
loads all extensions implementing or extending extensionpoint . this method uses the `` default '' application context to perform the lookup . see #setapplicationcontext applicationcontext . concode_field_sep Logger LOGGER concode_elem_sep ApplicationContext context concode_elem_sep ConcurrentHashMap<String,Object> sin...
void function ( String arg0 ) { this . orgDefaultCurrencyIsoCode = arg0 ; }
sets the value of the orgdefaultcurrencyisocode property . concode_field_sep boolean accessibilityMode concode_elem_sep String userLocale concode_elem_sep String organizationName concode_elem_sep String roleId concode_elem_sep String userFullName concode_elem_sep String currencySymbol concode_elem_sep String userName c...
void function ( Date arg0 ) { _phone . setCreateDate ( arg0 ) ; }
sets the create date of this phone . concode_field_sep Phone _phone concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean is...
void function ( double arg0 ) { this . time = arg0 ; }
sets the time . concode_field_sep double allocatedMips concode_elem_sep double requestedMips concode_elem_sep double time concode_elem_sep boolean isActive concode_field_sep void setActive concode_elem_sep double getAllocatedMips concode_elem_sep double getTime concode_elem_sep void setRequestedMips concode_elem_sep do...
Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; }
helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory
String function ( ) { return getLibraryPath ( ) + "srini_string" ; }
returns an absolute for '' / library/webjars '' with cdn path as necessary concode_field_sep PlaceHolder placeHolder concode_field_sep String getLibraryPath concode_elem_sep String getScriptPath concode_elem_sep String getCDNPath concode_elem_sep String getCDNQuery concode_elem_sep String includeLatestJQuery
ResponseEntity < String > function ( @ RequestParam ( value = "srini_string" ) String arg0 ) { return userService . activateRegistration ( arg0 ) . map ( user -> new ResponseEntity < String > ( HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERROR ) ) ; }
get / activate : activate the registered user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep PersistentTokenRepository persistentTokenRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> fini...
void function ( String [ ] arg0 ) { AmtInWords_MS loc0 = new AmtInWords_MS ( ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; loc0 . print ( "srini_string" ) ; l...
test concode_field_sep String[] tensNames concode_elem_sep String[] majorNames concode_elem_sep String[] numNames concode_field_sep void print concode_elem_sep String convertLessThanOneThousand concode_elem_sep String getAmtInWords concode_elem_sep String convert
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; }
prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin...
void function ( String arg0 , Object arg1 , Object arg2 ) { if ( ! ObjectUtils . nullSafeEquals ( arg1 , arg2 ) ) { fail ( arg0 , ObjectUtils . nullSafeToString ( arg1 ) , ObjectUtils . nullSafeToString ( arg2 ) ) ; } }
assert two objects are equal raise an assertionerror if not.for example : assertequals `` response header '' + name + '' '' , actual , expected ; concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertTrue
Iterator < SignerInformation > function ( ) { return getSigners ( ) . iterator ( ) ; }
support method for iterable where available . concode_field_sep List all concode_elem_sep Map table concode_field_sep int size concode_elem_sep Collection<SignerInformation> getSigners concode_elem_sep Collection<SignerInformation> getSigners concode_elem_sep SignerInformation get
RebuildWorkspacesResult function ( FailedWorkspaceChangeRequest ... arg0 ) { if ( this . failedRequests == null ) { setFailedRequests ( new com . amazonaws . internal . SdkInternalList < FailedWorkspaceChangeRequest > ( arg0 . length ) ) ; } for ( FailedWorkspaceChangeRequest loc0 : arg0 ) { this . failedRequests . add...
an array of structures that represent any workspaces that could not be rebuilt . note : this method appends the values to the existing list if any . use #setfailedrequests java.util.collection or #withfailedrequests java.util.collection if you want to overridethe existing values . concode_field_sep com.amazonaws.intern...
Properties function ( ) { return this . environment ; }
return the environment for the jndi initialcontext , if any . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Object lookup concode_elem_sep T lookup concode_elem_sep void bind concode_elem_sep void rebind concode_elem_sep void unbind concode_e...
AdGroupEstimateRequest function ( ) { return new AdGroupEstimateRequest ( ) ; }
create an instance of adgroupestimaterequest concode_field_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFilt...
String function ( ) { return resetAuction ( false ) ; }
action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep Timer nightlyReset concode_elem_sep String LOG_PAT...
ExperimentsOptions function ( ) { return new ExperimentsOptions ( getOptionsCallback ( ) ) ; }
allows you to set options for tracking experiments . concode_field_sep OptionsCallback<?> optionsCallback concode_elem_sep Logger LOGGER concode_field_sep EventsOptions eventsOptions concode_elem_sep void goAndLog concode_elem_sep CustomDimensionsAndMetricsOptions customDimensionsAndMetricsOptions concode_elem_sep HitO...
void function ( ) { System . out . println ( "srini_string" ) ; try { System . in . read ( ) ; } catch ( java . io . IOException loc0 ) { } System . exit ( 0 ) ; }
waits for the log events . concode_field_sep MoteIF mote concode_elem_sep byte GroupID concode_field_sep void messageReceived concode_elem_sep void main
int function ( Double arg0 ) { if ( arg0 < 0 ) return - 1 ; return ( arg0 > 0 ? 1 : 0 ) ; }
gets the sign of a number concode_field_sep Double PI concode_elem_sep Parser parser concode_elem_sep Double E concode_field_sep Integer[] primes concode_elem_sep T max concode_elem_sep T max concode_elem_sep Double cos concode_elem_sep ArrayList<Long> factorize concode_elem_sep BigInteger factorial concode_elem_sep St...
String function ( ) { return String . format ( "srini_string" , who , when , amount ) ; }
returns a string representation of the transaction . concode_field_sep double amount concode_elem_sep Date when concode_elem_sep String who concode_field_sep double amount concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int hashCode concode_elem_sep boolean equals...
ManagedConnectionMetaData function ( ) { return new ConfigPropertyManagedConnectionMetaData ( ) ; }
gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associate...
boolean function ( Class < ? > arg0 ) { return true ; }
subclasses can override this for greater filtering and performance . concode_field_sep int evaluations concode_elem_sep String methodName concode_elem_sep Class<?> clazz concode_field_sep MethodMatcher getMethodMatcher concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ClassFilter getClassFi...
SelectItem [ ] function ( ) { return languageItems ; }
gets the option items for languages . concode_field_sep SelectItem[] componentTypeItems concode_elem_sep String country concode_elem_sep String componentType concode_elem_sep SelectItem[] countryItems concode_elem_sep String[] languages concode_elem_sep String[] cities concode_elem_sep SelectItem[] drinkItems concode_e...
List < Country > function ( @ RequestParam String arg0 ) { log . debug ( "srini_string" , arg0 ) ; return StreamSupport . stream ( countrySearchRepository . search ( queryStringQuery ( arg0 ) ) . spliterator ( ) , false ) . collect ( Collectors . toList ( ) ) ; }
search / _ search/countries ? query = : query : search for the country corresponding to the query . concode_field_sep CountryRepository countryRepository concode_elem_sep Logger log concode_elem_sep CountrySearchRepository countrySearchRepository concode_field_sep ResponseEntity<Country> updateCountry concode_elem_sep ...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String designadorTV concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep void setDesignad...
String function ( ) { return "srini_string" + bundleTestInfo . getArtifactId ( ) ; }
gets the expected bundle symbolic name . concode_field_sep BundleTestInfo bundleTestInfo concode_elem_sep OsgiRule osgi concode_field_sep void before concode_elem_sep String getBundlePath concode_elem_sep FrameworkFactory getFactory concode_elem_sep void testLoadStartStop
String function ( int arg0 ) { if ( arg0 < autoColumnNames . length ) { return autoColumnNames [ arg0 ] . name ; } return "srini_string" + ( arg0 + 1 ) ; }
column index i is 0 based , returns 1 based numbered column . concode_field_sep HsqlName schema concode_elem_sep Grantee owner concode_elem_sep HsqlNameManager staticManager concode_elem_sep String statementName concode_elem_sep int sysNumber concode_elem_sep HsqlNameManager manager concode_elem_sep int hashCode concod...
S3Action function ( String arg0 ) { setKey ( arg0 ) ; return this ; }
the object key . concode_field_sep String bucketName concode_elem_sep String roleArn concode_elem_sep String key concode_field_sep String getKey concode_elem_sep S3Action withRoleArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep S3Action clone concode_elem_sep void setRoleArn concode_el...
void function ( ObjectKeyType arg0 ) { this . applicationObjectKey = arg0 ; }
sets the value of the applicationobjectkey property . concode_field_sep IdentifierType businessComponentID concode_elem_sep List<IdentifierType> contextID concode_elem_sep long serialVersionUID concode_elem_sep IdentifierType id concode_elem_sep List<ObjectKeyType> alternateObjectKey concode_elem_sep ObjectKeyType appl...
Principal function ( String arg0 , Principal arg1 , String arg2 ) { if ( "srini_string" . equals ( arg0 ) ) { String loc0 = arg1 . getName ( ) . toUpperCase ( ) ; return new CustomTokenPrincipal ( loc0 ) ; } else if ( "srini_string" . equals ( arg0 ) ) { String loc0 = arg1 . getName ( ) . toLowerCase ( ) ; return new C...
map a principal in the source realm to the target realm concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( Object arg0 ) { if ( arg0 == null ) throw new ResourceException ( "srini_string" ) ; if ( ! ( arg0 instanceof PerfConnectionImpl ) ) throw new ResourceException ( "srini_string" ) ; this . connection = ( PerfConnectionImpl ) arg0 ; }
used by the container to change the association of an application-level connection handle with a managedconneciton instance . concode_field_sep PerfManagedConnectionFactory mcf concode_elem_sep long txBeginDuration concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep PerfConnectionImpl connection c...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
record the fact that a servlet context attribute was removed . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDes...
PriceListProduct function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < m_prices . size ( ) ; loc0 ++ ) { PriceListProduct loc1 = m_prices . get ( loc0 ) ; if ( loc1 . getId ( ) == arg0 ) return loc1 ; } return null ; }
get price list for product . implementation assumes a relatively small price list < 200 concode_field_sep String m_curSymbol concode_elem_sep String m_description concode_elem_sep int MAX_LINES concode_elem_sep String m_name concode_elem_sep int m_PriceList_Version_ID concode_elem_sep boolean m_notAllPrices concode_ele...
HashSet < String > function ( ) { return allBranches ; }
returns the set of all created branches concode_field_sep TreeMap<Integer,CommitBody> eachCommit concode_elem_sep HashMap<Integer,ArrayList<File>> filesByCommit concode_elem_sep int commitIDCounter concode_elem_sep long serialVersionUID concode_elem_sep HashSet<String> addFiles concode_elem_sep HashSet<String> removeFi...
int function ( E arg0 ) { if ( mGarbage ) { gc ( ) ; } Object [ ] loc0 = this . mValues ; for ( int loc1 = 0 ; loc1 < mSize ; loc1 ++ ) if ( loc0 [ loc1 ] == arg0 ) return loc1 ; return - 1 ; }
returns an index for which #valueat would return thespecified key , or a negative number if no keys map to the specified value . beware that this is a linear search , unlike lookups by key , and that multiple keys can map to the same value and this will find only one of them . concode_field_sep Object DELETED concode_e...
String function ( byte [ ] arg0 ) { return encodeLines ( arg0 , 0 , arg0 . length , 76 , systemLineSeparator ) ; }
encodes a byte array into base 64 format and breaks the output into lines of 76 characters . this method is compatible with sun.misc.base64encoder.encodebuffer byte . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep c...
List < ITriangleMesh > function ( BuildingSettings arg0 ) { ShapeGrammar loc0 = new ShapeGrammar ( ) ; VirtualFormTree loc1 = loc0 . performGrammar ( arg0 ) ; List < ITriangleMesh > loc2 = new ArrayList < ITriangleMesh > ( ) ; generateBuilding ( loc2 , loc1 . getRootNode ( ) ) ; return loc2 ; }
start visualization . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Integer function ( final String arg0 , final int arg1 ) { try { final URI loc0 = new URI ( arg0 + CONTROLLER_URI_PATH ) ; return getRemoteListeningPort ( loc0 , arg1 ) ; } catch ( URISyntaxException loc0 ) { throw new IOException ( "srini_string" + arg0 ) ; } }
returns the port on which the remote instance is listening for flow file transfers , or null if the remote instance is not configured to use site-to-site transfers . concode_field_sep int READ_TIMEOUT concode_elem_sep String CONTROLLER_URI_PATH concode_elem_sep int CONNECT_TIMEOUT concode_elem_sep Client client concode...
void function ( String arg0 ) { this . subject = arg0 ; }
the subject which is used if the message header ` camelawssessubject ' is not present . concode_field_sep Integer proxyPort concode_elem_sep String secretKey concode_elem_sep String returnPath concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String amazonSESEndpoint concode_elem_sep St...
String function ( ) { return text ; }
return the value of the text property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep ...
void function ( ) { stepState = STEP_IN | STEP_NEXT | STEP_OUT ; stepFrame = null ; }
set the step state to the suspend equivalent concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep LinkedList frames concode_elem_sep Long contextId concode_elem_sep StackFrame stepFrame concode_elem_sep int STEP_IN concode_elem_sep Long threadId concode_elem_sep int STEP_CONTINUE concode_elem_sep int STEP_NEXT...
void function ( String arg0 , ChromeTabbedActivityTestBase arg1 ) { clearOmnibox ( arg1 ) ; arg1 . typeInOmnibox ( arg0 , true ) ; }
clears the omnibox and types in the url character-by-character . concode_field_sep int UI_DELAY_MS concode_elem_sep int SHORT_TIMEOUT_MS concode_elem_sep int WAIT_FOR_RESPONSE_MS concode_field_sep void clearOmnibox concode_elem_sep boolean waitForPrerenderUrl concode_elem_sep ExternalPrerenderHandler prerenderUrl conco...
X509AttributeCertificateHolder function ( ContentSigner arg0 ) { acInfoGen . setSignature ( arg0 . getAlgorithmIdentifier ( ) ) ; if ( ! extGenerator . isEmpty ( ) ) { acInfoGen . setExtensions ( extGenerator . generate ( ) ) ; } return CertUtils . generateFullAttrCert ( arg0 , acInfoGen . generateAttributeCertificateI...
generate an x509 certificate , based on the current issuer and subject using the passed in signer . concode_field_sep X509ExtensionsGenerator extGenerator concode_elem_sep V2AttributeCertificateInfoGenerator acInfoGen concode_field_sep void setIssuerUniqueId concode_elem_sep X509v2AttributeCertificateBuilder addAttribu...