idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
2,900
gets the type of geometry concode_field_sep String GEOMETRY_TYPE concode_elem_sep ArrayList<LatLng> mCoordinates concode_field_sep ArrayList<LatLng> getGeometryObject concode_elem_sep String toString
String function ( ) { return GEOMETRY_TYPE ; }
2,901
posts low-level swt.keydown or swt.keyup event . concode_field_sep Control m_control concode_elem_sep int m_stateMask concode_elem_sep int m_lastDragX concode_elem_sep int m_lastDragY concode_elem_sep int m_dragButton concode_field_sep void endDrag concode_elem_sep void postModifiers concode_elem_sep void keyUp concode...
void function ( int arg0 , int arg1 , char arg2 ) { final Event loc0 ; { loc0 = new Event ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; loc0 . arg2 = arg2 ; } Display . getCurrent ( ) . post ( loc0 ) ; }
2,902
returns an error string corresponding to the given error value . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep int REPLY...
String function ( int arg0 ) { switch ( arg0 ) { case RETURN_FAILURE : return "srini_string" ; case RETURN_CANNOT_CONNECT_TO_IDENTD : return "srini_string" ; case RETURN_DIFFERENT_USER_IDS : return "srini_string" ; default : return "srini_string" ; } }
2,903
gets the value of the saleschannel property . concode_field_sep String paymentCategory concode_elem_sep String technicalChannel concode_elem_sep String customerToken concode_elem_sep float requiredFunds concode_elem_sep String salesChannel concode_elem_sep String region concode_elem_sep BigInteger fintechPaymentRequest...
String function ( ) { return salesChannel ; }
2,904
gets a string for the given key from the language resource bundle containing a translated version specified by the selected language . concode_field_sep String BASE_NAME concode_elem_sep Locale languageLocale concode_elem_sep ResourceBundle languageBundle concode_field_sep Locale getLanguageLocale concode_elem_sep void...
String function ( String arg0 ) { if ( languageBundle != null ) { String loc0 ; try { loc0 = languageBundle . getString ( arg0 ) ; } catch ( MissingResourceException loc1 ) { loc1 . printStackTrace ( ) ; return arg0 ; } return loc0 ; } return arg0 ; }
2,905
getter of the total of class coverage . concode_field_sep float branchCoverage concode_elem_sep float classCoverage concode_elem_sep float instructionCoverage concode_elem_sep float methodCoverage concode_elem_sep Job<?,?> job concode_elem_sep float lineCoverage concode_elem_sep float complexityScore concode_elem_sep L...
float function ( ) { if ( this . getCoverageResults ( ) . size ( ) <= 0 ) { return 0.0f ; } float loc0 = this . getClassCoverage ( ) / this . getCoverageResults ( ) . size ( ) ; loc0 = Utils . roundFLoat ( 1 , BigDecimal . ROUND_HALF_EVEN , loc0 ) ; return loc0 ; }
2,906
actually write the wallet file to disk , using an atomic rename when possible . runs on the current thread . concode_field_sep AtomicBoolean savePending concode_elem_sep TimeUnit delayTimeUnit concode_elem_sep Wallet wallet concode_elem_sep File file concode_elem_sep long delay concode_elem_sep ScheduledThreadPoolExecu...
void function ( ) { log . info ( "srini_string" , wallet . getLastBlockSeenHeight ( ) , wallet . getLastBlockSeenHash ( ) ) ; saveNowInternal ( ) ; }
2,907
releases resources for this instance and removes this instance from the containing map . concode_field_sep Session session concode_elem_sep Result ackResult concode_elem_sep String handle concode_elem_sep Result bindResult concode_elem_sep Object[] parameters concode_elem_sep String lcQuery concode_elem_sep Map contain...
void function ( ) { containingMap . remove ( handle ) ; }
2,908
auto generated getter method concode_field_sep com.amazon.ec2.AttributeBooleanValueType localAutoEnableIO concode_elem_sep boolean localAutoEnableIOTracker concode_field_sep void writeQName concode_elem_sep javax.xml.stream.XMLStreamReader getPullParser concode_elem_sep void writeQNameAttribute concode_elem_sep boolean...
com . amazon . ec2 . AttributeBooleanValueType function ( ) { return localAutoEnableIO ; }
2,909
debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
2,910
returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep FragmentIntersectionFinder intersectionF...
Movie function ( Movie arg0 ) { List < Track > loc0 = new LinkedList < Track > ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . add ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 ) ) ) ; } arg0 . setTracks ( loc0 ) ; return arg0 ; }
2,911
returns the modbustransport associated with this tcpmasterconnection . concode_field_sep int m_Timeout concode_elem_sep Socket m_Socket concode_elem_sep boolean m_Connected concode_elem_sep ModbusTCPTransport m_ModbusTransport concode_field_sep void setSocket concode_elem_sep void setTimeout concode_elem_sep int getPor...
ModbusTransport function ( ) { return m_ModbusTransport ; }
2,912
return the parent logger of all the loggers used by this data source . this should be the logger farthest from the root logger that is still an ancestor of all of the loggers used by this data source . configuring this logger will affect all of the log messages generated by the data source . in the worst case , this ma...
java . util . logging . Logger function ( ) { throw ( java . sql . SQLFeatureNotSupportedException ) JDBCUtil . notSupported ( ) ; }
2,913
gets the maximum size for the configuration . concode_field_sep boolean statisticsEnabled concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT concode_elem_sep List<ItemListenerConfig> listenerConfigs concode_elem_sep String name concode_el...
int function ( ) { return maxSize == 0 ? Integer . MAX_VALUE : maxSize ; }
2,914
writes the text to the specified printwriter concode_field_sep boolean xmlSQL concode_elem_sep Appendable appendable concode_elem_sep int level concode_field_sep int getIndentLevel concode_elem_sep String encode concode_elem_sep void printEncode concode_elem_sep void att concode_elem_sep void att concode_elem_sep void ...
void function ( String arg0 ) { write ( arg0 ) ; }
2,915
returns all the counters . concode_field_sep CounterPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithD...
List < Counter > function ( ) { return getPersistence ( ) . findAll ( ) ; }
2,916
sets the value of the timestamp . concode_field_sep String caPassword concode_elem_sep long svrKey concode_elem_sep String ctAdminRole concode_elem_sep String keyAlias concode_elem_sep int SSL_AUTH concode_elem_sep String serverAddress concode_elem_sep String privatePassword concode_elem_sep String ctAdminUserId concod...
void function ( String arg0 ) { this . timeStamp = arg0 ; }
2,917
turn off special mode if currently in car mode . concode_field_sep int MODE_NIGHT_AUTO concode_elem_sep int MODE_NIGHT_NO concode_elem_sep String ACTION_ENTER_DESK_MODE concode_elem_sep IUiModeManager mService concode_elem_sep int MODE_NIGHT_YES concode_elem_sep String ACTION_ENTER_CAR_MODE concode_elem_sep String ACTI...
void function ( int arg0 ) { if ( mService != null ) { try { mService . disableCarMode ( arg0 ) ; } catch ( RemoteException loc0 ) { Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } }
2,918
the resource type of the related resource . concode_field_sep String relationshipName concode_elem_sep String resourceId concode_elem_sep String resourceName concode_elem_sep String resourceType concode_field_sep Relationship withResourceType concode_elem_sep Relationship withResourceType concode_elem_sep String getRes...
void function ( ResourceType arg0 ) { this . resourceType = arg0 . toString ( ) ; }
2,919
caches the ke hoach kiem dem nuoc in the entity cache if it is enabled . concode_field_sep KeHoachKiemDemNuocPersistence _persistence concode_field_sep int countAll concode_elem_sep List<KeHoachKiemDemNuoc> findWithDynamicQuery concode_elem_sep List<KeHoachKiemDemNuoc> findWithDynamicQuery concode_elem_sep List<KeHoach...
void function ( vn . dtt . sol . ns . tramcap . dao . model . KeHoachKiemDemNuoc arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; }
2,920
runs a single task matching the given identifier . removes the matching task from the list of submitted tasks , then runs it . the executor used to execute this async task will be a same-thread executor . fails if there was not exactly one task matching the given identifier . this method blocks until the asynctask has ...
void function ( Object arg0 ) { List < SubmittedTask > loc0 = getSubmittedTasksByIdentifier ( arg0 , true ) ; Assert . assertEquals ( "srini_string" + arg0 + "srini_string" + loc0 , 1 , loc0 . size ( ) ) ; runTask ( loc0 . get ( 0 ) ) ; }
2,921
util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.DeleteNetworkAclEntryResponseType localDeleteNetworkAclEntryResponse 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...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ...
2,922
examples for ms sqlserver from http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support / kb/articles/q100 / 3/65 . asp & nowebcontent = 1 concode_field_sep PlaceHolder placeHolder concode_field_sep void testHWRuleEx1 concode_elem_sep void testEncodeIgnoreHyphens concode_elem_sep void test...
void function ( ) { checkEncodingVariations ( "srini_string" , ( new String [ ] { "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" } ) ) ; }
2,923
a state name with just white spaces is not valid . 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 statec...
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
2,924
returns the total number of uncompressed bytes input so far . concode_field_sep int uncompressedDirectBufOff concode_elem_sep int userBufOff concode_elem_sep CompressionLevel level concode_elem_sep int compressionStrategy concode_elem_sep boolean keepUncompressedBuf concode_elem_sep boolean finished concode_elem_sep in...
long function ( ) { checkStream ( ) ; return getBytesRead ( stream ) ; }
2,925
deletes an existing task . concode_field_sep String MODEL_ATTRIBUTE_NAME_TASKS concode_elem_sep String VIEW_NAME_TASK_LIST concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_DELETED concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_CREATED concode_elem_sep String VIEW_NAME_UPDATE_TASK concode_elem_sep String VIEW_REDIRE...
String function ( @ PathVariable ( "srini_string" ) Long arg0 , Locale arg1 , RedirectAttributes arg2 ) { LOGGER . info ( "srini_string" , arg0 ) ; TaskDTO loc0 = crudService . delete ( arg0 ) ; LOGGER . info ( "srini_string" , loc0 ) ; addFeedbackMessage ( arg2 , FEEDBACK_MESSAGE_KEY_TASK_DELETED , arg1 , loc0 . getTi...
2,926
the default implementation of this iworkbenchadapter method returns null . subclasses may override . concode_field_sep Object[] NO_CHILDREN concode_field_sep RGB getForeground concode_elem_sep Object[] getChildren concode_elem_sep String getLabel concode_elem_sep StyledString getStyledText concode_elem_sep FontData get...
Object function ( Object arg0 ) { return null ; }
2,927
will return an immutable map of current attributes . if you need to add an attribute , use the #addattribute string , object method . concode_field_sep String MESSAGE_SOURCE concode_elem_sep Map<String,Object> attributes concode_elem_sep Message<?> message concode_elem_sep String INPUT_CHANNEL concode_field_sep void un...
Map < String , Object > function ( ) { return Collections . unmodifiableMap ( this . attributes ) ; }
2,928
returns the user id of this social activity limit . concode_field_sep SocialActivityLimit _socialActivityLimit concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se...
long function ( ) { return _socialActivityLimit . getUserId ( ) ; }
2,929
obtain a new instance of dbxclient and store it in configuration . concode_field_sep String remotePath concode_elem_sep String query concode_elem_sep String clientIdentifier concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep DbxClient client concode_elem_sep DropboxUploadMode uploa...
void function ( ) { DbxRequestConfig loc0 = new DbxRequestConfig ( clientIdentifier , Locale . getDefault ( ) . toString ( ) ) ; this . client = new DbxClient ( loc0 , accessToken ) ; }
2,930
add items . concode_field_sep List<Object> mArray concode_field_sep void add concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep JSONObject getObject concode_elem_sep Object get concode_elem_sep int length concode_elem_sep double getDouble concode_elem_sep JSONArray getArray concode_elem_sep bool...
void function ( Collection < ? > arg0 ) { mArray . addAll ( arg0 ) ; }
2,931
processes the specified node using a series of speech rules . concode_field_sep TopToBottomLeftToRightComparator COMPARATOR concode_elem_sep LinkedList<NodeSpeechRule> mRules concode_elem_sep NodeSpeechRuleProcessor sInstance concode_elem_sep Context mContext concode_elem_sep RuleSwitch mRuleSwitch concode_field_sep vo...
CharSequence function ( AccessibilityNodeInfoCompat arg0 , AccessibilityEvent arg1 ) { for ( NodeSpeechRule loc0 : mRules ) { if ( loc0 . accept ( mContext , arg0 ) ) { LogUtils . log ( this , Log . VERBOSE , "srini_string" , loc0 ) ; return loc0 . format ( mContext , arg0 , arg1 ) ; } } return null ; }
2,932
this method sets the specified checkbox to be the selected on in this group , and unsets all others . concode_field_sep long serialVersionUID concode_elem_sep Checkbox selectedCheckbox concode_field_sep Checkbox getSelectedCheckbox concode_elem_sep String toString concode_elem_sep Checkbox getCurrent concode_elem_sep v...
void function ( Checkbox arg0 ) { setSelectedCheckbox ( arg0 ) ; }
2,933
returns a hash code value of this rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id concode_elem_sep byte[] getBytes
int function ( ) { if ( hash == 0 ) { hash = Arrays . hashCode ( id ) ; } return hash ; }
2,934
checks the parameter is null and empty or not . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkNull concode_elem_sep T getSingleResult concode_elem_sep void checkConfigurationNullOrEmpty concode_elem_sep void checkBaseSearchParameters concode_elem_sep List<T> getResultList concode_elem_sep void c...
void function ( Logger arg0 , String arg1 , String arg2 , String arg3 ) { checkNull ( arg0 , arg1 , arg2 , arg3 ) ; if ( arg3 . trim ( ) . length ( ) == 0 ) { throw LoggingHelper . logException ( arg0 , arg1 , new IllegalArgumentException ( "srini_string" + arg2 + "srini_string" ) ) ; } }
2,935
applies the given classvisitor to all classes in the class pool , in sorted order . concode_field_sep Map classes concode_field_sep Clazz getClass concode_elem_sep int size concode_elem_sep void removeClass concode_elem_sep void clear concode_elem_sep Iterator classNames concode_elem_sep void classAccept concode_elem_s...
void function ( ClassVisitor arg0 ) { TreeMap loc0 = new TreeMap ( classes ) ; Iterator loc1 = loc0 . values ( ) . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { Clazz loc2 = ( Clazz ) loc1 . next ( ) ; loc2 . accept ( arg0 ) ; } }
2,936
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String objTypeName concode_elem_sep com.marketo.www.mktows.CustomObj[] customObjList concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.marketo.www.mk...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
2,937
gets the metadata information for this connection 's underlying eis resource manager instance . concode_field_sep JcrManagedConnectionFactory mcf concode_elem_sep Session session concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep List<JcrSessionHandle> handles concode_elem_sep Logger LOGGER conco...
ManagedConnectionMetaData function ( ) { try { return new JcrManagedConnectionMetaData ( mcf . getRepository ( ) , session ) ; } catch ( Exception loc0 ) { throw new ResourceException ( loc0 ) ; } }
2,938
sets the tolerance for the contains method . concode_field_sep DirectPosition2D center concode_elem_sep double radius concode_elem_sep double tolerance concode_field_sep DirectPosition getCenter concode_elem_sep boolean contains concode_elem_sep double getTolerance concode_elem_sep void setCenter concode_elem_sep doubl...
void function ( double arg0 ) { this . tolerance = arg0 ; }
2,939
sets the implementation of gridsampler used by the library . one global instance is stored , which may sound problematic . but , the implementation provided ought to be appropriate for the entire platform , and all uses of this library in the whole lifetime of the jvm . for instance , an android activity can swap in an...
void function ( GridSampler arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( ) ; } gridSampler = arg0 ; }
2,940
sets the in_queue value for this base_currency . concode_field_sep java.lang.String base_currency concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int in_queue concode_elem_sep java.lang.String base_currency_text concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __ha...
void function ( int arg0 ) { this . in_queue = arg0 ; }
2,941
tests the set angular tolerance method . concode_field_sep Settings settings concode_field_sep void setNegativeVelocityConstraintSolverIterations concode_elem_sep void setValidWarmStartDistance concode_elem_sep void setMaximumRotation concode_elem_sep void setValidMaximumLinearCorrection concode_elem_sep void setValidV...
void function ( ) { settings . setAngularTolerance ( 2.0 ) ; TestCase . assertEquals ( 2.0 , settings . getAngularTolerance ( ) ) ; TestCase . assertEquals ( 4.0 , settings . getAngularToleranceSquared ( ) ) ; }
2,942
reads everything that can be read from the channel . stops when a chunk starting with a non zero byte is met . concode_field_sep ByteBuffer byteBuffer concode_elem_sep byte[] byteArray concode_elem_sep boolean moreBlocks concode_elem_sep ChannelBuffer source concode_field_sep boolean isOpen concode_elem_sep int read co...
void function ( ) { while ( moreBlocks ) { readNextBlock ( ) ; } }
2,943
create the identity matrix i concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void plus concode_...
void function ( float [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < 4 ; loc0 ++ ) for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) arg0 [ loc0 ] [ loc1 ] = ( loc0 == loc1 ) ? 1 : 0 ; }
2,944
called when the osgi framework starts our bundle concode_field_sep boolean registerService concode_elem_sep Logger LOG concode_elem_sep ServiceReference<?> httpServiceRef concode_field_sep void registerServlet concode_elem_sep void setBundleContext concode_elem_sep void stop
void function ( BundleContext arg0 ) { registerServlet ( arg0 ) ; }
2,945
creates an `` not in ... , ... , ... '' condition for this property . concode_field_sep String name concode_elem_sep Class<?> type concode_elem_sep int ordinal concode_elem_sep boolean primaryKey concode_elem_sep String columnName concode_field_sep WhereCondition isNotNull concode_elem_sep WhereCondition like concode_e...
WhereCondition function ( Collection < ? > arg0 ) { return notIn ( arg0 . toArray ( ) ) ; }
2,946
get the extpected checksum . concode_field_sep Date processEndDate concode_elem_sep String checksumExpected concode_elem_sep String checksumCalculated concode_elem_sep ChecksumResult checksumResult concode_elem_sep long id concode_elem_sep Bitstream bitstream concode_elem_sep Date processStartDate concode_field_sep voi...
String function ( ) { return checksumExpected ; }
2,947
builds action . concode_field_sep int numberOfRetries concode_elem_sep HeaderCapture headerCapture concode_elem_sep int numberOfFailures concode_elem_sep int start concode_elem_sep Logger LOGGER concode_elem_sep int end concode_elem_sep String message concode_elem_sep char[] responseMessage concode_elem_sep long messag...
Action function ( ) { return createChunkedContent ( message , delayBetweenChunks , numberOfFailures , headerCapture ) ; }
2,948
returns the spring bean id for this bean . concode_field_sep DATAGROUPLocalService _datagroupLocalService concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int countAll concode_elem_sep void setWrappedService concode_el...
java . lang . String function ( ) { return _datagroupLocalService . getBeanIdentifier ( ) ; }
2,949
gets the value of the createdate property . concode_field_sep Integer sequenceNumber concode_elem_sep String responsibilities concode_elem_sep Boolean calculateCostFromUnits concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String name concode_elem_sep String lastUpdateUser c...
Date function ( ) { return createDate ; }
2,950
gets a hexadecimal stringbuffer representation of this object 's data , which is in fact the raw data contained in this object . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString...
StringBuilder function ( ) { return stringData ; }
2,951
returns the number of columns . concode_field_sep double[] FREQUENCIES concode_elem_sep String[] BOGGLE_BIG concode_elem_sep String ALPHABET concode_elem_sep String[] BOGGLE_1983 concode_elem_sep String[] BOGGLE_MASTER concode_elem_sep int M concode_elem_sep int N concode_elem_sep char[][] board concode_elem_sep String...
int function ( ) { return N ; }
2,952
a list of repositories returned by the batch get repositories operation . note : this method appends the values to the existing list if any . use #setrepositories java.util.collection or #withrepositories java.util.collection if you want to overridethe existing values . concode_field_sep java.util.List<RepositoryMetada...
BatchGetRepositoriesResult function ( RepositoryMetadata ... arg0 ) { if ( this . repositories == null ) { setRepositories ( new java . util . ArrayList < RepositoryMetadata > ( arg0 . length ) ) ; } for ( RepositoryMetadata loc0 : arg0 ) { this . repositories . add ( loc0 ) ; } return this ; }
2,953
an array of structures that contain the information about the workspaces . because the createworkspaces operation is asynchronous , some of this information may be incomplete for a newly-created workspace . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<Workspace> workspaces ...
java . util . List < Workspace > function ( ) { if ( workspaces == null ) { workspaces = new com . amazonaws . internal . SdkInternalList < Workspace > ( ) ; } return workspaces ; }
2,954
gets the value of the asofdatetime property . concode_field_sep XMLGregorianCalendar billCycleStartDate concode_elem_sep List<DpfServiceType> service concode_elem_sep Boolean midCycleChange concode_elem_sep BigDecimal totalOverageUsed concode_elem_sep Double totalUsage concode_elem_sep long serialVersionUID concode_ele...
XMLGregorianCalendar function ( ) { return asOfDateTime ; }
2,955
if true , comments will not be loaded if false , comments will be loaded concode_field_sep Collection<String> components concode_elem_sep String SORT_BY_CREATION_DATE concode_elem_sep Collection<String> projects concode_elem_sep String facetMode concode_elem_sep Boolean onComponentOnly concode_elem_sep Collection<Strin...
Builder function ( @ Nullable Boolean arg0 ) { this . hideComments = arg0 ; return this ; }
2,956
getter for password concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Date created concode_elem_sep int id concode_elem_sep int type concode_elem_sep String email concode_elem_sep String username concode_elem_sep String status concode_field_sep void se...
String function ( ) { return password ; }
2,957
quick check for login concode_field_sep Editor editor concode_elem_sep Context _context concode_elem_sep SharedPreferences pref concode_elem_sep String KEY_NAME concode_elem_sep String KEY_EMAIL concode_elem_sep String PREF_NAME concode_elem_sep String IS_LOGIN concode_elem_sep int PRIVATE_MODE concode_field_sep HashMa...
boolean function ( ) { return pref . getBoolean ( IS_LOGIN , false ) ; }
2,958
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { CategoryLabelWidthType loc0 = CategoryLabelWidthType . RANGE ; CategoryLabelWidthType loc1 = ( CategoryLabelWidthType ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; assertTrue ( loc0 == loc1 ) ; }
2,959
reset the specified property 's value to its default value . do nothing because properties are read only . concode_field_sep ISVNRemoteResource resource concode_elem_sep IPropertyDescriptor[] propertyDescriptors concode_elem_sep IPropertyDescriptor[] lockPropertyDescriptors concode_field_sep Object getPropertyValue con...
void function ( Object arg0 ) { }
2,960
tests if a specified coordinate is within this sub grid . a coordinate on either outer edge maximum latitude or maximum longitude is deemed to be outside the grid . concode_field_sep double minLon concode_elem_sep float[] lonAccuracy concode_elem_sep float[] latAccuracy concode_elem_sep double lonInterval concode_elem_...
boolean function ( double arg0 , double arg1 ) { return ( arg0 >= minLon ) && ( arg0 < maxLon ) && ( arg1 >= minLat ) && ( arg1 < maxLat ) ; }
2,961
provides a chance for a attribute evaluator to do any special post processing of the selected attribute set . concode_field_sep long serialVersionUID concode_field_sep ASEvaluation forName concode_elem_sep void buildEvaluator concode_elem_sep void runEvaluator concode_elem_sep ASEvaluation[] makeCopies concode_elem_sep...
int [ ] function ( int [ ] arg0 ) { return arg0 ; }
2,962
verify that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { DefaultHighLowDataset loc0 = new DefaultHighLowDataset ( "srini_string" , new Date [ 0 ] , new double [ 0 ] , new double [ 0 ] , new double [ 0 ] , new double [ 0 ] , new double [ 0 ] ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
2,963
returns true if type represents an in-process connection to database . concode_field_sep String S_URL_INTERNAL concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_RES concode_elem_sep St...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES || arg0 == S_MEM ) { return true ; } return false ; }
2,964
application context . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int ge...
Context function ( ) { return context ; }
2,965
sets an external uri that messenger can use to download the content on facebook 's servers instead of requiring the messenger application to upload the content . the content returned by the this uri must be exactly the same as the content specified by #geturi . if the content is different , messenger may fail to send t...
ShareToMessengerParamsBuilder function ( Uri arg0 ) { mExternalUri = arg0 ; return this ; }
2,966
sets the value to false . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_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 concode_elem_sep void setFals...
void function ( ) { this . value = true ; }
2,967
the trading partner information as defined in the b2b gateway for the sender of the b2b document . concode_field_sep List<ReceiverTradingPartnerType> receiverTradingPartner concode_elem_sep CustomB2BProfileType custom concode_elem_sep long serialVersionUID concode_elem_sep SenderTradingPartnerType senderTradingPartner ...
SenderTradingPartnerType function ( ) { return senderTradingPartner ; }
2,968
appends a new package with the input data to this object . concode_field_sep Vector<Package> package_arr concode_elem_sep Padstacks padstack_list concode_field_sep Package get concode_elem_sep Package get concode_elem_sep int count
Package function ( String arg0 , Package . Pin [ ] arg1 , Shape [ ] arg2 , Package . Keepout [ ] arg3 , Package . Keepout [ ] arg4 , Package . Keepout [ ] arg5 , boolean arg6 ) { Package loc0 = new Package ( arg0 , package_arr . size ( ) + 1 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , this ) ; package_arr . add ( loc0 ...
2,969
returns the trustedchannelresolver configured for use with datatransferprotocol , or null if not configured . concode_field_sep long readaheadLength concode_elem_sep long xceiverStopTimeout concode_elem_sep String minimumNameNodeVersion concode_elem_sep TrustedChannelResolver trustedChannelResolver concode_elem_sep boo...
TrustedChannelResolver function ( ) { return trustedChannelResolver ; }
2,970
returns an ordered range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to queryutil #all_pos will return the full re...
List < Account > function ( int arg0 , int arg1 , OrderByComparator < Account > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
2,971
returns the number of junctions concode_field_sep String comments concode_elem_sep String author concode_elem_sep String parentName concode_elem_sep int blockLength concode_elem_sep String title concode_elem_sep Node[] allNodes concode_elem_sep int version concode_elem_sep Junction[] junctions concode_elem_sep int bloc...
int function ( ) { return junctions . length ; }
2,972
returns next handler to be used in handling chain or null if none is to be used . concode_field_sep Handler next concode_elem_sep Logger log concode_field_sep boolean process concode_elem_sep boolean process concode_elem_sep void onError concode_elem_sep int getMaxIncomingDataSize concode_elem_sep void triggerOnBeforeO...
Handler function ( ) { return next ; }
2,973
returns the framing rectangle2d that defines the overall shape ofthis object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidth concode_elem_sep Rectangle getBo...
Rectangle2D function ( ) { return new Rectangle2D . Double ( getX ( ) , getY ( ) , getWidth ( ) , getHeight ( ) ) ; }
2,974
gets the media server home directory . concode_field_sep PriorityQueueScheduler scheduler concode_elem_sep MediaServer server concode_elem_sep Configurator configurator concode_elem_sep int port concode_elem_sep MgcpProvider mgcpProvider concode_elem_sep int poolSize concode_elem_sep UdpManager udpInterface concode_ele...
String function ( ) { String loc0 = System . getProperty ( HOME_DIR ) ; if ( loc0 == null ) { loc0 = System . getenv ( HOME_DIR ) ; } ; return loc0 ; }
2,975
select values from the beginning of list up to a maximum count . supported by server versions > = 3.5.8 . concode_field_sep Value binName concode_elem_sep String PackageName concode_elem_sep AerospikeClient client concode_elem_sep Key key concode_elem_sep WritePolicy policy concode_field_sep void add concode_elem_sep v...
List < ? > function ( int arg0 ) { return ( List < ? > ) client . execute ( policy , key , PackageName , "srini_string" , binName , Value . get ( arg0 ) ) ; }
2,976
can this resolver resolve the given bean name ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isReadOnly concode_elem_sep void setBeanValue concode_elem_sep boolean canCreateBean concode_elem_sep Object getBean
boolean function ( String arg0 ) { return false ; }
2,977
this will retrieve the name of the viewport . concode_field_sep String TYPE concode_elem_sep COSDictionary viewportDictionary concode_field_sep void setName concode_elem_sep void setMeasure concode_elem_sep PDMeasureDictionary getMeasure concode_elem_sep PDRectangle getBBox concode_elem_sep String getType concode_elem_...
String function ( ) { return this . getDictionary ( ) . getNameAsString ( COSName . NAME ) ; }
2,978
return true if this user is logged in , false otherwise concode_field_sep ManagedReference<Map<WonderlandClientID,Queue<Task>>> logoutTasksRef concode_elem_sep ArrayList<String> groups concode_elem_sep Map<String,Serializable> extendedData concode_elem_sep WonderlandIdentity identity concode_elem_sep Set<WonderlandClie...
boolean function ( ) { return activeClients . size ( ) > 0 ; }
2,979
returns the listener which currently handles drop events . concode_field_sep TransferDropTargetListener[] fListeners concode_elem_sep TransferDropTargetListener fCurrentListener concode_elem_sep int fOriginalDropType concode_field_sep void drop concode_elem_sep void dragOperationChanged concode_elem_sep void dragEnter ...
TransferDropTargetListener function ( ) { return fCurrentListener ; }
2,980
takes a screenshot and appends a timestamp . concode_field_sep RemoteWebDriver driver concode_field_sep void takeScreenshotWithGivenLocationAndName concode_elem_sep String convertInteger
void function ( String arg0 ) { WebDriver loc0 = new Augmenter ( ) . augment ( driver ) ; String loc1 = new SimpleDateFormat ( ) . format ( new Date ( ) ) ; File loc2 = ( ( TakesScreenshot ) loc0 ) . getScreenshotAs ( OutputType . FILE ) ; FileUtils . copyFile ( loc2 , new File ( arg0 + loc1 ) ) ; }
2,981
this method should be used by admin only since the searching does not restrict the visibility according to the logged-in user 's google id . this is used by admin to search instructors in the whole system . concode_field_sep InstructorsDb instructorsDb concode_elem_sep CommentsLogic commentsLogic concode_elem_sep Feedb...
InstructorSearchResultBundle function ( String arg0 , String arg1 ) { return instructorsDb . searchInstructorsInWholeSystem ( arg0 , arg1 ) ; }
2,982
method getweeks concode_field_sep int _MILLIS_PER_DAY concode_elem_sep int _HOURS_PER_DAY concode_elem_sep int _MILLIS_PER_MINUTE concode_elem_sep int _MILLIS_PER_SECOND concode_elem_sep int _minutes concode_elem_sep int _MILLIS_PER_WEEK concode_elem_sep int _DAYS_PER_WEEK concode_elem_sep int _MINUTES_PER_HOUR concode...
int function ( ) { return _weeks ; }
2,983
create an instance of getdatastreamdisseminationresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject cre...
GetDatastreamDisseminationResponse function ( ) { return new GetDatastreamDisseminationResponse ( ) ; }
2,984
it adds an item to the itemset . the item is inserted in the specified position . concode_field_sep List<Item> items concode_elem_sep int beginning concode_elem_sep long timestamp concode_field_sep int getBeginning concode_elem_sep void removeItem concode_elem_sep Item removeItem concode_elem_sep void setBeginning conc...
void function ( int arg0 , Item arg1 ) { items . set ( arg0 , arg1 ) ; }
2,985
gets the source position . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep boolean hasAddress concode_elem_sep String listingString concode_elem_sep void setAddress concode_elem_sep DalvInsn withRegisterOffs...
SourcePosition function ( ) { return position ; }
2,986
by default , if roleschemavaluepattern is set , then role and schema values are obtained from principle values ; otherwise existing account privileges are used if any . if roleschemaviacredential is set to true and roleschemavaluepattern is set , then credential values will be used instead . do not set roleschemaviacre...
void function ( boolean arg0 ) { this . roleSchemaViaCredential = arg0 ; }
2,987
gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<Proposal> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<Propo...
Integer function ( ) { return totalResultSetSize ; }
2,988
creates matrix object from given points concode_field_sep Matrix R concode_elem_sep Model model2 concode_elem_sep Model model1 concode_elem_sep Matrix T concode_elem_sep double scaleFactor concode_elem_sep double error concode_field_sep double getError concode_elem_sep Matrix CalculateMeanValue concode_elem_sep double ...
Matrix function ( List < Feature > arg0 , Map < Feature , Point3d > arg1 ) { double [ ] [ ] loc0 = new double [ 3 ] [ arg0 . size ( ) ] ; int loc1 = 0 ; for ( Feature loc2 : arg0 ) { Point3d loc3 = arg1 . get ( loc2 ) ; loc0 [ 0 ] [ loc1 ] = loc3 . x ; loc0 [ 1 ] [ loc1 ] = loc3 . y ; loc0 [ 2 ] [ loc1 ] = loc3 . z ; l...
2,989
retrieves the registered compiled statement identifier associated with the specified sql string , or a value less than zero , if no such statement has been registered . concode_field_sep Database database concode_elem_sep IntKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMa...
int function ( HsqlName arg0 , String arg1 ) { IntValueHashMap loc0 = ( IntValueHashMap ) schemaMap . get ( arg0 . hashCode ( ) ) ; if ( loc0 == null ) { return - 1 ; } return loc0 . get ( arg1 , - 1 ) ; }
2,990
gets the value of the targetwindow property . concode_field_sep List<String> path concode_elem_sep List<AdUnitSize> suggestedAdUnitSizes concode_elem_sep List<AdUnitParent> parentPath concode_elem_sep Long numRequests concode_elem_sep String id concode_elem_sep TargetPlatform targetPlatform concode_elem_sep AdUnitTarge...
AdUnitTargetWindow function ( ) { return targetWindow ; }
2,991
returns application cache directory . cache directory will be created on sd card '' / android/data / app_package_name / cache '' if card is mounted and app has appropriate permission . else - android defines cache directory on device 's file system . concode_field_sep String INDIVIDUAL_DIR_NAME concode_elem_sep String ...
File function ( Context arg0 ) { return getCacheDirectory ( arg0 , true ) ; }
2,992
getter for modified concode_field_sep KickstartSession session concode_elem_sep Date created concode_elem_sep Action action concode_elem_sep Date modified concode_elem_sep Long id concode_elem_sep KickstartSessionState state concode_elem_sep Date time concode_elem_sep String message concode_field_sep void setAction con...
Date function ( ) { return this . modified ; }
2,993
create an instance of path concode_field_sep PlaceHolder placeHolder concode_field_sep TRAJECTOR createTRAJECTOR concode_elem_sep RELATION createRELATION concode_elem_sep CP createCP concode_elem_sep DISTANCE createDISTANCE concode_elem_sep TAGS createTAGS concode_elem_sep SpRL createSpRL concode_elem_sep DIRECTION cre...
PATH function ( ) { return new PATH ( ) ; }
2,994
get routing table of current nodes concode_field_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep MetaData metaData concode_elem_sep long currentNanoTime concode_elem_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,Set<String>> ignoredShardToNodes concode_elem_sep AllocationEx...
RoutingTable function ( ) { return routingNodes . routingTable ( ) ; }
2,995
getobjecttype concode_field_sep PlaceHolder placeHolder concode_field_sep DataSource getObject concode_elem_sep ThreadCategory log concode_elem_sep void afterPropertiesSet concode_elem_sep boolean isSingleton concode_elem_sep void destroy
Class < ? extends DataSource > function ( ) { return ( DataSourceFactory . getDataSource ( ) == null ? DataSource . class : DataSourceFactory . getDataSource ( ) . getClass ( ) ) ; }
2,996
set the value related to the column : name concode_field_sep java.util.Date modifiedTime concode_elem_sep java.util.Set<com.floreantpos.model.MenuGroup> menuGroups concode_elem_sep int hashCode concode_elem_sep String REF concode_elem_sep java.lang.Boolean visible concode_elem_sep String PROP_ID concode_elem_sep String...
void function ( java . lang . String arg0 ) { this . name = arg0 ; }
2,997
gets the number of bits set to true in the given bit set . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void set concode_elem_sep void set concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear concode_elem_sep boole...
int function ( int [ ] arg0 ) { int loc0 = arg0 . length ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 += Integer . bitCount ( arg0 [ loc2 ] ) ; } return loc1 ; }
2,998
sets the value of the workflowimpldescription property . concode_field_sep MetaData.Template template concode_elem_sep MetaData.WorkflowImpl workflowImpl concode_elem_sep String workflowImplId concode_elem_sep ParametersMetaData parametersMetaData concode_elem_sep String templateName concode_elem_sep String templateDes...
void function ( String arg0 ) { this . workflowImplDescription = arg0 ; }
2,999
factory method for querybysql concode_field_sep PlaceHolder placeHolder concode_field_sep ReportQueryByCriteria newReportQuery concode_elem_sep ReportQueryByCriteria newReportQuery concode_elem_sep ReportQueryByCriteria newReportQuery concode_elem_sep QueryByCriteria newQueryByExample concode_elem_sep QueryByIdentity n...
QueryBySQL function ( Class arg0 , String arg1 ) { return new QueryBySQL ( arg0 , arg1 ) ; }