Home
last modified time | relevance | path

Searched refs:toggles (Results 1 – 25 of 30) sorted by relevance

12

/plugin/usersettings/
H A Dhelper.php37 protected $toggles = null; variable in helper_plugin_usersettings
112 if ($this->toggles !== null) {
113 return $this->toggles;
119 $toggles = [];
125 if (isset($toggles[$def['key']])) {
128 $toggles[$def['key']] = $def;
131 $this->toggles = $toggles;
132 return $toggles;
143 $toggles = $this->getRegisteredToggles();
144 return $toggles[$key] ?? null;
[all …]
H A Dadmin.php160 * @param array $toggles registered toggle definitions
163 public function buildRows(array $users, array $toggles) argument
177 foreach ($toggles as $key => $def) {
282 $toggles = $helper ? $helper->getRegisteredToggles() : [];
287 if (empty($toggles)) {
325 if ($setFilter !== '' && !isset($toggles[$setFilter])) {
334 $rows = $this->buildRows($users, $toggles);
375 … $html .= $this->renderFilterRow($cols, $filterMap, $qfilters, $toggles, $setFilter, $sort, $dir);
645 * @param array $toggles registered toggles (for the drop-down)
651 …n renderFilterRow(array $cols, array $filterMap, array $qfilters, array $toggles, $setFilter, $sor… argument
[all …]
H A Dplugin.info.txt6 desc Per-user preference toggles with a self-service settings page and an admin overview
H A Daction.php281 $toggles = $helper ? $helper->getRegisteredToggles() : [];
283 if (empty($toggles)) {
294 foreach ($toggles as $key => $def) {
H A DREADME.md3 A self-contained, server-side store of per-user preference toggles, with a
12 ![User Preferences page with toggles and language selector](images/usersettings-screen1.png)
124 ## Built-in toggles
/plugin/toggle/
DREADME.md5 This plugin toggles visibility of text
Dplugin.info.txt6 desc This plugin toggles visibility of text, for example passwords.
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dtoggles.svg1 <svg class="bi bi-toggles" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="…
/plugin/quickstats/lang/en/
Dgeneral_intro.txt7 These are toggles and will both open and close their respective windows. The **Query Info** button…
/plugin/bootswrapper/exe/help/
Daffix.txt4 The affix plugin toggles ''position: fixed;'' on and off, emulating the effect found with ''positio…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
Djplayer.blue.monday.css460 /* The audio toggles are nested inside jp-time-holder */
461 .jp-toggles {
466 .jp-audio .jp-type-single .jp-toggles {
469 .jp-audio .jp-type-playlist .jp-toggles {
476 .jp-video .jp-toggles {
483 .jp-toggles button {
Djplayer.blue.monday.min.css1toggles{padding:0;margin:0 auto;overflow:hidden}.jp-audio .jp-type-single .jp-toggles{width:25px}.…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
Djplayer.blue.monday.scss514 /* The audio toggles are nested inside jp-time-holder */
516 .jp-toggles {
522 .jp-audio .jp-type-single .jp-toggles {
525 .jp-audio .jp-type-playlist .jp-toggles {
533 .jp-video .jp-toggles {
541 .jp-toggles button {
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1toggles{padding:0;margin:0 auto;overflow:hidden}.jp-audio .jp-toggles{width:55px}.jp-audio .jp-typ…
Djplayer.pink.flag.css209 .jp-toggles {
214 .jp-audio .jp-toggles {
217 .jp-audio .jp-type-single .jp-toggles {
220 .jp-video .jp-toggles {
225 .jp-toggles button {
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
Djplayer.pink.flag.scss245 .jp-toggles {
251 .jp-audio .jp-toggles {
255 .jp-audio .jp-type-single .jp-toggles {
259 .jp-video .jp-toggles {
265 .jp-toggles button {
/plugin/dwcommits/lang/en/
Ddwc_admin.txt7 The navigation links in the Navigation Bar at the top are toggles. Clicking them opens the appropr…
10 The **Help** links at the top of the function windows are also toggles and link to the relevant sec…
/plugin/flowchartjs/
DREADME.md49 …l insert a pair of *flowchartjs* tags, and **F<sub>c</sub><sup>s</sup>** toggles the comprehensive…
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js5294 if(!this.toggles){this.toggles={}
5295 }Firebug.DOMPanel.DirTable.tag.replace({object:data,toggles:this.toggles},jsonBody) property
5523 this.toggles={}
5540 …bject){Firebug.DOMPanel.DirTable.tag.replace({object:file.jsonObject,toggles:this.toggles},tabBody) property
7792 var toggles=row.parentNode.parentNode.toggles;
7794 if(toggles){var path=getPath(row);
7797 ++i){if(i==path.length-1){delete toggles[path[i]]
7798 }else{toggles=toggles[path[i]]
7807 if(toggles){var path=getPath(row);
7811 if(toggles.hasOwnProperty(name)){toggles=toggles[name]
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js20111 if (!this.toggles)
20112 this.toggles = {};
20115 {object: data, toggles: this.toggles}, jsonBody); property
21316 this.toggles = {};
21390 {object: file.jsonObject, toggles: this.toggles}, tabBody); property
29271 var toggles = row.parentNode.parentNode.toggles;
29277 if (toggles)
29285 delete toggles[path[i]];
29287 toggles = toggles[path[i]];
29309 if (toggles)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js5305 if(!this.toggles){this.toggles={}
5306 }Firebug.DOMPanel.DirTable.tag.replace({object:data,toggles:this.toggles},jsonBody) property
5534 this.toggles={}
5551 …bject){Firebug.DOMPanel.DirTable.tag.replace({object:file.jsonObject,toggles:this.toggles},tabBody) property
7803 var toggles=row.parentNode.parentNode.toggles;
7805 if(toggles){var path=getPath(row);
7808 ++i){if(i==path.length-1){delete toggles[path[i]]
7809 }else{toggles=toggles[path[i]]
7818 if(toggles){var path=getPath(row);
7822 if(toggles.hasOwnProperty(name)){toggles=toggles[name]
[all …]
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.min.js.map1toggles","context","clickEvent","dropdownMenu","_dataApiKeydownHandler","items","item","backdrop",…
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md1012 * Added: Drag/Scale feature in annotation mode; toggles automatically between drawing/dragging whil…
/plugin/combo/resources/library/bootstrap/5.0.1/
H A Dbootstrap.min.js.map1toggles","context","composedPath","isMenuTarget","clickEvent","isActive","stopPropagation","getTog…
/plugin/jmol2/jmol/
DCHANGES.txt1265 # new feature: CTRL-K toggles keystrokes with display; ALT-K or CTRL_ALT_K same without display

12