idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
24,000 | set value from double using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep boolean isOrigL... | void function ( double [ ] arg0 , int arg1 , double arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } } |
24,001 | set message concode_field_sep String userName concode_elem_sep String message concode_field_sep void setUserName concode_elem_sep String getUserName concode_elem_sep String getMessage | void function ( String arg0 ) { this . message = arg0 ; } |
24,002 | returns the support 's height . concode_field_sep Integer width concode_elem_sep LengthUnit lengthUnit concode_elem_sep Integer height concode_field_sep Integer getHeightInt concode_elem_sep Integer getWidthInt concode_elem_sep String getWidth | String function ( ) { return height . toString ( ) + lengthUnit . toString ( ) ; } |
24,003 | sets the status of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep long getItemPriceId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep int getMinQuantity concode_elem_sep boolean isCachedModel concode_elem_sep ... | void function ( int arg0 ) { _shoppingItemPrice . setStatus ( arg0 ) ; } |
24,004 | go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV... | boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; } |
24,005 | retrieves the accumulated time this object has spent running since it was last zeroed . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_el... | long function ( ) { if ( running ) { return total + System . currentTimeMillis ( ) - startTime ; } else { return total ; } } |
24,006 | construct a url like the given one , but with the given parameters added to its query string . concode_field_sep String FORM_ENCODED concode_elem_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String OAUTH_CONSUMER_KEY concode_elem_sep String OAUTH_TOKEN concode_elem_sep String ENCO... | String function ( String arg0 , String ... arg1 ) { return addParameters ( arg0 , newList ( arg1 ) ) ; } |
24,007 | set the element container . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep String reset concode_elem_sep FormElementContainer getElementContainer | void function ( FormElementContainer arg0 ) { this . elementContainer = arg0 ; } |
24,008 | sets the binary content as a stream . concode_field_sep InputStream binaryContent concode_field_sep InputStream getBinaryContent concode_elem_sep int getContentType | void function ( InputStream arg0 ) { this . binaryContent = arg0 ; } |
24,009 | checks if text is empty characters < = space concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rTrimSize concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubs... | boolean function ( String arg0 ) { int loc0 = arg0 == null ? 0 : arg0 . length ( ) ; while ( loc0 > 0 ) { if ( arg0 . charAt ( -- loc0 ) > ' ' ) { return false ; } } return true ; } |
24,010 | set the system identifier for this source . if an input source has already been set , it will set the system id or that input source , otherwise it will create a new input source . the system identifier is optional if there is a byte stream or a character stream , but it is still useful to provide one , since the appli... | void function ( String arg0 ) { if ( null == inputSource ) { inputSource = new InputSource ( arg0 ) ; } else { inputSource . setSystemId ( arg0 ) ; } } |
24,011 | customize the requested permissions for facebook login concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setAppLogo concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseL... | ParseLoginBuilder function ( Collection < String > arg0 ) { config . setFacebookLoginPermissions ( arg0 ) ; return this ; } |
24,012 | sets the user uuid of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGro... | void function ( java . lang . String arg0 ) { _location . setUserUuid ( arg0 ) ; } |
24,013 | sets the password for the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri... | void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; } |
24,014 | gets the protocolo value for this ossturbonetchangeprofilein . concode_field_sep java.lang.String protocolo concode_elem_sep java.lang.String modulacaoAtual concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbone... | java . lang . String function ( ) { return protocolo ; } |
24,015 | do not call this unless you are mountservice concode_field_sep boolean mPrimary concode_elem_sep String mUuid concode_elem_sep long mMaxFileSize concode_elem_sep String mUserLabel concode_elem_sep String EXTRA_STORAGE_VOLUME concode_elem_sep boolean mAllowMassStorage concode_elem_sep Creator<StorageVolume> CREATOR conc... | void function ( int arg0 ) { mStorageId = ( ( arg0 + 1 ) << 16 ) + 1 ; } |
24,016 | closes the underlying reader . concode_field_sep BufferedReader br concode_elem_sep char lf concode_elem_sep char separator concode_elem_sep char cr concode_elem_sep char quotechar concode_field_sep String[] readNext | void function ( ) { br . close ( ) ; } |
24,017 | gets the block type at the location of this entity client-only . concode_field_sep int field_145851_c concode_elem_sep Map classToNameMap concode_elem_sep Logger logger concode_elem_sep String __OBFID concode_elem_sep Block blockType concode_elem_sep Map nameToClassMap concode_elem_sep int field_145849_e concode_elem_s... | Block function ( ) { if ( this . blockType == null ) { this . blockType = this . worldObj . getBlock ( this . field_145851_c , this . field_145848_d , this . field_145849_e ) ; } return this . blockType ; } |
24,018 | 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... | boolean function ( EObject arg0 , EObject arg1 ) { return false ; } |
24,019 | method yang digunakan untuk memulai ulang permainan concode_field_sep PembuatArena petaGim concode_elem_sep GameState currentState concode_field_sep void updateAbout concode_elem_sep void updateGameOver concode_elem_sep boolean isReady concode_elem_sep void start concode_elem_sep void update concode_elem_sep void updat... | void function ( ) { currentState = GameState . READY ; } |
24,020 | when converting between string chars and bytes , there 's an implied encoding to be used , dependent on the context and platform . if none is specified , then string byte will use the platform 's default encoding . this method is for when encoding is not relevant , when the string simply holds byte values in each char ... | byte [ ] function ( CharSequence arg0 ) { final int loc0 = arg0 . length ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = ( byte ) arg0 . charAt ( loc2 ) ; } return loc1 ; } |
24,021 | returns the transform . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep ... | AffineTransform function ( ) { return MeterNeedle . transform ; } |
24,022 | set an error message for this section . concode_field_sep ServerEditorPart editor concode_elem_sep IServerWorkingCopy server concode_elem_sep String errorMessage concode_elem_sep ServerResourceCommandManager commandManager concode_elem_sep boolean readOnly concode_elem_sep Composite parentComp concode_field_sep void do... | void function ( String arg0 ) { if ( arg0 == null && errorMessage == null ) return ; if ( arg0 != null && arg0 . equals ( errorMessage ) ) return ; errorMessage = arg0 ; if ( editor != null ) editor . updateErrorMessage ( ) ; } |
24,023 | reads the next r bits from this binary input stream return as an r-bit int . concode_field_sep BufferedInputStream in concode_elem_sep int buffer concode_elem_sep int EOF concode_elem_sep int n concode_field_sep long readLong concode_elem_sep short readShort concode_elem_sep void fillBuffer concode_elem_sep double read... | int function ( int arg0 ) { if ( arg0 < 1 || arg0 > 32 ) throw new RuntimeException ( "srini_string" + arg0 ) ; if ( arg0 == 32 ) return readInt ( ) ; int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 <<= 1 ; boolean loc2 = readBoolean ( ) ; if ( loc2 ) loc0 |= 1 ; } return loc0 ; } |
24,024 | whether to base64-encode byte properties when reading andwriting json . when set to true , a custom com.google.gson.typeadapter will beregistered via gsonbuilder #registertypehierarchyadapter class , object which serializes a byte property to and from a base64-encoded stringinstead of a json array . note : use of this ... | void function ( boolean arg0 ) { this . base64EncodeByteArrays = arg0 ; } |
24,025 | returns the database id of the user associated with this connection record . concode_field_sep Date endDate concode_elem_sep String sharingProfileName concode_elem_sep String connectionIdentifier concode_elem_sep String connectionName concode_elem_sep String sharingProfileIdentifier concode_elem_sep Integer userID conc... | Integer function ( ) { return userID ; } |
24,026 | the number of unsuccessfully processed records in a putrecords request . concode_field_sep com.amazonaws.internal.SdkInternalList<PutRecordsResultEntry> records concode_elem_sep Integer failedRecordCount concode_field_sep void setRecords concode_elem_sep PutRecordsResult withRecords concode_elem_sep PutRecordsResult wi... | PutRecordsResult function ( Integer arg0 ) { setFailedRecordCount ( arg0 ) ; return this ; } |
24,027 | returns true if expression requires wrapping because operator we intend to apply to it operates on a higher precedence than effective precedence at work inside the expression concode_field_sep boolean DEEP_UTILISATION_TEST concode_elem_sep ExprType type concode_elem_sep int precedence concode_field_sep Expr cast concod... | boolean function ( int arg0 , boolean arg1 ) { if ( precedence == JavaPrec . LABEL ) return false ; if ( arg0 == JavaPrec . LABEL ) return false ; return arg0 > ( precedence - ( arg1 ? 0 : 1 ) ) ; } |
24,028 | implements this method from the interface with an empty method body . concode_field_sep PlaceHolder placeHolder concode_field_sep void windowDeactivated concode_elem_sep void windowClosed concode_elem_sep void windowLostFocus concode_elem_sep void windowOpened concode_elem_sep void windowActivated concode_elem_sep void... | void function ( WindowEvent arg0 ) { } |
24,029 | returns the address of the homematic device from the given thing . concode_field_sep PlaceHolder placeHolder concode_field_sep ChannelUID generateChannelUID concode_elem_sep ChannelGroupTypeUID generateChannelGroupTypeUID concode_elem_sep ChannelTypeUID generateChannelTypeUID concode_elem_sep ThingUID generateThingUID ... | String function ( Thing arg0 ) { return arg0 . getUID ( ) . getId ( ) ; } |
24,030 | return the cacheoperationsource instances that this compositecacheoperationsource combines . concode_field_sep CacheOperationSource[] cacheOperationSources concode_field_sep Collection<CacheOperation> getCacheOperations | CacheOperationSource [ ] function ( ) { return this . cacheOperationSources ; } |
24,031 | unregisters the youtube replacement service . concode_field_sep Logger logger concode_elem_sep ServiceRegistration youtubeSourceServReg concode_elem_sep ReplacementService youtubeSource concode_field_sep void start | void function ( BundleContext arg0 ) { youtubeSourceServReg . unregister ( ) ; logger . info ( "srini_string" ) ; } |
24,032 | returns total number of stats points when this report was created . concode_field_sep int size concode_elem_sep int outOf concode_elem_sep int reported concode_elem_sep String text concode_field_sep int getSize concode_elem_sep String getText concode_elem_sep int getReported | int function ( ) { return outOf ; } |
24,033 | this method transforms the dimension name and unit into a table header concode_field_sep PlaceHolder placeHolder concode_field_sep void buildReportChunk concode_elem_sep void inputTwoDimDataContent concode_elem_sep void inputSingleDataContent concode_elem_sep String transformValue concode_elem_sep void inputOneDimDataC... | String function ( Dimension arg0 ) { String loc0 = arg0 . getName ( ) ; String loc1 = arg0 . getUnit ( ) ; if ( loc1 != null && ! loc1 . isEmpty ( ) ) { return loc0 + "srini_string" + loc1 + "srini_string" ; } else { return loc0 ; } } |
24,034 | creates a gpfilepath object for the given string url and attaches the provided genomespace metadata . metadata uses the object type to keep genomespace classes out of the core of genepattern . concode_field_sep Logger log concode_field_sep boolean hasProtocolVersion concode_elem_sep boolean determineConversion concode_... | GenomeSpaceFile function ( Object arg0 , String arg1 , Object arg2 ) { try { arg1 = arg1 . replaceAll ( "srini_string" , "srini_string" ) ; return createFile ( arg0 , new URL ( arg1 ) , null ) ; } catch ( MalformedURLException loc0 ) { log . error ( "srini_string" + arg1 ) ; return null ; } } |
24,035 | finish concode_field_sep LocationDataService m_locationDataService concode_elem_sep Set<String> m_oldApplicationNames concode_elem_sep EventExecutorService m_eventService concode_elem_sep Set<String> m_foundApplicationNames concode_field_sep Set<String> getApplicationNames concode_elem_sep LocationDataService getLocati... | void function ( ) { if ( m_oldApplicationNames != null ) { for ( final String loc0 : m_oldApplicationNames ) { sendEvent ( new ApplicationRemovedRemoteEvent ( loc0 ) ) ; } } } |
24,036 | get the index of the first element from the right that is less than its neighbor on the right . concode_field_sep T[] in concode_elem_sep int[] index concode_elem_sep int m concode_elem_sep int n concode_elem_sep T[] out concode_elem_sep boolean hasNext concode_field_sep boolean next concode_elem_sep void moveIndex con... | int function ( ) { for ( int loc0 = n - 2 ; loc0 >= 0 ; loc0 -- ) { if ( index [ loc0 ] < index [ loc0 + 1 ] ) { return loc0 ; } } return - 1 ; } |
24,037 | closes a potentially null closeable , swallowing any ioexceptions thrown by c.close . the exception will be logged . concode_field_sep Log LOG concode_field_sep void close | void function ( Closeable arg0 ) { if ( arg0 == null ) { return ; } try { arg0 . close ( ) ; } catch ( IOException loc0 ) { LOG . warn ( "srini_string" , loc0 ) ; } } |
24,038 | sets the global abbreviation set . concode_field_sep boolean loaded concode_elem_sep boolean expandOnInput concode_elem_sep Hashtable<String,Hashtable<String,String>> modes concode_elem_sep long abbrevsModTime concode_elem_sep int posParamCount concode_elem_sep boolean abbrevsChanged concode_elem_sep Hashtable<String,S... | void function ( Hashtable < String , String > arg0 ) { abbrevsChanged = true ; Abbrevs . arg0 = arg0 ; } |
24,039 | get the table associated with the entity . concode_field_sep Partition p concode_elem_sep Database database concode_elem_sep Table t concode_elem_sep Path d concode_elem_sep String name concode_elem_sep Type typ concode_elem_sep long serialVersionUID concode_elem_sep String stringObject concode_elem_sep boolean complet... | Table function ( ) { return t ; } |
24,040 | whether to compute a score for each match and include it in the response . the score is based on #setquerybuilder querybuilder . concode_field_sep Boolean trackScores concode_elem_sep HighlightBuilder highlightBuilder concode_elem_sep Integer size concode_elem_sep FilterBuilder filterBuilder concode_elem_sep BytesRefer... | PercolateSourceBuilder function ( boolean arg0 ) { this . trackScores = arg0 ; return this ; } |
24,041 | invoked when the mouse enters a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseClicked concode_elem_sep void mouseMov... | void function ( MouseEvent arg0 ) { } |
24,042 | add an award to the team 's history . the parameter value is the identifier for the award you would like to add . the award class has static constants for use in identifying awards . this does n't work the way i want it to . will fix . concode_field_sep ArrayList<Award> awards concode_elem_sep long serialVersionUID con... | void function ( int arg0 ) { awards . add ( new Award ( arg0 ) ) ; } |
24,043 | return the combination of n and r. concode_field_sep double EPSILON concode_field_sep fj.data.List<Vector> combinations concode_elem_sep fj.data.List<Vector> combinations concode_elem_sep double log concode_elem_sep int factorial concode_elem_sep double choose concode_elem_sep int flip concode_elem_sep BigInteger large... | int function ( int arg0 , int arg1 ) { checkArgument ( arg0 >= arg1 , "srini_string" ) ; checkArgument ( arg1 >= 0 , "srini_string" ) ; return permutation ( arg0 , arg1 ) / factorial ( arg1 ) ; } |
24,044 | returns the component name . the value must match a component name in the components bundle , as used in componentsbundle #getcomponentmanager string . concode_field_sep String namespace concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String namespacePrefix concode_field_sep String ... | String function ( ) { return name ; } |
24,045 | specifies the token that represents the target associated with this ipermission . concode_field_sep Date m_expires concode_elem_sep Date m_effective concode_elem_sep String m_owner concode_elem_sep String m_principal concode_elem_sep String m_activity concode_elem_sep String m_target concode_elem_sep long serialVersion... | void function ( String arg0 ) { m_target = arg0 ; } |
24,046 | creates a random string whose length is the number of characters specified . characters will be chosen from the set of characters whose ascii value is between 32 and 126 inclusive . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep String random concode_elem_sep String random concode_elem... | String function ( int arg0 ) { return random ( arg0 , 32 , 127 , false , false ) ; } |
24,047 | get the server port concode_field_sep MessageBytes remoteHost concode_elem_sep String scheme concode_elem_sep MimeHeaders headers concode_elem_sep HashMap<String,Object> attributes concode_elem_sep MessageBytes remoteUser concode_elem_sep MessageBytes tomcatInstanceId concode_elem_sep MessageBytes requestURI concode_el... | int function ( ) { return serverPort ; } |
24,048 | returns the utterance count . concode_field_sep ReferenceFile referenceFile concode_elem_sep Iterator<HypothesisWord> iterator concode_elem_sep BufferedReader reader concode_elem_sep List<HypothesisWord> words concode_elem_sep boolean isSilenceGap concode_elem_sep float startTime concode_elem_sep float endTime concode_... | int function ( ) { return utteranceCount ; } |
24,049 | returns true if this policy has attempts remaining , false otherwise . 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... | boolean function ( ) { return mCurrentRetryCount <= mMaxNumRetries ; } |
24,050 | get the spec for the container concode_field_sep ContainerState _state concode_elem_sep ContainerSpec _spec concode_elem_sep ContainerId _id concode_field_sep ContainerState getState concode_elem_sep ContainerId getId | ContainerSpec function ( ) { return _spec ; } |
24,051 | gets the value of the note 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 note property . for example , to add a new item , do as follo... | List < Note > function ( ) { if ( note == null ) { note = new ArrayList < Note > ( ) ; } return this . note ; } |
24,052 | returns the human-readable name of this exclusion type . concode_field_sep String fID concode_elem_sep String fName concode_elem_sep boolean fIsTest concode_field_sep void setName concode_elem_sep RefreshExclusion createExclusion concode_elem_sep boolean isTest concode_elem_sep void createProperiesUI concode_elem_sep v... | String function ( ) { return fName ; } |
24,053 | checks that an iterable is both non-null and non-empty . this method does not check individual elements in the iterable . concode_field_sep String ARG_NOT_BLANK_MSG concode_field_sep boolean checkArguments concode_elem_sep double checkArgumentRange concode_elem_sep int checkArgumentRange | T function ( T arg0 ) { return checkNotBlank ( arg0 , ARG_NOT_BLANK_MSG ) ; } |
24,054 | implement the parcelable interface concode_field_sep int TYPE_CDMA concode_elem_sep int TIMESTAMP_TYPE_MODEM concode_elem_sep int TYPE_WCDMA concode_elem_sep int mTimeStampType concode_elem_sep int TIMESTAMP_TYPE_OEM_RIL concode_elem_sep int TYPE_GSM concode_elem_sep int TIMESTAMP_TYPE_ANTENNA concode_elem_sep int TYPE... | int function ( ) { return 0 ; } |
24,055 | gets the value of the id property . concode_field_sep Object parent concode_elem_sep String ref concode_elem_sep String name concode_elem_sep String sheet concode_elem_sep String id concode_field_sep void setName concode_elem_sep Object getParent concode_elem_sep void setRef concode_elem_sep String getName concode_elem... | String function ( ) { return id ; } |
24,056 | action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS con... | String function ( ) { return resetAuction ( false ) ; } |
24,057 | name this value . concode_field_sep boolean _locked concode_elem_sep long _this concode_field_sep String getStringValue concode_elem_sep void unlock concode_elem_sep String getName concode_elem_sep double getDoubleValue concode_elem_sep double getDouble concode_elem_sep boolean islocked concode_elem_sep String getStrin... | void function ( String arg0 ) { PoolInternal . pool_value_set_name ( _this , arg0 ) ; } |
24,058 | disposes this bridgeupdatehandler and releases all resources . concode_field_sep RootGraphicsNode node concode_elem_sep BridgeContext ctx concode_elem_sep Document document concode_field_sep float getFontSize concode_elem_sep void handleOtherAnimationChanged concode_elem_sep Rectangle2D getBBox concode_elem_sep void ha... | void function ( ) { ( ( SVGOMDocument ) document ) . setSVGContext ( null ) ; ctx . unbind ( document ) ; } |
24,059 | deletes the course result from the database . also notifies the appropriate model listeners . concode_field_sep CourseResultLocalService _courseResultLocalService concode_field_sep java.lang.Double avgResult concode_elem_sep java.lang.Double avgResult concode_elem_sep void setWrappedService concode_elem_sep com.liferay... | com . liferay . lms . model . CourseResult function ( com . liferay . lms . model . CourseResult arg0 ) { return _courseResultLocalService . deleteCourseResult ( arg0 ) ; } |
24,060 | pripojena terapie concode_field_sep int PP concode_elem_sep boolean successOfAnalyse concode_elem_sep String Temperature concode_elem_sep boolean sameData concode_elem_sep boolean asystolia concode_elem_sep int SpO2 concode_elem_sep int CO2 concode_elem_sep List<float[][]> ecg concode_elem_sep int impedance concode_ele... | boolean function ( ) { return connectTerapy ; } |
24,061 | sets the address for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_elem_s... | void function ( String arg0 ) { this . address = arg0 ; } |
24,062 | 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 ) ; } |
24,063 | deletes the key/value pair with key key from this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTATION_... | Object function ( Object arg0 ) { return map . remove ( arg0 ) ; } |
24,064 | gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount | int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; } |
24,065 | creates a new system event with the primary key . does not add the system event to the database . concode_field_sep SystemEventLocalService _service concode_field_sep com.liferay.portal.model.SystemEvent updateSystemEvent concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuer... | com . liferay . portal . model . SystemEvent function ( long arg0 ) { return getService ( ) . createSystemEvent ( arg0 ) ; } |
24,066 | return the max heap size in bytes as set by - xmx . concode_field_sep long endLastMajorGC concode_elem_sep double[][] generationalFunction concode_elem_sep double accumulatedGCTime concode_elem_sep double[][] nongenerationalFunction concode_elem_sep double[][] function concode_elem_sep Extent initialHeapSize concode_el... | Extent function ( ) { return maxHeapSize ; } |
24,067 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id concode_elem_sep IntKe... | int function ( ) { next_cs_id ++ ; return next_cs_id ; } |
24,068 | gets the value of the usage property . concode_field_sep JAXBElement<Long> quantity concode_elem_sep JAXBElement<String> featureName concode_elem_sep JAXBElement<Double> borrowUsage concode_elem_sep JAXBElement<Double> usage concode_elem_sep JAXBElement<String> serverName concode_elem_sep JAXBElement<String> vendorName... | JAXBElement < Double > function ( ) { return usage ; } |
24,069 | sets current values to be a rotation matrix of given angle concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep void loadMultiply concode_elem_sep float[] getArray concode_elem_sep vo... | void function ( float arg0 ) { float loc0 , loc1 ; arg0 *= ( float ) ( java . lang . Math . PI / 180.0f ) ; loc0 = ( float ) java . lang . Math . cos ( arg0 ) ; loc1 = ( float ) java . lang . Math . sin ( arg0 ) ; mMat [ 0 ] = loc0 ; mMat [ 1 ] = - loc1 ; mMat [ 2 ] = loc1 ; mMat [ 3 ] = loc0 ; } |
24,070 | sets the arguments parameters used by the plugin . 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 getName concode_... | void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } |
24,071 | makes a catchtable #entry for the given block range andhandlers . concode_field_sep int MAX_CATCH_RANGE concode_elem_sep BlockAddresses addresses concode_elem_sep RopMethod method concode_elem_sep int[] order concode_field_sep HashSet<Type> getCatchTypes concode_elem_sep CatchTable build concode_elem_sep CatchTable bui... | CatchTable . Entry function ( BasicBlock arg0 , BasicBlock arg1 , CatchHandlerList arg2 , BlockAddresses arg3 ) { CodeAddress loc0 = arg3 . getLast ( arg0 ) ; CodeAddress loc1 = arg3 . getEnd ( arg1 ) ; return new CatchTable . Entry ( loc0 . getAddress ( ) , loc1 . getAddress ( ) , arg2 ) ; } |
24,072 | invalid time format message concode_field_sep CDBurnerView singleton concode_elem_sep int[] TRACK_FIELDS_WIDTH concode_elem_sep String TOTAL_CD_LENGTH concode_elem_sep int[] BAND_FIELDS_WIDTH concode_elem_sep int[] ALBUM_FIELDS_WIDTH concode_elem_sep String INVALID_TIME_FORMAT concode_elem_sep String MISSED_PARAMETER_O... | void function ( ) { printLine ( INVALID_TIME_FORMAT ) ; } |
24,073 | convert the byte buffer to a string using this instance 's character encoding . concode_field_sep int BYTE_RANGE concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep Map CONVERTER_MAP concode_elem_sep char[] byteToChars concode_elem_sep byte[] charToByteMap concode_elem_sep byte[] allBytes concode_elem_sep byte[] ... | String function ( byte [ ] arg0 ) { return toString ( arg0 , 0 , arg0 . length ) ; } |
24,074 | set the property on this instance to a value . concode_field_sep Object context concode_elem_sep IPropertyAccess propertyAccess concode_field_sep Object getValue concode_elem_sep Object getContext | void function ( Object arg0 , Object arg1 ) { propertyAccess . setValue ( arg0 , arg1 ) ; } |
24,075 | asserts that the current response did n't use the cache . concode_field_sep Request request concode_elem_sep WebSocket webSocket concode_elem_sep Response response concode_elem_sep IOException failure concode_elem_sep String body concode_field_sep void assertDateInRange concode_elem_sep RecordedResponse assertNoNetwork... | RecordedResponse function ( ) { assertNull ( response . cacheResponse ( ) ) ; return this ; } |
24,076 | test to see if the calling browser has the icemobile enhancements/extensions . concode_field_sep ArrayList<ExampleResource> tldResources concode_elem_sep String defaultId concode_elem_sep String descriptionPath concode_elem_sep String selectedExamplePath concode_elem_sep String resourcesPath concode_elem_sep org.icemob... | boolean function ( ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; boolean loc1 = EnvUtils . isEnhancedBrowser ( loc0 ) ; boolean loc2 = EnvUtils . isAuxUploadBrowser ( loc0 ) ; return loc1 || loc2 ; } |
24,077 | swaps the first and second values in the codes array if the primary code is not the first value in the array but the second . this happens when the preferred key is not the key that the user released the finger on . concode_field_sep StringBuilder mTypedWord concode_elem_sep String mPreferredWord concode_elem_sep boole... | void function ( int arg0 , int [ ] arg1 ) { if ( arg1 . length < 2 ) return ; if ( arg1 [ 0 ] > 0 && arg1 [ 1 ] > 0 && arg1 [ 0 ] != arg0 && arg1 [ 1 ] == arg0 ) { arg1 [ 1 ] = arg1 [ 0 ] ; arg1 [ 0 ] = arg0 ; } } |
24,078 | value #getstream concode_field_sep int orderNumber concode_elem_sep Log LOG concode_field_sep byte[] spoolInternalValue concode_elem_sep long read concode_elem_sep InternalQName getName concode_elem_sep AccessControlEntry getPermission concode_elem_sep TransientValueData createTransientCopy concode_elem_sep boolean int... | InputStream function ( ) { return new ByteArrayInputStream ( spoolInternalValue ( ) ) ; } |
24,079 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep TestqvtPackage modelPackage concode_field_sep T caseBooleanElement concode_elem_sep T caseModel concode_elem_sep T caseElement concode_elem_sep T defaultCase concode_elem_sep T caseNumbers | T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } |
24,080 | returns the class name id of this message boards discussion . concode_field_sep MBDiscussion _mbDiscussion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscap... | long function ( ) { return _mbDiscussion . getClassNameId ( ) ; } |
24,081 | returns the media type of the error message entity . concode_field_sep Logger LOGGER concode_elem_sep T value concode_field_sep int hashCode concode_elem_sep T get concode_elem_sep boolean equals concode_elem_sep String errorMessage concode_elem_sep String toString concode_elem_sep T parse concode_elem_sep Response err... | MediaType function ( ) { return MediaType . APPLICATION_JSON_TYPE ; } |
24,082 | update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc... | void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; } |
24,083 | to define a proxy host when instantiating the sqs client concode_field_sep Integer proxyPort concode_elem_sep String secretKey concode_elem_sep AmazonEC2Client amazonEc2Client concode_elem_sep String accessKey concode_elem_sep String amazonEc2Endpoint concode_elem_sep String label concode_elem_sep EC2Operations operati... | String function ( ) { return proxyHost ; } |
24,084 | returns the length of the vector . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep double getAngle concode_elem_sep int hashCode concode_elem_sep boolean equals | double function ( ) { return Math . sqrt ( ( this . x * this . x ) + ( this . y * this . y ) ) ; } |
24,085 | route of getting latest books . url : / api/book/latest method : get concode_field_sep BookService service concode_field_sep Object getBookInfo | Object function ( ) { List < BookInfo > loc0 = service . getLatestBook ( ) ; if ( loc0 != null ) return loc0 ; else return new RequestError ( RE_CODE_BOOK_NOT_FOUND , RE_MSG_BOOK_NOT_FOUND , API_GET_BOOK_INFO ) ; } |
24,086 | sets the base system identifier . concode_field_sep String fExpandedSystemId concode_elem_sep String fPublicId concode_elem_sep String fBaseSystemId concode_elem_sep String fNamespace concode_elem_sep String fLiteralSystemId concode_field_sep void clear concode_elem_sep void setPublicId concode_elem_sep String getBaseS... | void function ( String arg0 ) { fBaseSystemId = arg0 ; } |
24,087 | sets the value of the uniquecollatorref property . concode_field_sep List<IndexHint> indexHint concode_elem_sep CmpFieldName cmpFieldName concode_elem_sep String unique concode_elem_sep Description description concode_elem_sep String id concode_elem_sep String uniqueCollatorRef concode_field_sep void setUnique concode_... | void function ( String arg0 ) { this . uniqueCollatorRef = arg0 ; } |
24,088 | gets the navigation tree factory concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concode_elem_sep T... | NavigationTreeFactory function ( ) { return navigationTreeFactory ; } |
24,089 | determines if a certain parameter combination matches a set of filters . concode_field_sep StringStore stringStore concode_elem_sep List<Map<String,List<String>>> parameterCombinationsInFiles concode_field_sep Map<String,List<String>> readParameterCombinations concode_elem_sep boolean isPropertyFileFormat concode_elem_... | boolean function ( Map < String , String > arg0 , Map < String , String > arg1 ) { return Maps . difference ( arg1 , arg0 ) . entriesDiffering ( ) . isEmpty ( ) ; } |
24,090 | clears the event log . concode_field_sep List<String> eventBuffer concode_elem_sep int MAX_BUFFER_SIZE concode_field_sep void addEvent concode_elem_sep String getDebugData concode_elem_sep String getDebugData concode_elem_sep String getDebugData concode_elem_sep String getData | void function ( ) { this . eventBuffer . clear ( ) ; } |
24,091 | an id that every event posted to this event bus will share . for long-running processes , like the daemon , the build id makes it possible to distinguish when events come from different invocations of buck . in practice , this should be a short string , because it may be sent over the wire frequently . concode_field_se... | BuildId function ( ) { return buildId ; } |
24,092 | remove the indices in the interval index0 , index1 inclusive from the selection model . concode_field_sep DefaultEventSelectionModel<E> delegateSelectionModel concode_elem_sep TransformedList<E,E> swingThreadSource concode_field_sep int getMaxSelectionIndex concode_elem_sep EventList<E> getTogglingDeselected concode_el... | void function ( int arg0 , int arg1 ) { delegateSelectionModel . removeIndexInterval ( arg0 , arg1 ) ; } |
24,093 | handles the work requested by specified session as a result of having issued the disconnect sql statement . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep Session newSession concode_elem_sep HsqlArrayList listVisibleSessions concode_e... | Result function ( Session arg0 ) { sessionMap . remove ( arg0 . getId ( ) ) ; DatabaseManager . releaseAccessCount ( arg0 . getDatabase ( ) ) ; if ( ! arg0 . isClosed ( ) ) { arg0 . disconnect ( ) ; } return new Result ( ResultConstants . UPDATECOUNT ) ; } |
24,094 | set the value of the text property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String bran... | void function ( String arg0 ) { this . text = arg0 ; } |
24,095 | set id for the message concode_field_sep Map<String,Object> headers concode_elem_sep byte body[] concode_elem_sep long deliveryTag concode_elem_sep String replyTo concode_elem_sep String contentEncoding concode_elem_sep String messageId concode_elem_sep String correlationId concode_elem_sep String soapAction concode_el... | void function ( String arg0 ) { this . messageId = arg0 ; } |
24,096 | converts a vax short to a local short . concode_field_sep PlaceHolder placeHolder concode_field_sep void localToVaxInts concode_elem_sep int swapInt concode_elem_sep void VAXToLocalShorts concode_elem_sep void VAXToLocalInts concode_elem_sep void localToVAXShorts concode_elem_sep int VAXToLocalInt concode_elem_sep shor... | short function ( short arg0 ) { return swapShort ( arg0 ) ; } |
24,097 | finds all service artifacts on the registry . concode_field_sep Registry registry concode_elem_sep GovernanceArtifactManager manager concode_field_sep Service[] getAllServicesByLifecycleStatus concode_elem_sep Service newService concode_elem_sep Service newService concode_elem_sep void removeService concode_elem_sep vo... | Service [ ] function ( ) { return getServices ( manager . getAllGovernanceArtifacts ( ) ) ; } |
24,098 | returns the element identifier to apply the action . if the type is `` jid '' , then the ` value ' attribute must contain a valid jabber id . if the type is `` group '' , then the ` value ' attribute should contain the name of a group in the user 's roster . if the type is `` subscription '' , then the ` value ' attrib... | String function ( ) { return value ; } |
24,099 | returns the handler for a child element . concode_field_sep RootXmlReadHandler rootHandler concode_elem_sep boolean firstCall concode_elem_sep String tagName concode_field_sep void init concode_elem_sep void characters concode_elem_sep void endElement concode_elem_sep void startElement concode_elem_sep void startParsin... | XmlReadHandler function ( final String arg0 , final Attributes arg1 ) { return null ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.