idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
4,400 | calls all the statechanged method of all added changelistener objects with changeevent as argument . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_elem_sep Color selectedColor concode_field_sep void removeChangeListener concode_e... | void function ( ) { ChangeListener [ ] loc0 = getChangeListeners ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] . stateChanged ( changeEvent ) ; } |
4,401 | cancels the animation . unlike #end , cancel causes the animation to stop in its tracks , sending an android.animation.animator.animatorlistener #onanimationcancel animator toits listeners , followed by an android.animation.animator.animatorlistener #onanimationend animator message.this method must be called on the thr... | void function ( ) { } |
4,402 | gets the value of the facescontextfactory 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 facescontextfactory property . for example , t... | List < java . lang . String > function ( ) { if ( facesContextFactory == null ) { facesContextFactory = new ArrayList < java . lang . String > ( ) ; } return this . facesContextFactory ; } |
4,403 | returns the key to use to locate a privacy list in the cache . concode_field_sep PrivacyListManager instance concode_elem_sep PrivacyListProvider provider concode_elem_sep List<PrivacyListEventListener> listeners concode_elem_sep Cache<String,PrivacyList> listsCache concode_field_sep void changeDefaultList concode_elem... | String function ( String arg0 , String arg1 ) { return arg0 + arg1 ; } |
4,404 | compute 2 ^ y mod n for n odd . concode_field_sep long R concode_elem_sep int s concode_elem_sep LongLong x concode_elem_sep long R_1 concode_elem_sep LongLong aN concode_elem_sep Product product concode_elem_sep long N_I concode_elem_sep LongLong xN_I concode_elem_sep long N concode_field_sep Montgomery set concode_el... | long function ( final long arg0 ) { long loc0 = R - N ; long loc1 = loc0 << 1 ; if ( loc1 >= N ) loc1 -= N ; for ( long loc2 = Long . highestOneBit ( arg0 ) ; loc2 > 0 ; loc2 >>>= 1 ) { loc0 = product . m ( loc0 , loc0 ) ; if ( ( loc2 & arg0 ) != 0 ) loc0 = product . m ( loc0 , loc1 ) ; } return product . m ( loc0 , 1 ... |
4,405 | gets the value of the status property . concode_field_sep String serialNumber concode_elem_sep Boolean umaCapable concode_elem_sep Boolean nfcCapable concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep String firstUseDate concode_elem_sep String lastU... | String function ( ) { return status ; } |
4,406 | returns the current state . this method returns . 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 int geId concode_ele... | boolean function ( String arg0 ) { return false ; } |
4,407 | primitive operation which is used to stop iterative deepening search in situations where a clear best action exists . this implementation returns always false . concode_field_sep int currDepthLimit concode_elem_sep int maxDepth concode_elem_sep long maxTime concode_elem_sep Game<STATE,ACTION,PLAYER> game concode_elem_s... | boolean function ( double arg0 , double arg1 ) { return false ; } |
4,408 | log an error to the slf4j logger with fatal priority . currently uses the error priority in slf4j . concode_field_sep Class<?> clazz concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concod... | void function ( Object arg0 , Throwable arg1 ) { getLogger ( ) . error ( arg0 . toString ( ) , arg1 ) ; } |
4,409 | confers with policy and calls appropriate callback method . concode_field_sep String mVersionCode concode_elem_sep int ERROR_OVER_QUOTA concode_elem_sep Policy mPolicy concode_elem_sep DeviceLimiter mDeviceLimiter concode_elem_sep int ERROR_INVALID_PACKAGE_NAME concode_elem_sep LicenseCheckerCallback mCallback concode_... | void function ( int arg0 , ResponseData arg1 ) { mPolicy . processServerResponse ( arg0 , arg1 ) ; if ( mPolicy . allowAccess ( System . currentTimeMillis ( ) ) ) { mCallback . allow ( arg0 ) ; } else { mCallback . dontAllow ( arg0 ) ; } } |
4,410 | this method will return the search for the leader interface and and return the leader interface reference of a remote node concode_field_sep String LEADER_SERVICE_NAME concode_field_sep void registerListenerWithLeader concode_elem_sep void sendPing concode_elem_sep void forwardReceivedUidMessage concode_elem_sep String... | LeaderInterface function ( String arg0 ) { LeaderInterface loc0 = ( LeaderInterface ) Naming . lookup ( "srini_string" + arg0 + "srini_string" + LEADER_SERVICE_NAME ) ; return loc0 ; } |
4,411 | allow webview to callback application about the fact account has been fully created . concode_field_sep ViewGroup settingsContainer concode_elem_sep BasePrefsWizard parent concode_elem_sep ViewGroup validationBar concode_elem_sep OnAccountCreationDoneListener creationListener concode_elem_sep WebView webView concode_el... | void function ( boolean arg0 , String arg1 , String arg2 , String arg3 ) { parent . runOnUiThread ( new HideWebviewRunnable ( ) ) ; if ( arg0 ) { if ( creationListener != null ) { creationListener . onAccountCreationDone ( arg1 , arg2 , arg3 ) ; } } } |
4,412 | accept the given classloader as cache-safe , even if its classes would not qualify as cache-safe in this cachedintrospectionresults class . this configuration method is only relevant in scenarios where the spring classes reside in a ` common ' classloader e.g. the system classloader whose lifecycle is not coupled to th... | void function ( ClassLoader arg0 ) { if ( arg0 != null ) { acceptedClassLoaders . add ( arg0 ) ; } } |
4,413 | transitory effects return a component to its original state . this flag is used to stop javascript from performing a partial submit at the end of an effect . example highlight . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep bo... | boolean function ( ) { return transitory ; } |
4,414 | this method was generated by mybatis generator . this method returns the value of the database column ptoperrole.operid concode_field_sep String roleid concode_elem_sep String operid concode_field_sep void setRoleid concode_elem_sep String getRoleid concode_elem_sep void setOperid | String function ( ) { return operid ; } |
4,415 | used to deduplicate time and stop sequence arrays . the same times may occur in many trips . concode_field_sep Map<BitSet,BitSet> canonicalBitSets concode_elem_sep Map<IntArray,IntArray> canonicalIntArrays concode_elem_sep String[] array concode_elem_sep Map<String,String> canonicalStrings concode_elem_sep long serialV... | int [ ] function ( int [ ] arg0 ) { if ( arg0 == null ) return null ; IntArray loc0 = new IntArray ( arg0 ) ; IntArray loc1 = canonicalIntArrays . get ( loc0 ) ; if ( loc1 == null ) { loc1 = loc0 ; canonicalIntArrays . put ( loc1 , loc1 ) ; } return loc1 . array ; } |
4,416 | adds the service component to the database . also notifies the appropriate model listeners . concode_field_sep ServiceComponentLocalService _serviceComponentLocalService concode_field_sep void upgradeDB concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep c... | com . liferay . portal . model . ServiceComponent function ( com . liferay . portal . model . ServiceComponent arg0 ) { return _serviceComponentLocalService . addServiceComponent ( arg0 ) ; } |
4,417 | gets the descriptor of the image . concode_field_sep IASTModelAttribute[] attributes concode_elem_sep IGenericFactory<Icon> FACTORY concode_elem_sep TagSet tags concode_field_sep Icon read concode_elem_sep IASTModelAttribute[] getAttributes concode_elem_sep Icon create concode_elem_sep TagSet getTags concode_elem_sep v... | ImageDescriptor function ( boolean arg0 ) { return getImageDescriptor ( arg0 , false ) ; } |
4,418 | puts a byte into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putInt concode_elem_sep void enlarge concode_elem_sep ByteVector pu... | ByteVector function ( final int arg0 ) { int loc0 = this . length ; if ( loc0 + 1 > data . loc0 ) { enlarge ( 1 ) ; } data [ loc0 ++ ] = ( byte ) arg0 ; this . length = loc0 ; return this ; } |
4,419 | logs an occurance of an outofmemoryerror while reading a task . concode_field_sep PlaceHolder placeHolder concode_field_sep void logArticleRead concode_elem_sep void logArticleRead concode_elem_sep void logTaskReaderException concode_elem_sep void logReadTaskException concode_elem_sep void logErrorRetrieveArchive conco... | void function ( final Logger arg0 , final Task < Revision > arg1 , final OutOfMemoryError arg2 ) { if ( arg1 != null ) { arg0 . logError ( Level . WARNING , "srini_string" + arg1 . toString ( ) , arg2 ) ; } else { arg0 . logError ( Level . WARNING , "srini_string" , arg2 ) ; } } |
4,420 | returns the names of the classes that were evaluated but were not conditional . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedCondition ANC... | Set < String > function ( ) { return Collections . unmodifiableSet ( this . unconditionalClasses ) ; } |
4,421 | puts two bytes into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void... | ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 2 > loc1 . loc0 ) { enlarge ( 2 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; } |
4,422 | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String... | String function ( ) { return "srini_string" ; } |
4,423 | sets the timeout in milliseconds used when retrieving a connection from the org.apache.http.conn.clientconnectionmanager . concode_field_sep String password concode_elem_sep boolean pooledConnections concode_elem_sep HttpParams params concode_elem_sep String user concode_elem_sep String url concode_field_sep J4pClientB... | J4pClientBuilder function ( int arg0 ) { ConnManagerParams . setTimeout ( params , arg0 ) ; return this ; } |
4,424 | returns the status line 's http minor version . this returns 0 for http/1 .0 and 1 for http/1 .1 . this returns 1 if the http version is unknown . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String>... | int function ( ) { return httpMinorVersion != - 1 ? httpMinorVersion : 1 ; } |
4,425 | normalize a given path . concode_field_sep String LOCK_TYPE_SIMPLE concode_elem_sep String INDEX_W_TIMESTAMP_REGEX concode_elem_sep String LOCK_TYPE_NONE concode_elem_sep String LOCK_TYPE_HDFS concode_elem_sep CoreContainer coreContainer concode_elem_sep String LOCK_TYPE_SINGLE concode_elem_sep Logger log concode_elem_... | String function ( String arg0 ) { return arg0 ; } |
4,426 | returns an iterator which can be used to walk through the characters described by this range . #notthreadsafe # the iterator is not thread-safe concode_field_sep boolean negated concode_elem_sep char current concode_elem_sep String iToString concode_elem_sep char start concode_elem_sep CharRange range concode_elem_sep ... | Iterator < Character > function ( ) { return new CharacterIterator ( this ) ; } |
4,427 | configure com.sleepycat.db.database #verify database.verify to output all thekey/data pairs in the file that can be found . by default , com.sleepycat.db.database #verify database.verify does not assume corruption.for example , if a key/data pair on a page is marked as deleted , it is not then written to the output fil... | void function ( final boolean arg0 ) { this . aggressive = arg0 ; } |
4,428 | gets the value of the policy property . concode_field_sep boolean diagnosticDataToBeReturned concode_elem_sep WsDocument document concode_elem_sep WsDocument detachedContent concode_elem_sep WsDocument policy concode_field_sep void setDocument concode_elem_sep boolean isDiagnosticDataToBeReturned concode_elem_sep WsDoc... | WsDocument function ( ) { return policy ; } |
4,429 | returns the name for this property . concode_field_sep String mName concode_elem_sep Class<V> mType concode_field_sep boolean isReadOnly concode_elem_sep void set concode_elem_sep Class<V> getType concode_elem_sep Property<T,V> of concode_elem_sep V get | String function ( ) { return mName ; } |
4,430 | create an instance of validateaddressinputtype concode_field_sep QName _EsiValidateAddressResponse_QNAME concode_elem_sep QName _EsiValidateAddressRequest_QNAME concode_field_sep ValidateAddressOutputType createValidateAddressOutputType concode_elem_sep AddressResponseType createAddressResponseType concode_elem_sep JAX... | ValidateAddressInputType function ( ) { return new ValidateAddressInputType ( ) ; } |
4,431 | hook for redirecting requests . applies to webview requests as well as requests made by plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep ... | Uri function ( Uri arg0 ) { return null ; } |
4,432 | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep long getFreeSpaceInBytes | boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... |
4,433 | pipeline setup : dn1 never responses after received setup request from client . client gets an ioexception and determine dn1 bad . concode_field_sep short REPLICATION concode_elem_sep long BLOCKSIZE concode_elem_sep Configuration conf concode_field_sep void pipeline_Fi_05 concode_elem_sep void pipeline_Fi_16 concode_el... | void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runReceiverOpWriteBlockTest ( loc0 , 1 , new SleepAction ( loc0 , 1 , 0 ) ) ; } |
4,434 | sets the value of the version property . concode_field_sep String language concode_elem_sep String text concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getLanguage concode_elem_sep String getText concode_elem_sep void setLanguage concode_elem_sep void setText | void function ( String arg0 ) { this . version = arg0 ; } |
4,435 | return type metadata object concode_field_sep java.util.Calendar fecha_desde concode_elem_sep int ast_codigo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.util.Calendar fecha_hasta concode_field... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
4,436 | the file after it has been 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 focal... | void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } |
4,437 | this will get the subject of the document . this will return null if no subject exists . concode_field_sep COSDictionary info concode_field_sep void setModificationDate concode_elem_sep void setSubject concode_elem_sep Object getPropertyStringValue concode_elem_sep String getAuthor concode_elem_sep void setTrapped conc... | String function ( ) { return info . getString ( COSName . SUBJECT ) ; } |
4,438 | open the slidingmenu and show the menu view . 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 mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concod... | void function ( ) { mSlidingMenu . showMenu ( ) ; } |
4,439 | says whether plugin can be disabled in runtime or not . in some cases you do n't want plugin to be disabled in runtime , for example if it is vital for system runtime . note that if plugin is disableable but can not be hot-loaded you wo n't be able to enable it after disabling . concode_field_sep PluginManager<T> plugi... | boolean function ( ) { return getPluginInformation ( ) . isDisableable ( ) ; } |
4,440 | gets the value of the addressprofiletable property . concode_field_sep ServiceVersion serviceVersion concode_elem_sep RootSbb rootSbb concode_elem_sep DefaultPriority defaultPriority concode_elem_sep Description description concode_elem_sep String id concode_elem_sep ServiceName serviceName concode_elem_sep AddressProf... | AddressProfileTable function ( ) { return addressProfileTable ; } |
4,441 | sets the destination file name to create the destination diagram concode_field_sep boolean redrawOnRemove concode_elem_sep String file concode_field_sep String getFile concode_elem_sep Broker installPlugin | void function ( String arg0 ) { this . file = arg0 ; } |
4,442 | setter for the jdbc type name of the column concode_field_sep String jdbcTypeName concode_elem_sep String statementName concode_elem_sep TypeHandler typeHandler concode_elem_sep String errorString concode_elem_sep int jdbcType concode_elem_sep String propertyName concode_elem_sep String nestedResultMapName concode_elem... | void function ( String arg0 ) { this . jdbcTypeName = arg0 ; this . jdbcType = JdbcTypeRegistry . getType ( arg0 ) ; } |
4,443 | returns a list of supported data flavors . concode_field_sep String data concode_elem_sep DataFlavor[] supported_flavors concode_field_sep boolean isDataFlavorSupported concode_elem_sep void lostOwnership concode_elem_sep Object getTransferData | DataFlavor [ ] function ( ) { return ( supported_flavors ) ; } |
4,444 | removes the current browser context 's value for this browser-local variable . if this browser-local variable is subsequently @linkplain #get read by the current browser context , its value will bereinitialized by invoking its #initialvalue method , unless its value is @linkplain #set set by the current browser context... | void function ( ) { BrowserActions . currentBrowserActions ( ) . browserLocals . remove ( this ) ; } |
4,445 | returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start | BundleContext function ( ) { return context ; } |
4,446 | builds visual position based on a state of the current logical position . such visual position is considered to make sense only if current logical position is #visualpositionaware visual position aware . concode_field_sep int softWrapLinesBeforeCurrentLogicalLine concode_elem_sep boolean visualPositionLeansRight concod... | VisualPosition function ( ) { return new VisualPosition ( line + softWrapLinesBeforeCurrentLogicalLine + softWrapLinesOnCurrentLogicalLine - foldedLines , column + softWrapColumnDiff + foldingColumnDiff , visualPositionLeansRight ) ; } |
4,447 | adds the directed edge e to the edge-weighted digraph if there is not already an edge with the same endpoints . concode_field_sep String NEWLINE concode_elem_sep int E concode_elem_sep int V concode_elem_sep DirectedEdge[][] adj concode_elem_sep int v concode_elem_sep int w concode_field_sep DirectedEdge next concode_e... | void function ( DirectedEdge arg0 ) { int loc0 = arg0 . from ( ) ; int loc1 = arg0 . to ( ) ; if ( adj [ loc0 ] [ loc1 ] == null ) { E ++ ; adj [ loc0 ] [ loc1 ] = arg0 ; } } |
4,448 | creates a new pidfile and writes the current process id into the provided path concode_field_sep Path path concode_elem_sep long pid concode_elem_sep boolean deleteOnExit concode_field_sep boolean isDeleteOnExit concode_elem_sep Path getPath concode_elem_sep void addShutdownHook concode_elem_sep long getPid | PidFile function ( Path arg0 , boolean arg1 ) { return create ( arg0 , arg1 , JvmInfo . jvmInfo ( ) . pid ( ) ) ; } |
4,449 | compute bits of pi in the local machine . concode_field_sep int deltaN concode_elem_sep Summation sigma concode_elem_sep boolean isplus concode_elem_sep long e concode_elem_sep Tail tail concode_elem_sep int offsetE concode_elem_sep Parameter parameter concode_elem_sep Summation[] parts concode_elem_sep long j concode_... | double function ( final long arg0 ) { double loc0 = 0 ; for ( Parameter loc1 : Parameter . values ( ) ) loc0 = Modular . addMod ( loc0 , new Sum ( arg0 , loc1 , 1 , null ) . getValue ( ) ) ; return loc0 ; } |
4,450 | resize the image to the specified size in pixels . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Builder data concode_elem_sep Drawable placeholderDrawable concode_elem_sep int placeholderResId concode_elem_sep int errorResId concode_elem_sep Drawable errorDrawable... | RequestCreator function ( int arg0 , int arg1 ) { data . resize ( arg0 , arg1 ) ; return this ; } |
4,451 | get token beginning line number . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int buf... | int function ( ) { return bufline [ tokenBegin ] ; } |
4,452 | deregisters an object for notification of changes to the overlay . concode_field_sep EventListenerList changeListeners concode_field_sep void notifyListeners concode_elem_sep void fireOverlayChanged concode_elem_sep void addChangeListener | void function ( OverlayChangeListener arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; this . changeListeners . remove ( OverlayChangeListener . class , arg0 ) ; } |
4,453 | a reimplementing of object.hashcode to be deterministic . this uses the line and column fields to generate an arbitrary number - we assume that this method is called only after line and column are set to their actual values . concode_field_sep String internal_name concode_elem_sep Object parent concode_elem_sep String ... | int function ( ) { return getLine ( ) + getColumn ( ) ; } |
4,454 | provide a localized , human readable description of the undoable form of this edit , e.g. for use as an undo menu item . typically derived from getdescription ; concode_field_sep int MOVE concode_elem_sep int[] _nodeLocation concode_elem_sep DOMTreeTableAdapter _tableModel concode_elem_sep String _presName concode_elem... | String function ( ) { return _presName ; } |
4,455 | standard process action method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean importItems concode_elem_sep void setRelativePathInAttachment | void function ( ActionEvent arg0 ) { QuestionPoolBean loc0 = ( QuestionPoolBean ) ContextUtil . lookupBean ( "srini_string" ) ; if ( ! importItems ( loc0 ) ) { throw new RuntimeException ( "srini_string" ) ; } loc0 . setImportToAuthoring ( false ) ; } |
4,456 | sets whether the proteins must be starred . concode_field_sep Boolean starred concode_field_sep String getName concode_elem_sep Boolean isStarred concode_elem_sep String toString concode_elem_sep String getDescription | void function ( Boolean arg0 ) { this . starred = arg0 ; } |
4,457 | asserts that given text is shown on page . concode_field_sep ByFactory by concode_field_sep Matcher<PageObject> hasAction concode_elem_sep Matcher<PageObject> pageObjectExists concode_elem_sep Matcher<PageObject> pageObjectDoesNotExist concode_elem_sep Matcher<User> mailAddressIs concode_elem_sep Matcher<String> contai... | Matcher < WebDriver > function ( final String arg0 ) { return hasContent ( Pattern . compile ( Pattern . quote ( arg0 ) ) ) ; } |
4,458 | a geo distance based sort . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep ScriptSortBuilder scriptSort | GeoDistanceSortBuilder function ( String arg0 ) { return new GeoDistanceSortBuilder ( arg0 ) ; } |
4,459 | removes all the existing values from the series . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double mMaxY concode_elem_sep IndexXYMap<Double,String> mXE concode_elem_sep int mScaleNumber concode_elem_sep IndexXYMap<Double,Integer> mXC concode_elem_sep String mTitle co... | void function ( ) { mXY . clear ( ) ; initRange ( ) ; } |
4,460 | return cretime . concode_field_sep Country country concode_elem_sep String city concode_elem_sep Timestamp cretime concode_elem_sep Timestamp updtime concode_elem_sep Short id concode_elem_sep String line2 concode_elem_sep String line1 concode_field_sep void setCountry concode_elem_sep Country getCountry concode_elem_s... | Timestamp function ( ) { return cretime ; } |
4,461 | returns all child organizational units of the given parent organizational unit including hierarchical deeper organization units if needed . concode_field_sep CmsSecurityManager m_securityManager concode_field_sep long countUsers concode_elem_sep void writeOrganizationalUnit concode_elem_sep CmsOrganizationalUnit create... | List < CmsOrganizationalUnit > function ( CmsObject arg0 , String arg1 , boolean arg2 ) { CmsOrganizationalUnit loc0 = readOrganizationalUnit ( arg0 , arg1 ) ; return m_securityManager . getOrganizationalUnits ( arg0 . getRequestContext ( ) , loc0 , arg2 ) ; } |
4,462 | gets the urls value for this trackingurls . concode_field_sep java.lang.String[] urls concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep ... | java . lang . String [ ] function ( ) { return urls ; } |
4,463 | create an instance of jaxbelement concode_field_sep QName _GetAddressResponse_QNAME concode_elem_sep QName _InitializeJdbcResponse_QNAME concode_elem_sep QName _StoreAddressResponse_QNAME concode_elem_sep QName _InitializeJdbc_QNAME concode_elem_sep QName _GetAddress_QNAME concode_elem_sep QName _StoreAddress_QNAME con... | JAXBElement < StoreAddressResponse > function ( StoreAddressResponse arg0 ) { return new JAXBElement < StoreAddressResponse > ( _StoreAddressResponse_QNAME , StoreAddressResponse . class , null , arg0 ) ; } |
4,464 | return if given statement is eob-transition transition without condition concode_field_sep Random random concode_field_sep boolean canPlaceEOBtransitionAfterLastStatement concode_elem_sep boolean isSpawnMatched concode_elem_sep State createEmptyState concode_elem_sep boolean isKeyActionsMatched concode_elem_sep Sequenc... | boolean function ( ASTStatement arg0 ) { if ( ! ( arg0 instanceof Action ) ) return false ; String loc0 = ( ( Action ) arg0 ) . getName ( ) ; return loc0 . equals ( "srini_string" ) || loc0 . equals ( "srini_string" ) ; } |
4,465 | creates models for the tokenizer and the sentence detector , if not already done . concode_field_sep SentenceModel sentenceModel concode_elem_sep TokenizerFactory tokenizerFactory concode_field_sep String tokenizeWithSpaces concode_elem_sep String[] sentDetect concode_elem_sep String[] tokenize concode_elem_sep void cr... | void function ( ) { if ( tokenizerFactory == null ) tokenizerFactory = new IndoEuropeanTokenizerFactory ( ) ; if ( sentenceModel == null ) sentenceModel = new MedlineSentenceModel ( ) ; } |
4,466 | ascertains whether mapcommandbuttonid or checkboxid are a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButt... | boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; } |
4,467 | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... | void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } |
4,468 | creates a default configuration context if one is not set already via setconfigurationcontext concode_field_sep boolean started concode_elem_sep boolean startOnDeploy concode_elem_sep ConfigurationContext configContext concode_elem_sep ListenerManager listenerManager concode_field_sep void stop concode_elem_sep void st... | ConfigurationContext function ( ) { if ( configContext == null ) { configContext = createDefaultConfigurationContext ( ) ; } return configContext ; } |
4,469 | returns the result of interpretting the object as an instance of ` scene type ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep PlayPackage modelPackage concode_field_sep T casePlayType concode_elem_sep T caseSpeechType concode_elem_sep T caseActType concod... | T function ( SceneType arg0 ) { return null ; } |
4,470 | convert binary to decimal concode_field_sep PlaceHolder placeHolder concode_field_sep void main | int function ( String arg0 ) { try { return Integer . parseInt ( arg0 , 2 ) ; } catch ( NumberFormatException loc0 ) { throw new BinaryFormatException ( loc0 . getMessage ( ) ) ; } } |
4,471 | get the request 's command or result . 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_LENGTH concode_elem_sep i... | int function ( ) { return buffer [ INDEX_COMMAND ] ; } |
4,472 | whether gzip compression is being used for transmitting the request . concode_field_sep boolean contentLengthOptional concode_elem_sep String basicUserName concode_elem_sep boolean enabledForExceptions concode_elem_sep String basicEncoding concode_elem_sep String basicPassword concode_elem_sep java.util.TimeZone timeZo... | void function ( boolean arg0 ) { this . gzipRequesting = arg0 ; } |
4,473 | seek to the specified pagenum in the source collection and return pagsize numberof of elements in the list . if pagenum or pagesize is -1 , then everything in the source collection will be returned . concode_field_sep PagerProcessor processor concode_elem_sep boolean skipNulls concode_elem_sep PagerEventHandler eventHa... | PageList function ( Collection arg0 , int arg1 , int arg2 , Object arg3 ) { PageList loc0 = new PageList ( ) ; seek ( arg0 , loc0 , arg1 , arg2 , arg3 ) ; loc0 . setTotalSize ( arg0 . size ( ) ) ; return loc0 ; } |
4,474 | turn string into address concode_field_sep boolean x10 concode_elem_sep byte middleByte concode_elem_sep byte lowByte concode_elem_sep byte highByte concode_field_sep byte getLowByte concode_elem_sep boolean s_isValid concode_elem_sep void setMiddleByte concode_elem_sep byte getMiddleByte concode_elem_sep byte getX10Ho... | InsteonAddress function ( String arg0 ) { return new InsteonAddress ( arg0 ) ; } |
4,475 | clear the set of authfunctionbeans concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void setAuthFunctionBean concode_el... | void function ( ) { AuthBeanMultiplexer . beans . clear ( ) ; } |
4,476 | sets the name index . concode_field_sep int u2outerClassIndex concode_elem_sep int u2innerClassIndex concode_elem_sep int u2innerClassAccessFlags concode_elem_sep Object visitorInfo concode_elem_sep int u2innerNameIndex concode_field_sep void innerClassConstantAccept concode_elem_sep int getInnerNameIndex concode_elem_... | void function ( int arg0 ) { u2innerNameIndex = arg0 ; } |
4,477 | data store function for latitude shift concode_field_sep double lonAccuracy concode_elem_sep double METRE_PER_SECOND concode_elem_sep double RADIANS_PER_SECOND concode_elem_sep double latShift concode_elem_sep double latAccuracy concode_elem_sep boolean latAccuracyAvailable concode_elem_sep double lon concode_elem_sep ... | void function ( double arg0 ) { latShift = arg0 ; } |
4,478 | method to tell the page to render or not based on the initialized flag concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizo... | boolean function ( OutputChart arg0 ) { boolean loc0 = this . renderOnSubmit ; if ( loc0 ) { this . renderOnSubmit = false ; } return loc0 ; } |
4,479 | throws a generatorerror if the input list does n't have at least this many bytes left . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_se... | void function ( int arg0 ) { if ( pos + arg0 > srcEnd ) throw incompleteUtf8 ( ) ; } |
4,480 | sets all the primary key properties of the given master , using the applicable properties of the given reference . concode_field_sep Method mIsConsistentMethod concode_elem_sep Method mCopyToMasterPkMethod concode_elem_sep Comparator<? extends Storable> mComparator concode_elem_sep Method mCopyFromMasterMethod concode_... | void function ( Storable arg0 , S arg1 ) { try { mCopyToMasterPkMethod . invoke ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { ThrowUnchecked . fireFirstDeclaredCause ( loc0 , FetchException . class ) ; } } |
4,481 | true if the schedule is currently running . concode_field_sep SortedMap<Integer,ArrayList<EntitySystem>> _systems concode_elem_sep int _index concode_elem_sep boolean _runFlag concode_elem_sep int _runs concode_elem_sep ArrayList<EntitySystem> _schedule concode_field_sep boolean registerSystem concode_elem_sep void end... | boolean function ( ) { return _runFlag ; } |
4,482 | gets the one matrix y size . concode_field_sep int RAHMEN_SIZE concode_elem_sep Layout layout concode_elem_sep Output output concode_elem_sep PApplet parent concode_elem_sep MatrixData matrixData concode_elem_sep int MAX_BPP concode_elem_sep int LED_ABSTAND concode_elem_sep int frame concode_elem_sep int ledSize concod... | int function ( ) { return LED_ABSTAND + RAHMEN_SIZE + matrixData . getDeviceYSize ( ) * ( RAHMEN_SIZE + ledSize ) ; } |
4,483 | set the value related to the column : disabled concode_field_sep String PROP_NEVER_EXPIRE concode_elem_sep String PROP_TYPE concode_elem_sep String PROP_EXPIRY_DATE concode_elem_sep String PROP_DISABLED concode_elem_sep java.lang.Integer type concode_elem_sep String PROP_NAME concode_elem_sep java.util.Date expiryDate ... | void function ( java . lang . Boolean arg0 ) { this . disabled = arg0 ; } |
4,484 | prepares for the next retry by applying a backoff to the timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_ele... | void function ( VolleyError arg0 ) { mCurrentRetryCount ++ ; mCurrentTimeoutMs += ( mCurrentTimeoutMs * mBackoffMultiplier ) ; if ( ! hasAttemptRemaining ( ) ) { throw arg0 ; } } |
4,485 | returns version of the config for given action params . this should be called first to get the correct config based on the request . returns populated config object based on parameters . default behavior returns self without any processing . this method should be overridden for action params based config f.ex . getting... | ProxyServiceConfig function ( final ActionParameters arg0 ) { return this ; } |
4,486 | determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath | boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0... |
4,487 | gets a certificate factory for creating x. 509 artifacts . concode_field_sep String X509_CERTIFICATE_TYPE concode_field_sep X509Certificate readCertificate concode_elem_sep String toString concode_elem_sep boolean isExpired concode_elem_sep boolean isExpired | CertificateFactory function ( ) { try { return CertificateFactory . getInstance ( X509_CERTIFICATE_TYPE ) ; } catch ( final CertificateException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } |
4,488 | returns an action that receives a throwable and immediately throws it . concode_field_sep PlaceHolder placeHolder concode_field_sep Action<Object> noop concode_elem_sep T with concode_elem_sep O with concode_elem_sep Action<T> ignoreArg concode_elem_sep T uncheckedWith concode_elem_sep O uncheckedWith concode_elem_sep ... | Action < Throwable > function ( ) { return throwable -> { throw Exceptions . toException ( throwable ) ; } ; } |
4,489 | get a array the contains all exiftag in this ifd . concode_field_sep int mIfdId concode_elem_sep Map<Short,ExifTag> mExifTags concode_elem_sep int mOffsetToNextIfd concode_field_sep void setOffsetToNextIfd concode_elem_sep boolean equals concode_elem_sep int getId concode_elem_sep void setTag concode_elem_sep ExifTag g... | ExifTag [ ] function ( ) { return mExifTags . values ( ) . toArray ( new ExifTag [ mExifTags . size ( ) ] ) ; } |
4,490 | sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect... | OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; } |
4,491 | convenience for #peekinput distributedfunction , distributedpredicate , processormetasupplier peekinput tostringf , shouldlogf , metasupplier with a pass-through filter and object #tostring as the formatting function . this variant accepts a distributedsupplier of processors instead of a meta-supplier . concode_field_s... | DistributedSupplier < Processor > function ( @ Nonnull DistributedSupplier < Processor > arg0 ) { return peekInput ( Object :: toString , alwaysTrue ( ) , arg0 ) ; } |
4,492 | test of length method , of class fifomap . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGet concode_elem_sep void setUp concode_elem_sep void testPop concode_elem_sep void tearDownClass concode_elem_sep void testGetInstance concode_elem_sep void testPut concode_e... | void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; FifoMap loc1 = FifoMap . getInstance ( ) ; int loc2 = 0 ; int loc3 = loc1 . length ( loc0 ) ; assertEquals ( loc2 , loc3 ) ; } |
4,493 | returns the proportional width of a given page as a percentage of the viewpager 's measured width from 0.f-1 . f concode_field_sep int POSITION_NONE concode_elem_sep int POSITION_UNCHANGED concode_elem_sep DataSetObservable mObservable concode_field_sep void restoreState concode_elem_sep void startUpdate concode_elem_s... | float function ( int arg0 ) { return 1.f ; } |
4,494 | returns the currently valid instance of the scheduler . concode_field_sep Timer timer concode_elem_sep Scheduler singleton concode_field_sep void reschedule concode_elem_sep void reschedule concode_elem_sep void scheduleAtFixedRate concode_elem_sep void scheduleAtFixedRate concode_elem_sep void schedule concode_elem_se... | Scheduler function ( ) { if ( singleton == null ) singleton = new Scheduler ( ) ; return singleton ; } |
4,495 | gets the x coordinate of the pivot point concode_field_sep Listener mListener concode_elem_sep MultiPointerGestureDetector mDetector concode_field_sep void restartGesture concode_elem_sep boolean onTouchEvent concode_elem_sep float calcAverage concode_elem_sep float getRotation concode_elem_sep TransformGestureDetector... | float function ( ) { return calcAverage ( mDetector . getStartX ( ) , mDetector . getPointerCount ( ) ) ; } |
4,496 | returns the number of key-value mappings that this sparsearray currently stores . concode_field_sep Object DELETED concode_elem_sep int[] EMPTY_INTS concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] EMPTY_OBJECTS concode_elem_sep long[] EMPTY_LONGS conco... | int function ( ) { if ( mGarbage ) { gc ( ) ; } return mSize ; } |
4,497 | gets the scan parameter for the given index . concode_field_sep String fileName concode_elem_sep String arrayType concode_elem_sep List<TagValuePair> hyb concode_elem_sep String PROTOCOL_TAG concode_elem_sep String EXP_HEADER_LINE_1 concode_elem_sep List<TagValuePair> sample concode_elem_sep String SAMPLE_SECTION_NAME ... | TagValuePair function ( int arg0 ) { return scan . get ( arg0 ) ; } |
4,498 | closes the connection to the virtualmachine . concode_field_sep Connection connection concode_elem_sep IOException disconnectedException concode_elem_sep Thread partnerThread concode_field_sep Connection getConnection concode_elem_sep void setPartnerThread concode_elem_sep IOException getDisconnectedException concode_e... | void function ( ) { try { this . connection . close ( ) ; } catch ( IOException loc0 ) { this . disconnectedException = loc0 ; } if ( this . partnerThread != null ) { this . partnerThread . interrupt ( ) ; } } |
4,499 | returns the number of the signal that terminated the process . undefined if exited returns true . concode_field_sep int waitResult concode_elem_sep int SIGNAL_1 concode_elem_sep int SIGNAL_63 concode_elem_sep String[] SIGNAL_STRINGS concode_field_sep String getSignalString concode_elem_sep String toShortString concode_... | int function ( ) { if ( exited ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } return waitResult - SIGNAL_1 + 1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.