idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
20,100 | uninstall this reconciler from the editor concode_field_sep SemanticHighlightingPresenter fJobPresenter concode_elem_sep SemanticHighlightingPresenter fPresenter concode_elem_sep ColorDescriptor[] fSemanticHighlightings concode_elem_sep int fNOfRemovedPositions concode_elem_sep ColorDescriptor[] fJobSemanticHighlightin... | void function ( ) { if ( fPresenter != null ) { fPresenter . setCanceled ( true ) ; } if ( fEditor != null ) { fEditor . removeReconcilingListener ( this ) ; fEditor = null ; } fCollector = null ; fSemanticHighlightings = null ; fPresenter = null ; } |
20,101 | returns the user id of this event . concode_field_sep Event _event concode_field_sep long getLocationId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String ge... | long function ( ) { return _event . getUserId ( ) ; } |
20,102 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String orig_name concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep java.lang.String... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
20,103 | a list of policies . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<Policy> policies concode_field_sep Boolean isTruncated concode_elem_sep void setIsTruncated concode_elem_sep void setMarker concode_elem_sep ListPoliciesResult withIsTruncate... | java . util . List < Policy > function ( ) { if ( policies == null ) { policies = new com . amazonaws . internal . SdkInternalList < Policy > ( ) ; } return policies ; } |
20,104 | gettenantids returns a list of tenant ids the user is associated with concode_field_sep AuthN self concode_elem_sep AuthNContext authnContext concode_elem_sep DataSource dataSource concode_field_sep DataSource getDataSource concode_elem_sep CSpaceTenant[] getTenants concode_elem_sep AuthN get concode_elem_sep AuthNCont... | String [ ] function ( ) { return authnContext . getTenantIds ( ) ; } |
20,105 | returns true if the specified object is registered with the dataset as a listener . most applications wo n't need to call this method , it exists mainly for use by unit testing code . concode_field_sep boolean visible concode_elem_sep EventListenerList listenerList concode_field_sep void setVisible concode_elem_sep voi... | boolean function ( EventListener arg0 ) { List loc0 = Arrays . asList ( this . listenerList . getListenerList ( ) ) ; return loc0 . contains ( arg0 ) ; } |
20,106 | gets value mapped to key , returning null if unmapped . note that this method returns an object as opposed to a primitive . the configuration key requested may not be mapped to a value and by returning the primitive object wrapper we can return null . if the key does not exist the return value of this method is assigne... | Integer function ( String arg0 ) { return getInteger ( arg0 , null ) ; } |
20,107 | compute the probability of exceeding a sequence of x-values . experimental for nga-east . default implementation assumes singular scalargroundmotion and passes through to #exceedance double , double , double , imt , xysequence . only #nshm_ceus_max_intensity overrides . concode_field_sep double[] p concode_elem_sep dou... | XySequence function ( ScalarGroundMotion arg0 , double arg1 , Imt arg2 , XySequence arg3 ) { return exceedance ( arg0 . mean ( ) , arg0 . sigma ( ) , arg1 , arg2 , arg3 ) ; } |
20,108 | gets a palette entry . concode_field_sep ColorCodec codec concode_elem_sep int[] entries concode_elem_sep int palNum concode_elem_sep int offset concode_elem_sep int[] defaultPalette concode_elem_sep int[] rgbvalues concode_elem_sep boolean direct concode_elem_sep boolean modified concode_elem_sep String id concode_ele... | int function ( int arg0 ) { if ( arg0 >= entries . length ) { System . out . println ( "srini_string" ) ; return 0 ; } return entries [ arg0 ] ; } |
20,109 | gets the value of the adminmode property . concode_field_sep String contentUrl concode_elem_sep BigInteger storageQuota concode_elem_sep BigInteger userQuota concode_elem_sep Boolean disableSubscriptions concode_elem_sep SiteType.Usage usage concode_elem_sep String name concode_elem_sep String adminMode concode_elem_se... | String function ( ) { return adminMode ; } |
20,110 | remove the managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concod... | void function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) . setValue ( loc1 , null ) ; } |
20,111 | return the name of this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep void addAttribute concode_elem_se... | String function ( ) { return ( this . name ) ; } |
20,112 | converts opencv mat to android bitmap . this function converts an image in the opencv mat representation to the android bitmap . the input mat object has to be of the types ` cv_8uc1 ' gray-scale , ` cv_8uc3 ' rgb or ` cv_8uc4 ' rgba . the output bitmap object has to be of the same size as the input mat and of the type... | void function ( Mat arg0 , Bitmap arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nMatToBitmap2 ( arg0 . nativeObj , arg1 , arg2 ) ; } |
20,113 | delete / eventtypes / : id - > delete the `` id '' eventtype . concode_field_sep Logger log concode_elem_sep EventTypeRepository eventTypeRepository concode_field_sep ResponseEntity<EventType> updateEventType concode_elem_sep ResponseEntity<EventType> createEventType concode_elem_sep ResponseEntity<EventType> getEventT... | ResponseEntity < Void > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; eventTypeRepository . delete ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createEntityDeletionAlert ( "srini_string" , arg0 . toString ( ) ) ) . build ( ) ; } |
20,114 | return true if the target object is of type resource . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep Object getObject | boolean function ( ) { return isResource ; } |
20,115 | the result of the workflow execution . the form of the result is implementation defined . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 32768 concode_field_sep String result concode_field_sep void setResult concode_elem_sep int hashCode concode_elem_sep Str... | CompleteWorkflowExecutionDecisionAttributes function ( String arg0 ) { this . result = arg0 ; return this ; } |
20,116 | an optional attribute value of the token . tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter . this attribute value is often different from the image . any subclass of token that actually wants to return a non-null value can overr... | Object function ( ) { return null ; } |
20,117 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep BindingPackage modelPackage concode_field_sep T caseHttpGetBinding concode_elem_sep T caseRestUrlP... | T function ( EObject arg0 ) { return null ; } |
20,118 | this is a getter for ui . concode_field_sep boolean selected concode_elem_sep SignupSite signupSite concode_elem_sep List<SignupGroupWrapper> signupGroupWrappers concode_elem_sep boolean allowedToCreate concode_field_sep void setSignupSite concode_elem_sep List<SignupGroupWrapper> getSignupGroupWrappers concode_elem_se... | boolean function ( ) { return allowedToCreate ; } |
20,119 | if statistics are shown to student . concode_field_sep boolean showItemLevel concode_elem_sep boolean showStats concode_elem_sep boolean showStudentScore concode_elem_sep boolean showCorrectResponse concode_elem_sep boolean showNoFeedback concode_elem_sep boolean showSelectionLevel concode_elem_sep boolean showResponse... | boolean function ( ) { return this . showStats ; } |
20,120 | gets the display color for the itemstack passed in . note that for the lexicon , this passes in a botania managlass vial or an alfglass flask at all times . concode_field_sep List<PotionEffect> effects concode_elem_sep int cost concode_elem_sep int color concode_elem_sep String name concode_elem_sep String key concode_... | int function ( ItemStack arg0 ) { return color ; } |
20,121 | sets the custom_paths_all value for this report_categories . concode_field_sep int custom_paths_all concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int tools_all concode_elem_sep boolean __hashCodeCalc concode_elem_sep int traffic_all concod... | void function ( int arg0 ) { this . custom_paths_all = arg0 ; } |
20,122 | returns true if the jvm is in debug mode . this method may be usedby test classes to take additional action to disable code paths that interfere with debugging if required . concode_field_sep TestRule rule concode_elem_sep boolean debugging concode_field_sep Statement apply | boolean function ( ) { return debugging ; } |
20,123 | escapes the characters in a string using html entities and writes them to a writer . for example : `` bread '' & `` butter '' becomes : & quot ; bread & quot ; & amp ; & quot ; butter & quot ; . supports all known html 4.0 entities , including funky accents . note that the commonly used apostrophe escape character & ap... | void function ( Writer arg0 , String arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { return ; } Entities . HTML40 . escape ( arg0 , arg1 ) ; } |
20,124 | if not null , more results are available . pass this value to listhsms to retrieve the next set of items . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> hsmList concode_field_sep void setHsmList concode_elem_sep int hashCode concode_elem_sep ListHsmsResult withHsmLis... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
20,125 | updates the donvi in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep donviLocalService _donviLocalService concode_field_sep int getdonvisCount concode_elem_sep com.newway.model.donvi createdonvi concode_elem_sep void setWrappedService concode_elem_sep... | com . newway . model . arg0 function ( com . newway . model . arg0 arg0 ) { return _donviLocalService . updatedonvi ( arg0 ) ; } |
20,126 | returns the mvcc version of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_... | long function ( ) { return _recentLayoutBranch . getMvccVersion ( ) ; } |
20,127 | places a httpcacheentry in the cache concode_field_sep CacheMap entries concode_field_sep void removeEntry concode_elem_sep void updateEntry concode_elem_sep HttpCacheEntry getEntry | void function ( String arg0 , HttpCacheEntry arg1 ) { entries . put ( arg0 , arg1 ) ; } |
20,128 | checks the operation of getflowclassifier method . concode_field_sep VtnStorageServiceTest storageService concode_elem_sep VirtualPortId virtualSrcPort concode_elem_sep String name concode_elem_sep DefaultFlowClassifier.Builder flowClassifierBuilder concode_elem_sep int maxSrcPortRange concode_elem_sep FlowClassifier f... | void function ( ) { testCreateFlowClassifier ( ) ; assertThat ( flowClassifier , is ( notNullValue ( ) ) ) ; assertThat ( flowClassifierMgr . getFlowClassifier ( flowClassifierId ) , is ( flowClassifier ) ) ; } |
20,129 | get the requestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep CertificateAddHeaders withDataServiceId concode_elem_sep CertificateAddHeaders withLastM... | String function ( ) { return this . requestId ; } |
20,130 | get the amount of candy required to do a powerup concode_field_sep Map<Float,Float> LEVEL_CPMULTIPLIER concode_field_sep int getMaxCp concode_elem_sep float getLevel concode_elem_sep int getCpAfterPowerup concode_elem_sep int getStartdustCostsForPowerup concode_elem_sep float getLevelFromCpMultiplier concode_elem_sep i... | int function ( float arg0 , int arg1 ) { float loc0 = getLevelFromCpMultiplier ( arg0 ) ; if ( loc0 <= 13 && arg1 <= 20 ) { return 1 ; } if ( loc0 <= 21 && arg1 <= 36 ) { return 2 ; } if ( loc0 <= 31 && arg1 <= 60 ) { return 3 ; } return 4 ; } |
20,131 | generates a new order structured as a map concode_field_sep Random ran concode_elem_sep int counter concode_field_sep String processOrder | Map < String , Object > function ( ) { Map < String , Object > loc0 = new HashMap < String , Object > ( ) ; loc0 . put ( "srini_string" , counter ++ ) ; loc0 . put ( "srini_string" , counter % 2 == 0 ? 111 : 222 ) ; loc0 . put ( "srini_string" , ran . nextInt ( 10 ) + 1 ) ; loc0 . put ( "srini_string" , counter % 2 == ... |
20,132 | gets the direction in which the last segment of the connection should point concode_field_sep BPELEditPart editPart concode_elem_sep List<PolylineConnection> handlerConnectionsList concode_elem_sep IFigure connLayer concode_field_sep IFigure getTHFigure concode_elem_sep Ray getFHRoutingStartConstraint concode_elem_sep ... | Ray function ( ) { switch ( getFHTargetAnchorLoc ( ) ) { case CenteredConnectionAnchor . TOP : return ManhattanConnectionRouterEx . UP ; default : return ManhattanConnectionRouterEx . LEFT ; } } |
20,133 | print the object 's state into the given stream . concode_field_sep int mObject concode_elem_sep IInterface mOwner concode_elem_sep int mOrgue concode_elem_sep String mDescriptor concode_elem_sep boolean FIND_POTENTIAL_LEAKS concode_elem_sep String TAG concode_elem_sep WeakReference mSelf concode_field_sep void init co... | void function ( FileDescriptor arg0 , PrintWriter arg1 , String [ ] arg2 ) { } |
20,134 | launch the application . this method is the initial entry point that should be called by a subclass public static void main string args method . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMainClass concode_elem_sep MainMethodRunner createMainMethodRunner concode_elem_sep List<Archive> getClas... | void function ( String [ ] arg0 ) { JarFile . registerUrlProtocolHandler ( ) ; ClassLoader loc0 = createClassLoader ( getClassPathArchives ( ) ) ; launch ( arg0 , getMainClass ( ) , loc0 ) ; } |
20,135 | assert a cookie 's domain with a hamcrest matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher path concode_elem_sep ResultMatcher path concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher ex... | ResultMatcher function ( final String arg0 , final Matcher < ? super String > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) throws Exception { Cookie loc0 = arg2 . getResponse ( ) . getCookie ( arg0 ) ; assertThat ( "srini_string" , loc0 . getDomain ( ) , arg1 ) ; } } ; } |
20,136 | get a boolean option concode_field_sep String HOURS concode_elem_sep String SECONDS concode_elem_sep Logger log concode_elem_sep Map<String,String> options concode_elem_sep String name concode_elem_sep String DAYS concode_elem_sep String MINUTES concode_field_sep Collection<String> values concode_elem_sep String getOpt... | Boolean function ( String arg0 , boolean arg1 ) { String loc0 = getOption ( arg0 , Boolean . toString ( arg1 ) ) ; return Boolean . valueOf ( loc0 ) ; } |
20,137 | get the address of the company concode_field_sep Bitmap image concode_elem_sep String password concode_elem_sep String website concode_elem_sep Address address concode_elem_sep String merchantId concode_elem_sep String companyName concode_elem_sep int contactNumber concode_elem_sep String merchantDescription concode_el... | Address function ( ) { return this . address ; } |
20,138 | called when the last reference to the object was released by a call to #releasereferencefromcontainer . concode_field_sep int mReferenceCount concode_field_sep void onAllReferencesReleased concode_elem_sep void releaseReferenceFromContainer concode_elem_sep void acquireReference concode_elem_sep void close concode_elem... | void function ( ) { onAllReferencesReleased ( ) ; } |
20,139 | sets a busy handler for the connection . concode_field_sep PlaceHolder placeHolder concode_field_sep void clearHandler concode_elem_sep void commitHandler concode_elem_sep int callback | void function ( Connection arg0 , BusyHandler arg1 ) { commitHandler ( arg0 , arg1 ) ; } |
20,140 | resets the current status and processed lines . should be used after processing a message concode_field_sep MessageType currentMessageType concode_elem_sep Message currentMessage concode_elem_sep Logger logger concode_elem_sep Integer numberOfRequiredLines concode_elem_sep List<String> receivedLines concode_elem_sep St... | void function ( ) { this . currentMessage = null ; receivedLines . clear ( ) ; currentMessageType = null ; numberOfRequiredLines = null ; } |
20,141 | sets associated cache name . concode_field_sep String dbSchema concode_elem_sep String cacheName concode_elem_sep String valType concode_elem_sep JdbcTypeField[] keyFields concode_elem_sep long serialVersionUID concode_elem_sep String keyType concode_elem_sep JdbcTypeField[] valFlds concode_elem_sep String dbTbl concod... | JdbcType function ( String arg0 ) { this . cacheName = arg0 ; return this ; } |
20,142 | returns the number of locks . concode_field_sep LockLocalService _lockLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep boolean hasLock concode_elem_sep boolean hasLock concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQue... | int function ( ) { return _lockLocalService . getLocksCount ( ) ; } |
20,143 | get the available options for command line interface concode_field_sep Options options concode_field_sep void addOption | Options function ( ) { return options ; } |
20,144 | get the locale object matching the given language and country . concode_field_sep Map<String,Locale> s_aLocales concode_elem_sep ReadWriteLock s_aRWLock concode_elem_sep LocaleCache s_aInstance concode_elem_sep Logger s_aLogger concode_field_sep boolean containsLocale concode_elem_sep boolean containsLocale concode_ele... | Locale function ( @ Nullable final String arg0 , @ Nullable final String arg1 ) { return getLocale ( arg0 , arg1 , "srini_string" ) ; } |
20,145 | returns the discussion id of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGro... | long function ( ) { return _mbDiscussion . getDiscussionId ( ) ; } |
20,146 | some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ... | void function ( String arg0 ) { } |
20,147 | store the given values for invalidation . concode_field_sep List<SkyKey> valuesToInvalidate concode_elem_sep Map<SkyKey,SkyValue> valuesToInject concode_field_sep Diff getDiff concode_elem_sep void invalidateTransientErrors concode_elem_sep void clear concode_elem_sep void inject | void function ( Iterable < SkyKey > arg0 ) { Iterables . addAll ( valuesToInvalidate , arg0 ) ; } |
20,148 | get the encoding scheme for the specified http request . concode_field_sep String encodingScheme concode_field_sep void setEncodingScheme | String function ( HttpServletRequest arg0 ) { if ( encodingScheme != null ) { return encodingScheme ; } else { String loc0 = arg0 . getCharacterEncoding ( ) ; if ( loc0 == null ) { loc0 = WebUtils . DEFAULT_CHARACTER_ENCODING ; } return loc0 ; } } |
20,149 | the description for a warning returned by the document service . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DocumentServiceWarning clone concode_elem_sep String getMessage concode_elem_sep String toString concode_elem_sep DocumentServiceWarning withM... | void function ( String arg0 ) { this . message = arg0 ; } |
20,150 | use the user 's email as their username . by default , the user 's username is separate from their email ; we ask the user for their username and email on the signup form , and ask for their username on the login form . if this option is set to true , we 'll not ask for their username on the signup and login forms ; us... | ParseLoginBuilder function ( boolean arg0 ) { config . setParseLoginEmailAsUsername ( arg0 ) ; return this ; } |
20,151 | test of getheadersbufferwithouteol method , of class response . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetCharset concode_elem_sep void testGetCharset concode_elem_sep void testGetContentLength concode_elem_sep void testSetErrorResponse concode_elem_sep void tearDownClass concode_elem_sep ... | void function ( ) { } |
20,152 | spdy/3 only . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_el... | int function ( int arg0 ) { int loc0 = 1 << DOWNLOAD_BANDWIDTH ; return ( loc0 & set ) != 0 ? values [ DOWNLOAD_BANDWIDTH ] : arg0 ; } |
20,153 | the operating system family . concode_field_sep String name concode_elem_sep String family concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem_sep void setVersion concode_elem_sep String getFamily concode_elem_sep int hashCode co... | void function ( String arg0 ) { this . family = arg0 ; } |
20,154 | check login method wil check user login status if false it will redirect user to login page else wo n't do anything concode_field_sep String KEY_CITY concode_elem_sep Editor editor concode_elem_sep Context _context concode_elem_sep SharedPreferences pref concode_elem_sep String KEY_NAME concode_elem_sep String KEY_EMAI... | SBO_City function ( ) { String loc0 = pref . getString ( KEY_CITY , null ) ; SBO_City loc1 = new SBO_City ( ) ; if ( loc0 != null ) { loc1 . setName ( loc0 ) ; int loc2 = pref . getInt ( loc0 , - 1 ) ; loc1 . setID ( loc2 ) ; } return loc1 ; } |
20,155 | implement the parcelable interface @hide concode_field_sep String pin concode_elem_sep Creator<WpsResult> CREATOR concode_elem_sep Status status concode_field_sep WpsResult[] newArray concode_elem_sep String toString concode_elem_sep WpsResult createFromParcel concode_elem_sep void writeToParcel | int function ( ) { return 0 ; } |
20,156 | general error reporting , all corraled here just in case i think of something slightly more intelligent to do . concode_field_sep SerialPort port concode_field_sep void serialEvent concode_elem_sep void setDTR concode_elem_sep void setup concode_elem_sep void dispose concode_elem_sep void message concode_elem_sep List<... | void function ( String arg0 , Throwable arg1 ) { System . err . println ( format ( tr ( "srini_string" ) , arg0 ) ) ; arg1 . printStackTrace ( ) ; } |
20,157 | get custom deserializer concode_field_sep java.lang.String listReturnValueType 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.TypeDesc getTypeDesc concode_elem_sep void se... | 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 ) ; } |
20,158 | returns true if the specified cell is editable , and false if it is not . this implementation returns false for all arguments , subclasses should override the method if necessary . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_field_sep T[] getListeners concode_elem_sep... | boolean function ( int arg0 , int arg1 ) { return false ; } |
20,159 | gets the value of the networkcode property . concode_field_sep String networkCode concode_elem_sep String applicationName concode_field_sep void setNetworkCode concode_elem_sep String getApplicationName concode_elem_sep void setApplicationName | String function ( ) { return networkCode ; } |
20,160 | removes all rights mappings for the database object identified by the dbobject argument from all grantee objects in the set . concode_field_sep HashMappedList uUser concode_elem_sep GranteeManager granteeManager concode_elem_sep User sysUser concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void dropUse... | void function ( Object arg0 ) { granteeManager . removeDbObject ( arg0 ) ; } |
20,161 | determines if the controller can handle the particular event . default implementation checks against registered event types then queries all child controllers . concode_field_sep Controller parent concode_elem_sep List<Controller> children concode_elem_sep boolean initialized concode_elem_sep List<EventType> supportedE... | boolean function ( AppEvent arg0 ) { return canHandle ( arg0 , true ) ; } |
20,162 | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } |
20,163 | the amazon resource name arn of the gateway-vtl that the virtual tape is being retrieved to . the virtual tape is retrieved from the virtual tape shelf vts . concode_field_sep java.util.Date completionTime concode_elem_sep String tapeStatus concode_elem_sep String tapeARN concode_elem_sep String tapeBarcode concode_ele... | void function ( String arg0 ) { this . retrievedTo = arg0 ; } |
20,164 | returns the wakeup object . concode_field_sep AtomicLongFieldUpdater<StripedSizedEpoch> CleanupAcquiredUpdater concode_elem_sep AtomicReferenceFieldUpdater<StripedSizedEpoch,Object> WakeupUpdater concode_elem_sep int NumStripes concode_elem_sep Object wakeup concode_elem_sep AtomicLongArray entryCountsAndSizes concode_... | Object function ( ) { Object loc0 = wakeup ; if ( loc0 == null ) { WakeupUpdater . compareAndSet ( this , null , new Object ( ) ) ; loc0 = wakeup ; } return loc0 ; } |
20,165 | fills ` dst ' with bytes from ` in ' , throwing eofexception if insufficient bytes are available . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY... | void function ( InputStream arg0 , byte [ ] arg1 ) { readFully ( arg0 , arg1 , 0 , arg1 . length ) ; } |
20,166 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep Long queryTableFieldId concode_elem_sep Object parent concode_elem_sep String dataCellStyle concode_elem_sep CTXmlColumnPr xmlColumnPr concode_elem_sep CTExtensionList extLst concode_elem_sep String headerRowCellSty... | Object function ( ) { return this . parent ; } |
20,167 | creates a new simple image searcher with the desired number of maximum hits . concode_field_sep int NUM_MAX_HITS concode_field_sep ImageSearcher createJCDImageSearcher concode_elem_sep ImageSearcher createColorLayoutImageSearcher concode_elem_sep ImageSearcher createAutoColorCorrelogramImageSearcher concode_elem_sep Im... | ImageSearcher function ( int arg0 ) { return ImageSearcherFactory . createColorLayoutImageSearcher ( arg0 ) ; } |
20,168 | destroy the current command . concode_field_sep OsProcess process concode_field_sep String getLibraryPathPropertyName concode_elem_sep String getStdOut concode_elem_sep void checkForError concode_elem_sep Map<String,String> getEnvironment concode_elem_sep void setDynamicLibraryPath concode_elem_sep void execute concode... | int function ( ) { return process . destroy ( ) ; } |
20,169 | ensures the truth of an expression involving the state of the caller . concode_field_sep String EMPTY_ARGUMENTS concode_elem_sep boolean sStrictMode concode_field_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep boolean checkNotNull concode_elem_sep boolean ch... | boolean function ( boolean arg0 ) { return checkStateInternal ( arg0 , sStrictMode , "srini_string" , EMPTY_ARGUMENTS ) ; } |
20,170 | called once during intialization concode_field_sep Vector3 TMP_V3 concode_elem_sep Matrix4 TMP_M4 concode_elem_sep Quaternion TMP_Q2 concode_elem_sep ParticleController controller concode_elem_sep Vector3 TMP_V1 concode_elem_sep Vector3 TMP_V2 concode_elem_sep Vector3 TMP_V6 concode_elem_sep Quaternion TMP_Q concode_el... | void function ( ) { } |
20,171 | abbreviates this script to a length that will fit in the database . concode_field_sep int executionTime concode_elem_sep Date installedOn concode_elem_sep int installedRank concode_elem_sep boolean success concode_elem_sep Integer checksum concode_elem_sep String description concode_elem_sep String installedBy concode_... | String function ( String arg0 ) { if ( arg0 == null ) { return null ; } if ( arg0 . length ( ) <= 1000 ) { return arg0 ; } return "srini_string" + arg0 . substring ( 3 , 1000 ) ; } |
20,172 | return the underlying org.apache.commons.fileupload.fileupload instance . there is hardly any need to access this . concode_field_sep boolean uploadTempDirSpecified concode_elem_sep MultiValueMap<String,MultipartFile> multipartFiles concode_elem_sep Log logger concode_elem_sep DiskFileItemFactory fileItemFactory concod... | FileUpload function ( ) { return this . fileUpload ; } |
20,173 | returns the common prefix between two strings . concode_field_sep TreeString node concode_elem_sep Map<String,Child> children concode_elem_sep Child root concode_elem_sep Map<String,Child> NO_CHILDREN concode_field_sep Child intern concode_elem_sep TreeString intern concode_elem_sep TreeString intern concode_elem_sep C... | int function ( final String arg0 , final String arg1 ) { int loc0 = Math . min ( arg0 . length ( ) , arg1 . length ( ) ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != arg1 . charAt ( loc1 ) ) { return loc1 ; } } return loc0 ; } |
20,174 | the map holds the mapping from short ids to long ids . concode_field_sep Map columnsMap concode_elem_sep List<? extends Selection> selections concode_elem_sep String query concode_elem_sep List<String> paramNameList concode_field_sep String wholeWordReplaceAll concode_elem_sep List<String> getParamList concode_elem_sep... | Map function ( ) { return columnsMap ; } |
20,175 | this implementation does nothing . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONFIG_LOCATION_DELIMITERS concode_elem_sep String contextConfigLocation concode_field_sep void setContextCon... | void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { } |
20,176 | returns id concode_field_sep String dashboardUrl concode_elem_sep Plan servicePlan concode_elem_sep Integer boundAppCount concode_elem_sep String provider concode_elem_sep Service service concode_elem_sep String lastOperation concode_elem_sep String name concode_elem_sep String id concode_elem_sep String label concode_... | String function ( ) { return id ; } |
20,177 | returns true if two possibly-null objects are equal . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_88... | boolean function ( Object arg0 , Object arg1 ) { return arg0 == arg1 || ( arg0 != null && arg0 . equals ( arg1 ) ) ; } |
20,178 | unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc... | void function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; } |
20,179 | template id is unique representation of the template concode_field_sep MetaData metaData concode_elem_sep Log log concode_elem_sep ParametersMetaData parametersMetaData concode_field_sep String getName concode_elem_sep ParametersMetaData getParametersMetaData concode_elem_sep InputData getInputData concode_elem_sep Str... | String function ( ) { return this . metaData . getTemplate ( ) . getTemplateId ( ) ; } |
20,180 | centers the window around the specified center concode_field_sep ArrayList<FrameControllerListener> listenerList concode_elem_sep Logger logger concode_elem_sep Point center concode_elem_sep Window mainWindow concode_elem_sep Stack<FrameController> openFrameController concode_field_sep void add concode_elem_sep void re... | void function ( Window arg0 ) { Dimension loc0 = arg0 . getSize ( ) ; int loc1 = center . loc1 - ( loc0 . width / 2 ) ; int loc2 = center . loc2 - ( loc0 . height / 2 ) ; fitIntoScreen ( loc1 , loc2 , arg0 ) ; } |
20,181 | returns the number of ke hoach kiem dem nuocs . concode_field_sep KeHoachKiemDemNuocPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<KeHoachKiemDemNuoc> findWithDynamicQuery concode_elem_sep List<KeHoachKiemDemNuoc> findWithDynamicQuery concode_elem_sep... | int function ( ) { return getPersistence ( ) . countAll ( ) ; } |
20,182 | load native libraries stored in `` libs/armeabi '' concode_field_sep String NATIVE_LIB_UNITYPLAYER concode_elem_sep String NATIVE_LIB_QCAR concode_elem_sep String NATIVE_LIB_QCARWRAPPER concode_field_sep boolean loadLibrary concode_elem_sep void initPlatformNative concode_elem_sep void initPlatform concode_elem_sep int... | void function ( ) { loadLibrary ( NATIVE_LIB_QCAR ) ; loadLibrary ( NATIVE_LIB_QCARWRAPPER ) ; loadLibrary ( NATIVE_LIB_UNITYPLAYER ) ; } |
20,183 | invoke `` home '' action , returning to org.dalmasso.ietfsched.ui.homeactivity . concode_field_sep Activity mActivity concode_field_sep View addActionButtonCompatFromMenuItem concode_elem_sep boolean onKeyDown concode_elem_sep ActivityHelper createInstance concode_elem_sep void setupHomeActivity concode_elem_sep void s... | void function ( ) { if ( mActivity instanceof HomeActivity ) { return ; } final Intent loc0 = new Intent ( mActivity , HomeActivity . class ) ; loc0 . setFlags ( Intent . FLAG_ACTIVITY_CLEAR_TOP ) ; mActivity . startActivity ( loc0 ) ; mActivity . overridePendingTransition ( R . anim . home_enter , R . anim . home_exit... |
20,184 | get the meta-data for the rest package . concode_field_sep Package myPackage concode_elem_sep Log LOG concode_elem_sep VersionAnnotation version concode_field_sep String getVersion concode_elem_sep String getUrl concode_elem_sep void writeTo concode_elem_sep String getUser concode_elem_sep String getDate concode_elem_s... | Package function ( ) { return myPackage ; } |
20,185 | creates and bootstraps amazon api gateway client with the current credentials provider . concode_field_sep String cognitoIdentityPoolID concode_elem_sep AmazonDynamoDBClient dynamoDBClient concode_elem_sep AWSMobileClient instance concode_elem_sep DynamoDBMapper dynamoDBMapper concode_elem_sep IdentityManager identityM... | CloudLogicAPI function ( final Class < ? > arg0 ) { for ( final CloudLogicAPIConfiguration loc0 : CloudLogicAPIFactory . getAPIs ( ) ) { if ( loc0 . getClientClass ( ) . equals ( arg0 ) ) { return loc0 . getClient ( ) ; } } throw new IllegalArgumentException ( "srini_string" + arg0 . getName ( ) ) ; } |
20,186 | destroy the given containers concode_field_sep Long CREATE_TIMEOUT concode_elem_sep B optionsBuilder concode_elem_sep String CONTAINER_NUMBER_PROPERTY concode_elem_sep Set<String> profileNames concode_elem_sep boolean waitForProvisioning concode_elem_sep String CONTAINER_TYPE_PROPERTY concode_elem_sep Long PROVISION_TI... | void function ( FabricService arg0 , Set < Container > arg1 ) { for ( Container loc0 : arg1 ) { String loc1 = loc0 . getId ( ) ; try { arg0 . destroyContainer ( loc1 , true ) ; } catch ( Exception loc2 ) { new FabricException ( "srini_string" + loc1 , loc2 ) . printStackTrace ( System . err ) ; } } } |
20,187 | test method for com.hazelcast.config.mapconfig #getevictionpercentage . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetMapStoreConfig concode_elem_sep void testMapPartitionLostListenerReadOnlyConfig_withImplementation concode_elem_sep void testGetBackupCount concode_elem_sep void setBackupCount... | void function ( ) { assertEquals ( MapConfig . DEFAULT_EVICTION_PERCENTAGE , new MapConfig ( ) . getEvictionPercentage ( ) ) ; } |
20,188 | since the kill ring has a wrap-around representation , we need to convert user-visible indices to actual indices in the array . concode_field_sep String[] ring concode_elem_sep KillRing killRing concode_elem_sep int count concode_elem_sep boolean wrap concode_field_sep void add concode_elem_sep void removeListDataListe... | int function ( int arg0 ) { if ( wrap ) { if ( arg0 < count ) return count - arg0 - 1 ; else return count + ring . length - arg0 - 1 ; } else return count - arg0 - 1 ; } |
20,189 | using the given 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 newConne... | ResultSet function ( final PreparedStatement arg0 ) { final ResultSet loc0 = arg0 . executeQuery ( ) ; registerResultSet ( loc0 ) ; return loc0 ; } |
20,190 | tracks layering a protocol . concode_field_sep boolean connected concode_elem_sep HttpHost targetHost concode_elem_sep TunnelType tunnelled concode_elem_sep InetAddress localAddress concode_elem_sep HttpHost[] proxyChain concode_elem_sep boolean secure concode_elem_sep LayerType layered concode_field_sep void connectPr... | void function ( boolean arg0 ) { if ( ! this . connected ) { throw new IllegalStateException ( "srini_string" ) ; } this . layered = LayerType . LAYERED ; this . secure = arg0 ; } |
20,191 | the details of the status change reason for the instance . concode_field_sep InstanceStateChangeReason stateChangeReason concode_elem_sep InstanceTimeline timeline concode_elem_sep String state concode_field_sep void setStateChangeReason concode_elem_sep String getState concode_elem_sep InstanceStateChangeReason getSta... | InstanceStatus function ( InstanceStateChangeReason arg0 ) { setStateChangeReason ( arg0 ) ; return this ; } |
20,192 | finds component with the given id concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessage concode_elem_sep String get... | UIComponent function ( UIComponent arg0 , String arg1 ) { if ( arg1 . equals ( arg0 . getId ( ) ) ) { return arg0 ; } Iterator < UIComponent > loc0 = arg0 . getFacetsAndChildren ( ) ; while ( loc0 . hasNext ( ) ) { UIComponent loc1 = findComponent ( loc0 . next ( ) , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } ret... |
20,193 | sets the value of the downloadurl property . concode_field_sep Site site concode_elem_sep DeploymentRepository snapshotRepository concode_elem_sep String downloadUrl concode_elem_sep Relocation relocation concode_elem_sep DeploymentRepository repository concode_elem_sep String status concode_field_sep void setRelocatio... | void function ( String arg0 ) { this . downloadUrl = arg0 ; } |
20,194 | updates the digest with inputs by iterating over them and invoking #addstring string on each element . concode_field_sep MessageDigest md concode_field_sep String hexDigestAndReset concode_elem_sep String md5Digest concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint ... | Fingerprint function ( String ... arg0 ) { addInt ( arg0 . length ) ; for ( String loc0 : arg0 ) { addString ( loc0 ) ; } return this ; } |
20,195 | gets the configuration meta data . concode_field_sep Pattern parsePattern concode_elem_sep ConfigurationMetaData configurationMetaData concode_field_sep void setParsePattern concode_elem_sep void setConfigurationMetaData concode_elem_sep void initialize concode_elem_sep Pattern getParsePattern | ConfigurationMetaData function ( ) { return configurationMetaData ; } |
20,196 | sets whether or not the session should end with this response . concode_field_sep OutputSpeech outputSpeech concode_elem_sep Reprompt reprompt concode_elem_sep Card card concode_elem_sep boolean shouldEndSession concode_field_sep Reprompt getReprompt concode_elem_sep SpeechletResponse newTellResponse concode_elem_sep S... | void function ( final boolean arg0 ) { this . shouldEndSession = arg0 ; } |
20,197 | retrieves org.motechproject.mds.service.motechdataservice implementation for thegiven entity . it will throw org.motechproject.mds.ex.entity.servicenotfoundexception , in case a service for the given entity class can not be found . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | MotechDataService function ( BundleContext arg0 , Entity arg1 ) { return getDataService ( arg0 , arg1 . getClassName ( ) ) ; } |
20,198 | return the differentiator that can distinguish columns with the same name . this value is just the ordinal position of the schemacolumn within its nodeschema . concode_field_sep String m_tableName concode_elem_sep String m_columnAlias concode_elem_sep int m_differentiator concode_elem_sep AbstractExpression m_expressio... | int function ( ) { return m_differentiator ; } |
20,199 | sets the value of the startopen property . concode_field_sep List<Object> attvaluesOrSpellsOrColor concode_elem_sep String start concode_elem_sep Float weight concode_elem_sep String end concode_elem_sep String endopen concode_elem_sep String id concode_elem_sep String label concode_elem_sep String source concode_elem_... | void function ( String arg0 ) { this . startopen = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.