idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
13,200 | returns a plugin instance by its type and classloader . concode_field_sep Watcher watcher concode_elem_sep Scheduler scheduler concode_elem_sep PluginRegistry pluginRegistry concode_elem_sep String PLUGIN_PACKAGE concode_elem_sep Map<ClassLoader,PluginConfiguration> classLoaderConfigurations concode_elem_sep AgentLogge... | T function ( Class < T > arg0 , ClassLoader arg1 ) { return pluginRegistry . getPlugin ( arg0 , arg1 ) ; } |
13,201 | sets the projectid . concode_field_sep int m_projectType concode_elem_sep String m_projectPublishedBy concode_elem_sep String m_userId concode_elem_sep String m_projectOu concode_elem_sep long m_dateCreated concode_elem_sep String m_groupId concode_elem_sep String m_projectDescription concode_elem_sep long m_projectPub... | void function ( String arg0 ) { m_projectId = arg0 ; } |
13,202 | returns value of side 's element of data . concode_field_sep int LEFT concode_elem_sep int UP concode_elem_sep int RIGHT concode_elem_sep int DOWN concode_elem_sep int[] data concode_field_sep char convert2Char concode_elem_sep void setData concode_elem_sep AbstractBorderElement merge concode_elem_sep void transformEle... | int function ( int arg0 ) { return data [ arg0 ] ; } |
13,203 | converts a binary block to a longstring . concode_field_sep byte[] bytes concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep long length concode_elem_sep DataInputStream getStream concode_elem_sep String toString concode_elem_sep byte[] getBytes | LongString function ( byte [ ] arg0 ) { if ( arg0 == null ) return null ; return new ByteArrayLongString ( arg0 ) ; } |
13,204 | this will get an action to be performed when the annotation receives the input focus . concode_field_sep COSDictionary actions concode_field_sep void setX concode_elem_sep void setPO concode_elem_sep void setU concode_elem_sep PDAction getPV concode_elem_sep void setBl concode_elem_sep void setPV concode_elem_sep PDAct... | PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; } |
13,205 | 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" } ) ) ; } |
13,206 | set a site 's theme concode_field_sep String sUserAgent concode_elem_sep RestClient mRestClient concode_elem_sep int REST_MAX_RETRIES_GET concode_elem_sep int REST_TIMEOUT_MS concode_elem_sep String NOTIFICATION_FIELDS concode_elem_sep String COMMENT_REPLY_CONTENT_FIELD concode_elem_sep Authenticator mAuthenticator con... | void function ( String arg0 , String arg1 , Listener arg2 , ErrorListener arg3 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; loc0 . put ( "srini_string" , arg1 ) ; String loc1 = String . format ( "srini_string" , arg0 ) ; post ( loc1 , loc0 , null , arg2 , arg3 ) ; } |
13,207 | the value associated with the output . concode_field_sep String outputKey concode_elem_sep String outputValue concode_elem_sep String description concode_field_sep String getOutputValue concode_elem_sep Output withOutputKey concode_elem_sep void setOutputKey concode_elem_sep String getOutputKey concode_elem_sep Output ... | void function ( String arg0 ) { this . outputValue = arg0 ; } |
13,208 | returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep SCIMyInterfaceImpl sCIMyInterface concode_elem_sep int nextStateIndex concode_elem_sep long myInt concode_elem_sep State[] stateVector concode_field_sep void setMyInt concode_elem_sep boolean check_ma... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } |
13,209 | setter for arrivalairport concode_field_sep String departureTime concode_elem_sep BasicAmountType fare concode_elem_sep String couponNumber concode_elem_sep String serviceClass concode_elem_sep String departureAirport concode_elem_sep String endorsementOrRestrictions concode_elem_sep String conjuctionTicket concode_ele... | void function ( String arg0 ) { this . arrivalAirport = arg0 ; } |
13,210 | write a lambda expression that , given two strings , returns the result of concatenating the first with the second , followed by the first again . concode_field_sep PlaceHolder placeHolder concode_field_sep void a_predicate5 concode_elem_sep void a_predicate1 concode_elem_sep void a_predicate2 concode_elem_sep void c_c... | void function ( ) { BiFunction < String , String , String > loc0 = null ; assertEquals ( "srini_string" , loc0 . apply ( "srini_string" , "srini_string" ) ) ; } |
13,211 | writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem... | void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; } |
13,212 | if the output contains no data , and the corresponding deployment group contained at least one auto scaling group , aws codedeploy successfully removed all corresponding auto scaling lifecycle event hooks from the aws account . if the output does contain data , aws codedeploy could not remove some auto scaling lifecycl... | java . util . List < AutoScalingGroup > function ( ) { if ( hooksNotCleanedUp == null ) { hooksNotCleanedUp = new com . amazonaws . internal . SdkInternalList < AutoScalingGroup > ( ) ; } return hooksNotCleanedUp ; } |
13,213 | creates a request and adds it to the array of pending requests . each created request gets a unique result code for use with requestpermission concode_field_sep int currentReqId concode_elem_sep SparseArray<Request> requests concode_elem_sep int requestCode concode_elem_sep int action concode_elem_sep CallbackContext c... | int function ( String arg0 , int arg1 , CallbackContext arg2 ) { Request loc0 = new Request ( arg0 , arg1 , arg2 ) ; requests . put ( loc0 . requestCode , loc0 ) ; return loc0 . requestCode ; } |
13,214 | asserts that permission is denied to the given fs/user for the given file . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertPermission concode_elem_sep void assertFilePermissionGranted concode_elem_sep AclEntry aclEntry concode_elem_sep AclEntry aclEntry concode_elem_sep AclEntry aclEntry concode... | void function ( FileSystem arg0 , UserGroupInformation arg1 , Path arg2 ) { try { DFSTestUtil . readFileBuffer ( arg0 , arg2 ) ; fail ( "srini_string" + arg1 + "srini_string" + arg2 ) ; } catch ( AccessControlException loc0 ) { } } |
13,215 | returns the used offset on the x-axis for drawing the axis or legend labels . this offset is applied before and after the label . concode_field_sep float mXOffset concode_elem_sep float mYOffset concode_elem_sep Typeface mTypeface concode_elem_sep boolean mEnabled concode_elem_sep float mTextSize concode_elem_sep int m... | float function ( ) { return mXOffset ; } |
13,216 | transforms hue light state into percenttype representingthe brightness . concode_field_sep int DIM_STEPSIZE concode_elem_sep String ALERT_MODE_NONE concode_elem_sep double SATURATION_FACTOR concode_elem_sep int COLOR_TEMPERATURE_RANGE concode_elem_sep int MIN_COLOR_TEMPERATURE concode_elem_sep String ALERT_MODE_LONG_SE... | PercentType function ( State arg0 ) { int loc0 = ( int ) Math . round ( arg0 . getBrightness ( ) / BRIGHTNESS_FACTOR ) ; return new PercentType ( restrictToBounds ( loc0 ) ) ; } |
13,217 | sets the jcifs service password . concode_field_sep String SYS_PROP_KERBEROS_KDC concode_elem_sep String JCIFS_PROP_CLIENT_DOMAIN concode_elem_sep String SYS_PROP_USE_SUBJECT_CRED_ONLY concode_elem_sep String JCIFS_PROP_NETBIOS_CACHE_POLICY concode_elem_sep String SYS_PROP_LOGIN_CONF concode_elem_sep String JCIFS_PROP_... | void function ( @ Value ( "srini_string" ) final String arg0 ) { if ( StringUtils . isNotBlank ( arg0 ) ) { logger . debug ( "srini_string" ) ; Config . setProperty ( JCIFS_PROP_SERVICE_PASSWORD , arg0 ) ; } } |
13,218 | using the given sql and statement object . the returned resultset is registered to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection ... | ResultSet function ( final String arg0 , final Statement arg1 ) { final ResultSet loc0 = arg1 . executeQuery ( arg0 ) ; registerResultSet ( loc0 ) ; return loc0 ; } |
13,219 | add additional high priority values to an environment owned by an applicationcontext . name-value pairs can be specified with colon '' : '' or equals '' = '' separators . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,Object> getOrAdd concode_elem_sep int getSeparatorIndex | void function ( ConfigurableApplicationContext arg0 , String ... arg1 ) { addEnvironment ( arg0 . getEnvironment ( ) , arg1 ) ; } |
13,220 | sets the label that will be used for the `` keep '' command when displayed . concode_field_sep Map<Search,GsearcherOptions> searcherOptions concode_elem_sep GdrawOptions drawOptions concode_elem_sep LinkTarget linkTarget concode_elem_sep List<Search> searchers concode_elem_sep TimeoutInterval timeoutInterval concode_el... | void function ( KeepLabel arg0 ) { keepLabel = arg0 ; } |
13,221 | return a missing cache with the specified name or null ifsuch cache does not exist or could not be created on the fly . some caches may be created at runtime if the native provider supports it . if a lookup by name does not yield any result , a subclass gets a chance to register such a cache at runtime . the returned c... | Cache function ( String arg0 ) { return null ; } |
13,222 | join on space . concode_field_sep Pattern ABS_URL_RE concode_elem_sep Joiner PATH_ARG_JOINER concode_elem_sep Splitter _SPLITTER concode_elem_sep Joiner _JOINER concode_elem_sep Joiner CSV_JOINER concode_elem_sep Splitter SSV_SPLITTER concode_elem_sep Joiner JOINER concode_elem_sep Joiner PATH_JOINER concode_elem_sep J... | String function ( Object ... arg0 ) { return SSV_JOINER . join ( arg0 ) ; } |
13,223 | sets the value of the deliverymethod property . concode_field_sep String fullBillInd concode_elem_sep String paperlessBillId concode_elem_sep String deliveryMethod concode_elem_sep String pbStatusCode concode_elem_sep String emailId concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep ... | void function ( String arg0 ) { this . deliveryMethod = arg0 ; } |
13,224 | sets the maximum time in seconds that this data source will wait while attempting to connect to a database . a value of zero specifies that the timeout is the default system timeout if there is one ; otherwise , it specifies that there is no timeout . when a datasource object is created , the login timeout is initially... | void function ( int arg0 ) { loginTimeout = 0 ; } |
13,225 | hook method called back by initiatetaskgang to enable subclasses to perform custom initializations before the tasks in the gang are spawned . concode_field_sep List<E> mInput concode_elem_sep AtomicLong mCurrentCycle concode_elem_sep Executor mExecutor concode_field_sep void taskDone concode_elem_sep List<E> getNextInp... | void function ( int arg0 ) { } |
13,226 | return the number of rows contained in this tuple batch concode_field_sep int rowOffset concode_elem_sep byte ITERATION_TERMINATED concode_elem_sep byte TERMINATED concode_elem_sep List<List<?>> tuples concode_elem_sep byte terminationFlag concode_elem_sep byte NOT_TERMINATED concode_field_sep List<?>[] getAllTuples co... | int function ( ) { return tuples . size ( ) ; } |
13,227 | get the etag value . concode_field_sep Map<String,String> metadata concode_elem_sep List<MxRecord> mxRecords concode_elem_sep List<SrvRecord> srvRecords concode_elem_sep String type concode_elem_sep Long tTL concode_elem_sep List<ARecord> aRecords concode_elem_sep List<TxtRecord> txtRecords concode_elem_sep CnameRecord... | String function ( ) { return this . etag ; } |
13,228 | get time of day in clarion format value = 10ths of seconds since midnight + 1 . i.e. midnight = 1 the 10th of a second before midnight = 8640000 0 = invalid/null concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year ... | int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return 1 + loc0 . get ( Calendar . HOUR_OF_DAY ) * 360000 + loc0 . get ( Calendar . MINUTE ) * 6000 + loc0 . get ( Calendar . SECOND ) * 100 + loc0 . get ( Calendar . MILLISECOND ) / 10 ; } |
13,229 | determines if there are any packages to filter . concode_field_sep String SHORT concode_elem_sep List<String> ignorePackages concode_elem_sep ThrowableFormatOptions DEFAULT concode_elem_sep String LINE_NUMBER concode_elem_sep String MESSAGE concode_elem_sep String NONE concode_elem_sep String separator concode_elem_sep... | boolean function ( ) { return this . ignorePackages != null && ! this . ignorePackages . isEmpty ( ) ; } |
13,230 | rethrows a throwable . concode_field_sep PlaceHolder placeHolder concode_field_sep void rethrow0 concode_elem_sep List<String> toStringList concode_elem_sep Throwable getRootCause | void function ( final Throwable arg0 ) { Throwables . < RuntimeException > rethrow0 ( arg0 ) ; } |
13,231 | this method was generated by mybatis generator . this method sets the value of the database column boss_pkg . modify_time concode_field_sep String modifyUser concode_elem_sep Date modifyTime concode_elem_sep Integer pkgType concode_elem_sep Date createTime concode_elem_sep String pkgName concode_elem_sep String descrip... | void function ( Date arg0 ) { this . modifyTime = arg0 ; } |
13,232 | returns a databox of type doubledatabox , but with the given dimensions . concode_field_sep long serialVersionUID concode_elem_sep double[][] data concode_field_sep BoxDataSet serializableInstance concode_elem_sep void set concode_elem_sep int numRows concode_elem_sep Number get concode_elem_sep double[][] getVariableV... | DataBox function ( int arg0 , int arg1 ) { return new VerticalDoubleDataBox ( arg0 , arg1 ) ; } |
13,233 | return the `` address '' , alias of string , typecode . concode_field_sep String _id concode_field_sep String extract concode_elem_sep String read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; TypeCode loc1 ; loc1 = loc0 . create_string_tc ( 0 ) ; loc1 = loc0 . create_alias_tc ( id ( ) , "srini_string" , loc1 ) ; return loc1 ; } |
13,234 | get propery as boolean concode_field_sep String DEFAULT_LANGUAGE concode_elem_sep String DEFAULT_WINDOW_TAB_PLACEMENT concode_elem_sep String P_AUTO_COMMIT concode_elem_sep Logger log concode_elem_sep String DEFAULT_ORG concode_elem_sep String P_MENU_COLLAPSED concode_elem_sep String DEFAULT_CLIENT concode_elem_sep Pro... | boolean function ( String arg0 ) { return getProperty ( arg0 ) . equals ( "srini_string" ) ; } |
13,235 | writes a binary plist serialization of the given object as the root into a byte array . concode_field_sep int VERSION_15 concode_elem_sep int VERSION_10 concode_elem_sep int VERSION_20 concode_elem_sep long count concode_elem_sep int idSizeInBytes concode_elem_sep int version concode_elem_sep Map<NSObject,Integer> idMa... | byte [ ] function ( NSObject arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; write ( loc0 , arg0 ) ; return loc0 . toByteArray ( ) ; } |
13,236 | add mappings . concode_field_sep long totalMappings concode_elem_sep Map<Class<?>,Long> exceptionMapperExecutionCount concode_elem_sep ExceptionMapperStatisticsImpl cached concode_elem_sep long successfulMappings concode_elem_sep Map<Class<?>,Long> exceptionMapperExecutionCountMap concode_elem_sep long unsuccessfulMapp... | void function ( final boolean arg0 , final int arg1 ) { cached = null ; totalMappings ++ ; if ( arg0 ) { successfulMappings += arg1 ; } else { unsuccessfulMappings += arg1 ; } } |
13,237 | writes a dword value . concode_field_sep String path concode_elem_sep RegistryKey root concode_elem_sep int handle concode_elem_sep RegistryKey CLASSES_ROOT concode_elem_sep RegistryKey CURRENT_USER concode_elem_sep RegistryKey LOCAL_MACHINE concode_elem_sep RegistryKey USERS concode_field_sep String getStringValue con... | void function ( String arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; loc0 [ 1 ] = ( byte ) ( ( arg1 >> 8 ) & 0xff ) ; loc0 [ 2 ] = ( byte ) ( ( arg1 >> 16 ) & 0xff ) ; loc0 [ 3 ] = ( byte ) ( ( arg1 >> 24 ) & 0xff ) ; check ( Advapi32 . INSTANCE . RegSetValueEx ( handle , ... |
13,238 | returns the source code generated for the unit . concode_field_sep Serializable compileData concode_elem_sep String name concode_elem_sep JRSourceCompileTask compileTask concode_elem_sep JRCompilationSourceCode source concode_elem_sep File sourceFile concode_elem_sep List expressions concode_field_sep String getName co... | String function ( ) { return source . getCode ( ) ; } |
13,239 | the message explaining what resources are in a different region from the pipeline . note : aws kms keys must be in the same region as the pipeline . concode_field_sep String code concode_elem_sep String message concode_field_sep Warning withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_s... | String function ( ) { return this . message ; } |
13,240 | updates the account in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep AccountLocalService _accountLocalService concode_field_sep com.liferay.mail.model.Account updateFolders concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep ... | com . liferay . mail . model . Account function ( com . liferay . mail . model . Account arg0 ) { return _accountLocalService . updateAccount ( arg0 ) ; } |
13,241 | add a new release at the specified index . concode_field_sep List<AbstractChangeLogEntry> m_aEntries concode_elem_sep String m_sOriginalVersion concode_elem_sep Version m_aVersion concode_elem_sep String m_sComponent concode_field_sep Version getVersion concode_elem_sep List<ChangeLogRelease> getAllReleases concode_ele... | void function ( @ Nonnegative final int arg0 , @ Nonnull final ChangeLogRelease arg1 ) { ValueEnforcer . notNull ( arg1 , "srini_string" ) ; m_aEntries . add ( arg0 , arg1 ) ; } |
13,242 | sets the course name for this course . concode_field_sep String courseName concode_elem_sep String description concode_elem_sep long courseId concode_elem_sep Set<Student> students concode_field_sep Set getStudents concode_elem_sep void setCourseId concode_elem_sep String clear concode_elem_sep long getCourseId concode... | void function ( String arg0 ) { this . courseName = arg0 ; } |
13,243 | return val concode_field_sep TypeK _key concode_elem_sep TypeV _val concode_field_sep TypeK getKey concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq | TypeV function ( ) { return _val ; } |
13,244 | rdb type to java concode_field_sep String[] mssqlParams concode_elem_sep String[] etcParams concode_elem_sep Map<String,Integer> mapTypes concode_elem_sep String[] oracleParams concode_elem_sep Logger logger concode_field_sep String[] supportParameterTypes concode_elem_sep boolean isCharType concode_elem_sep boolean is... | Integer function ( String arg0 ) { Integer loc0 = mapTypes . get ( arg0 ) ; if ( loc0 == null ) { logger . info ( "srini_string" + arg0 ) ; return java . sql . Types . VARCHAR ; } return loc0 ; } |
13,245 | longitude of the location where this instruction should take place . concode_field_sep int KEEP_LEFT concode_elem_sep InstructionAnnotation annotation concode_elem_sep double distance concode_elem_sep int USE_ROUNDABOUT concode_elem_sep int TURN_SHARP_RIGHT concode_elem_sep int TURN_SLIGHT_LEFT concode_elem_sep int sig... | double function ( ) { return points . getLongitude ( 0 ) ; } |
13,246 | gets the type of the ith field of this tupledesc . concode_field_sep TDItem[] tdItems concode_elem_sep String fieldName concode_elem_sep long serialVersionUID concode_elem_sep Type fieldType concode_field_sep int fieldNameToIndex concode_elem_sep Iterator<TDItem> iterator concode_elem_sep int getSize concode_elem_sep i... | Type function ( int arg0 ) { return tdItems [ arg0 ] . fieldType ; } |
13,247 | gets the string value for this label concode_field_sep EventType KEY_INPUT concode_elem_sep EventType PERIODIC_EVENT concode_elem_sep String name concode_elem_sep EventType TOUCH_INPUT concode_elem_sep EventType MOTION_EVENT concode_field_sep placeholderType placeHolder | String function ( ) { return this . name ; } |
13,248 | by default , do n't provide any child paste override behaviour . 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 XMLResource getResource concode_elem_sep Strin... | OverridePasteChildOperation function ( PasteChildOperation arg0 ) { return null ; } |
13,249 | get the current port number , failing if no port is defined . concode_field_sep long serialVersionUID concode_elem_sep Pattern BRACKET_PATTERN concode_elem_sep int port concode_elem_sep boolean hasBracketlessColons concode_elem_sep int NO_PORT concode_elem_sep String host concode_field_sep HostAndPort withDefaultPort c... | int function ( ) { checkState ( hasPort ( ) ) ; return port ; } |
13,250 | returns whether or not the collection contains evidence of a specified confidence . concode_field_sep Filter<Evidence> MEDIUM_CONFIDENCE concode_elem_sep Set<String> weightedStrings concode_elem_sep Filter<Evidence> LOW_CONFIDENCE concode_elem_sep Filter<Evidence> HIGH_CONFIDENCE concode_elem_sep long serialVersionUID ... | boolean function ( Confidence arg0 ) { for ( Evidence loc0 : list ) { if ( loc0 . getConfidence ( ) . equals ( arg0 ) ) { return true ; } } return false ; } |
13,251 | adds a new filename in the list of files making up this index concode_field_sep AdvancedCache cache concode_elem_sep String indexName concode_elem_sep FileListCacheKey fileListCacheKey concode_field_sep void removeAndAdd concode_elem_sep void deleteFileName concode_elem_sep FileMetadata getFileMetadata concode_elem_sep... | void function ( String arg0 ) { Set < String > loc0 = getFileList ( ) ; boolean loc1 = loc0 . add ( arg0 ) ; if ( loc1 ) { cache . withFlags ( Flag . SKIP_REMOTE_LOOKUP , Flag . SKIP_CACHE_LOAD , Flag . SKIP_LOCKING ) . put ( fileListCacheKey , loc0 ) ; } } |
13,252 | subscribenumsubscribers . concode_field_sep int ioThreadMultiplier concode_elem_sep PubSubMessageCodec<Object> codec concode_elem_sep String password concode_elem_sep Logger logger concode_elem_sep String loginUrl concode_elem_sep AtomicReference<Throwable> throwable concode_elem_sep AsyncHttpClient client concode_elem... | void function ( String arg0 ) { assertUsable ( ) ; connection . sendMessage ( PubSubMessageCodec . constructSubscribeNumSubscribersMessage ( arg0 , codec ) ) ; } |
13,253 | asserts that the given array contains the given values , in any order . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNu... | void function ( AssertionInfo arg0 , long [ ] arg1 , long [ ] arg2 ) { arrays . assertContains ( arg0 , failures , arg1 , arg2 ) ; } |
13,254 | set global preferences for this wizard if some preference that need restart are modified here do not forget to return true in need restart concode_field_sep BasePrefsWizard parent concode_field_sep Preference findPreference concode_elem_sep String getText concode_elem_sep void setListFieldSummary concode_elem_sep boole... | void function ( PreferencesWrapper arg0 ) { } |
13,255 | as of jdk 1.1 , replaced by #setbounds int , int , int , int . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep boolean... | void function ( ) { } |
13,256 | interprets stored bytes as utf8 bytes , returning the resulting string concode_field_sep Comparator<BytesRef> utf8SortedAsUTF16SortOrder concode_elem_sep int offset concode_elem_sep byte[] bytes concode_elem_sep int length concode_elem_sep Comparator<BytesRef> utf8SortedAsUnicodeSortOrder concode_elem_sep byte[] EMPTY_... | String function ( ) { final CharsRef loc0 = new CharsRef ( length ) ; UnicodeUtil . UTF8toUTF16 ( bytes , offset , length , loc0 ) ; return loc0 . toString ( ) ; } |
13,257 | sets the value of the orderdate property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getShipTo concode_elem_sep USAddress ge... | void function ( XMLGregorianCalendar arg0 ) { this . orderDate = arg0 ; } |
13,258 | returns the throwable that caused this message , or null if thismessage was not caused by a throwable . concode_field_sep long serialVersionUID concode_elem_sep List<Object> sources concode_elem_sep Throwable cause concode_elem_sep String message concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_e... | Throwable function ( ) { return cause ; } |
13,259 | return clientid as byte concode_field_sep int BYTE_LENGTH concode_elem_sep int shiftWidth concode_field_sep byte[] toBytes concode_elem_sep String toString concode_elem_sep long getLsb concode_elem_sep long getMsb | byte [ ] function ( ) { UUID loc0 = UUID . randomUUID ( ) ; ByteBuffer loc1 = ByteBuffer . wrap ( new byte [ BYTE_LENGTH ] ) ; loc1 . putLong ( loc0 . getMostSignificantBits ( ) ) ; loc1 . putLong ( loc0 . getLeastSignificantBits ( ) ) ; return loc1 . array ( ) ; } |
13,260 | adds the error code and the key to the list of errors . this list is populated during construction or addition of elements and is used outside this class to act upon the errors . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringPro... | void function ( int arg0 , String arg1 ) { errorCodes = ( int [ ] ) ArrayUtil . resizeArray ( errorCodes , errorCodes . length + 1 ) ; errorKeys = ( String [ ] ) ArrayUtil . resizeArray ( errorKeys , errorKeys . length + 1 ) ; errorCodes [ errorCodes . length - 1 ] = arg0 ; errorKeys [ errorKeys . length - 1 ] = arg1 ;... |
13,261 | gets the value of the servicechangedetails property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the servicechangedetails property . for example ,... | List < ServiceChangeDetails > function ( ) { if ( serviceChangeDetails == null ) { serviceChangeDetails = new ArrayList < ServiceChangeDetails > ( ) ; } return this . serviceChangeDetails ; } |
13,262 | change the level at which this interceptor logs . concode_field_sep Level level concode_elem_sep Logger DEFAULT concode_elem_sep Logger logger concode_elem_sep Charset UTF8 concode_field_sep Level getLevel concode_elem_sep boolean bodyEncoded concode_elem_sep void log concode_elem_sep void log concode_elem_sep Response... | HttpLoggingInterceptor function ( Level arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; this . level = arg0 ; return this ; } |
13,263 | sets the trace ability . concode_field_sep Map<String,File> cache concode_elem_sep boolean isTraceEnabled concode_field_sep boolean add concode_elem_sep void clear concode_elem_sep boolean remove | void function ( boolean arg0 ) { this . isTraceEnabled = arg0 ; } |
13,264 | return the default stream coordinates for the provided module name . concode_field_sep String DEFAULT_VERSION concode_elem_sep String DEFAULT_CLASSIFIER concode_elem_sep String DEFAULT_STREAM_GROUP_ID concode_elem_sep String DEFAULT_TASK_GROUP_ID concode_elem_sep ArtifactRegistry artifactRegistry concode_elem_sep Strin... | ArtifactCoordinates function ( String arg0 ) { return ArtifactCoordinates . parse ( String . format ( "srini_string" , DEFAULT_STREAM_GROUP_ID , arg0 , DEFAULT_EXTENSION , DEFAULT_CLASSIFIER , DEFAULT_VERSION ) ) ; } |
13,265 | computes the element wise division of v1 by v2 . e.g. simplevector x = new simplevector 1,2,3 ; simplevector y = new simplevector 2,10,5 ; simpleoperations.divideelementwise x , y returns 0.5,0.2,0.6 ; concode_field_sep PlaceHolder placeHolder concode_field_sep SimpleVector add concode_elem_sep SimpleMatrix add concode... | SimpleVector function ( final SimpleVector arg0 , final SimpleVector arg1 ) { final SimpleVector loc0 = arg0 . clone ( ) ; loc0 . divideElementWiseBy ( arg1 ) ; return loc0 ; } |
13,266 | get the current database schema version concode_field_sep Prism plugin concode_elem_sep int currentDbSchemaVersion concode_field_sep void saveCurrentSchemaVersion concode_elem_sep void apply_updates | int function ( ) { final String loc0 = Settings . getSetting ( "srini_string" ) ; if ( loc0 != null ) { return Integer . parseInt ( loc0 ) ; } return currentDbSchemaVersion ; } |
13,267 | creates a feign client for given api interface . usage : apiclient apiclient = new apiclient ; apiclient.setbasepath `` http://localhost:8080 '' ; xyzapi api = apiclient.buildclient xyzapi.class ; xyzresponse response = api.somemethod ... ; concode_field_sep Map<String,RequestInterceptor> apiAuthorizations concode_elem... | T function ( Class < T > arg0 ) { return feignBuilder . target ( arg0 , basePath ) ; } |
13,268 | return the number of times that #start has been called . concode_field_sep long timing concode_elem_sep long count concode_elem_sep long start concode_field_sep void stop concode_elem_sep long getTiming concode_elem_sep void start | long function ( ) { if ( start != 0 ) { throw new IllegalStateException ( "srini_string" ) ; } return count ; } |
13,269 | gets the value of the terminatetime property . concode_field_sep List<Status> accountStatus concode_elem_sep XMLGregorianCalendar creationTime concode_elem_sep XMLGregorianCalendar terminateTime concode_elem_sep String accountName concode_elem_sep String accountSubType concode_elem_sep String accountType concode_elem_s... | XMLGregorianCalendar function ( ) { return terminateTime ; } |
13,270 | specifies the latest start or close date and time to return . concode_field_sep java.util.Date latestDate concode_elem_sep java.util.Date oldestDate concode_field_sep java.util.Date getOldestDate concode_elem_sep ExecutionTimeFilter withOldestDate concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el... | java . util . Date function ( ) { return latestDate ; } |
13,271 | number of processed files concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processed... | int function ( ) { return processedFiles ; } |
13,272 | extract some value of the type supported by the interface i.e. , by a concrete , non-generic implementation of the interface . concode_field_sep PlaceHolder placeHolder concode_field_sep T createVMock concode_elem_sep MySimpleInterfaceType string concode_elem_sep void readIntegerArrayInputMessage concode_elem_sep void ... | T function ( MyInterfaceType < T > arg0 ) { return null ; } |
13,273 | get custom deserializer concode_field_sep java.lang.Long productPackageId concode_elem_sep java.lang.Long productId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.ArchiveStatus archiveStatus concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
13,274 | returns true if the argument is an searchsettings instance and all identifiers for this entity equal the identifiers of the argument entity . returns false otherwise . concode_field_sep long serialVersionUID concode_elem_sep ArrayDesign platformConstraint concode_elem_sep Boolean searchExperiments concode_elem_sep Bool... | boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof SearchSettings ) ) { return false ; } final SearchSettings loc0 = ( SearchSettings ) arg0 ; return ! ( this . id == null || loc0 . getId ( ) == null || ! this . id . equals ( loc0 . getId ( ) ) ) ; } |
13,275 | creates list of tags from given byte array , expected that it is in the expected tag format . concode_field_sep Iterator<Tag> EMPTY_TAGS_ITR concode_field_sep Tag next concode_elem_sep List<Tag> carryForwardTTLTag concode_elem_sep byte[] fromList concode_elem_sep byte getValueAsByte concode_elem_sep Pair<Integer,Intege... | List < Tag > function ( byte [ ] arg0 , int arg1 , int arg2 ) { List < Tag > loc0 = new ArrayList < Tag > ( ) ; int loc1 = arg1 ; while ( loc1 < arg1 + arg2 ) { int loc2 = Bytes . readAsInt ( arg0 , loc1 , TAG_LENGTH_SIZE ) ; loc0 . add ( new ArrayBackedTag ( arg0 , loc1 , loc2 + TAG_LENGTH_SIZE ) ) ; loc1 += TAG_LENGT... |
13,276 | gets the value of the id property . concode_field_sep List<Extension> extensions concode_elem_sep java.lang.String id concode_elem_sep Long hjid concode_field_sep Long getHjid concode_elem_sep void setHjid concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boole... | java . lang . String function ( ) { return id ; } |
13,277 | sets the file creation time of this zip entry using a zipeightbyteinteger object . concode_field_sep ZipShort TIME_ATTR_SIZE concode_elem_sep long EPOCH_OFFSET concode_elem_sep ZipEightByteInteger createTime concode_elem_sep ZipShort TIME_ATTR_TAG concode_elem_sep ZipEightByteInteger modifyTime concode_elem_sep ZipEigh... | void function ( final ZipEightByteInteger arg0 ) { createTime = arg0 == null ? ZipEightByteInteger . ZERO : arg0 ; } |
13,278 | get the field 's id name concode_field_sep TypeID typeID concode_elem_sep String fieldID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep TypeID getTypeID concode_elem_sep void write | String function ( ) { return fieldID ; } |
13,279 | get the line delimiter concode_field_sep String QUOTE_CHAR concode_elem_sep String MIN_LENGTH concode_elem_sep String LOCALE concode_elem_sep String SEPARATOR concode_elem_sep int delimiterChar concode_elem_sep String LENGTH concode_elem_sep FieldType type concode_elem_sep String NAME concode_elem_sep Map<String,Object... | String function ( ) { return lineDelimiter ; } |
13,280 | sets float field value . concode_field_sep byte LONG_ARR concode_elem_sep byte OBJ_ARR concode_elem_sep long HASH_SET_MAP_OFF concode_elem_sep byte DATE concode_elem_sep byte DOUBLE concode_elem_sep byte FLOAT concode_elem_sep byte FLOAT_ARR concode_elem_sep byte ARRAY_LIST concode_elem_sep byte INT concode_elem_sep Jd... | void function ( Object arg0 , long arg1 , float arg2 ) { GridUnsafe . putFloatField ( arg0 , arg1 , arg2 ) ; } |
13,281 | get the secondary texture name . concode_field_sep Vertex a concode_elem_sep Vertex b concode_elem_sep Vertex c concode_elem_sep String texture1 concode_elem_sep String texture2 concode_field_sep float area concode_elem_sep Triangle flipped concode_elem_sep void writeExternal concode_elem_sep Vec3d center concode_elem_... | String function ( ) { return texture2 ; } |
13,282 | find the _ fields constant that matches name , or null if its not found . concode_field_sep String _fieldName concode_elem_sep ComponentCommon common concode_elem_sep org.apache.thrift.protocol.TStruct STRUCT_DESC concode_elem_sep ComponentObject bolt_object concode_elem_sep short _thriftId concode_elem_sep Map<_Fields... | _Fields function ( String arg0 ) { return byName . get ( arg0 ) ; } |
13,283 | returns instance from stack pool , or create one if not present . the returned instance will be automatically reused when #pop is called . concode_field_sep ObjectArrayList<T> list concode_elem_sep T returnObj concode_elem_sep int pos concode_elem_sep int[] stack concode_elem_sep int stackCount concode_field_sep void p... | T function ( ) { if ( pos == list . size ( ) ) { expand ( ) ; } return list . getQuick ( pos ++ ) ; } |
13,284 | sets the storage class for the replication destination . if not specified , amazon s3 uses the storage class of the source object to create object replica . concode_field_sep String storageClass concode_elem_sep String bucketARN concode_field_sep String getBucketARN concode_elem_sep void setBucketARN concode_elem_sep S... | void function ( StorageClass arg0 ) { setStorageClass ( arg0 == null ? ( String ) null : arg0 . toString ( ) ) ; } |
13,285 | insureuniqueness concode_field_sep TreePath leadPath concode_elem_sep long serialVersionUID concode_elem_sep String SELECTION_MODE_PROPERTY concode_elem_sep TreePath[] selection concode_elem_sep EventListenerList listenerList concode_elem_sep DefaultListSelectionModel listSelectionModel concode_elem_sep SwingPropertyCh... | void function ( ) { } |
13,286 | return the precedence of the given property source , -1 if not found . concode_field_sep List<PropertySource<?>> propertySourceList concode_elem_sep Log logger concode_field_sep void assertLegalRelativeAddition concode_elem_sep void replace concode_elem_sep PropertySource<?> remove concode_elem_sep void addLast concode... | int function ( PropertySource < ? > arg0 ) { return this . propertySourceList . indexOf ( arg0 ) ; } |
13,287 | jar to wrap . concode_field_sep String DOWNLOAD_URL concode_elem_sep String errTitle concode_elem_sep String STAY_ALIVE concode_elem_sep File outfile concode_elem_sep String downloadUrl concode_elem_sep String supportUrl concode_elem_sep File icon concode_elem_sep String ICON concode_elem_sep String GUI_HEADER concode_... | File function ( ) { return jar ; } |
13,288 | move this ball according to its position and speed and redraw . concode_field_sep int xPosition concode_elem_sep Canvas canvas concode_elem_sep int ySpeed concode_elem_sep Color color concode_elem_sep int diameter concode_elem_sep int xMove concode_elem_sep int yPosition concode_elem_sep int yMove concode_elem_sep int ... | void function ( ) { erase ( ) ; yPosition += yMove ; xPosition += xMove ; if ( xPosition >= ( 550 - diameter ) || xPosition <= 10 ) { xMove = - xMove ; } if ( yPosition >= ( 450 - diameter ) || yPosition <= 10 ) { yMove = - yMove ; } draw ( ) ; } |
13,289 | this method was generated by mybatis generator . this method returns the value of the database column acttmc.tdmsrt concode_field_sep String tdbsrt concode_elem_sep String amdtlr concode_elem_sep String tdmnam concode_elem_sep String tdmsrt concode_elem_sep Date upddat concode_field_sep String getTdbsrt concode_elem_se... | String function ( ) { return tdmsrt ; } |
13,290 | 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 ( ) ; } |
13,291 | returns the number of d d m template versions . concode_field_sep ServiceTracker<DDMTemplateVersionLocalService,DDMTemplateVersionLocalService> _serviceTracker concode_field_sep com.liferay.dynamic.data.mapping.model.DDMTemplateVersion createDDMTemplateVersion concode_elem_sep java.lang.String getOSGiServiceIdentifier ... | int function ( ) { return getService ( ) . getDDMTemplateVersionsCount ( ) ; } |
13,292 | sets the radius of the outlier ellipse . concode_field_sep double radius concode_elem_sep Point2D point concode_field_sep Point2D getPoint concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep void setPoint concode_elem_sep boolean equals concode_elem_sep boolean overlaps concode_elem_sep String to... | void function ( double arg0 ) { this . radius = arg0 ; } |
13,293 | adds a partition . concode_field_sep List<String> partitions concode_field_sep List<String> getPartitions concode_elem_sep void setPartitions concode_elem_sep boolean hasAny concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isMultiple concode_elem_sep String toString concode_elem_se... | Partitions function ( String arg0 ) { partitions . add ( arg0 ) ; return this ; } |
13,294 | determines how many threads we should use for testing validation rules . concode_field_sep PlaceHolder placeHolder concode_field_sep void reloadAttributeOptionCombos concode_elem_sep Collection<ValidationResult> validate | int function ( ValidationRunContext arg0 ) { int loc0 = SystemUtils . getCpuCores ( ) ; if ( loc0 > 2 ) { loc0 -- ; } if ( loc0 > arg0 . getCountOfSourcesToValidate ( ) ) { loc0 = arg0 . getCountOfSourcesToValidate ( ) ; } return loc0 ; } |
13,295 | decompress the provided bytesreference . concode_field_sep Compressor[] compressors concode_elem_sep Compressor defaultCompressor concode_field_sep Compressor defaultCompressor concode_elem_sep void setDefaultCompressor concode_elem_sep boolean isCompressed concode_elem_sep boolean isCompressed concode_elem_sep BytesRe... | BytesReference function ( BytesReference arg0 ) { Compressor loc0 = loc0 ( arg0 ) ; if ( loc0 == null ) { throw new NotCompressedException ( ) ; } return uncompress ( arg0 , loc0 ) ; } |
13,296 | sets the value of the suggestedadunitaction property . concode_field_sep SuggestedAdUnitAction suggestedAdUnitAction concode_elem_sep Statement filterStatement concode_field_sep Statement getFilterStatement concode_elem_sep SuggestedAdUnitAction getSuggestedAdUnitAction concode_elem_sep void setFilterStatement | void function ( SuggestedAdUnitAction arg0 ) { this . suggestedAdUnitAction = arg0 ; } |
13,297 | get link mode concode_field_sep String LINK_STATE concode_elem_sep Scheduler scheduler concode_elem_sep int NAME_SIZE concode_elem_sep Linkset linkSet concode_elem_sep int mode concode_elem_sep boolean FALSE concode_elem_sep String linkName concode_elem_sep String LINK_MODE concode_elem_sep String LINK_NAME concode_ele... | int function ( ) { return mode ; } |
13,298 | sets an external delegationtokensecretmanager instance to manage creation and verification of delegation tokens . this is useful for use cases where secrets must be shared across multiple services . concode_field_sep String DELEGATION_TOKEN_UGI_ATTRIBUTE concode_elem_sep String ENTER concode_elem_sep String TOKEN_KIND ... | void function ( AbstractDelegationTokenSecretManager arg0 ) { tokenManager . setExternalDelegationTokenSecretManager ( arg0 ) ; } |
13,299 | gets the character bounds of each glyph found in the textsprite . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep int fo... | ArrayList < GlyphText > function ( ) { return glyphTexts ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.