…mplate configs.js' ); ( function () { if ( typeof mw === 'undefined' ) return ; const action = mw . config . get ( 'wgAction' ); const ns = mw . config . get ( 'wgNamespaceNumber' ); const isCategoryView = ns === 14 && action === 'view' ; const isUserListView = ns === 2 && action…
…h and height attributes as closely as possible, modulo implementation-dependent constraints. The constraint above does not change the amount of space the canvas element consumes on the web page, even on a high-definition display. The canvas's intrinsic dimensions [CANVAS] equal t…
…h and height attributes as closely as possible, modulo implementation-dependent constraints. The constraint above does not change the amount of space the canvas element consumes on the web page, even on a high-definition display. The canvas's intrinsic dimensions [CANVAS] equal t…
… @file * @ingroup Config */ // phpcs:disable Generic.NamingConventions.UpperCaseConstantName.ClassConstantNotUpperCase // phpcs:disable Generic.Files.LineLength.TooLong namespace MediaWiki use DateTime use DateTimeZone use Generator use InvalidArgumentException use MediaWiki \Aut…
… "editor") which they will show a mini map for. This association is done in the constructor or Create() method and may be modified later using SetEdit() . If the map doesn't have any associated editor, it doesn't show anything and is effectively useless. Please note that while an…
…h buffer, number of bits for the stencil buffer and so on) you pass them in the constructor using a wxGLAttributes instance. You can still use the way before 3.1.0 (setting up the correct values of the attribList parameter) but it's discouraged. Note On those platforms which use …
…h and height attributes as closely as possible, modulo implementation-dependent constraints. The constraint above does not change the amount of space the canvas element consumes on the web page, even on a high-definition display. The canvas's intrinsic dimensions [CANVAS] equal t…
…ray or sequence<GLuint>) Uint32List; interface mixin WebGL2RenderingContextBase const GLenum READ_BUFFER = 0x0C02; const GLenum UNPACK_ROW_LENGTH = 0x0CF2; const GLenum UNPACK_SKIP_ROWS = 0x0CF3; const GLenum UNPACK_SKIP_PIXELS = 0x0CF4; const GLenum PACK_ROW_LENGTH = 0x0D02; con…
…reAddons) List of all members, including inherited members Properties authors : const QList<KAboutPerson> bugAddress : const QString componentName : const QString components : const QList<KAboutComponent> copyrightStatement : const QString credits : const QList<KAboutPerson> desk…
…bject::ext holds binary data of Ext type. // create ext type with args: int8_t, const uint8_t*, uint32_t MsgPack::object::ext (type, bin_ptr, size); MsgPack::Packer packer; packer.serialize(e); // serialize ext type MsgPack::object::ext r; msgPack::Unpacker unpacker; unpacker.fee…
…tDefaultHighWaterMark(objectMode, value) API for stream implementers Simplified construction Implementing a writable stream new stream.Writable([options]) writable._construct(callback) writable._write(chunk, encoding, callback) writable._writev(chunks, callback) writable._destroy…
…Component ( { name InputWithMenu components CdxMenu, CdxTextInput }, setup () { const input ref (); const ref (); const selectedValue ref '' ); const expanded ref false ); const activeDescendant computed ( () => const highlightedItem menu.value && menu.value. getHighlightedMenuIt…
State Constitution – LRB Legislative Reference Bureau The Constitution of the State of Hawaii The Hawaii Constitution was framed by a Constitutional Convention under Act 334, Session Laws of Hawaii 1949. It was adopted by the people at the election held on November 7, 1950, and w…
…ut list changes, e.g. an output is connected or removed. currentActivityChanged(const QString &id) : Signal emitted whenever the current activity changed. id id of the new activity activitiesChanged(const QString &id) : Signal emitted whenever the list of activities changed. id i…
…ng from 'fifo' to 'lifo'. v14.5.0, v12.19.0 Add maxTotalSockets option to agent constructor. v14.5.0, v12.20.0 Add scheduling option to specify the free socket scheduling strategy. options <Object> Set of configurable options to set on the agent. Can have the following fields: ke…