Home Rule Reinforcement: Constitutional Local Autonomy Guarantees - Harvard Law Review Harvard Law Review Developments in the Law See Footnotes The Federal Constitution has much to say about the relationship between the federal government and the states, but it is silent as to th…
… ' MultiselectLookupBasic ' , components : { CdxMultiselectLookup }, setup () { const chips = ref ( [] ); const selection = ref ( [] ); const menuItems = ref ( [] ); const menuConfig = { boldLabel : true , visibleItemLimit : 6 }; /** * On input, filter the menu items. * * @param …
…tch(filename[, options]) fsPromises.writeFile(file, data[, options]) fsPromises.constants Callback API fs.access(path[, mode], callback) fs.appendFile(path, data[, options], callback) fs.chmod(path, mode, callback) File modes fs.chown(path, uid, gid, callback) fs.close(fd[, callb…
Enforcing State Constitutions Through Constitutional Torts - Harvard Law Review Harvard Law Review Developments in the Law See Footnotes Federal civil rights have been in general retreat for roughly a half-century. Seeing the beginnings of this trend in the mid-1970s following th…
…neComponent ( { name : ' LookupBasic ' , components : { CdxLookup }, setup () { const selection = ref ( null ); const menuItems = ref ( [] ); const menuConfig = { boldLabel : true }; /** * Filter items on input. * * @param {string} value */ function onInput ( value ) { if ( value…
…mponent ( { name : ' TableColumnWidth ' , components : { CdxTable }, setup () { const columns = [ { id : ' wave ' , label : ' Wave ' , minWidth : ' 112px ' }, { id : ' years ' , label : ' Years ' , minWidth : ' 112px ' }, { id : ' overview ' , label : ' Overview ' , minWidth : ' …
…ture: * { <Integer column index>: <String 'asc' or 'desc'> } */ ( function () { const parsers = []; let ts = null ; /* Parser utility functions */ function getParserById ( name ) { for ( let i = 0 ; i < parsers . length ; i ++ ) { if ( parsers [ i ]. id . toLowerCase () === name …
…ssible return values for FilterEvent() More... Public Member Functions wxApp () Constructor. More... virtual ~wxApp () Destructor. More... virtual wxVideoMode GetDisplayMode () const Get display mode that is used use. More... bool GetExitOnFrameDelete () const Returns true if the…
…inates), in which case nothing is drawn. These conditions can be created in the Constructing an arcTo() path example below to see the results. Return value None ( undefined ). Exceptions IndexSizeError DOMException Thrown if radius is a negative value. Examples How arcTo() works …
…rovides the abstraction of an ordered collection of media , without defining or constraining how this collection is implemented. An empty list is the same as a list that contains the medium "all" . The items in the MediaList are accessible via an integral index, starting from 0. …
…ed below, but they can be overwritten. js // A pattern matching some fixed text const pattern = new URLPattern({ pathname: "/books" }); console.log(pattern.test("https://example.com/books")); // true console.log(pattern.exec("https://example.com/books").pathname.groups); // {} js…
… ref for the Popover's trigger element needed to properly position the Popover. const triggerElement = ref (); // Toggle the button's state and popover visibility. const showPopover = ref ( false ); // When the toggle button's state changes, an event is emitted to update // the s…
…ts that allow for variable expansion now support the following shell-compatible constructs: ${variable#word} Remove shortest prefix pattern. ${variable##word} Remove longest prefix pattern. ${variable%word} Remove shortest suffix pattern. ${variable%%word} Remove longest suffix p…
…Expression object. QgsNewNameDialog The regexp argument in the QgsNewNameDialog constructor has been removed as part of a general code migration away from the deprecated QRegExp class. It has been replaced with QgsNewNameDialog::setRegularExpression which accepts a string argumen…
…ROOT/libraries/src/Filter/InputFilter.php:72 8 Joomla\CMS\Filter\InputFilter->__construct() JROOT/libraries/src/Filter/InputFilter.php:105 7 Joomla\CMS\Filter\InputFilter::getInstance() JROOT/libraries/src/Input/Input.php:64 6 Joomla\CMS\Input\Input->__construct() JROOT/libraries…