idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
9,000
sac : implements org.w3c.css.sac.descendantselector #getancestorselector . concode_field_sep Selector ancestorSelector concode_elem_sep SimpleSelector simpleSelector concode_field_sep SimpleSelector getSimpleSelector concode_elem_sep boolean equals concode_elem_sep int getSpecificity
Selector function ( ) { return ancestorSelector ; }
9,001
removes all sessions registered with this sessionmanager . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSession concode_elem_sep HsqlArrayList listVisibleSessions concode_elem_sep Sessi...
void function ( ) { sessionMap . clear ( ) ; }
9,002
performs fast fourier transformation concode_field_sep int numPoints concode_elem_sep float real[] concode_elem_sep float imag[] concode_field_sep void FFT
void function ( float arg0 [ ] ) { numPoints = arg0 . length ; real = new float [ numPoints ] ; imag = new float [ numPoints ] ; real = arg0 ; for ( int loc0 = 0 ; loc0 < imag . length ; loc0 ++ ) { imag [ loc0 ] = 0 ; } FFT ( ) ; }
9,003
returns the user uuid of this sample l a r booking . concode_field_sep SampleLARBooking _sampleLARBooking concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscape...
java . lang . String function ( ) { return _sampleLARBooking . getUserUuid ( ) ; }
9,004
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 ...
void function ( int arg0 ) { this . missingPropertyBehavior = arg0 ; }
9,005
sets the connection pool used to recycle http and https connections . if unset , the connectionpool #getdefault system-widedefault connection pool will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_el...
OkHttpClient function ( ConnectionPool arg0 ) { this . connectionPool = arg0 ; return this ; }
9,006
model probabilities are raised to the power 1/temperature and renormalized . as the temperature decreases , model probabilities approach 1 for the maximum probability class , and 0 for other classes . default : 1 concode_field_sep boolean cacheStale concode_elem_sep int defaultFeatureIndex concode_elem_sep double gauss...
void function ( double arg0 ) { this . temperature = arg0 ; }
9,007
adds a new string to the default log concode_field_sep String remoteaddr concode_elem_sep Process media_process concode_elem_sep Log log concode_elem_sep int localport concode_elem_sep int remoteport concode_elem_sep String command concode_field_sep boolean startMedia concode_elem_sep boolean stopMedia
void function ( String arg0 ) { if ( log != null ) log . println ( "srini_string" + arg0 , SipStack . LOG_LEVEL_UA + LogLevel . HIGH ) ; System . out . println ( "srini_string" + arg0 ) ; }
9,008
tells a primitive format about the format for its corresponding primitive wrapper class . concode_field_sep Map<Class,Class> primitiveTypeToWrapper concode_elem_sep List<SimpleFormat> formatList concode_elem_sep Map<String,Class> keywordToPrimitive concode_elem_sep SimpleCatalog instance concode_elem_sep Map<String,Sim...
void function ( int arg0 , int arg1 ) { SimpleFormat loc0 = formatList . get ( arg0 ) ; SimpleFormat loc1 = formatList . get ( arg1 ) ; loc0 . setWrapperFormat ( loc1 ) ; }
9,009
sac : implements org.w3c.css.sac.parser #parsestylesheet inputsource . concode_field_sep Parser parser concode_field_sep LexicalUnit parsePropertyValue concode_elem_sep LexicalUnit parsePropertyValue concode_elem_sep String getParserVersion concode_elem_sep SelectorList parseSelectors concode_elem_sep SelectorList pars...
void function ( InputSource arg0 ) { parser . parseStyleSheet ( arg0 ) ; }
9,010
this will start reading real-time data feed concode_field_sep ConnectionFactory factory concode_elem_sep String queueName concode_elem_sep Session session concode_elem_sep boolean active concode_elem_sep Connection connection concode_field_sep void stop concode_elem_sep void start concode_elem_sep void onMessage
void function ( ) { }
9,011
check whether the current command is still executing . concode_field_sep OsProcess process concode_field_sep String getLibraryPathPropertyName concode_elem_sep String getStdOut concode_elem_sep void checkForError concode_elem_sep int destroy concode_elem_sep Map<String,String> getEnvironment concode_elem_sep void setDy...
boolean function ( ) { return process . isRunning ( ) ; }
9,012
check if all parameters have been set . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep boolean create concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ArrayList<Parameter> parameters concode_elem_se...
void function ( ) { if ( parameters != null ) { for ( int loc0 = 0 , loc1 = parameters . loc1 ( ) ; loc0 < loc1 ; loc0 ++ ) { Parameter loc2 = parameters . get ( loc0 ) ; loc2 . checkSet ( ) ; } } }
9,013
find the directory or a give resource has been loaded from . concode_field_sep FileUtils FILE_UTILS concode_field_sep File normalizeSource concode_elem_sep ClassLoader getContextClassLoader concode_elem_sep File getClassSource concode_elem_sep String classNameToResource concode_elem_sep boolean isContextLoaderAvailable...
File function ( ClassLoader arg0 , String arg1 ) { if ( arg0 == null ) { arg0 = LoaderUtils . class . getClassLoader ( ) ; } return normalizeSource ( Locator . getResourceSource ( arg0 , arg1 ) ) ; }
9,014
set the buildingdecorator for a set of gmlbuildings . concode_field_sep Map<GMLRoad,RoadDecorator> roadDecorators concode_elem_sep Map<GMLNode,NodeDecorator> nodeDecorators concode_elem_sep Map<GMLBuilding,BuildingDecorator> buildingDecorators concode_elem_sep Map<GMLSpace,SpaceDecorator> spaceDecorators concode_elem_s...
void function ( BuildingDecorator arg0 , Collection < ? extends GMLBuilding > arg1 ) { for ( GMLBuilding loc0 : arg1 ) { buildingDecorators . put ( loc0 , arg0 ) ; } }
9,015
get code concode_field_sep String description concode_elem_sep Long code concode_elem_sep String moreInfo concode_elem_sep String message concode_elem_sep List<ErrorListItemDTO> error concode_field_sep String toIndentedString concode_elem_sep ErrorDTO code concode_elem_sep void setMoreInfo concode_elem_sep void setCode...
Long function ( ) { return code ; }
9,016
generates the instruction to invoke a constructor . concode_field_sep Type BOOLEAN_TYPE concode_elem_sep MethodDescriptor LONG_VALUE concode_elem_sep MethodDescriptor FLOAT_VALUE concode_elem_sep Type LONG_TYPE concode_elem_sep MethodDescriptor CHAR_VALUE concode_elem_sep MethodDescriptor BOOLEAN_VALUE concode_elem_sep...
void function ( final Type arg0 , final MethodDescriptor arg1 ) { invokeInsn ( Opcodes . INVOKESPECIAL , arg0 , arg1 ) ; }
9,017
sets the value of the content property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String getText concode_elem_sep String...
void function ( String arg0 ) { this . content = arg0 ; }
9,018
gets the value of the intray property . concode_field_sep Boolean books concode_elem_sep Boolean sourceMode concode_elem_sep String dataClass concode_elem_sep Boolean self concode_elem_sep Boolean intray concode_elem_sep Boolean archive concode_field_sep void setIntray concode_elem_sep Boolean isSourceMode concode_elem...
Boolean function ( ) { return intray ; }
9,019
set the resource adapter concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep String aoProperty concode_elem_sep ResourceAdapter ra concode_field_sep String getAoProperty concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equals concode_ele...
void function ( ResourceAdapter arg0 ) { this . ra = arg0 ; }
9,020
gets the value of the overage property . concode_field_sep List<BucketType> voiceBucket concode_elem_sep XMLGregorianCalendar billCycleStartDate concode_elem_sep EstimatedDPFUsageType estimatedDPFUsage concode_elem_sep List<BucketType> dataBucket concode_elem_sep Boolean isDataOnly concode_elem_sep String dpfFlag conco...
OverageType function ( ) { return overage ; }
9,021
an initial entry should have an outgoing transition concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart state...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ; assertWarning ( diagnostics , ISSUE_INITIAL_ENTRY_...
9,022
gets the value of the doc 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 doc property . for example , to add a new item , do as follows...
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; }
9,023
sets the value of the count property . concode_field_sep List<CTDataField> dataField concode_elem_sep Object parent concode_elem_sep Long count concode_field_sep Object getParent concode_elem_sep List<CTDataField> getDataField concode_elem_sep void afterUnmarshal concode_elem_sep void setParent concode_elem_sep Long ge...
void function ( Long arg0 ) { this . count = arg0 ; }
9,024
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; }
9,025
sets the maximum time in seconds that this data source will wait while attempting to connect to a database . a value of zero specifies that the timeout is the default system timeout if there is one ; otherwise , it specifies that there is no timeout . when a datasource object is created , the login timeout is initially...
void function ( int arg0 ) { loginTimeout = arg0 ; connectionProps . setProperty ( "srini_string" , Integer . toString ( loginTimeout ) ) ; }
9,026
return the name of the synthetic method created by cglib which is used by #invokesuper to invoke the superclass non-intercepted method implementation . the parameter types are the same as the proxied method . concode_field_sep boolean attemptLoad concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep FastClas...
String function ( ) { return sig2 . getName ( ) ; }
9,027
gets the last data from channel . concode_field_sep int numberSensor concode_elem_sep int sensorType concode_elem_sep Vector listeners concode_elem_sep int numberChannel concode_field_sep float getUncertainty concode_elem_sep float getUncertainty concode_elem_sep boolean isAvailable concode_elem_sep void startGetData c...
Object [ ] function ( ) { return getData ( numberSensor , numberChannel ) ; }
9,028
extract the project param from a uri . e.g. : a uri like ` ksr : / / www.kickstarter.com/projects/1186238668/skull-graphic-tee` returns ` skull-graphic-tee ` . concode_field_sep Pattern PROJECT_PATTERN concode_field_sep Observable<RefTag> refTag concode_elem_sep Observable<PushNotificationEnvelope> pushNotificationEnve...
String function ( final @ Nullable Uri arg0 ) { if ( arg0 == null ) { return null ; } if ( ! arg0 . getScheme ( ) . equals ( "srini_string" ) ) { return null ; } final Matcher loc0 = PROJECT_PATTERN . loc0 ( arg0 . getPath ( ) ) ; if ( loc0 . matches ( ) && loc0 . group ( 3 ) != null ) { return loc0 . group ( 3 ) ; } r...
9,029
a method to accept a visitor sleuthkititemvisitor , and execute an algorithm on this object concode_field_sep String artifactTypeName concode_elem_sep String displayName concode_elem_sep long objID concode_elem_sep int typeID concode_elem_sep long artifactID concode_elem_sep String label concode_elem_sep int artifactTy...
T function ( SleuthkitItemVisitor < T > arg0 ) { return arg0 . visit ( this ) ; }
9,030
determines whether the copy button is disabled . this should only occur when there is no node selected , which occurs at initialization and when a node is deleted . concode_field_sep DynamicNodeUserObject selectedNodeObject concode_elem_sep String ROOT_NODE_TEXT concode_elem_sep DefaultTreeModel model concode_elem_sep ...
boolean function ( ) { return selectedNodeObject == null ; }
9,031
checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b...
boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; }
9,032
asserts that two booleans are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void ...
void function ( String arg0 , boolean arg1 , boolean arg2 ) { assertEquals ( arg0 , Boolean . valueOf ( arg1 ) , Boolean . valueOf ( arg2 ) ) ; }
9,033
find a authorization entity with the given id . concode_field_sep Provider<EntityManager> entityManagerProvider concode_elem_sep DaoUtils daoUtils concode_field_sep RoleAuthorizationEntity merge concode_elem_sep void create concode_elem_sep List<RoleAuthorizationEntity> findAll
RoleAuthorizationEntity function ( String arg0 ) { return entityManagerProvider . get ( ) . find ( RoleAuthorizationEntity . class , arg0 ) ; }
9,034
adds a dependency from this module to key . when the injector is created , guice will report an error if key can not be injected.note that this requirement may be satisfied by implicit binding , such as a public no-arguments constructor . concode_field_sep Binder binder concode_field_sep void addError concode_elem_sep ...
void function ( Key < ? > arg0 ) { binder . getProvider ( arg0 ) ; }
9,035
keeps track of how many times it is called . only returns matches when the record number is in the range . concode_field_sep long currentPos concode_elem_sep long startPos concode_elem_sep long endPos concode_field_sep UnboundRecordFilter page
boolean function ( ) { currentPos ++ ; return ( ( currentPos >= startPos ) && ( currentPos < endPos ) ) ; }
9,036
serializes an object into a byte array . along with #read byte , can be used to serialize an object and deserialize it into an object of the same type without needing to specify the object 's type , as long as it is one of the json-compatible objects understood by objectmapper . concode_field_sep ObjectReader OBJECT_RE...
byte [ ] function ( Object arg0 ) { if ( arg0 == null ) { return EMPTY_BYTES ; } return OBJECT_WRITER . writeValueAsBytes ( arg0 ) ; }
9,037
set text of emoji icon concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName concode_elem_s...
void function ( String arg0 ) { this . emojiText = arg0 ; }
9,038
the activation concode_field_sep TestConnectionFactory cf concode_field_sep ResourceAdapterArchive createResourceAdapter concode_elem_sep void testValidateOnMatch
ResourceAdaptersDescriptor function ( ) { return ResourceAdapterFactory . createTestDeployment ( 0 , Boolean . TRUE , 1 ) ; }
9,039
bind the given object under the given name , for all naming contexts that this context builder will generate . concode_field_sep Object initializationLock concode_elem_sep Log logger concode_elem_sep Hashtable<String,Object> boundObjects concode_elem_sep boolean initialized concode_elem_sep SimpleNamingContextBuilder a...
void function ( String arg0 , Object arg1 ) { if ( logger . isInfoEnabled ( ) ) { logger . info ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } this . boundObjects . put ( arg0 , arg1 ) ; }
9,040
comparison based on innovation id . concode_field_sep Long id concode_elem_sep Long innovationId concode_field_sep Long getInnovationId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep String toString concode_elem_sep Long getId concode_elem_sep void setInnovati...
int function ( Object arg0 ) { Gene loc0 = ( Gene ) arg0 ; return innovationId . compareTo ( loc0 . innovationId ) ; }
9,041
gets the value of the title property . concode_field_sep String title concode_field_sep void setTitle
String function ( ) { return title ; }
9,042
returns the messagehistoryservice registered to the bundle context . concode_field_sep ConfigurationService configService concode_elem_sep MessageHistoryServiceImpl msgHistoryService concode_elem_sep Logger logger concode_elem_sep ResourceManagementService resourcesService concode_elem_sep BundleContext bundleContext c...
MessageHistoryServiceImpl function ( ) { return msgHistoryService ; }
9,043
setter for bean injection . concode_field_sep Logger logger concode_elem_sep SyncHistoryDao historyDao concode_elem_sep ImogSerializer serializer concode_elem_sep GenericDao genericDao concode_elem_sep DataHandlerManager dataManager concode_elem_sep File directory concode_elem_sep OptimizedSyncClient syncClient concode...
void function ( DataHandlerManager arg0 ) { this . dataManager = arg0 ; }
9,044
execute remote request concode_field_sep RemoteRequestCompletion onCompletion concode_elem_sep HttpClientFactory factory concode_elem_sep String str concode_elem_sep String method concode_elem_sep RemoteRequestCompletion onPreCompletion concode_elem_sep boolean dontLog404 concode_elem_sep boolean compressedRequest conc...
void function ( ) { Log . v ( Log . TAG_SYNC , "srini_string" , this , url ) ; executeRequest ( factory . getOkHttpClient ( ) , request ( ) ) ; Log . v ( Log . TAG_SYNC , "srini_string" , this , url ) ; }
9,045
returns a string representation of this object ; useful for testing and debugging . concode_field_sep Boolean returnValue concode_field_sep Boolean isReturn concode_elem_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep DeleteVpcPeeringC...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( isReturn ( ) != null ) loc0 . append ( "srini_string" + isReturn ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
9,046
this method resets the incoming events time events included . concode_field_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long integerEventValue concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean integerEvent concode_field_sep void init conco...
void function ( ) { sCInterface . clearEvents ( ) ; }
9,047
create an instance of wsheader concode_field_sep QName _WSConversationId_QNAME concode_elem_sep QName _WSCorrelationId_QNAME concode_elem_sep QName _WSResponseMessageExpiration_QNAME concode_field_sep WSCallback createWSCallback concode_elem_sep WSContext.Version createWSContextVersion concode_elem_sep WSEndUserToken c...
WSHeader function ( ) { return new WSHeader ( ) ; }
9,048
sets the value of the names property . concode_field_sep Xref xref concode_elem_sep ConfidenceList confidenceList concode_elem_sep AttributeList attributeList concode_elem_sep Availability availability concode_elem_sep ExperimentList experimentList concode_elem_sep String imexId concode_elem_sep ParticipantList partici...
void function ( Names arg0 ) { this . names = arg0 ; }
9,049
sends a text to a homematic remote control display with options . concode_field_sep HomematicContext context concode_elem_sep Logger logger concode_field_sep boolean sendDisplay
boolean function ( @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg1 , @ ParamDoc ( name = "srini_string" , arg1 = "srini_string" ) String arg2 ) { return sendDisplay ( arg0 , arg1 , arg2 ) ; }
9,050
removes a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_...
void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . addData ( ) ; } }
9,051
one or more volumes . concode_field_sep String instanceId concode_elem_sep com.amazonaws.internal.SdkInternalList<ImportInstanceVolumeDetailItem> volumes concode_elem_sep String description concode_elem_sep String platform concode_field_sep String getInstanceId concode_elem_sep ImportInstanceTaskDetails withInstanceId ...
ImportInstanceTaskDetails function ( java . util . Collection < ImportInstanceVolumeDetailItem > arg0 ) { setVolumes ( arg0 ) ; return this ; }
9,052
updates all dependencies of the object . concode_field_sep Logger log concode_elem_sep Key applicationRootKey concode_field_sep void updateObjects concode_elem_sep void writeObject concode_elem_sep void deleteObjects concode_elem_sep void deleteObject concode_elem_sep void updateObject concode_elem_sep void assertIsNon...
void function ( Persistent arg0 ) { }
9,053
bindusingmoniker . bind to a running instance of this class using the supplied objref moniker concode_field_sep wbemdisp.ISWbemNamedValueProxy d_ISWbemNamedValueProxy concode_elem_sep String CLSID concode_field_sep Object getValue concode_elem_sep wbemdisp.ISWbemNamedValue getAsISWbemNamedValue concode_elem_sep String ...
SWbemNamedValue function ( String arg0 ) { return new SWbemNamedValue ( com . linar . jintegra . Dispatch . bindUsingMoniker ( arg0 ) ) ; }
9,054
get the value of sigma concode_field_sep int deltaN concode_elem_sep Summation sigma concode_elem_sep boolean isplus concode_elem_sep long e concode_elem_sep Tail tail concode_elem_sep int offsetE concode_elem_sep Parameter parameter concode_elem_sep Summation[] parts concode_elem_sep long j concode_elem_sep int deltaE...
double function ( ) { if ( sigma . getValue ( ) == null ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < parts . length ; loc1 ++ ) loc0 = Modular . addMod ( loc0 , parts [ loc1 ] . compute ( ) ) ; sigma . setValue ( loc0 ) ; } final double loc2 = Modular . addMod ( sigma . getValue ( ) , tail . compute ( ) ) ; return...
9,055
returns the paint . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep Stroke getStroke concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep...
Paint function ( ) { return this . paint ; }
9,056
sets the value of the return property . concode_field_sep User _return concode_field_sep User getReturn
void function ( User arg0 ) { this . _return = arg0 ; }
9,057
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
int function ( ) { return WIND_NON_ZERO ; }
9,058
display one movie concode_field_sep Logger logger concode_elem_sep MovieDao movieDao concode_field_sep String createMovie concode_elem_sep String deleteMovie concode_elem_sep String displayMovie concode_elem_sep String saveMovie concode_elem_sep String listCategories concode_elem_sep String listMovies
String function ( Model arg0 ) { arg0 . addAttribute ( "srini_string" , new Movie ( ) ) ; logger . info ( "srini_string" ) ; return "srini_string" ; }
9,059
returns whether this element contains child elements . this method is useful to decide which formatting variant for the xml element can be chosen . concode_field_sep LinkedList children concode_elem_sep ObjectId objectId concode_field_sep Iterator iterator concode_elem_sep void initId concode_elem_sep void clear concod...
boolean function ( ) { return children . isEmpty ( ) ; }
9,060
returns a plug-in . concode_field_sep Lock pluginWriteLock concode_elem_sep ConcurrentMap<String,IRed5Plugin> plugins concode_elem_sep ReadWriteLock pluginLock concode_elem_sep Logger log concode_elem_sep Lock pluginReadLock concode_field_sep void unregister concode_elem_sep void shutdown concode_elem_sep void register
IRed5Plugin function ( String arg0 ) { IRed5Plugin loc0 = null ; pluginReadLock . lock ( ) ; try { loc0 = plugins . get ( arg0 ) ; } finally { pluginReadLock . unlock ( ) ; } return loc0 ; }
9,061
returns the number of seconds before refreshing the index readers . concode_field_sep String REFRESH_SECONDS_OPTION concode_elem_sep Schema schema concode_elem_sep String RAM_BUFFER_MB_OPTION concode_elem_sep int DEFAULT_INDEXING_THREADS concode_elem_sep CFMetaData metadata concode_elem_sep String EXCLUDED_DATA_CENTERS...
double function ( ) { return refreshSeconds ; }
9,062
set a property on this session . note that properties are not cleared out when a session is cleared . concode_field_sep boolean connected concode_elem_sep Map<String,Object> sessionPropertyMap concode_elem_sep Map<Integer,Map<String,Object>> attributes concode_field_sep void removeAttributesForEntity concode_elem_sep v...
Object function ( String arg0 , Object arg1 ) { return sessionPropertyMap . put ( arg0 , arg1 ) ; }
9,063
parses the given string . concode_field_sep int current concode_elem_sep NormalizingReader reader concode_elem_sep String BUNDLE_CLASSNAME concode_elem_sep ErrorHandler errorHandler concode_field_sep String getBundleClassName concode_elem_sep void skipCommaSpaces concode_elem_sep void doParse concode_elem_sep void repo...
void function ( String arg0 ) { try { reader = new StringNormalizingReader ( arg0 ) ; doParse ( ) ; } catch ( IOException loc0 ) { errorHandler . error ( new ParseException ( createErrorMessage ( "srini_string" , null ) , loc0 ) ) ; } }
9,064
returns a hash code for this 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 boolean equals concode_elem_sep String toString concod...
int function ( ) { int loc0 = 17 ; loc0 = 31 * loc0 + who . hashCode ( ) ; loc0 = 31 * loc0 + when . hashCode ( ) ; loc0 = 31 * loc0 + ( ( Double ) amount ) . hashCode ( ) ; return loc0 ; }
9,065
get the date concode_field_sep MyDate date concode_elem_sep String image concode_elem_sep String privateDes concode_elem_sep Game game concode_elem_sep List<TournamentPlayer> players concode_elem_sep TournamentSystem tournamentSystem concode_elem_sep String publicDes concode_elem_sep List<Prize> prizes concode_elem_sep...
MyDate function ( ) { return date ; }
9,066
removes and returns the value in the cache for the given key . if the key is not in the cache , returns null . concode_field_sep LRUCacheEntry fEntryQueue concode_elem_sep LRUCacheEntry _fNext concode_elem_sep LRUCacheEntry fEntryQueueTail concode_elem_sep Hashtable fEntryTable concode_elem_sep Object _fValue concode_e...
Object function ( Object arg0 ) { LRUCacheEntry loc0 = ( LRUCacheEntry ) fEntryTable . get ( arg0 ) ; if ( loc0 == null ) { return null ; } Object loc1 = loc0 . _fValue ; this . privateRemoveEntry ( loc0 , false ) ; return loc1 ; }
9,067
returns the default datasource . concode_field_sep PlaceHolder placeHolder concode_field_sep void withConnection concode_elem_sep void withConnection concode_elem_sep void withConnection concode_elem_sep void withConnection concode_elem_sep void withConnection concode_elem_sep void withConnection concode_elem_sep void ...
DataSource function ( ) { return getDataSource ( "srini_string" ) ; }
9,068
exemple 1,4,6,2,4,6 : a = 8 -- > 1,4,6,2,4,6,8 concode_field_sep PlaceHolder placeHolder concode_field_sep int[] insererUnTableauDansUnAutre concode_elem_sep int[] tabBaseDeux concode_elem_sep int[][] changerDimensionTableau concode_elem_sep int[] inverserTableau
int [ ] function ( int [ ] arg0 , int arg1 ) { int [ ] loc0 = null ; if ( arg0 != null ) { loc0 = new int [ arg0 . length + 1 ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] ; } loc0 [ loc0 . length - 1 ] = arg1 ; } return loc0 ; }
9,069
removes the given item for the device list . concode_field_sep ItemRegistry itemRegistry concode_elem_sep DeviceRegistry deviceRegistry concode_elem_sep String PREFIX_ISS concode_elem_sep ActionRegistry actionRegistry concode_elem_sep Logger logger concode_field_sep void setDeviceRoom concode_elem_sep String getLabel c...
void function ( String arg0 ) { String loc0 = getDeviceId ( arg0 ) ; if ( deviceRegistry . hasDevice ( loc0 ) ) { logger . debug ( "srini_string" , arg0 ) ; deviceRegistry . remove ( loc0 ) . destroy ( ) ; } }
9,070
sets the gadget key of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String...
void function ( java . lang . String arg0 ) { _oAuthConsumer . setGadgetKey ( arg0 ) ; }
9,071
returns the value of a specified dimension . concode_field_sep long serialVersionUID concode_elem_sep T[] coordinates concode_elem_sep int X concode_elem_sep int Y concode_elem_sep int Z concode_field_sep Point2D getPoint2D concode_elem_sep Point2D getPoint2D concode_elem_sep int getDimensions concode_elem_sep void set...
T function ( int arg0 ) { return coordinates [ arg0 ] ; }
9,072
returns the amount . concode_field_sep float amount concode_elem_sep Set as concode_elem_sep Long id concode_elem_sep A reverse concode_field_sep void setAs concode_elem_sep Set getAs concode_elem_sep A getReverse concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep void setAmount concode_elem_sep v...
float function ( ) { return amount ; }
9,073
a test-only method to get the underlying references . do not use in application code . concode_field_sep ResourceReleaser<Closeable> DEFAULT_CLOSEABLE_RELEASER concode_elem_sep boolean mIsClosed concode_elem_sep Class<CloseableReference> TAG concode_elem_sep SharedReference<T> mSharedReference concode_field_sep void re...
SharedReference < T > function ( ) { return mSharedReference ; }
9,074
auto generated axis2 error handler override this method for handling error response from removeproducts operation concode_field_sep Object clientData concode_field_sep void receiveResultremoveProducts concode_elem_sep void receiveErrorget concode_elem_sep void receiveResultlist concode_elem_sep Object getClientData con...
void function ( java . lang . Exception arg0 ) { }
9,075
sets the y-value for this data item . note that there is no corresponding method to change the x-value . concode_field_sep long serialVersionUID concode_elem_sep Object obj concode_elem_sep Comparable x concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep Comparable getComparable concode_el...
void function ( Object arg0 ) { this . obj = arg0 ; }
9,076
mark this channel as having timed out . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean timedOut concode_elem_sep Channel channel concode_field_sep String getClientId concode_elem_sep boolean isActive concode_elem_sep TransportR...
void function ( ) { this . timedOut = true ; }
9,077
tests whether item is contained by range concode_field_sep int count concode_elem_sep int first concode_field_sep int getFirst concode_elem_sep int getLast concode_elem_sep int getCount
boolean function ( int arg0 ) { return arg0 >= getFirst ( ) && arg0 <= getLast ( ) ; }
9,078
called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St...
void function ( ) { }
9,079
returns the recordparserfactory used by this stream . concode_field_sep String name concode_elem_sep RecordParserFactory recordParserFactory concode_field_sep void setName concode_elem_sep String getName concode_elem_sep RecordReader createRecordReader concode_elem_sep void setRecordParserFactory concode_elem_sep Recor...
RecordParserFactory function ( ) { return recordParserFactory ; }
9,080
move a binding up to top of the list concode_field_sep int COUNT concode_elem_sep List removedBindings concode_elem_sep Set<IBindingListViewer> changeListeners concode_elem_sep List<Binding> bindings concode_field_sep Binding getNextTypeConflict concode_elem_sep void insert concode_elem_sep void remove concode_elem_sep...
void function ( Binding arg0 ) { int loc0 = indexOf ( arg0 ) ; if ( loc0 > 0 ) { Binding loc1 = bindings . remove ( loc0 ) ; bindings . add ( 0 , loc1 ) ; refresh ( true ) ; } }
9,081
performs the next step of the corresponding game 's evolution . concode_field_sep String TEXTFIELD_FACTORIZER concode_elem_sep String RUNNABLE_FACTORIZER concode_elem_sep String RUNNABLE_CATS_AND_MICE concode_elem_sep int DEFAULT_MOUSE_PEHOTYPE concode_elem_sep int DEFAULT_CAT_PEHOTYPE concode_elem_sep int DEFAULT_MAX_...
void function ( String arg0 ) { switch ( arg0 ) { case RUNNABLE_CATS_AND_MICE : mMousePopulationRunnable . nextStep ( ) ; break ; case RUNNABLE_MAX_FINDER : mMaxFinderPopulationRunnable . nextStep ( ) ; break ; case RUNNABLE_FACTORIZER : mFactorizerPopulationRunnable . nextStep ( ) ; break ; } }
9,082
convenient static factory method concode_field_sep String FACTORY_PROPERTY concode_elem_sep Map<Object,ServiceReference> refMap concode_elem_sep Class<ComponentT> componentClass concode_elem_sep Logger log concode_elem_sep Map<Object,ComponentInstance> instanceMap concode_elem_sep BundleContext bundleContext concode_fi...
ComponentFactoryManager < ComponentType > function ( BundleContext arg0 , Class < ComponentType > arg1 ) { return new ComponentFactoryManager < ComponentType > ( arg0 , arg1 ) ; }
9,083
returns the preferred language of the user concode_field_sep HttpResponse res concode_elem_sep Configuration conf concode_elem_sep User target concode_field_sep int getFavouritesCount concode_elem_sep String getLocation concode_elem_sep String getName concode_elem_sep String getProfileImageURL concode_elem_sep String g...
String function ( ) { return getTarget ( ) . getLang ( ) ; }
9,084
return an opened database session object concode_field_sep SessionFactory fct concode_field_sep List<String> getAllTables concode_elem_sep Session openSession concode_elem_sep void closeSession concode_elem_sep void shutdownDB concode_elem_sep SessionFactory getSessionFactory
Session function ( ) { return openSession ( ) ; }
9,085
just because this should do nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void edgeSplitMoveException concode_elem_sep void infiniteLoop
void function ( ) { }
9,086
returns the next token in the string as a string . the delimiters used are changed to the specified delimiters . concode_field_sep String string concode_elem_sep String delimiters concode_elem_sep boolean returnDelimiters concode_elem_sep int position concode_field_sep int countTokens concode_elem_sep boolean hasMoreTo...
String function ( String arg0 ) { this . delimiters = arg0 ; return nextToken ( ) ; }
9,087
creates and returns a new instance of the typecode , corresponding the corba wstring . the length of the sequence is left with the initial value 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extract concode_elem_sep String[] read concode_elem_sep void insert concode_elem_sep String id concode...
TypeCode function ( ) { return new ArrayTypeCode ( TCKind . tk_string ) ; }
9,088
creates a copy of this iterator , independent from other iterators . if it is not possible to clone the iterator , returns null . concode_field_sep PlaceHolder placeHolder concode_field_sep int next concode_elem_sep int getIndex concode_elem_sep int previous concode_elem_sep int previousCodePoint concode_elem_sep void ...
Object function ( ) { return super . clone ( ) ; }
9,089
add an item that will be moved from size into the settings method . this needs to be the exact version of the statement so that it can be matched against and removed from the size method in the code . concode_field_sep String path concode_elem_sep String renderer concode_elem_sep StringList statements concode_elem_sep ...
void function ( String arg0 ) { statements . append ( arg0 ) ; }
9,090
returns true , if a given operation is supported , false otherwise . concode_field_sep HashSet operations concode_elem_sep String displayName concode_elem_sep HashMap encodings concode_elem_sep String name concode_elem_sep PrinterEncoding[] encodingsCached concode_field_sep PrinterEncoding getEncoding concode_elem_sep ...
boolean function ( final String arg0 ) { return operations . contains ( arg0 ) ; }
9,091
invoked before the springsecurityfilterchain is added . concode_field_sep String DEFAULT_FILTER_NAME concode_elem_sep String SERVLET_CONTEXT_PREFIX concode_elem_sep Class<?>[] configurationClasses concode_field_sep boolean isAsyncSecuritySupported concode_elem_sep String getWebApplicationContextAttribute concode_elem_s...
void function ( ServletContext arg0 ) { }
9,092
max reconnection attempts concode_field_sep boolean noRandomizeServers concode_elem_sep String maxMessages concode_elem_sep int reconnectTimeWait concode_elem_sep boolean ssl concode_elem_sep boolean verbose concode_elem_sep String servers concode_elem_sep String queueName concode_elem_sep int poolSize concode_elem_sep...
int function ( ) { return maxReconnectAttempts ; }
9,093
supply a list of the restore datasets available from the current transport . this method is invoked as a callback following the application 's use of the android.app.backup.irestoresession.getavailablerestoresets method . concode_field_sep PlaceHolder placeHolder concode_field_sep void restoreFinished concode_elem_sep ...
void function ( RestoreSet [ ] arg0 ) { }
9,094
return the buffer pool of the static database instance concode_field_sep BufferPool _bufferpool concode_elem_sep LogFile _logfile concode_elem_sep Catalog _catalog concode_elem_sep AtomicReference<Database> _instance concode_elem_sep String LOGFILENAME concode_field_sep BufferPool resetBufferPool concode_elem_sep void ...
BufferPool function ( ) { return _instance . get ( ) . _bufferpool ; }
9,095
obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con...
List function ( ) { return alwaysCopyEObjectInfoList ; }
9,096
sets the value to true . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue ...
void function ( ) { this . value = false ; }
9,097
reset the singleton defaultadvisoradapterregistry , removing any advisoradapterregistry #registeradvisoradapter advisoradapter registered adapters . concode_field_sep AdvisorAdapterRegistry instance concode_field_sep AdvisorAdapterRegistry getInstance
void function ( ) { instance = new DefaultAdvisorAdapterRegistry ( ) ; }
9,098
sets the start period of this social activity counter . concode_field_sep SocialActivityCounter _socialActivityCounter concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep...
void function ( int arg0 ) { _socialActivityCounter . setStartPeriod ( arg0 ) ; }
9,099
converts the methods annotated with get , post , and delete to routes and adds them to the specified router . a method subject to becoming a route must be annotated with get , post , or delete . the method return type must be a httphandler . concode_field_sep Map<String,List<Route>> routes concode_field_sep Router add ...
void function ( Controller arg0 , Router arg1 ) { if ( arg0 == null ) throw new IllegalArgumentException ( ) ; Router . addRoutes ( arg0 . getClass ( ) , arg0 , arg1 ) ; }