idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
1,300
save dmatrix to filepath concode_field_sep long handle concode_elem_sep Log logger concode_field_sep float[] getLabel concode_elem_sep float[] getWeight concode_elem_sep void setWeight concode_elem_sep long getHandle concode_elem_sep float[] getBaseMargin concode_elem_sep float[] flatten concode_elem_sep void setGroup ...
void function ( String arg0 ) { XGBoostJNI . XGDMatrixSaveBinary ( handle , arg0 , 1 ) ; }
1,301
get the exact filename extension used for the latest resource path . concode_field_sep String path concode_elem_sep Iterable<String> extensions concode_elem_sep LocaleResourceNameIterator localeIterator concode_elem_sep StyleAndVariationResourceNameIterator styleIterator concode_elem_sep ExtensionResourceNameIterator e...
String function ( ) { return extensionsIterator . getExtension ( ) ; }
1,302
method releaseconnection . concode_field_sep String ERROR_MESSAGE_JDBC_CLOSE concode_elem_sep String ERROR_MESSAGE_ROLLBACK concode_elem_sep String ERROR_MESSAGE_COMMIT concode_elem_sep Logger Log concode_elem_sep String ERROR_MESSAGE_UNEXPECTED_EXCEPTION concode_field_sep void releaseConnection concode_elem_sep void c...
void function ( Connection arg0 ) { if ( arg0 != null ) { try { arg0 . rollback ( ) ; } catch ( SQLException loc0 ) { Log . debug ( ERROR_MESSAGE_ROLLBACK , loc0 ) ; } catch ( Throwable loc0 ) { Log . debug ( ERROR_MESSAGE_UNEXPECTED_EXCEPTION , loc0 ) ; } } }
1,303
apply the xpath expression and assert the resulting content with the given hamcrest matcher . concode_field_sep String expression concode_elem_sep XPathExpression xpathExpression concode_elem_sep boolean hasNamespaces concode_field_sep XPathExpression getXpathExpression concode_elem_sep XPathExpression compileXpathExpr...
void function ( byte [ ] arg0 , String arg1 , Matcher < ? super Double > arg2 ) { Document loc0 = parseXmlByteArray ( arg0 , arg1 ) ; Double loc1 = evaluateXpath ( loc0 , XPathConstants . NUMBER , Double . class ) ; assertThat ( "srini_string" + this . expression , loc1 , arg2 ) ; }
1,304
the file before it is compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focalLengt...
void function ( String arg0 ) { this . inFile = new ExifInterface ( arg0 ) ; }
1,305
gets the value of the typeorsource property . concode_field_sep String fullValue concode_elem_sep TypeOrSource typeOrSource concode_elem_sep String codeValue concode_field_sep void setFullValue concode_elem_sep void setTypeOrSource concode_elem_sep String getCodeValue concode_elem_sep String getFullValue concode_elem_s...
TypeOrSource function ( ) { return typeOrSource ; }
1,306
tests if an integer is power of two source : http://www.devmaster.net/forums/showthread.php?t=1728 concode_field_sep PlaceHolder placeHolder concode_field_sep int nextPowerOfTwo concode_elem_sep double log2
boolean function ( int arg0 ) { if ( arg0 != 0 ) { return ( arg0 & - arg0 ) == arg0 ; } else { return false ; } }
1,307
sets the number of comments concode_field_sep Address address concode_elem_sep MapdustComment[] comments concode_elem_sep String extUid concode_elem_sep String description concode_elem_sep String source concode_elem_sep BugType type concode_elem_sep String skoUid concode_elem_sep String kmlUrl concode_elem_sep MapdustR...
void function ( Integer arg0 ) { this . numberOfComments = arg0 ; }
1,308
compute linear frequency in hertz from bark frequency . the function is : hertz = 300 exp bark/6 .0 - exp - bark/6 .0 concode_field_sep PlaceHolder placeHolder concode_field_sep double hertzToBark
double function ( double arg0 ) { double loc0 = arg0 / 6.0 ; return ( 300.0 * ( Math . exp ( loc0 ) - Math . exp ( - loc0 ) ) ) ; }
1,309
this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void reactR2_R2A c...
void function ( ) { sCInterface . clearEvents ( ) ; }
1,310
get the autoupdatemax value . concode_field_sep boolean autoUpdateUnstable concode_elem_sep String sourcePathPattern concode_elem_sep String[] ENCODING_STRINGS concode_elem_sep Set<Suppression> suppressions concode_elem_sep String encoding concode_elem_sep int LIMIT_DEFAULT concode_elem_sep int limit concode_elem_sep L...
boolean function ( ) { return autoUpdateMax ; }
1,311
tells whether a value is important . concode_field_sep int INITIAL_LENGTH concode_elem_sep int[] indexes concode_elem_sep int count concode_elem_sep Value[] values concode_elem_sep boolean[] priorities concode_field_sep Value getValue concode_elem_sep int size concode_elem_sep int getIndex concode_elem_sep String toStr...
boolean function ( int arg0 ) { return priorities [ arg0 ] ; }
1,312
whether or not this step is visible within the progress bar . a step is only visible if it has been assigned a heading , otherwise it 's invisible concode_field_sep String xmlBindingClassName concode_elem_sep String heading concode_elem_sep boolean workflowEditable concode_elem_sep String jspBindingClassName concode_el...
boolean function ( ) { return ( ( heading != null ) && ( heading . length ( ) > 0 ) ) ; }
1,313
this method was generated by mybatis generator . this method sets the value of the database column t_stock_sharp_ratio . sharp_ratio_500 concode_field_sep Double sharpRatio20 concode_elem_sep Double sharpRatio250 concode_elem_sep Double sharpRatio120 concode_elem_sep Double sharpRatio500 concode_elem_sep String stockCo...
void function ( Double arg0 ) { this . sharpRatio500 = arg0 ; }
1,314
asserts that two shorts are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void assertFalse concode_elem_sep String format concode_elem_sep void assertPostPa...
void function ( short arg0 , short arg1 ) { assertEquals ( null , arg0 , arg1 ) ; }
1,315
convenience factory method assumes same tablemodel on both sides concode_field_sep DKColumnModel _rhsColumn concode_elem_sep DKColumnModel _lhsColumn concode_elem_sep DKDiffor _diffor concode_field_sep boolean isInKey concode_elem_sep DKColumnComparison createColumnPlan concode_elem_sep boolean columnsAreKey concode_el...
DKColumnComparison [ ] function ( DKTableModel arg0 , DKTableModel arg1 , int [ ] arg2 , DKDiffor arg3 ) { return createColumnPlans ( arg0 , arg1 , arg2 , arg2 , arg3 ) ; }
1,316
remove from quotapersister stored node data sizedif node path is considered as path where changes were made but changed size is unknown due to different reasons . concode_field_sep String rName concode_elem_sep QuotaPersister quotaPersister concode_elem_sep WorkspaceQuotaContext context concode_elem_sep CalculateNodeDa...
void function ( Set < String > arg0 ) { Set < String > loc0 = quotaPersister . getAllTrackedNodes ( rName , wsName ) ; for ( String loc1 : arg0 ) { for ( String loc2 : loc0 ) { if ( loc2 . startsWith ( loc1 ) ) { quotaPersister . removeNodeDataSize ( rName , wsName , loc2 ) ; } } } }
1,317
set the namespace of the configurable for which this configdata is being used . concode_field_sep String CVS_REVISION concode_elem_sep String m_name concode_elem_sep String m_ns concode_elem_sep List m_data concode_elem_sep String m_textvalue concode_elem_sep List m_textData concode_elem_sep String m_textname concode_e...
void function ( final String arg0 ) { m_ns = arg0 ; }
1,318
method just to throw an illegal access exception without being inlined concode_field_sep GCLock gcLockSingleton concode_elem_sep Offset gcLockOffset concode_elem_sep int gcLock concode_field_sep void arraycopy concode_elem_sep String mapLibraryName concode_elem_sep void gc concode_elem_sep void gc concode_elem_sep void...
void function ( RVMMember arg0 , RVMClass arg1 ) { throw new IllegalAccessException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; }
1,319
see http://dev.mysql.com/doc/refman/5.1/en/date-and-time-functions.html#function_from-unixtime concode_field_sep String[] FORMAT_REPLACE concode_elem_sep String DATE_TIME_FORMAT concode_field_sep String date concode_elem_sep int unixTimestamp concode_elem_sep int unixTimestamp concode_elem_sep String convertToSimpleDat...
String function ( int arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( DATE_TIME_FORMAT , Locale . ENGLISH ) ; return loc0 . format ( new Date ( arg0 * 1000L ) ) ; }
1,320
url that serves this file as-is . concode_field_sep String fileName concode_elem_sep int size concode_elem_sep boolean truncated concode_elem_sep String language concode_elem_sep String type concode_elem_sep String raw_url concode_elem_sep String content concode_field_sep boolean isTruncated concode_elem_sep int getSiz...
String function ( ) { return raw_url ; }
1,321
check whether a node can be compiled to bytecode . the reasoning in each node may be different but will typically involve checking whether the exit type descriptor of the node is known and any relevant child nodes are compilable . concode_field_sep SpelNodeImpl parent concode_elem_sep SpelNodeImpl[] NO_CHILDREN concode...
boolean function ( ) { return false ; }
1,322
sets the character to use for quoted elements concode_field_sep CSVParser csvParser concode_elem_sep Reader reader concode_elem_sep int skipLines concode_elem_sep CSVParserBuilder csvParserBuilder concode_field_sep CSVReaderBuilder withIgnoreQuotations concode_elem_sep CSVReaderBuilder withCSVParser concode_elem_sep CS...
CSVReaderBuilder function ( final char arg0 ) { csvParserBuilder . withQuoteChar ( arg0 ) ; return this ; }
1,323
set the name of the logger . concode_field_sep long serialVersionUID concode_elem_sep ResourceBundle resourceBundle concode_elem_sep StatusLogger logger concode_elem_sep String formattedMessage concode_elem_sep Object[] argArray concode_elem_sep Throwable throwable concode_elem_sep String[] stringArgs concode_elem_sep ...
void function ( final String arg0 ) { this . loggerName = arg0 ; }
1,324
the server sync count for this record . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep Long syncCount concode_elem_sep String value concode_elem_sep String key concode_elem_sep java.util.Date deviceLastModifiedDate concode_field_sep String getKey concode_elem_s...
Long function ( ) { return this . syncCount ; }
1,325
get random int between 0 and max concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandomLetters concode_elem_sep String getRandomNumbers concode_elem...
int function ( int arg0 ) { return getRandom ( 0 , arg0 ) ; }
1,326
takes a search string that contains full or partial rbac role name in directory . concode_field_sep RoleDAO rDao concode_elem_sep ConstraintValidator constraintValidator concode_field_sep Role add concode_elem_sep Role read concode_elem_sep void addOccupant concode_elem_sep List<Graphable> getAllDescendants concode_ele...
List < Role > function ( Role arg0 ) { return rDao . findRoles ( arg0 ) ; }
1,327
sets new hostid . concode_field_sep String host concode_elem_sep String name concode_elem_sep Integer hostid concode_elem_sep Integer templateid concode_elem_sep Integer status concode_field_sep void setName concode_elem_sep void setHost concode_elem_sep Integer getTemplateid concode_elem_sep String getName concode_ele...
void function ( Integer arg0 ) { this . hostid = arg0 ; }
1,328
returns the start index of the text . concode_field_sep UCharacterIterator iterator concode_field_sep char next concode_elem_sep char current concode_elem_sep char last concode_elem_sep char previous concode_elem_sep int getIndex concode_elem_sep char setIndex concode_elem_sep int getEndIndex concode_elem_sep Object cl...
int function ( ) { return 0 ; }
1,329
create handler for onclick event for session . concode_field_sep PlaceHolder placeHolder concode_field_sep EventHandler<MouseEvent> getModuleMouseHandler concode_elem_sep EventHandler<MouseEvent> getModuleLevelHandler concode_elem_sep EventHandler<MouseEvent> getCourseMouseHandler concode_elem_sep EventHandler<MouseEve...
EventHandler < MouseEvent > function ( final TableView < Session > arg0 , final Router arg1 ) { return event -> { if ( event . getClickCount ( ) < 2 ) { return ; } final Session loc0 = arg0 . getSelectionModel ( ) . getSelectedItem ( ) ; arg1 . transitionTo ( RouteNames . SESSION_DETAIL_VIEW , loc0 ) ; } ; }
1,330
add an alias/password pair to the callback mechanism . concode_field_sep Map<String,String> passwords concode_field_sep void handle
void function ( String arg0 , String arg1 ) { passwords . put ( arg0 , arg1 ) ; }
1,331
returns a set of keypair generator names supported by thisfactory . those keypair generators may be used in conjunction with the digital signature schemes with appendix supported by this library . concode_field_sep PlaceHolder placeHolder concode_field_sep IKeyPairGenerator getInstance concode_elem_sep IKeyPairGenerato...
Set function ( ) { HashSet loc0 = new HashSet ( ) ; loc0 . add ( Registry . DSS_KPG ) ; loc0 . add ( Registry . DSA_KPG ) ; loc0 . add ( Registry . RSA_KPG ) ; loc0 . add ( Registry . DH_KPG ) ; loc0 . add ( Registry . SRP_KPG ) ; return Collections . unmodifiableSet ( loc0 ) ; }
1,332
adds item to inventory concode_field_sep int sizeWorldX concode_elem_sep String imageFilename concode_elem_sep int sizeX concode_elem_sep int yPos concode_elem_sep int sizeWorldY concode_elem_sep String name concode_elem_sep List<Item> itemList concode_elem_sep Long id concode_elem_sep int xPos concode_elem_sep int siz...
void function ( Item arg0 ) { if ( ( arg0 != null ) && ( ! this . isInInventory ( arg0 ) ) ) { itemList . add ( arg0 ) ; arg0 . setIsInInventory ( true ) ; } }
1,333
returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start
BundleContext function ( ) { return context ; }
1,334
sets the value of the return property . concode_field_sep boolean _return concode_field_sep boolean isReturn
void function ( boolean arg0 ) { this . _return = arg0 ; }
1,335
send a message to all plugins . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,PluginEntry> entryMap ...
Object function ( String arg0 , Object arg1 ) { Object loc0 = this . ctx . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } for ( CordovaPlugin loc1 : this . pluginMap . values ( ) ) { loc0 = loc1 . onMessage ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } } return null ; }
1,336
returns true if the specified action is valid in the current stage . the action should have previously been offered to the user . concode_field_sep JID owner concode_elem_sep int stage concode_elem_sep List<AdHocCommand.Action> allowedActions concode_elem_sep long creationStamp concode_elem_sep AdHocCommand.Action exec...
boolean function ( String arg0 ) { for ( AdHocCommand . Action loc0 : allowedActions ) { if ( arg0 . equals ( loc0 . name ( ) ) ) { return true ; } } return false ; }
1,337
looks up the object from the cache concode_field_sep int METHOD_CACHE concode_elem_sep int METHOD_REMOVE concode_elem_sep int METHOD_LOOKUP concode_field_sep ObjectCache getCache concode_elem_sep void cache concode_elem_sep void remove concode_elem_sep boolean cacheIfNew
Object function ( Identity arg0 ) { Object loc0 = null ; if ( arg0 != null ) { ObjectCache loc1 = getCache ( arg0 , null , METHOD_LOOKUP ) ; if ( loc1 != null ) { loc0 = loc1 . lookup ( arg0 ) ; } } return loc0 ; }
1,338
strips the url of the anchor . concode_field_sep String FILE_BASE concode_elem_sep String RESOURCE_BASE concode_elem_sep String PROXY_BASE concode_elem_sep String LOGTAG concode_elem_sep Pattern CONTENT_DISPOSITION_PATTERN concode_elem_sep String CONTENT_BASE concode_elem_sep boolean TRACE concode_elem_sep String ASSET...
String function ( String arg0 ) { int loc0 = arg0 . indexOf ( '#' ) ; if ( loc0 != - 1 ) { return arg0 . substring ( 0 , loc0 ) ; } return arg0 ; }
1,339
verifies wheater the coordinate of a direct position intersects with the envelope concode_field_sep PositionFactory factory concode_elem_sep int X concode_elem_sep int Y concode_elem_sep DirectPosition pMax concode_elem_sep int Z concode_elem_sep long serialVersionUID concode_elem_sep DirectPosition pMin concode_field_...
boolean function ( DirectPosition arg0 ) { return AlgoRectangleND . contains ( this . pMin . getCoordinate ( ) , this . pMax . getCoordinate ( ) , arg0 . getCoordinate ( ) ) ; }
1,340
returns the password tracker with the primary key . concode_field_sep PasswordTrackerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void trackPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep ...
com . liferay . portal . model . PasswordTracker function ( long arg0 ) { return getService ( ) . getPasswordTracker ( arg0 ) ; }
1,341
clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntKeyHashMap sessionUseMap concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id...
void function ( ) { schemaMap . clear ( ) ; sqlLookup . clear ( ) ; csidMap . clear ( ) ; sessionUseMap . clear ( ) ; useMap . clear ( ) ; next_cs_id = 0 ; }
1,342
add a souliss ' typical in the hash table using item as index concode_field_sep ConcurrentHashMap<String,String> hashTableItemToAddress concode_elem_sep ConcurrentHashMap<String,SoulissGenericTypical> hashTableAddressToTypicals concode_elem_sep Logger logger concode_field_sep Iterator<Entry<String,SoulissGenericTypical...
SoulissGenericTypical function ( String arg0 ) { String loc0 = hashTableItemToAddress . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return hashTableAddressToTypicals . get ( loc0 ) ; }
1,343
if enabled and an exchange failed processing on the consumer side , and if the caused exception was send back serialized in the response as a application/x-java-serialized - object content type . this is by default turned off . if you enable this then be aware that java will deserialize the incoming data from the reque...
void function ( boolean arg0 ) { this . transferException = arg0 ; }
1,344
listens for the invoke_application phase . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep void afterPhase
PhaseId function ( ) { return PhaseId . INVOKE_APPLICATION ; }
1,345
clean up the c++ side of this class . after the call , this class instance should n't be used . concode_field_sep long mNativeNewTabPagePrefs concode_field_sep void nativeSetCurrentlyOpenTabsCollapsed concode_elem_sep boolean nativeGetForeignSessionCollapsed concode_elem_sep void setCurrentlyOpenTabsCollapsed concode_e...
void function ( ) { assert mNativeNewTabPagePrefs != 0 ; nativeDestroy ( mNativeNewTabPagePrefs ) ; mNativeNewTabPagePrefs = 0 ; }
1,346
removes from the set of directories those that should not be proposed to the user for import . those are typically dirty volatile directories such as build output directories . this method must be stateless . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean shouldBeAnEclipseProject concode_elem_sep S...
void function ( Map < File , List < ProjectConfigurator >> arg0 ) { }
1,347
returns the injector being constructed . this is not necessarily the root injector . concode_field_sep Injector delegateInjector concode_elem_sep BindingProcessor bindingProcesor concode_elem_sep InjectorShell.Builder shellBuilder concode_elem_sep Stage stage concode_elem_sep Initializer initializer concode_elem_sep Li...
Injector function ( ) { return shells . get ( 0 ) . getInjector ( ) ; }
1,348
finds a view that was identified by the id attribute from the xml that was processed in oncreate bundle . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View...
View function ( int arg0 ) { View loc0 ; if ( mSlidingMenu != null ) { loc0 = mSlidingMenu . findViewById ( arg0 ) ; if ( loc0 != null ) return loc0 ; } return null ; }
1,349
returns a range of all the list types . 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 com.liferay.portal.kernel.dao.orm.queryutil #all_...
java . util . List < com . liferay . portal . kernel . model . ListType > function ( int arg0 , int arg1 ) { return _listTypeLocalService . getListTypes ( arg0 , arg1 ) ; }
1,350
create an httpurlconnection for the specified url . concode_field_sep SSLSocketFactory mSslSocketFactory concode_elem_sep UrlRewriter mUrlRewriter concode_elem_sep String HEADER_CONTENT_TYPE concode_field_sep void setConnectionParametersForRequest concode_elem_sep HttpResponse performRequest concode_elem_sep void addBo...
HttpURLConnection function ( URL arg0 ) { HttpURLConnection loc0 = ( HttpURLConnection ) arg0 . openConnection ( ) ; loc0 . setInstanceFollowRedirects ( HttpURLConnection . getFollowRedirects ( ) ) ; return loc0 ; }
1,351
fetch two currencies with a given amount and return rate for example usd , eur concode_field_sep String url concode_elem_sep String RESULT_ID concode_field_sep Map<String,Currency> fetchAllCurrencies concode_elem_sep List<String> fetchOneToManyWithAmount concode_elem_sep List<String> fetchOneToMany concode_elem_sep Str...
String function ( String arg0 , String arg1 , double arg2 ) { String loc0 = url + "srini_string" + arg2 + "srini_string" + arg0 + "srini_string" + arg1 ; return getJsoupElement ( loc0 ) ; }
1,352
abort the context of a request . concode_field_sep Boolean useProxies concode_elem_sep AuthenticationService authenticationService concode_elem_sep String DSPACE_CONTEXT concode_elem_sep Logger log concode_field_sep boolean isContextAvailable concode_elem_sep Context obtainContext concode_elem_sep Context obtainContext...
void function ( HttpServletRequest arg0 ) { Context loc0 = ( Context ) arg0 . getAttribute ( DSPACE_CONTEXT ) ; if ( loc0 != null && loc0 . isValid ( ) ) { loc0 . abort ( ) ; } }
1,353
generate a hashcode based on this request object . concode_field_sep String baseUrl concode_elem_sep ServiceInfo serviceConfig concode_elem_sep String service concode_elem_sep String request concode_elem_sep HttpServletRequest httpServletRequest concode_elem_sep String version concode_field_sep void setRequest concode_...
int function ( ) { int loc0 = 17 ; loc0 = ( 23 * loc0 ) + ( ( request == null ) ? 0 : request . hashCode ( ) ) ; loc0 = ( 23 * loc0 ) + ( ( request == null ) ? 0 : version . hashCode ( ) ) ; loc0 = ( 23 * loc0 ) + ( ( request == null ) ? 0 : service . hashCode ( ) ) ; return loc0 ; }
1,354
get the declared fields concode_field_sep PlaceHolder placeHolder concode_field_sep Method[] getDeclaredMethods concode_elem_sep void setAccessible concode_elem_sep Method getMethod concode_elem_sep Constructor<?> getConstructor
Field [ ] function ( final Class < ? > arg0 ) { if ( System . getSecurityManager ( ) == null ) return arg0 . getDeclaredFields ( ) ; return AccessController . doPrivileged ( new PrivilegedAction < Field [ ] > ( ) { public Field [ ] run ( ) { return arg0 . getDeclaredFields ( ) ; } } ) ; }
1,355
gets availability . concode_field_sep String totalBibRecordsCount concode_elem_sep boolean showResults concode_elem_sep Integer totalPageCount concode_elem_sep boolean selectAll concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep String totalItemRecordsCount concode_elem_sep Li...
List < String > function ( ) { if ( null == availability ) { availability = new ArrayList < > ( ) ; } return availability ; }
1,356
check if underlying connection was alive . concode_field_sep Logger log concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep boolean batchMode concode_elem_sep JdbcConnectionDescriptor jcd concode_elem_sep PBKey pbKey concode_elem_sep boolean isInLocalTransaction concode_elem_sep PersistenceBrokerImpl ...
boolean function ( Connection arg0 ) { try { return con != null ? ! con . isClosed ( ) : false ; } catch ( SQLException loc0 ) { log . error ( "srini_string" , loc0 ) ; return false ; } }
1,357
returns the minimal bounding rectangle of this point . this method returns the smallest rectangle that contains this point . for consistency with other methods such as rectangle #isintersected shape , the rectangle can not have a zero width or height . thus , we use the method math #ulp double to compute the smallest n...
Rectangle function ( ) { return new Rectangle ( x , y , x + Math . ulp ( x ) , y + Math . ulp ( y ) ) ; }
1,358
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
1,359
get warehouse from window 's context concode_field_sep boolean initOK concode_elem_sep String title concode_elem_sep MRMA m_rma concode_elem_sep CLogger log concode_elem_sep MOrder p_order concode_elem_sep GridTab gridTab concode_field_sep boolean dynInit concode_elem_sep String getTitle concode_elem_sep GridTab getGri...
int function ( ) { return Env . getContextAsInt ( Env . getCtx ( ) , gridTab . getWindowNo ( ) , "srini_string" ) ; }
1,360
append a long value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONWri...
JSONWriter function ( long arg0 ) { return this . append ( Long . toString ( arg0 ) ) ; }
1,361
overrides the default record delimiter . concode_field_sep Fields fields concode_elem_sep String DEFAULT_RECORD_DELIMITER concode_elem_sep String recordDelimiter concode_elem_sep String DEFAULT_FIELD_DELIMITER concode_elem_sep String fieldDelimiter concode_field_sep DelimitedRecordFormat withFields concode_elem_sep Del...
DelimitedRecordFormat function ( String arg0 ) { this . recordDelimiter = arg0 ; return this ; }
1,362
`` sys_idx _ '' is used for auto-indexes on referring fk columns or unique constraints . `` sys_pk _ '' is for the primary key indexes . `` sys_ref _ '' is for fk constraints in referenced tables concode_field_sep HsqlName schema concode_elem_sep HsqlNameManager staticManager concode_elem_sep String statementName conco...
boolean function ( String arg0 ) { return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ; }
1,363
sets the precision used to index the numeric values concode_field_sep NumberFormat format concode_elem_sep int precisionStep concode_elem_sep NumericType type concode_field_sep NumberFormat getNumberFormat concode_elem_sep int getPrecisionStep concode_elem_sep NumericType getType concode_elem_sep boolean equals concode...
void function ( int arg0 ) { this . precisionStep = arg0 ; }
1,364
update the values . concode_field_sep SummaryData actual concode_elem_sep TimeList timeList concode_elem_sep boolean hasChanged concode_elem_sep SummaryList summaryList concode_elem_sep SummaryData toDate concode_elem_sep SummaryData toDateProc concode_elem_sep DefectList defectList concode_elem_sep SummaryData plan co...
void function ( ) { updateProgramSize ( ) ; timeList . calculateTimes ( ) ; updateTimeInPhase ( ) ; defectList . count ( ) ; updateDefectsInjected ( ) ; updateDefectsRemoved ( ) ; plan . update ( ) ; actual . update ( ) ; toDate . update ( ) ; setToDate ( ) ; setToDateProc ( ) ; }
1,365
the starting point for the next page of results . to view the next page of results , call listpipelinesoutput again with this marker value . if the value is null , there are no more results . concode_field_sep Boolean hasMoreResults concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<...
ListPipelinesResult function ( String arg0 ) { setMarker ( arg0 ) ; return this ; }
1,366
saves the colors preferences in the sharedpreferences object given . concode_field_sep List<Integer> availableColors concode_elem_sep int[][] combinations concode_elem_sep Context context concode_elem_sep Map<ColorUsage,Integer> colors concode_field_sep int getRes concode_elem_sep ColorDrawable getDrawable concode_elem...
ColorPreference function ( SharedPreferences arg0 ) { SharedPreferences . Editor loc0 = arg0 . edit ( ) ; for ( ColorUsage loc1 : colors . keySet ( ) ) { loc0 . putInt ( loc1 . asString ( ) , colorIndex ( getRes ( loc1 ) ) ) ; } loc0 . apply ( ) ; Log . d ( "srini_string" , "srini_string" ) ; return this ; }
1,367
makes the password database key for the url : inserts the login after the scheme : http://login@url . concode_field_sep boolean mySaveOnDisk concode_elem_sep String myPassword concode_elem_sep Project myProject concode_elem_sep String myLogin concode_elem_sep String myUrl concode_elem_sep Logger LOG concode_elem_sep St...
String function ( @ NotNull String arg0 , @ Nullable String arg1 ) { if ( arg1 == null ) { return arg0 ; } Couple < String > loc0 = UriUtil . splitScheme ( arg0 ) ; String loc1 = loc0 . getFirst ( ) ; if ( StringUtil . isEmpty ( loc1 ) ) { return loc1 + URLUtil . SCHEME_SEPARATOR + arg1 + "srini_string" + loc0 . getSec...
1,368
updates the population for the underlying model . depending on when this method is called , it may or may not have any impact . there is also no guarantee that the underlying model refers to this value in any useful way . concode_field_sep long id concode_elem_sep boolean multiContracting concode_elem_sep double contro...
void function ( Integer arg0 ) { this . population = arg0 ; }
1,369
by default , do n't provide any copy override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_elem_sep OverrideCopyOperation getOverride...
boolean function ( Collection arg0 , Map arg1 ) { return false ; }
1,370
slowly move the circle vertically by ` distance ' pixels . concode_field_sep int xPosition concode_elem_sep int diameter concode_elem_sep String color concode_elem_sep int yPosition concode_elem_sep boolean isVisible concode_field_sep void erase concode_elem_sep void changeColor concode_elem_sep void makeVisible concod...
void function ( int arg0 ) { int loc0 ; if ( arg0 < 0 ) { loc0 = - 1 ; arg0 = - arg0 ; } else { loc0 = 1 ; } for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { yPosition += loc0 ; draw ( ) ; } }
1,371
record the fact that a session has been destroyed . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concod...
void function ( HttpSessionEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" ) ; }
1,372
get the line number on which an error occurred . concode_field_sep int line concode_elem_sep int column concode_elem_sep int length concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep int getColumnNumber concode_elem_sep int getLength
int function ( ) { return line ; }
1,373
write the value to a writer concode_field_sep int offset concode_elem_sep char[] array concode_elem_sep int count concode_field_sep void copyTo concode_elem_sep void setLength concode_elem_sep int hashCode concode_elem_sep void getChars concode_elem_sep boolean equals concode_elem_sep int length concode_elem_sep String...
void function ( Writer arg0 ) { arg0 . write ( array , offset , count ) ; }
1,374
create an instance of task concode_field_sep QName _CalendarEvent_QNAME concode_elem_sep QName _ResourceAllocationSearch_QNAME concode_elem_sep QName _PhoneCallSearch_QNAME concode_elem_sep QName _ProjectTask_QNAME concode_elem_sep QName _TaskSearch_QNAME concode_elem_sep QName _ResourceAllocation_QNAME concode_elem_se...
Task function ( ) { return new Task ( ) ; }
1,375
implement com.intellij.xdebugger.stepping.xsmartstepintohandler and return its instance from this method to enable smart step into action concode_field_sep XDebugSession mySession concode_elem_sep ProcessHandler myProcessHandler concode_field_sep ProcessHandler getProcessHandler concode_elem_sep boolean isValuesCustomS...
XSmartStepIntoHandler < ? > function ( ) { return null ; }
1,376
gets the value of the codename property . concode_field_sep Object parent concode_elem_sep String lowestEdited concode_elem_sep String appName concode_elem_sep String rupBuild concode_elem_sep String codeName concode_elem_sep String lastEdited concode_field_sep String getLastEdited concode_elem_sep String getAppName co...
String function ( ) { return codeName ; }
1,377
get characters from the input source , and file a message . returns only when the message is complete . only used in the receive thread . concode_field_sep z21SystemConnectionMemo _memo concode_elem_sep jmri.jmrix.lenz.XNetStreamPortController xsc concode_elem_sep Thread sourceThread concode_elem_sep Logger log concode...
XNetMessage function ( ) { int loc0 ; byte loc1 ; loc1 = readByteProtected ( inpipe ) ; int loc2 = ( loc1 & 0x0f ) + 2 ; XNetMessage loc3 = new XNetMessage ( loc2 ) ; loc3 . setElement ( 0 , loc1 & 0xFF ) ; for ( loc0 = 1 ; loc0 < loc2 ; loc0 ++ ) { loc1 = readByteProtected ( inpipe ) ; loc3 . setElement ( loc0 , loc1 ...
1,378
exit system concode_field_sep ActivityPageManager instance concode_elem_sep Stack<Activity> activityStack concode_field_sep void removeActivity concode_elem_sep void unbindViewReferences concode_elem_sep Activity currentActivity concode_elem_sep void finishAllActivity concode_elem_sep void addActivity concode_elem_sep ...
void function ( Context arg0 ) { exit ( arg0 , true ) ; }
1,379
f0 - > concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( IntegerLiteral arg0 ) { arg0 . f0 . accept ( this ) ; }
1,380
takes the currentbuildstate , for which the webhook is being triggered and compares it against the build states for which this webhook is configured to notify . concode_field_sep Integer BUILD_STARTED concode_elem_sep Integer ALL_ENABLED concode_elem_sep Integer BEFORE_BUILD_FINISHED concode_elem_sep Integer BUILD_FINI...
boolean function ( Integer arg0 , Integer arg1 ) { return ( ( arg0 & arg1 ) > 0 ) ; }
1,381
add a certificate to the certificate set to be included with the generated signeddata message . concode_field_sep String ENCRYPTION_GOST3410 concode_elem_sep String ENCRYPTION_ECDSA concode_elem_sep String DIGEST_SHA512 concode_elem_sep String DIGEST_RIPEMD160 concode_elem_sep String DIGEST_SHA224 concode_elem_sep Stri...
void function ( X509CertificateHolder arg0 ) { certs . add ( arg0 . toASN1Structure ( ) ) ; }
1,382
increases the size of the backing array to accommodate the specified number of additional items . useful before adding many items to avoid multiple backing array resizes . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep float[] items concode_field_sep void mul concode_elem_sep void insert c...
float [ ] function ( int arg0 ) { int loc0 = size + arg0 ; if ( loc0 > items . length ) resize ( Math . max ( 8 , loc0 ) ) ; return items ; }
1,383
use this method and setvalidationpassword if you want access to the master database to be verified upon instance initialization . concode_field_sep String validationUser concode_elem_sep FrameworkLogger logger concode_elem_sep String masterJdbcUrl concode_elem_sep boolean initialized concode_elem_sep boolean delegateRo...
void function ( String arg0 ) { this . validationUser = arg0 ; }
1,384
the coordinate pairs match if they define line segments lying in the same direction . e.g. the segments are parallel and in the same quadrant as opposed to parallel and opposite ! . concode_field_sep List edgeEndList concode_elem_sep List edges concode_elem_sep NodeMap nodes concode_field_sep Iterator getEdgeIterator c...
boolean function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 , Coordinate arg3 ) { if ( ! arg0 . equals ( arg2 ) ) return false ; if ( CGAlgorithms . computeOrientation ( arg0 , arg1 , arg3 ) == CGAlgorithms . COLLINEAR && Quadrant . quadrant ( arg0 , arg1 ) == Quadrant . quadrant ( arg2 , arg3 ) ) return tru...
1,385
create an instance of getdatastreamhistoryresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject createMod...
GetDatastreamHistoryResponse function ( ) { return new GetDatastreamHistoryResponse ( ) ; }
1,386
sets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep String getTitle concode_elem_sep Resourc...
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; }
1,387
gets the value of the paramname property . concode_field_sep String paramName concode_elem_sep String paramValue concode_field_sep void setParamName concode_elem_sep String getParamValue concode_elem_sep void setParamValue
String function ( ) { return paramName ; }
1,388
sets the result value for this successgetmobjects . concode_field_sep com.marketo.www.mktows.ResultGetMObjects result concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDe...
void function ( com . marketo . www . mktows . ResultGetMObjects arg0 ) { this . result = arg0 ; }
1,389
disable warnings generated when tokens are escaped . concode_field_sep DefaultLexicalMapper lexMapper concode_elem_sep boolean annotationsAndClassingOnly concode_elem_sep boolean warnedProcliticEnclitic concode_elem_sep boolean warnedEntityEscaping concode_elem_sep Pattern pEnt concode_field_sep String stripAnnotations...
void function ( ) { warnedEntityEscaping = true ; warnedProcliticEnclitic = true ; }
1,390
returns the set range . concode_field_sep Range rise concode_elem_sep Range set concode_field_sep void setSet concode_elem_sep void setRise concode_elem_sep Range getRise
Range function ( ) { return set ; }
1,391
returns the surface distance to the given point assuming the default earth radius of #earth_radius_meters . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng mul con...
double function ( final S2LatLng arg0 ) { return getDistance ( arg0 , EARTH_RADIUS_METERS ) ; }
1,392
return the model used during request handling with attributes that may be used to render html templates with . concode_field_sep Object handler concode_elem_sep Optional<Object> returnValue concode_elem_sep ModelMap model concode_elem_sep Function<Throwable,Mono<HandlerResult>> exceptionHandler concode_elem_sep Resolva...
ModelMap function ( ) { return this . model ; }
1,393
sets the fldfilterval value for this transactioncolumncustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilterVal concode_ele...
void function ( java . lang . String arg0 ) { this . fldFilterVal = arg0 ; }
1,394
gets the list of elements added in the model . concode_field_sep List<CtElement> removed concode_elem_sep List<CtElement> added concode_elem_sep List<CtElement> modified concode_field_sep boolean hasAdded concode_elem_sep boolean hasRemoved concode_elem_sep List<CtElement> getModified concode_elem_sep boolean hasModifi...
List < CtElement > function ( ) { if ( added == null ) { added = new ArrayList < CtElement > ( ) ; } return added ; }
1,395
associate the given datetimecontext with the current thread . concode_field_sep ThreadLocal<DateTimeContext> dateTimeContextHolder concode_field_sep DateTimeContext getDateTimeContext concode_elem_sep DateTimeFormatter getFormatter concode_elem_sep void resetDateTimeContext
void function ( DateTimeContext arg0 ) { if ( arg0 == null ) { resetDateTimeContext ( ) ; } else { dateTimeContextHolder . set ( arg0 ) ; } }
1,396
sets the suffix that will be used when creating the zip filename . concode_field_sep File fileToDelete concode_elem_sep String filePrefix concode_elem_sep boolean preserveFolderStructure concode_elem_sep boolean useFilenameHeader concode_elem_sep String fileSuffix concode_field_sep String getFilePrefix concode_elem_sep...
void function ( String arg0 ) { this . fileSuffix = arg0 ; }
1,397
sets the decimation distance used to determine whether vertices of the input geometry are considered to be duplicate and thus removed . the distance is axis distance , not euclidean distance . the distance is specified in the input geometry coordinate system not the transformed output coordinate system . when rendering...
void function ( double arg0 ) { this . decimationDistance = arg0 ; }
1,398
call to signal that a read is now possible . concode_field_sep AtomicReference<Callback> _interested concode_elem_sep Throwable _lastSet concode_elem_sep Logger LOG concode_field_sep void onClose concode_elem_sep boolean onFail concode_elem_sep void needsFillInterest concode_elem_sep String toString concode_elem_sep In...
void function ( ) { Callback loc0 = _interested . get ( ) ; if ( LOG . isDebugEnabled ( ) ) LOG . debug ( "srini_string" , this , loc0 ) ; if ( loc0 != null && _interested . compareAndSet ( loc0 , null ) ) loc0 . succeeded ( ) ; else if ( LOG . isDebugEnabled ( ) ) LOG . debug ( "srini_string" , this , loc0 ) ; }
1,399
creates a new search scope with all compilation units possibly referencing javaelement , considering the visibility of the element . concode_field_sep PlaceHolder placeHolder concode_field_sep void addRelatedReferencing concode_elem_sep Collection getAllSourceRootsInProjects concode_elem_sep List getSourceRoots concode...
IJavaScriptSearchScope function ( IJavaScriptElement arg0 ) { return RefactoringScopeFactory . create ( arg0 , true ) ; }