idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
14,500
this method was generated by mybatis generator . this method returns the value of the database column user_info . add_time concode_field_sep String password concode_elem_sep Date addTime concode_elem_sep Date updateTime concode_elem_sep Integer type concode_elem_sep Integer userId concode_elem_sep String email concode_...
Date function ( ) { return addTime ; }
14,501
creates a uri from the original uri and the remaining paramaters concode_field_sep String path concode_elem_sep String fragment concode_elem_sep String scheme concode_elem_sep String host concode_elem_sep URI components[] concode_elem_sep Map<String,String> parameters concode_field_sep URI createURIWithQuery concode_el...
URI function ( URI arg0 , Map arg1 ) { String loc0 = createQueryString ( arg1 ) ; if ( loc0 . length ( ) == 0 ) { loc0 = null ; } return createURIWithQuery ( arg0 , loc0 ) ; }
14,502
returns the type of this object . concode_field_sep boolean _locked concode_elem_sep long _this concode_field_sep void setName concode_elem_sep String getStringValue concode_elem_sep void unlock concode_elem_sep String getName concode_elem_sep double getDoubleValue concode_elem_sep double getDouble concode_elem_sep boo...
int function ( ) { return ( PoolInternal . pool_value_get_type ( _this ) ) ; }
14,503
initialize timeseries with default value . concode_field_sep TimeWindow timeWindow concode_elem_sep Integer SLOT_ERROR concode_elem_sep long failedCount concode_elem_sep Integer SLOT_VERY_SLOW concode_elem_sep Range range concode_elem_sep long successCount concode_elem_sep Map<Integer,Integer> timeseriesSlotIndex conco...
Map < Long , Long > function ( ) { Map < Long , Long > loc0 = new TreeMap < > ( ) ; for ( Long loc1 : timeWindow ) { loc0 . put ( loc1 , 0L ) ; } return loc0 ; }
14,504
gets a reference to a systemactivitynotificationsservice implementation currently registered in the bundle context . the returned reference to systemactivitynotificationsservice is not being cached . concode_field_sep Logger logger concode_elem_sep SystemActivityNotificationsService sysActivityService concode_elem_sep ...
SystemActivityNotificationsService function ( BundleContext arg0 ) { ServiceReference loc0 = arg0 . getServiceReference ( SystemActivityNotificationsService . class . getName ( ) ) ; if ( loc0 == null ) return null ; else return ( SystemActivityNotificationsService ) arg0 . getService ( loc0 ) ; }
14,505
attempts to exhaust source , returning true if successful . this is useful when reading a complete source is helpful , such as when doing so completes a cache body or frees a socket connection for reuse . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Pattern VERIFY_AS_IP_ADDRESS concode_elem_sep TimeZone U...
boolean function ( Source arg0 , int arg1 , TimeUnit arg2 ) { try { return skipAll ( arg0 , arg1 , arg2 ) ; } catch ( IOException loc0 ) { return false ; } }
14,506
returns the local hostname . it loops through the network interfaces and returns the first non loopback hostname concode_field_sep PlaceHolder placeHolder concode_field_sep InetAddress chooseAddress concode_elem_sep Set<InetAddress> getAddresses concode_elem_sep String getLocalIp concode_elem_sep Map<String,Set<InetAdd...
String function ( ) { return chooseAddress ( ) . getHostName ( ) ; }
14,507
gets the value of the size property . concode_field_sep ContributorType contributor concode_elem_sep String filename concode_elem_sep BigInteger size concode_elem_sep String src concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar timestamp concode_field_sep void setSrc concode_elem_sep String getFilen...
BigInteger function ( ) { return size ; }
14,508
sets the recordtab value for this customrecordtypesublists . concode_field_sep java.lang.String recordId concode_elem_sep java.lang.String recordDescr concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef recordSearch concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep jav...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef arg0 ) { this . recordTab = arg0 ; }
14,509
the status change reason description . concode_field_sep String code concode_elem_sep String message concode_field_sep InstanceGroupStateChangeReason withCode concode_elem_sep InstanceGroupStateChangeReason withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep void setCode concode_elem_s...
void function ( String arg0 ) { this . message = arg0 ; }
14,510
mark this property comes from the user concode_field_sep CssIdent initial concode_elem_sep int line concode_elem_sep int origin concode_elem_sep long increment concode_elem_sep CssIdent none concode_elem_sep CssIdent currentColor concode_elem_sep String sourceFile concode_elem_sep CssIdent transparent concode_elem_sep ...
void function ( ) { byUser = true ; }
14,511
gets the value of the thicktop property . concode_field_sep List<String> spans concode_elem_sep Object parent concode_elem_sep Boolean hidden concode_elem_sep CTExtensionList extLst concode_elem_sep Boolean collapsed concode_elem_sep List<Cell> c concode_elem_sep Boolean customHeight concode_elem_sep Boolean thickBot c...
boolean function ( ) { if ( thickTop == null ) { return false ; } else { return thickTop ; } }
14,512
the type of timeout that expired before the decision task could be completed . constraints : allowed values : start_to_close concode_field_sep String timeoutType concode_elem_sep Long startedEventId concode_elem_sep Long scheduledEventId concode_field_sep String getTimeoutType concode_elem_sep Long getStartedEventId co...
void function ( DecisionTaskTimeoutType arg0 ) { this . timeoutType = arg0 . toString ( ) ; }
14,513
get the state of the url intercept , enabled or disabled concode_field_sep LinkedList mHandlerList concode_elem_sep String LOGTAG concode_elem_sep boolean mDisabled concode_field_sep boolean registerHandler concode_elem_sep CacheResult getSurrogate concode_elem_sep void setUrlInterceptDisabled concode_elem_sep PluginDa...
boolean function ( ) { return mDisabled ; }
14,514
returns a list of reil blocks which are the immediate child blocks of this reil block . concode_field_sep List<ReilInstruction> m_instructions concode_elem_sep List<ReilBlock> m_children concode_elem_sep List<ReilBlock> m_parents concode_field_sep List<ReilBlock> getParents concode_elem_sep List<ReilInstruction> create...
List < ReilBlock > function ( ) { return new ArrayList < ReilBlock > ( m_children ) ; }
14,515
assigns a pullable to the processor 's i-th input . concode_field_sep int m_outputArity concode_elem_sep Queue<Object>[] m_outputQueues concode_elem_sep Pullable[] m_inputPullables concode_elem_sep Pushable[] m_outputPushables concode_elem_sep int m_uniqueId concode_elem_sep int m_inputArity concode_elem_sep Context m_...
void function ( int arg0 , Pullable arg1 ) { if ( arg0 < m_inputPullables . length ) { m_inputPullables [ arg0 ] = arg1 ; } }
14,516
returns the description of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId conc...
java . lang . String function ( ) { return _layoutBranch . getDescription ( ) ; }
14,517
clears all comments . concode_field_sep boolean inDTD concode_elem_sep String OPEN_TAG_COMMENT concode_elem_sep String CLOSE_TAG_COMMENT concode_elem_sep String[] EMPTY_COMMENTS concode_elem_sep ArrayList comment concode_field_sep void startCDATA concode_elem_sep void startEntity concode_elem_sep String[] getComments c...
void function ( ) { this . comment . clear ( ) ; }
14,518
rotate a vector by this quaternion . implementation is from horn 's robot vision . note : src and dest must be different vectors . concode_field_sep float q1 concode_elem_sep float q2 concode_elem_sep float q3 concode_elem_sep float EPSILON concode_elem_sep float q0 concode_field_sep void init concode_elem_sep Rotf inv...
void function ( Vec3f arg0 , Vec3f arg1 ) { Vec3f loc0 = new Vec3f ( q1 , q2 , q3 ) ; Vec3f loc1 = loc0 . cross ( arg0 ) ; Vec3f loc2 = loc1 . cross ( loc0 ) ; loc1 . scale ( 2.0f * q0 ) ; loc2 . scale ( - 2.0f ) ; arg1 . add ( arg0 , loc1 ) ; arg1 . add ( arg1 , loc2 ) ; }
14,519
prints a box with the given location , size , background color and border . concode_field_sep int H_OFFSET concode_elem_sep int pixelsPerSecond concode_elem_sep int BAR_HEIGHT concode_elem_sep int ROW_LABEL_FONT_SIZE concode_elem_sep int ROW_HEIGHT concode_elem_sep long maxStop concode_elem_sep int DEFAULT_PIXEL_PER_SE...
void function ( int arg0 , int arg1 , int arg2 , int arg3 , String arg4 , String arg5 , int arg6 ) { }
14,520
process an ` element ' . concode_field_sep String _name concode_elem_sep long serialVersionUID concode_elem_sep List<String> _elementNames concode_elem_sep WsdlTypes _wsdlTypes concode_elem_sep HashMap<String,QName> _elements concode_field_sep QName getElementType concode_elem_sep void processSimpleRestriction concode_...
void function ( Element arg0 ) { if ( arg0 . hasAttribute ( "srini_string" ) ) { String loc0 = arg0 . getAttribute ( "srini_string" ) ; String loc1 = arg0 . getAttribute ( "srini_string" ) ; _elements . put ( loc0 . toLowerCase ( ) , _wsdlTypes . getTypeQName ( loc1 ) ) ; _elementNames . add ( loc0 ) ; } }
14,521
checks if this time is after the other time . concode_field_sep int MIN_HOUR concode_elem_sep int hour concode_elem_sep int MAX_HOUR concode_elem_sep Time from concode_elem_sep List<TimeSpan> timesOfDay concode_elem_sep Time to concode_elem_sep int[] daysOfWeek concode_elem_sep int MAX_MINUTE concode_elem_sep int MINIM...
boolean function ( Time arg0 ) { if ( hour > arg0 . hour ) { return true ; } else if ( hour == arg0 . hour ) { return minute > arg0 . minute ; } else { return false ; } }
14,522
helper function that rewinds the current key set concode_field_sep Pointer KS_END concode_elem_sep int KDB_O_DEL concode_elem_sep int KDB_O_INACTIVE concode_elem_sep int KDB_O_NORECURSIVE concode_elem_sep Pointer ks concode_elem_sep int KDB_O_SYNC concode_elem_sep int KDB_O_SORT concode_elem_sep int KDB_O_NONE concode_...
int function ( ) { return Elektra . INSTANCE . ksRewind ( get ( ) ) ; }
14,523
creates a new list type with the primary key . does not add the list type to the database . concode_field_sep ListTypeLocalService _listTypeLocalService concode_field_sep com.liferay.portal.kernel.model.ListType getListType concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedServi...
com . liferay . portal . kernel . model . ListType function ( long arg0 ) { return _listTypeLocalService . createListType ( arg0 ) ; }
14,524
return true if it is a external environment . concode_field_sep String environment concode_elem_sep String FILE_PROTOCOL concode_elem_sep String INTERNAL_ENVIRONMENT_CONFIG concode_elem_sep String DEFAULT_TEST_ENVIRONMENT concode_elem_sep String EXTERNAL_ENVIRONMENT_CONFIG concode_elem_sep String DEFAULT_ENVIRONMENT co...
boolean function ( String arg0 ) { return StringUtils . startsWith ( arg0 , FILE_PROTOCOL ) ; }
14,525
metodo que permite obtener una lista de sanciones concode_field_sep PrestamoDAO prestamoDAO concode_elem_sep UsuarioDAO usuarioDAO concode_elem_sep SancionDAO sancionDAO concode_field_sep void setPrestamoDAO concode_elem_sep PrestamoDAO getPrestamoDAO concode_elem_sep SancionDAO getSancionDAO concode_elem_sep UsuarioDA...
List < Sancion > function ( ) { return sancionDAO . obtener ( ) ; }
14,526
we 're done . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START_OF_ROWS concode_elem_sep lon...
void function ( ) { this . metadata = null ; this . owner = null ; }
14,527
create a server that registers the servletcontainer . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Server function ( URI arg0 , Map < String , String > arg1 ) { return create ( arg0 , ServletContainer . class , arg1 ) ; }
14,528
return the number of name-value pairs in this list . concode_field_sep String TSPECIALS concode_elem_sep Hashtable parameters concode_field_sep boolean isTokenChar concode_elem_sep void set concode_elem_sep boolean isEmpty concode_elem_sep void parse concode_elem_sep Enumeration getNames concode_elem_sep void remove co...
int function ( ) { return parameters . size ( ) ; }
14,529
deserialize the gappolicy from the input stream concode_field_sep ParseField parseField concode_elem_sep byte id concode_field_sep void writeTo concode_elem_sep String getName concode_elem_sep Double resolveBucketValue concode_elem_sep Double resolveBucketValue concode_elem_sep GapPolicy parse
GapPolicy function ( StreamInput arg0 ) { byte loc0 = arg0 . readByte ( ) ; for ( GapPolicy loc1 : values ( ) ) { if ( loc0 == loc1 . loc0 ) { return loc1 ; } } throw new IllegalStateException ( "srini_string" + loc0 + "srini_string" ) ; }
14,530
sets the value of the allowmanualrefresh property . concode_field_sep boolean allowManualRefresh concode_elem_sep String code concode_elem_sep ProviderConfiguration configuration concode_elem_sep String name concode_elem_sep ProviderModifiableConfiguration modifiableConfiguration concode_elem_sep short extensionTimeSta...
void function ( boolean arg0 ) { this . allowManualRefresh = arg0 ; }
14,531
creates a temporary file . concode_field_sep File nodeObjectFile concode_elem_sep File relationObjectOffsetIndexFile concode_elem_sep File nodeObjectOffsetIndexFile concode_elem_sep Map<Integer,File> wayTileIndexFileMap concode_elem_sep File relationObjectFile concode_elem_sep File wayRelationIndexFile concode_elem_sep...
File function ( String arg0 ) { try { File loc0 ; loc0 = File . createTempFile ( arg0 , null ) ; allFiles . add ( loc0 ) ; return loc0 ; } catch ( IOException loc0 ) { throw new OsmosisRuntimeException ( "srini_string" , loc0 ) ; } }
14,532
start air simulator server as in process server . concode_field_sep Runnable runnable concode_elem_sep Object startedEvent concode_elem_sep boolean started concode_elem_sep int threadNumber concode_elem_sep BluetoothStateException startException concode_field_sep void stopInProcessServer concode_elem_sep void run conco...
void function ( ) { BlueCoveImpl . setConfigProperty ( BlueCoveConfigProperties . PROPERTY_EMULATOR_PORT , "srini_string" ) ; }
14,533
use carefully . returns unproxied bean object concode_field_sep Job jobUnproxied concode_elem_sep Logger LOG concode_elem_sep long MillisInSecond concode_elem_sep ViewContext context concode_elem_sep boolean modified concode_elem_sep SavedQueryResourceManager savedQueryResourceManager concode_elem_sep String DEFAULT_DB...
Job function ( ) { return jobUnproxied ; }
14,534
this is called when a message endpoint is deactivated . concode_field_sep String property concode_field_sep String getProperty concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void setProperty concode_elem_sep boolean equals concode_elem_sep void start c...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { }
14,535
hook for blocking the launching of intents by the cordova application . this will be called when the webview will not navigate to a page , but could launch an intent to handle the url . return false to block this : if any plugin returns false , cordova will block the navigation . if all plugins return null , the defaul...
Boolean function ( String arg0 ) { return null ; }
14,536
return the name of the authority concode_field_sep long serialVersionUID concode_elem_sep AuthorityService authorityService concode_elem_sep AuthorityDTO authority concode_elem_sep AclItemService aclItemService concode_field_sep List<?> getItems concode_elem_sep AuthorityView getAuthorityView concode_elem_sep void setN...
String function ( ) { return authority . getName ( ) ; }
14,537
gets the value of the return property . concode_field_sep boolean _return concode_field_sep void setReturn
boolean function ( ) { return _return ; }
14,538
prints a message at debug 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 printl...
void function ( String arg0 , String arg1 ) { d ( arg0 , arg1 , null ) ; }
14,539
invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem...
void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } }
14,540
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; }
14,541
set the value related to the column : studentclassroommodule . concode_field_sep long serialVersionUID concode_elem_sep Classroom classroomIdclassroom concode_elem_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Integer hashCode concode_elem_sep Set<StudentClassroomModule> studentClassroomModules concode_el...
void function ( final Set < StudentClassroomModule > arg0 ) { this . studentClassroomModules = arg0 ; }
14,542
two 's complement absolute on long value . concode_field_sep List<T> list concode_elem_sep Function<Timestamp,Long> TIMESTAMP_TO_LONG concode_elem_sep int[] LONG_S concode_elem_sep Map<Comparable,Comparable> map concode_elem_sep Comparable max concode_elem_sep Function<Date,Integer> DATE_TO_INT concode_elem_sep int sou...
long function ( long arg0 ) { return arg0 < 0 ? ~ arg0 : arg0 ; }
14,543
load employee using query from provided entitymanager concode_field_sep EntityManagerFactory emfNo2LC concode_elem_sep EntityManagerFactory emf concode_field_sep String disabled2LCCheck concode_elem_sep String addEntitiesAndEvictAll concode_elem_sep String queryCacheCheckIfEmpty concode_elem_sep String generateEntityCa...
Employee function ( EntityManager arg0 , int arg1 ) { Query loc0 ; loc0 = arg0 . createQuery ( "srini_string" ) ; loc0 . setParameter ( "srini_string" , arg1 ) ; loc0 . setHint ( "srini_string" , true ) ; return ( Employee ) loc0 . getSingleResult ( ) ; }
14,544
returns the state of construction of the graph . this method is intended as a helper for builder subclasses in situations where one may need alternative implementations of some of the methods depending on the state of construction . concode_field_sep Map<S,T> neighborsMap concode_elem_sep int degree concode_elem_sep bo...
boolean function ( ) { return finished ; }
14,545
get the domain concode_field_sep String path concode_elem_sep String expires concode_elem_sep int NULL_AGE concode_elem_sep int maxAge concode_elem_sep org.apache.commons.logging.Log _log concode_elem_sep String domain concode_elem_sep int EXPIRED_AGE concode_elem_sep boolean secure concode_elem_sep String value concod...
String function ( ) { return this . domain ; }
14,546
sets the value of the custominputtype property . concode_field_sep Boolean isRequired concode_elem_sep InputData inputData concode_elem_sep String customInputType concode_elem_sep Boolean isInputDataRequired concode_elem_sep String displayName concode_elem_sep String defaultValue concode_elem_sep String dataType concod...
void function ( String arg0 ) { this . customInputType = arg0 ; }
14,547
for debug purposes concode_field_sep int BUFSIZE concode_elem_sep int anisotropicFilterDegree concode_elem_sep WeakValueHashMap<String,Texture2D> loadedTextures concode_field_sep Texture checkCachedTexture concode_elem_sep void setAnisotropicFilterDegree concode_elem_sep int computeLog concode_elem_sep Texture2D create...
void function ( ) { loadedTextures . clear ( ) ; }
14,548
sets the interior gap . concode_field_sep Paint shadowPaint concode_elem_sep double shadowXOffset concode_elem_sep double shadowYOffset concode_elem_sep Paint outlinePaint concode_elem_sep Stroke outlineStroke concode_elem_sep Paint backgroundPaint concode_elem_sep long serialVersionUID concode_elem_sep TextBlock textB...
void function ( final RectangleInsets arg0 ) { this . interiorGap = arg0 ; }
14,549
used after a ddl change that could impact the compiled statements . clears references to compiledstatement objects while keeping the counts and references to the sql strings . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHa...
void function ( ) { Iterator loc0 = csidMap . values ( ) . iterator ( ) ; while ( loc0 . hasNext ( ) ) { CompiledStatement loc1 = ( CompiledStatement ) loc0 . next ( ) ; loc1 . clearVariables ( ) ; } }
14,550
renderes an image with highlighted states concode_field_sep PlaceHolder placeHolder concode_field_sep Resource reload concode_elem_sep void highlightActiveStates concode_elem_sep Diagram getDiagramCopy concode_elem_sep Diagram getDiagramCopy
Image function ( IFile arg0 , ExecutionContext arg1 ) { Diagram loc0 = getDiagramCopy ( arg0 ) ; return renderImage ( loc0 , arg1 ) ; }
14,551
updatebook . concode_field_sep Logger LOGGER concode_elem_sep BookService bookService concode_field_sep String deleteBook concode_elem_sep Books getBooks concode_elem_sep Book getBookByQuery concode_elem_sep Book saveBook concode_elem_sep Book getBookByPath
Book function ( @ PathParam ( "srini_string" ) final Long arg0 , final Book arg1 ) { if ( arg1 == null ) { return null ; } return bookService . updateBook ( arg0 , arg1 ) ; }
14,552
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
14,553
get metadata of routing nodes concode_field_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,Set<String>> ignoredShardToNodes concode_elem_sep AllocationExplanation explanation concode_elem_sep boolean ignoreDisable concode_elem_sep boolean debugDecision concode_elem_sep AllocationDeciders deciders concode_elem_se...
MetaData function ( ) { return routingNodes . metaData ( ) ; }
14,554
get thread status and create one if specified . concode_field_sep WeakHashMap<Thread,Object> mWeakCollection concode_elem_sep State mState concode_elem_sep WeakHashMap<Thread,ThreadStatus> mThreadStatus concode_elem_sep String TAG concode_elem_sep BitmapFactory.Options mOptions concode_elem_sep BitmapManager sManager c...
ThreadStatus function ( Thread arg0 ) { ThreadStatus loc0 = mThreadStatus . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ThreadStatus ( ) ; mThreadStatus . put ( arg0 , loc0 ) ; } return loc0 ; }
14,555
check that the equals method distinguishes all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode
void function ( ) { WindItemRenderer loc0 = new WindItemRenderer ( ) ; WindItemRenderer loc1 = new WindItemRenderer ( ) ; assertEquals ( loc0 , loc1 ) ; }
14,556
gets the second value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY co...
String function ( ) { return second ; }
14,557
return importable flag concode_field_sep boolean exportable concode_elem_sep String TYPE concode_elem_sep String editUI concode_elem_sep boolean creatable concode_elem_sep boolean removable concode_elem_sep String newUI concode_elem_sep IXulAsyncDatasourceServiceManager datasourceService concode_elem_sep boolean editab...
boolean function ( ) { return importable ; }
14,558
return true if anoperation overloads an existing operation . protected boolean isoverload domainoperation anoperation int depth = derivedinheritance.getdepth ; for int i = 0 ; i < = depth-1 ; i + + for domaininheritance superinheritance : derivedinheritance.getsuperinheritances depth domainfragment basefragment = super...
String function ( ) { return derivedInheritance . getName ( ) + "srini_string" + baseInheritance . getName ( ) ; }
14,559
gets the driver 's minor version number . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersion concode_elem_sep boolean jdbcCompliant concode_elem_sep Connection connect concode_elem_sep boolean acceptsURL concode_elem_sep DriverPropertyInfo[] getProp...
int function ( ) { return HsqlDatabaseProperties . MINOR ; }
14,560
gets the scriptstyle from the value concode_field_sep ScriptStyle SUPERSCRIPT concode_elem_sep String string concode_elem_sep ScriptStyle[] styles concode_elem_sep ScriptStyle SUBSCRIPT concode_elem_sep int value concode_elem_sep ScriptStyle NORMAL_SCRIPT concode_field_sep int getValue concode_elem_sep String getDescri...
ScriptStyle function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < styles . length ; loc0 ++ ) { if ( styles [ loc0 ] . getValue ( ) == arg0 ) { return styles [ loc0 ] ; } } return NORMAL_SCRIPT ; }
14,561
called when downsizing bitsets for serialization concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isSaturated concode_elem_sep FuzzySet getSetForField
FuzzySet function ( FieldInfo arg0 , FuzzySet arg1 ) { float loc0 = 0.1f ; return arg1 . downsize ( loc0 ) ; }
14,562
returns true if the input limit has been reached . concode_field_sep boolean reached concode_elem_sep long value concode_field_sep long getValue concode_elem_sep void reached
boolean function ( ) { return this . reached ; }
14,563
remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod...
void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; }
14,564
set the child continuationstate . child continuationstate is added when branching the flow using all flowcontinuablemediators except sequence mediator . concode_field_sep ContinuationState childContState concode_elem_sep int position concode_field_sep int getPosition concode_elem_sep void addLeafChild concode_elem_sep ...
void function ( ContinuationState arg0 ) { this . childContState = arg0 ; }
14,565
method to move the user 's view upwards by a single line , by setting each message to the one above it in the log 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_e...
String function ( ) { if ( ( position - 1 ) - ( NUM_MESSAGES - 1 ) >= 0 ) { position -- ; } return ( "srini_string" ) ; }
14,566
positions the current record so that a call to method next will wind up at the first record . concode_field_sep String filename concode_elem_sep Transaction tx concode_elem_sep TableInfo ti concode_elem_sep int currentblknum concode_elem_sep RecordPage rp concode_field_sep boolean next concode_elem_sep boolean atLastBl...
void function ( ) { moveTo ( 0 ) ; }
14,567
test get concode_field_sep long[] mTestValues concode_field_sep void getAndDecrementTest concode_elem_sep void getAndIncrementTest concode_elem_sep void decrementAndGetTestLogic concode_elem_sep void constructorTest concode_elem_sep void incrementAndGetTestTest concode_elem_sep void getAndIncrementTestLogic concode_ele...
void function ( ) { for ( long loc0 : mTestValues ) { SimpleAtomicLong loc1 = new SimpleAtomicLong ( loc0 ) ; assertEquals ( loc0 , loc1 . get ( ) ) ; } }
14,568
returns true if another row exsists . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep boolean useBufferRowExplicit concode_elem_sep MysqlIO io concode_elem_sep boolean wasEmpty concode_elem_sep int columnCount concode_elem_sep boolean noMoreRows concode_elem_sep ExceptionInterce...
boolean function ( ) { boolean loc0 = ( this . nextRow != null ) ; if ( ! loc0 && ! this . streamerClosed ) { this . io . closeStreamer ( this ) ; this . streamerClosed = true ; } return loc0 ; }
14,569
write data to the channel and inform observers about the write operation concode_field_sep ByteArrayOutputStream out concode_elem_sep ByteArrayInputStream in concode_elem_sep C1541 c1541 concode_field_sep int read concode_elem_sep int available concode_elem_sep void commit concode_elem_sep byte[] skip concode_elem_sep ...
void function ( final int arg0 ) { this . c1541 . setChanged ( true ) ; this . c1541 . notifyObservers ( C1541 . WRITING ) ; this . out . write ( arg0 ) ; }
14,570
test of getmaxlength method , of class stringformat . concode_field_sep String STRING_L concode_elem_sep String STRING_R concode_elem_sep int LENGTH concode_elem_sep String STRING concode_elem_sep String STRING_SHORT concode_elem_sep String STRING_C concode_field_sep void testDefault concode_elem_sep void testRight con...
void function ( ) { TableStringFormat loc0 = new TableStringFormat ( ) . setAlignment ( Alignment . CENTER ) . setMaxLength ( LENGTH ) ; assertEquals ( STRING_C , loc0 . format ( STRING ) ) ; }
14,571
gets whether the sender column is displayed concode_field_sep List<SelectItem> _SKIN_FAMILIES concode_elem_sep int _DEFAULT_ROWS_SHOWN concode_elem_sep String _accessibilityMode concode_elem_sep boolean _displayDateColumn concode_elem_sep String REGULAR_BRANDING concode_elem_sep String MEDIUM_BRANDING concode_elem_sep ...
boolean function ( ) { return _displaySenderColumn ; }
14,572
gets the first selected date . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep void effectChangeListener concode_elem_sep Date getDate2 concode_elem_sep void effect2ChangeListener concode_elem_sep TimeZone ge...
Date function ( ) { return date1 ; }
14,573
by default , assumes that the eobject is attached to an xml resource , and returns that . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep String getName concod...
XMLResource function ( EObject arg0 ) { return ( XMLResource ) arg0 . eResource ( ) ; }
14,574
returns the class object representing the class or interface that declares the field . concode_field_sep com.badlogic.gwtref.client.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode...
Class function ( ) { return field . getEnclosingType ( ) . getClassOfType ( ) ; }
14,575
set the id concode_field_sep String _openUrl concode_elem_sep String _database concode_elem_sep String _displayName concode_elem_sep org.osid.shared.Id __id concode_elem_sep Serializable __value concode_elem_sep String _id concode_elem_sep List _partStructureList concode_elem_sep org.apache.commons.logging.Log _log con...
void function ( String arg0 ) { _id = normalizeDescription ( arg0 ) ; }
14,576
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
14,577
indicates if the ejb is stateful concode_field_sep EjbDescriptor ejbDesc concode_field_sep Collection<BusinessInterfaceDescriptor<?>> getRemoteBusinessInterfaces concode_elem_sep boolean isPassivationCapable concode_elem_sep boolean isStateless concode_elem_sep EjbDescriptor getEjbDescriptor concode_elem_sep Collection...
boolean function ( ) { return ( ejbDesc . getType ( ) . equals ( EjbSessionDescriptor . TYPE ) && ( ( EjbSessionDescriptor ) ejbDesc ) . isStateful ( ) ) ; }
14,578
checks whether the geodatabase is available locally concode_field_sep String DEFAULT_FEATURE_SERVICE_URL concode_elem_sep String DEFAULT_GDB_PATH concode_elem_sep String DEFAULT_BASEMAP_SERVICE_URL concode_elem_sep String TAG concode_elem_sep int[] FEATURE_SERVICE_LAYER_IDS concode_elem_sep GeodatabaseSyncTask gdbTask ...
boolean function ( ) { File loc0 = new File ( gdbFileName ) ; return loc0 . exists ( ) ; }
14,579
retorna o comando sql para obter a hora . concode_field_sep Properties prop concode_field_sep String getUpperFunction concode_elem_sep String getCastToChar concode_elem_sep String getBancoUtilizado concode_elem_sep String getBancoUtilizado concode_elem_sep String getBancoUtilizado concode_elem_sep String getBancoUtiliz...
String function ( ) { String loc0 = CITCorporeUtil . SGBD_PRINCIPAL ; if ( loc0 != null && ! loc0 . equalsIgnoreCase ( "srini_string" ) ) loc0 += "srini_string" ; loc0 += "srini_string" ; return getProp ( ) . getProperty ( loc0 ) ; }
14,580
return a map of node to the explanation for that node concode_field_sep String assignedNodeId concode_elem_sep Map<DiscoveryNode,NodeExplanation> nodeExplanations concode_elem_sep boolean hasPendingAsyncFetch concode_elem_sep long remainingDelayMillis concode_elem_sep ShardId shard concode_elem_sep byte id concode_elem...
Map < DiscoveryNode , NodeExplanation > function ( ) { return this . nodeExplanations ; }
14,581
returns the name of this enumeration element . concode_field_sep String[] names concode_elem_sep int value concode_field_sep int hashCode
String function ( ) { return names [ value ] ; }
14,582
a unique number that ensures the request ca n't be replayed . if the callerreference is new no matter the content of the cloudfrontoriginaccessidentityconfig object , a new origin access identity is created . if the callerreference is a value you already sent in a previous request to create an identity , and the conten...
void function ( String arg0 ) { this . callerReference = arg0 ; }
14,583
throws an exception concode_field_sep PlaceHolder placeHolder concode_field_sep Processor removeHeader concode_elem_sep Processor setOutBody concode_elem_sep Processor setProperty concode_elem_sep Processor removeProperties concode_elem_sep Processor removeProperties concode_elem_sep Processor removeFaultHeader concode...
Processor function ( final Exception arg0 ) { return new Processor ( ) { public void process ( Exchange arg1 ) throws Exception { throw arg0 ; } @ Override public String toString ( ) { return "srini_string" + arg0 . toString ( ) + "srini_string" ; } } ; }
14,584
add an itemset to this sequence . concode_field_sep List<Integer[]> itemsets concode_field_sep void print concode_elem_sep int size concode_elem_sep Integer[] get concode_elem_sep String toString concode_elem_sep List<Integer[]> getItemsets
void function ( Object [ ] arg0 ) { Integer [ ] loc0 = new Integer [ arg0 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; itemsets . add ( loc0 ) ; }
14,585
sets the value of the activity property . concode_field_sep XMLGregorianCalendar date concode_elem_sep BigDecimal totalAmount concode_elem_sep BigDecimal amount concode_elem_sep Boolean approved concode_elem_sep CodeAndDescription activity concode_elem_sep Boolean adjusted concode_elem_sep BigDecimal tax concode_elem_s...
void function ( CodeAndDescription arg0 ) { this . activity = arg0 ; }
14,586
method removeiterationat . concode_field_sep java.util.List<bzh.plealog.bioinfo.data.blast.loader.ncbi.Iteration> _iterationList concode_elem_sep long serialVersionUID concode_field_sep void addIteration concode_elem_sep void addIteration concode_elem_sep int getIterationCount concode_elem_sep java.util.Enumeration<bzh...
bzh . plealog . bioinfo . data . blast . loader . ncbi . Iteration function ( final int arg0 ) { java . lang . Object loc0 = this . _iterationList . remove ( arg0 ) ; return ( bzh . plealog . bioinfo . data . blast . loader . ncbi . Iteration ) loc0 ; }
14,587
return a predicate that will return true if the given attribute is not null and not empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate suffixes concode_elem_sep Predicate or concode_elem_sep Predicate prefix concode_elem_sep Predicate maxContentSize concode_elem_sep Predicate parse concode_el...
Predicate function ( final ExchangeAttribute arg0 ) { return new ExistsPredicate ( arg0 ) ; }
14,588
retrieves a paginated list of all the tracks in a user 's library . concode_field_sep PlaceHolder placeHolder concode_field_sep PaginatedResult<Artist> getArtists concode_elem_sep PaginatedResult<Artist> getArtists concode_elem_sep PaginatedResult<Artist> getArtists concode_elem_sep Result addTrack concode_elem_sep Col...
PaginatedResult < Track > function ( String arg0 , String arg1 ) { return getTracks ( arg0 , 1 , 0 , arg1 ) ; }
14,589
sets the create date of this d d m structure layout . concode_field_sep DDMStructureLayout _ddmStructureLayout concode_field_sep java.lang.String getDefinition concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_...
void function ( Date arg0 ) { _ddmStructureLayout . setCreateDate ( arg0 ) ; }
14,590
returns the fully qualified class name of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean is...
java . lang . String function ( ) { return _emailAddress . getClassName ( ) ; }
14,591
returns the representation property of this result object . the representation property represents an unique human and/or machine readable identifier of the thing that was discovered . its actual value can be retrieved from the discoveryresult #getproperties map . such uniqueidentifiers are among others the ipaddress ,...
String function ( ) { return this . representationProperty ; }
14,592
deletes the specified path from the specified under file system if it is a file and exists . concode_field_sep PlaceHolder placeHolder concode_field_sep void mkdirIfNotExists concode_elem_sep boolean isObjectStorage concode_elem_sep void deleteDirIfExists concode_elem_sep void touch
void function ( final String arg0 ) { UnderFileSystem loc0 = UnderFileSystem . Factory . get ( arg0 ) ; try { if ( loc0 . isFile ( arg0 ) ) { loc0 . deleteFile ( arg0 ) ; } } catch ( IOException loc1 ) { throw Throwables . propagate ( loc1 ) ; } }
14,593
return the depth of the superclass matching . 0 means ex matches exactly . returns -1 if there is no match . otherwise , returns depth with thelowest depth winning . concode_field_sep RollbackRuleAttribute ROLLBACK_ON_RUNTIME_EXCEPTIONS concode_elem_sep String exceptionName concode_field_sep String getExceptionName con...
int function ( Throwable arg0 ) { return getDepth ( arg0 . getClass ( ) , 0 ) ; }
14,594
returns true if x represents a power of two.this differs from long.bitcount x == 1 , because long.bitcount long.min _ value == 1 , but long #min_value is not a power of two . concode_field_sep long MAX_POWER_OF_SQRT2_UNSIGNED concode_elem_sep long FLOOR_SQRT_MAX_LONG concode_elem_sep int[] biggestBinomials concode_elem...
boolean function ( long arg0 ) { return arg0 > 0 & ( arg0 & ( arg0 - 1 ) ) == 0 ; }
14,595
updates cache . concode_field_sep StreamReceiver BATCHED_SORTED concode_elem_sep StreamReceiver BATCHED concode_elem_sep long serialVersionUID concode_elem_sep StreamReceiver INDIVIDUAL concode_field_sep StreamReceiver<K,V> batched concode_elem_sep StreamReceiver<K,V> batchedSorted concode_elem_sep void receive concode...
void function ( IgniteCache < K , V > arg0 , @ Nullable Set < K > arg1 , Map < K , V > arg2 ) { assert arg1 != null || arg2 != null ; if ( arg1 != null ) arg0 . removeAll ( arg1 ) ; if ( arg2 != null ) arg0 . putAll ( arg2 ) ; }
14,596
returns the costtobeginnig value . default value if integer.max . this attribute is intended to be used in a-pathfinding calculations overwritten by a heuristic . concode_field_sep MyArrayList<Character> inMazeNeighbours concode_elem_sep boolean solid concode_elem_sep boolean visited concode_elem_sep int column concode...
double function ( ) { return costToBeginning ; }
14,597
metoda normalizira trenutni vektor . concode_field_sep PlaceHolder placeHolder concode_field_sep IVector add concode_elem_sep IVector nAdd concode_elem_sep IVector sub concode_elem_sep IVector nSub concode_elem_sep IVector nNormalize concode_elem_sep IVector scalarMultiply concode_elem_sep IVector nVectorProduct concod...
IVector function ( ) { Double loc0 = this . norm ( ) ; for ( int loc1 = 0 ; loc1 < this . getDimension ( ) ; loc1 ++ ) { this . set ( loc1 , this . get ( loc1 ) / loc0 ) ; } return this ; }
14,598
returns the name filter that is applied to jar files in this entry , if any . concode_field_sep boolean output concode_elem_sep List filter concode_elem_sep File file concode_elem_sep List warFilter concode_elem_sep List zipFilter concode_elem_sep List earFilter concode_elem_sep List jarFilter concode_field_sep boolean...
List function ( ) { return jarFilter ; }
14,599
gets the value of the city property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concode_ele...
String function ( ) { return city ; }