idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
17,000
returns desiredcapabilities for chrome with these options included as capabilities . this does not copy the options . further changes will be reflected in the returned capabilities . concode_field_sep List<File> extensionFiles concode_elem_sep Map<String,Object> experimentalOptions concode_elem_sep String binary concod...
DesiredCapabilities function ( ) { DesiredCapabilities loc0 = DesiredCapabilities . chrome ( ) ; loc0 . setCapability ( CAPABILITY , this ) ; return loc0 ; }
17,001
check for doclet-added options . returns the number of arguments you must specify on the command line for the given option . for example , '' - d docs '' would return 2 . this method is required if the doclet contains any options . if this method is missing , javadoc will print an invalid flag error for every option . ...
int function ( String arg0 ) { return 0 ; }
17,002
create a string with some random letters concode_field_sep Random SEEDED_RANDOM concode_elem_sep String LETTERS concode_elem_sep String CHARACTERS concode_elem_sep String DIGITS concode_elem_sep Random UNSEEDED_RANDOM concode_field_sep String randomString concode_elem_sep VectorClock increment concode_elem_sep Gregoria...
String function ( int arg0 ) { return randomString ( LETTERS , arg0 ) ; }
17,003
the message indicating that logs failed to be delivered . concode_field_sep String bucketName concode_elem_sep String lastFailureMessage concode_elem_sep Boolean loggingEnabled concode_elem_sep java.util.Date lastSuccessfulDeliveryTime concode_elem_sep java.util.Date lastFailureTime concode_elem_sep String s3KeyPrefix ...
String function ( ) { return lastFailureMessage ; }
17,004
creates a view and installs event emitters on it . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getNativeProps concode_elem_sep Map<String,Object> getExportedViewConstants concode_elem_sep String getName concode_elem_sep void onAfterUpdateTransaction concode_elem_sep void addEventEmitt...
T function ( ThemedReactContext arg0 , JSResponderHandler arg1 ) { T loc0 = createViewInstance ( arg0 ) ; addEventEmitters ( arg0 , loc0 ) ; if ( loc0 instanceof ReactInterceptingViewGroup ) { ( ( ReactInterceptingViewGroup ) loc0 ) . setOnInterceptTouchEventListener ( arg1 ) ; } return loc0 ; }
17,005
get the height of this media . concode_field_sep String WIDTH_KEY concode_elem_sep String TEXT_KEY concode_elem_sep String TYPE_MEDIA concode_elem_sep String type concode_elem_sep String TYPE_KEY concode_elem_sep String BODY_KEY concode_elem_sep String FROM_KEY concode_elem_sep String CHAT_MESSAGE_ID concode_elem_sep S...
int function ( ) { if ( ! this . isMedia ( ) ) { return - 1 ; } return this . height ; }
17,006
returns the blog 's title concode_field_sep String rdfUserID concode_elem_sep String container concode_elem_sep String date concode_elem_sep String rdfBlogID concode_elem_sep String about concode_elem_sep String title concode_elem_sep String rdfCommentID concode_elem_sep int blogID concode_elem_sep int userid concode_e...
String function ( ) { return title ; }
17,007
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long i concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep long getI concode_el...
void function ( ) { }
17,008
set the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay...
void function ( float arg0 ) { this . duration = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
17,009
create an instance of initresponse concode_field_sep QName _Init_QNAME concode_elem_sep QName _Authorize_QNAME concode_elem_sep QName _AuthorizeResponse_QNAME concode_elem_sep QName _InitResponse_QNAME concode_field_sep Authorize createAuthorize concode_elem_sep JAXBElement<Authorize> createAuthorize concode_elem_sep A...
InitResponse function ( ) { return new InitResponse ( ) ; }
17,010
check for reverse proxy mode concode_field_sep String C_T_CORE concode_elem_sep String TRANSPORT_LISTENER_SHUTDOWN_WAIT_TIME concode_elem_sep int IO_WORKER_COUNT concode_elem_sep String ERROR_HANDLER_T_MAX concode_elem_sep String REST_URI_API_REGEX concode_elem_sep String C_T_MAX concode_elem_sep String C_IO_WORKERS co...
boolean function ( ) { if ( reverseProxyMode == null ) { reverseProxyMode = Boolean . parseBoolean ( System . getProperty ( "srini_string" ) ) ; } return reverseProxyMode . booleanValue ( ) ; }
17,011
get the content type string that is used for this file extension . concode_field_sep String NAMEFILEBUNDLE concode_elem_sep String DEFAULT_NAMEFILEBUNDLE concode_elem_sep String DEFAULT_DISPLAY_NAME concode_elem_sep SortedMap<String,SortedSet<String>> m_mimetypes concode_elem_sep ServerConfigurationService serverConfig...
String function ( String arg0 ) { String loc0 = UNKNOWN_TYPE ; if ( m_contentTypes != null ) { loc0 = m_contentTypes . getProperty ( arg0 . toLowerCase ( ) ) ; if ( loc0 == null ) loc0 = UNKNOWN_TYPE ; } return loc0 ; }
17,012
canwrite concode_field_sep FileOutputStream mOutputStream concode_elem_sep File mFile concode_field_sep void logLine concode_elem_sep void logData concode_elem_sep void close
boolean function ( ) { return mFile . canWrite ( ) ; }
17,013
this method is used to output log4j internal warning statements . there is no way to disable warning statements . output goes to system.err . concode_field_sep String WARN_PREFIX concode_elem_sep String CONFIG_DEBUG_KEY concode_elem_sep boolean quietMode concode_elem_sep String PREFIX concode_elem_sep String DEBUG_KEY ...
void function ( String arg0 ) { if ( quietMode ) return ; System . err . println ( WARN_PREFIX + arg0 ) ; }
17,014
sum of getcheckconditionsticks , getcreatechangeticks and getinitializechangeticks . concode_field_sep RefactoringTickProvider DEFAULT concode_elem_sep int CHECK_INITIAL_CONDITIONS concode_elem_sep int INITIALIZE_CHANGE concode_elem_sep int CHECK_FINAL_CONDITIONS concode_elem_sep int CREATE_CHANGE concode_elem_sep int[...
int function ( ) { return getCheckAllConditionsTicks ( ) + fValues [ CREATE_CHANGE ] + fValues [ INITIALIZE_CHANGE ] ; }
17,015
this is where we receive inputs from the client . concode_field_sep long CONNECTION_TIMEOUT concode_elem_sep boolean DIY_CHUNKING concode_elem_sep InputStream upload concode_elem_sep boolean restricted concode_elem_sep Channel channel concode_elem_sep boolean completed concode_elem_sep UUID uuid concode_elem_sep Logger...
void function ( StaplerRequest arg0 , StaplerResponse arg1 ) { arg1 . setStatus ( HttpServletResponse . SC_OK ) ; InputStream loc0 = arg0 . getInputStream ( ) ; if ( DIY_CHUNKING ) loc0 = new ChunkedInputStream ( loc0 ) ; upload = loc0 ; notify ( ) ; while ( ! completed ) wait ( ) ; }
17,016
records the last event . concode_field_sep double EPSILON concode_elem_sep MarkerChangeEvent lastEvent concode_field_sep void testGetSetStartValue concode_elem_sep void testCloning concode_elem_sep void testGetSetEndValue concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( MarkerChangeEvent arg0 ) { this . lastEvent = arg0 ; }
17,017
sets up the location request . android has two location request settings : access_coarse_location and access_fine_location . these settings control the accuracy of the current location . this sample uses access_fine_location , as defined in the androidmanifest.xml . when the access_fine_location setting is specified , ...
void function ( ) { mLocationRequest = new LocationRequest ( ) ; mLocationRequest . setInterval ( UPDATE_INTERVAL_IN_MILLISECONDS ) ; mLocationRequest . setFastestInterval ( FASTEST_UPDATE_INTERVAL_IN_MILLISECONDS ) ; mLocationRequest . setPriority ( LocationRequest . PRIORITY_HIGH_ACCURACY ) ; }
17,018
indicates whether the vpn connection uses static routes only . static routes must be used for devices that do n't support bgp . returns a reference to this object so that method calls can be chained together . concode_field_sep Boolean staticRoutesOnly concode_field_sep void setStaticRoutesOnly concode_elem_sep int has...
VpnConnectionOptionsSpecification function ( Boolean arg0 ) { this . staticRoutesOnly = arg0 ; return this ; }
17,019
returns a field in a json object as a float . throws illegalargumentexception if the field value is null . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep JsonObject getObject concode_elem_sep...
float function ( JsonObject arg0 , String arg1 ) { final JsonValue loc0 = arg0 . get ( arg1 ) ; throwExceptionIfNull ( loc0 , arg1 ) ; return loc0 . asFloat ( ) ; }
17,020
screenwidth concode_field_sep PlaceHolder placeHolder concode_field_sep int dip2px concode_elem_sep int px2dip concode_elem_sep int getScreenHeight
int function ( Context arg0 ) { DisplayMetrics loc0 = arg0 . getResources ( ) . getDisplayMetrics ( ) ; return loc0 . widthPixels ; }
17,021
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
17,022
gets the property value . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep StagingMode value concode_field_sep String getJavaInitializationString concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor concode_elem_sep void setValue concode_elem_sep void pa...
Object function ( ) { return value ; }
17,023
delete the user object with the specified username concode_field_sep IStoredSettings settings concode_elem_sep IPluginManager pluginManager concode_elem_sep Map<String,String> legacyBackingServices concode_elem_sep IRuntimeManager runtimeManager concode_elem_sep Logger logger concode_elem_sep IUserService userService c...
boolean function ( String arg0 ) { if ( StringUtils . isEmpty ( arg0 ) ) { return false ; } String loc0 = StringUtils . decodeUsername ( arg0 ) ; UserModel loc1 = getUserModel ( loc0 ) ; if ( userService . deleteUser ( loc0 ) ) { callDeleteUserListeners ( loc1 ) ; return true ; } return false ; }
17,024
returns the osgi service identifier . concode_field_sep AssetVocabularyService _service concode_field_sep com.liferay.asset.kernel.model.AssetVocabulary addVocabulary concode_elem_sep com.liferay.asset.kernel.model.AssetVocabulary addVocabulary concode_elem_sep com.liferay.asset.kernel.model.AssetVocabularyDisplay getG...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
17,025
gets the total cost of all the flights in the itinerary . concode_field_sep Integer totalTravelTime concode_elem_sep ArrayList<Integer> waitTimes concode_elem_sep double totalCost concode_elem_sep String departureDateAsStr concode_elem_sep String origin concode_elem_sep long serialVersionUID concode_elem_sep String des...
double function ( ) { return totalCost ; }
17,026
nastavi dane souradnice concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep int GetY concode_elem_sep int GetX concode_elem_sep int GetZ concode_elem_sep boolean isLegal concode_elem_sep boolean isLegal concode_elem_sep boolean equals concode_elem_sep void SetZ
void function ( int arg0 , int arg1 , int arg2 ) { this . x = arg0 ; this . y = arg1 ; this . z = arg2 ; }
17,027
init the current variable so that it is not null when threadlocal #get is called . concode_field_sep Session session concode_elem_sep ServiceRequest serviceRequest concode_elem_sep ThreadLocal<RequestContext> CONTEXT concode_field_sep ServiceRequest getServiceRequest concode_elem_sep void setServiceRequest concode_elem...
RequestContext function ( ) { return new RequestContext ( ) ; }
17,028
formats the given date according to the rfc 1123 pattern . concode_field_sep String PATTERN_RFC1123 concode_elem_sep String[] DEFAULT_PATTERNS concode_elem_sep Date DEFAULT_TWO_DIGIT_YEAR_START concode_elem_sep TimeZone GMT concode_elem_sep String PATTERN_RFC1036 concode_elem_sep ThreadLocal<SoftReference<Map<String,Si...
String function ( final Date arg0 ) { return formatDate ( arg0 , PATTERN_RFC1123 ) ; }
17,029
respond with the given javax.xml.transform.source xml as soap envelope response . concode_field_sep WebServiceMessageCreator adaptee concode_field_sep ResponseCreator withException concode_elem_sep ResponseCreator withException concode_elem_sep ResponseCreator withError concode_elem_sep ResponseCreator withServerOrRece...
ResponseCreator function ( Source arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new WebServiceMessageCreatorAdapter ( new SoapEnvelopeMessageCreator ( arg0 ) ) ; }
17,030
gets the value for the given key if the key has only one value . concode_field_sep Multimap<String,Object> parsedArgs concode_elem_sep String TARGET_BLOCK_ARG concode_field_sep void checkPermission concode_elem_sep void putArg concode_elem_sep void putArg concode_elem_sep Collection<T> getAll concode_elem_sep Collectio...
Optional < T > function ( String arg0 ) { Collection < Object > loc0 = this . parsedArgs . get ( arg0 ) ; if ( loc0 . size ( ) != 1 ) { return Optional . empty ( ) ; } return Optional . ofNullable ( ( T ) loc0 . iterator ( ) . next ( ) ) ; }
17,031
sets the primary key of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con...
void function ( long arg0 ) { _attachment . setPrimaryKey ( arg0 ) ; }
17,032
returns the executor that will be used to run this service.subclasses may override this method to use a custom executor , which may configure its worker thread with a specific name , thread group or priority . the returned executor 's executor #execute runnable execute method is called when this service is started and ...
Executor function ( ) { return new Executor ( ) { @ Override public void execute ( Runnable arg0 ) { MoreExecutors . newThread ( threadNameSupplier . get ( ) , arg0 ) . start ( ) ; } } ; }
17,033
checks that this lob has n't been free d already . concode_field_sep BaseConnection conn concode_elem_sep boolean support64bit concode_elem_sep byte buffer[] concode_elem_sep long loPos concode_elem_sep int numBytes concode_elem_sep boolean currentLoIsWriteable concode_elem_sep ArrayList<LargeObject> subLOs concode_ele...
void function ( ) { if ( subLOs == null ) { throw new PSQLException ( GT . tr ( "srini_string" ) , PSQLState . OBJECT_NOT_IN_STATE ) ; } }
17,034
convert a textmessage to a java object with the specified type . concode_field_sep String typeIdPropertyName concode_elem_sep ObjectMapper objectMapper concode_elem_sep ClassLoader beanClassLoader concode_elem_sep Map<String,Class<?>> idClassMappings concode_elem_sep MessageType targetType concode_elem_sep Map<Class<?>...
Object function ( TextMessage arg0 , JavaType arg1 ) { String loc0 = arg0 . getText ( ) ; return this . objectMapper . readValue ( loc0 , arg1 ) ; }
17,035
used by the whitebox gui to tell if this plugin is still running . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
17,036
render the diagram to the given graphics context concode_field_sep Diagram diagram concode_elem_sep SGL GL concode_elem_sep int list concode_field_sep placeholderType placeHolder
void function ( Graphics arg0 ) { if ( list == - 1 ) { list = GL . glGenLists ( 1 ) ; GL . glNewList ( list , SGL . GL_COMPILE ) ; render ( arg0 , diagram ) ; GL . glEndList ( ) ; } GL . glCallList ( list ) ; TextureImpl . bindNone ( ) ; }
17,037
set the uploads directory to use concode_field_sep io.vertx.ext.web.handler.BodyHandler delegate concode_field_sep BodyHandler setMergeFormAttributes concode_elem_sep BodyHandler setBodyLimit concode_elem_sep BodyHandler create concode_elem_sep BodyHandler create concode_elem_sep void handle concode_elem_sep BodyHandle...
BodyHandler function ( String arg0 ) { delegate . setUploadsDirectory ( arg0 ) ; return this ; }
17,038
saves parameters for startactivityforresult . 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 ActivityResultHolder savedResult concode_elem_sep ...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } }
17,039
check if the verbosity level is set to verbosity #verbose . concode_field_sep Verbosity QUIET concode_elem_sep OutputStream errorStream concode_elem_sep Verbosity VERBOSE concode_elem_sep PrintWriter err concode_elem_sep Reader in concode_elem_sep String name concode_elem_sep InputStream inputStream concode_elem_sep Ou...
boolean function ( ) { return getVerbosity ( ) == Verbosity . VERBOSE ; }
17,040
sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuidre...
void function ( String arg0 ) { this . title = arg0 ; }
17,041
sets the value of the signaturevalue property . concode_field_sep SignedInfoType signedInfo concode_elem_sep String id concode_elem_sep KeyInfoType keyInfo concode_elem_sep List<ObjectType> object concode_elem_sep SignatureValueType signatureValue concode_field_sep SignatureValueType getSignatureValue concode_elem_sep ...
void function ( SignatureValueType arg0 ) { this . signatureValue = arg0 ; }
17,042
setid concode_field_sep OnmsMonitoredService m_monitoredService concode_elem_sep OnmsEvent m_serviceRegainedEvent concode_elem_sep String m_suppressedBy concode_elem_sep Date m_ifRegainedService concode_elem_sep long serialVersionUID concode_elem_sep OnmsEvent m_serviceLostEvent concode_elem_sep Date m_suppressTime con...
void function ( Integer arg0 ) { m_id = arg0 ; }
17,043
returns an array of string value from a node value . if the node represents an array the corresponding array of strings is returned . otherwise the node is treated as a comma-separated string . concode_field_sep PlaceHolder placeHolder concode_field_sep long nodeLongValue concode_elem_sep long nodeLongValue concode_ele...
String [ ] function ( Object arg0 ) { if ( isArray ( arg0 ) ) { List loc0 = ( List ) arg0 ; String [ ] loc1 = new String [ loc0 . size ( ) ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc1 [ loc2 ] = nodeStringValue ( loc0 . get ( loc2 ) , null ) ; } return loc1 ; } else { return Strings . splitStringByC...
17,044
this implementation of a iprogressmonitor method forwards to the wrapped progress monitor . clients may override this method to do additional processing . concode_field_sep IProgressMonitor progressMonitor concode_field_sep void setCanceled concode_elem_sep void clearBlocked concode_elem_sep void worked concode_elem_se...
boolean function ( ) { return progressMonitor . isCanceled ( ) ; }
17,045
returns the status with the primary key . concode_field_sep StatusLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.chat.model.Status> getStatus...
com . liferay . chat . model . Status function ( long arg0 ) { return getService ( ) . getStatus ( arg0 ) ; }
17,046
translates the given symbolic image name into the shared image name as defined in org.eclipse.ui.isharedimages . the symbolic image name must be one of the concode_field_sep String TASK_SYSTEM_IMAGE concode_elem_sep MarkerAnnotationPreferences fMarkerAnnotationPreferences concode_elem_sep String BOOKMARK_SYSTEM_IMAGE c...
String function ( String arg0 ) { Assert . isLegal ( arg0 != null ) ; String loc0 = ( String ) MAPPING . get ( arg0 ) ; Assert . isLegal ( loc0 != null ) ; return loc0 ; }
17,047
sets the index from a string representation . note that setupper must be called for the value to be actually set concode_field_sep int m_SelectedIndex concode_elem_sep String m_IndexString concode_elem_sep long serialVersionUID concode_elem_sep int m_Upper concode_field_sep void setUpper concode_elem_sep String getSing...
void function ( String arg0 ) { m_IndexString = arg0 ; m_SelectedIndex = - 1 ; }
17,048
on machine unlocked . concode_field_sep PlaceHolder placeHolder concode_field_sep void onMachineLocked concode_elem_sep void onCreate concode_elem_sep int getLastError concode_elem_sep void onDeviceChange concode_elem_sep void onMachineLogoff concode_elem_sep LRESULT callback concode_elem_sep void main concode_elem_sep...
void function ( int arg0 ) { System . out . println ( "srini_string" + arg0 ) ; }
17,049
computes the descriptors for a set of keypoints detected in an image first variant or image set second variant . concode_field_sep int SIFT concode_elem_sep int OPPONENT_ORB concode_elem_sep int OPPONENT_BRIEF concode_elem_sep int OPPONENT_SIFT concode_elem_sep long nativeObj concode_elem_sep int OPPONENTEXTRACTOR conc...
void function ( Mat arg0 , MatOfKeyPoint arg1 , Mat arg2 ) { Mat loc0 = arg1 ; compute_0 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj , arg2 . nativeObj ) ; return ; }
17,050
implementation of the signalhandler interface . concode_field_sep ERXSignalHandler _handler concode_elem_sep NSMutableDictionary<String,NSMutableArray<SignalHandler>> signals concode_field_sep String normalize concode_elem_sep void unregister concode_elem_sep void register
void function ( Signal arg0 ) { NSMutableArray < SignalHandler > loc0 = signals . objectForKey ( normalize ( arg0 . getName ( ) ) ) ; if ( loc0 != null ) { for ( SignalHandler loc1 : loc0 ) { loc1 . handle ( arg0 ) ; } } }
17,051
returns true if the path exists in the document , otherwise false concode_field_sep PlaceHolder placeHolder concode_field_sep XMLNode findElementPath concode_elem_sep void visitChildrenElements concode_elem_sep void visitElement concode_elem_sep String getPathString concode_elem_sep String[] getMultiElementContent conc...
boolean function ( XMLNode arg0 , String arg1 ) { return findElementPath ( arg0 , arg1 ) != null ; }
17,052
sets the value of the val property . concode_field_sep String val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep String getVal concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
void function ( String arg0 ) { this . val = arg0 ; }
17,053
return type metadata object concode_field_sep java.lang.String criterionParameterType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setCriterionParameterType concode_elem_sep org.apache.axis.en...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
17,054
when converting between string chars and bytes , there 's an implied encoding to be used , dependent on the context and platform . if none is specified , then string byte will use the platform 's default encoding . this method is for when encoding is not relevant , when the string simply holds byte values in each char ...
byte [ ] function ( CharSequence arg0 ) { final int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( byte ) arg0 . charAt ( loc2 ) ; } return loc1 ; }
17,055
returns an attribute as a string . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLongAttribute concode_elem_sep boolean getBooleanAttribute concode_elem_sep int getIntAttribute concode_elem_sep boolean getBooleanParameter concode_elem_sep boolean getBooleanParameter concode_elem_sep long[] getLong...
String function ( HttpServletRequest arg0 , String arg1 , boolean arg2 ) { String loc0 = ( String ) arg0 . getAttribute ( arg1 ) ; if ( loc0 != null ) { if ( loc0 . equals ( "srini_string" ) && ! arg2 ) { return null ; } else { return loc0 ; } } else { return null ; } }
17,056
get the character number . concode_field_sep int charno concode_elem_sep Node node concode_elem_sep CheckLevel level concode_elem_sep CheckLevel defaultLevel concode_elem_sep String description concode_elem_sep String sourceName concode_elem_sep DiagnosticType type concode_elem_sep int lineNumber concode_field_sep int ...
int function ( ) { return charno ; }
17,057
gets the d compiler-generated id of this aggregation . concode_field_sep String name concode_elem_sep long serialVersionUID concode_elem_sep long id concode_elem_sep Map<Tuple,AggregationRecord> map concode_field_sep String getName concode_elem_sep Map<Tuple,AggregationRecord> asMap concode_elem_sep void writeObject co...
long function ( ) { return id ; }
17,058
indirect this reference . this method determines the appropriate reference when using a pointer-decayed type . for arrays and functions , it simly returns this reference . for all other types , it returns an indirect reference , with this reference as the base . concode_field_sep Type type concode_field_sep Reference a...
Reference function ( Type arg0 ) { Type loc0 = arg0 . resolve ( ) ; if ( loc0 . isArray ( ) || loc0 . isFunction ( ) ) { return this ; } else { return new IndirectReference ( this ) ; } }
17,059
this is an optional operation , by default not supported . concode_field_sep T nextToken concode_field_sep T next concode_elem_sep boolean hasNext concode_elem_sep T getNext concode_elem_sep List<T> tokenize concode_elem_sep T peek
void function ( ) { throw new UnsupportedOperationException ( ) ; }
17,060
returns the value of the device info parameter with the given name concode_field_sep PlaceHolder placeHolder concode_field_sep long getLong concode_elem_sep long[] getLongs concode_elem_sep long getSize concode_elem_sep void main concode_elem_sep int[] getInts concode_elem_sep String getString concode_elem_sep String g...
int function ( cl_device_id arg0 , int arg1 ) { return getInts ( arg0 , arg1 , 1 ) [ 0 ] ; }
17,061
open a named select query concode_field_sep boolean isOracle concode_elem_sep SqlSessionFactory sessionFactory concode_elem_sep Logger log concode_field_sep WriteQuery getWriterQuery concode_elem_sep boolean isOracle
Query < T > function ( String arg0 ) { return new Query < T > ( sessionFactory . openSession ( ) , arg0 ) ; }
17,062
returns true if the request succeeds ; otherwise , it returns an error . concode_field_sep Boolean returnValue concode_field_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep RejectVpcPeeringConnectionResult clone concode_elem_sep String...
Boolean function ( ) { return this . returnValue ; }
17,063
selects a value for grade from the grade dropdown . concode_field_sep RemoteWebDriver driver concode_elem_sep FormActions formActions concode_elem_sep Map<String,String> properties concode_elem_sep String locAdvBtn concode_field_sep void clickSaveAndRetToCourse concode_elem_sep void enterNameField concode_elem_sep void...
void function ( String arg0 ) { FormActions loc0 = new FormActions ( driver ) ; loc0 . selectDropdownItemByID ( "srini_string" , arg0 ) ; }
17,064
prepare for the results to be received . concode_field_sep String m_OutputFileName concode_elem_sep ResultProducer m_RP concode_elem_sep File m_OutputFile concode_elem_sep PrintWriter m_Out concode_elem_sep long serialVersionUID concode_field_sep Enumeration listOptions concode_elem_sep String outputFileTipText concode...
void function ( ResultProducer arg0 ) { m_RP = arg0 ; if ( ( m_OutputFile == null ) || ( m_OutputFile . getName ( ) . equals ( "srini_string" ) ) ) { m_Out = new PrintWriter ( System . out , true ) ; } else { m_Out = new PrintWriter ( new BufferedOutputStream ( new FileOutputStream ( m_OutputFile ) ) , true ) ; } print...
17,065
looks for substrings in the parameter string . if any are found it assume rich text . concode_field_sep Pattern RICH_TEXT_PATTERN concode_field_sep String getFirstNonEmpty concode_elem_sep T getFirstProperty concode_elem_sep T getFirstProperty concode_elem_sep T getFirstNonNull
boolean function ( String arg0 ) { Matcher loc0 = RICH_TEXT_PATTERN . matcher ( arg0 ) ; return loc0 . find ( ) ; }
17,066
gets the value of the xcoord property . concode_field_sep BigDecimal yCoord concode_elem_sep BigDecimal xCoord concode_field_sep void setYCoord concode_elem_sep BigDecimal getYCoord concode_elem_sep void setXCoord
BigDecimal function ( ) { return xCoord ; }
17,067
draws the needle . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep long ...
void function ( Graphics2D arg0 , Rectangle2D arg1 , Point2D arg2 , double arg3 ) { Paint loc0 = arg0 . getColor ( ) ; Stroke loc1 = arg0 . getStroke ( ) ; drawNeedle ( arg0 , arg1 , arg2 , Math . toRadians ( arg3 ) ) ; arg0 . setStroke ( loc1 ) ; arg0 . setPaint ( loc0 ) ; }
17,068
gets the previous time . concode_field_sep double previousTime concode_elem_sep List<Double> currentMipsShare concode_field_sep double getTotalCurrentAllocatedMipsForCloudlet concode_elem_sep void setPreviousTime concode_elem_sep double updateVmProcessing concode_elem_sep void cloudletFinish concode_elem_sep void setCu...
double function ( ) { return previousTime ; }
17,069
search / _ search/ratings / : query - > search for the rating corresponding to the query . concode_field_sep Logger log concode_elem_sep RatingService ratingService concode_field_sep List<Rating> getAllRatings concode_elem_sep ResponseEntity<Rating> createRating concode_elem_sep ResponseEntity<Rating> updateRating conc...
List < Rating > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; return ratingService . search ( arg0 ) ; }
17,070
go to activity , use animation concode_field_sep String TAG concode_field_sep void goToActivityFromBottom2Top concode_elem_sep void goToActivityFromBottom2Top concode_elem_sep void goToActivityFromLeft2Right concode_elem_sep void goToActivityFromLeft2Right concode_elem_sep void backToLoginActivity concode_elem_sep void...
void function ( Context arg0 , Class < ? > arg1 , int arg2 , int arg3 , Bundle arg4 ) { Activity loc0 = ( Activity ) arg0 ; Intent loc1 = new Intent ( ) ; loc1 . setClass ( loc0 , arg1 ) ; loc1 . putExtras ( arg4 ) ; loc0 . startActivity ( loc1 ) ; loc0 . overridePendingTransition ( arg2 , arg3 ) ; }
17,071
gets the value of the ref property . concode_field_sep IsoformType.Sequence sequence concode_elem_sep IsoformType.Note note concode_elem_sep String ref concode_elem_sep List<Integer> evidence concode_elem_sep List<IsoformType.Name> name concode_elem_sep List<String> id concode_elem_sep String type concode_elem_sep Stri...
String function ( ) { return ref ; }
17,072
method to set the loaded status concode_field_sep String EXTRACTED_FOLDER concode_elem_sep Presentation presentation concode_elem_sep Slide[] slides concode_elem_sep Log log concode_elem_sep int MIN_ENTRY_SIZE concode_elem_sep int externalConverterFilePages concode_elem_sep String URL_SLASH concode_elem_sep int lastLoa...
void function ( boolean arg0 ) { this . loaded = arg0 ; }
17,073
asserts that parsing the given inputs will return incorrectcommand with the given feedback message . concode_field_sep Parser parser concode_field_sep void findCommand_invalidArgs concode_elem_sep void addCommand_invalidArgs concode_elem_sep void addCommand_duplicateTags_merged concode_elem_sep void deleteCommand_numer...
void function ( String arg0 , String ... arg1 ) { for ( String loc0 : arg1 ) { final IncorrectCommand loc1 = parseAndAssertCommandType ( loc0 , IncorrectCommand . class ) ; assertEquals ( loc1 . feedbackToUser , arg0 ) ; } }
17,074
record that the supplied resource was referenced by an object in this resource . this method is called when the eobject is resolved . concode_field_sep boolean includeDiagramReferences concode_elem_sep boolean includeResolvedReferences concode_elem_sep Resource resource concode_elem_sep Map referencedObjectsByResourceU...
void function ( final Resource arg0 , final EObject arg1 ) { final URI loc0 = arg0 . getURI ( ) ; final ExternalReferences loc1 = getReferencedObjects ( loc0 , true ) ; loc1 . setResource ( arg0 ) ; if ( this . includeResolvedReferences ) { loc1 . addReferencedObject ( arg1 ) ; } }
17,075
starts moquette bringing the configuration from the file located at m_config / moquette.conf concode_field_sep ProtocolProcessor m_processor concode_elem_sep boolean m_initialized concode_elem_sep ServerAcceptor m_acceptor concode_elem_sep Logger LOG concode_field_sep void internalPublish concode_elem_sep void stopServ...
void function ( ) { final IConfig loc0 = new FilesystemConfig ( ) ; startServer ( loc0 ) ; }
17,076
returns the public key . concode_field_sep PrivateKey privateKey concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_field_sep PrivateKey getPrivate
PublicKey function ( ) { return publicKey ; }
17,077
returns true if the handle at the specified index is enabled . concode_field_sep Rectangle[] handles concode_elem_sep JComponent preview concode_elem_sep mxGraphComponent graphComponent concode_elem_sep Rectangle bounds concode_elem_sep boolean handlesVisible concode_elem_sep int index concode_elem_sep mxCellState stat...
boolean function ( int arg0 ) { return true ; }
17,078
sets the value of the return property . concode_field_sep JAXBElement<GetOpenstackImageDetailsResp> _return concode_field_sep JAXBElement<GetOpenstackImageDetailsResp> getReturn
void function ( JAXBElement < GetOpenstackImageDetailsResp > arg0 ) { this . _return = arg0 ; }
17,079
see com.sleepycat.db.eventhandler #handlewritefailedevent eventhandler.handlewritefailedevent for details of thiscallback . concode_field_sep PlaceHolder placeHolder concode_field_sep void handleRepStartupDoneEvent concode_elem_sep void handleRepClientEvent concode_elem_sep void handleRepPermFailedEvent concode_elem_se...
void function ( int arg0 ) { }
17,080
method called when the actionlistener is fired on the locate address field concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolean sh...
void function ( ActionEvent arg0 ) { address = geoCoderAddress ; locateAddress = true ; }
17,081
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
17,082
hash an integer for double hashing stepsize concode_field_sep PlaceHolder placeHolder concode_field_sep int hashString2 concode_elem_sep int hashInt concode_elem_sep int hashString concode_elem_sep int hashChar concode_elem_sep int hashChar2
int function ( int arg0 , int arg1 ) { int loc0 = PrimeNumberOps . getPreviousPrime ( arg1 ) ; return loc0 - ( arg0 % loc0 ) ; }
17,083
returns the parent task id concode_field_sep DiscoveryNode node concode_elem_sep TaskId parentTaskId concode_elem_sep String action concode_elem_sep String description concode_elem_sep long startTime concode_elem_sep String type concode_elem_sep boolean cancellable concode_elem_sep TaskId taskId concode_elem_sep long r...
TaskId function ( ) { return parentTaskId ; }
17,084
sets the value of the displayname property . concode_field_sep Integer canonicalParentId concode_elem_sep String displayName concode_elem_sep Long id concode_elem_sep String type concode_field_sep void setCanonicalParentId concode_elem_sep String getType concode_elem_sep String getDisplayName concode_elem_sep void setI...
void function ( String arg0 ) { this . displayName = arg0 ; }
17,085
sets the value of the portname property . concode_field_sep String wsdlLocation concode_elem_sep String targetNamespace concode_elem_sep String portName concode_elem_sep String serviceName concode_field_sep String wsdlLocation concode_elem_sep String getPortName concode_elem_sep String getWsdlLocation concode_elem_sep ...
void function ( String arg0 ) { this . portName = arg0 ; }
17,086
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
17,087
sets the color of the value-text that is drawn next to the limitline . default : paint.style.fill _ and_stroke concode_field_sep float mLineWidth concode_elem_sep Paint.Style mTextStyle concode_elem_sep String mLabel concode_elem_sep int mLineColor concode_elem_sep float mTextSize concode_elem_sep DashPathEffect mDashP...
void function ( Paint . Style arg0 ) { this . mTextStyle = arg0 ; }
17,088
returns the value for the setting id , or 0 if unset . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int DOWNLOAD_RETRANS_RATE concode_elem_sep int[] values con...
int function ( int arg0 ) { return values [ arg0 ] ; }
17,089
return an iterator over the states in the stateset . concode_field_sep boolean onExceptionPath concode_elem_sep ObligationFactory factory concode_elem_sep boolean isTop concode_elem_sep Map<ObligationSet,State> stateMap concode_elem_sep boolean isBottom concode_field_sep void addObligation concode_elem_sep boolean isVa...
Iterator < State > function ( ) { return stateMap . values ( ) . iterator ( ) ; }
17,090
called after the indexing operation occurred with exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void postIndexUnderLock concode_elem_sep Engine.Index preIndex concode_elem_sep void postDeleteUnderLock concode_elem_sep void postDelete concode_elem_sep void postDelete concode_elem_sep Engine.Del...
void function ( Engine . Index arg0 , Throwable arg1 ) { }
17,091
check whether two objects are equals , but do not compare the id fields . concode_field_sep float[] minMax concode_elem_sep long id concode_field_sep void setMax concode_elem_sep void setMin concode_elem_sep float min concode_elem_sep float max concode_elem_sep int hashCode concode_elem_sep boolean isNull concode_elem_...
boolean function ( SpatialKey arg0 ) { return Arrays . equals ( minMax , arg0 . minMax ) ; }
17,092
the id for the origin access identity . for example : e74fte3ajfj256a . concode_field_sep String comment concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep CloudFrontOriginAccessIdentitySummary withComment concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep...
String function ( ) { return id ; }
17,093
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previous...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
17,094
clear all data from cache . concode_field_sep CacheImpl forcedCacheImpl concode_elem_sep CacheImpl cacheImpl concode_field_sep void add concode_elem_sep void add concode_elem_sep void init concode_elem_sep void set concode_elem_sep void set concode_elem_sep long incr concode_elem_sep long incr concode_elem_sep boolean ...
void function ( ) { if ( cacheImpl != null ) { cacheImpl . clear ( ) ; } }
17,095
set page number concode_field_sep int number concode_elem_sep int size concode_elem_sep int numberOfElements concode_elem_sep int totalPages concode_elem_sep List<T> content concode_elem_sep long totalElements concode_field_sep void setNumberOfElements concode_elem_sep void setContent concode_elem_sep Pageable nextPage...
void function ( int arg0 ) { this . number = arg0 ; }
17,096
removes vehicle by id concode_field_sep List<Pojazd> lista concode_field_sep double upkeep concode_elem_sep Pojazd vehicleRef concode_elem_sep void addMany concode_elem_sep void main concode_elem_sep void addVehicle
void function ( int arg0 ) { int loc0 = 0 ; while ( lista . size ( ) > loc0 ) { if ( lista . get ( loc0 ) . arg0 == arg0 ) { lista . remove ( loc0 ) ; break ; } else loc0 ++ ; } }
17,097
one-shot initialization of jdk 1.2 + resourcebundle.getbundle method having classloader in the signature . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHand...
Method function ( ) { Class loc0 ; Class [ ] loc1 ; loc0 = ResourceBundle . class ; loc1 = new Class [ ] { String . class , Locale . class , ClassLoader . class } ; try { return loc0 . getMethod ( "srini_string" , loc1 ) ; } catch ( Exception loc2 ) { return null ; } }
17,098
auto generated getter method concode_field_sep com.amazon.ec2.CreateSecurityGroupType localCreateSecurityGroup concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_el...
com . amazon . ec2 . CreateSecurityGroupType function ( ) { return localCreateSecurityGroup ; }
17,099
returns the size of the message . only valid if the message has been converted to or from wire format . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep...
int function ( ) { return size ; }