| /plugin/usersettings/ |
| H A D | helper.php | 37 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 D | admin.php | 160 * @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 D | plugin.info.txt | 6 desc Per-user preference toggles with a self-service settings page and an admin overview
|
| H A D | action.php | 281 $toggles = $helper ? $helper->getRegisteredToggles() : []; 283 if (empty($toggles)) { 294 foreach ($toggles as $key => $def) {
|
| H A D | README.md | 3 A self-contained, server-side store of per-user preference toggles, with a 12  124 ## Built-in toggles
|
| /plugin/toggle/ |
| D | README.md | 5 This plugin toggles visibility of text
|
| D | plugin.info.txt | 6 desc This plugin toggles visibility of text, for example passwords.
|
| /plugin/mikioplugin/icons/bootstrap-icons/svg/ |
| H A D | toggles.svg | 1 <svg class="bi bi-toggles" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="…
|
| /plugin/quickstats/lang/en/ |
| D | general_intro.txt | 7 These are toggles and will both open and close their respective windows. The **Query Info** button…
|
| /plugin/bootswrapper/exe/help/ |
| D | affix.txt | 4 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/ |
| D | jplayer.blue.monday.css | 460 /* 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 {
|
| D | jplayer.blue.monday.min.css | 1 …toggles{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/ |
| D | jplayer.blue.monday.scss | 514 /* 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/ |
| D | jplayer.pink.flag.min.css | 1 …toggles{padding:0;margin:0 auto;overflow:hidden}.jp-audio .jp-toggles{width:55px}.jp-audio .jp-typ…
|
| D | jplayer.pink.flag.css | 209 .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/ |
| D | jplayer.pink.flag.scss | 245 .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/ |
| D | dwc_admin.txt | 7 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/ |
| D | README.md | 49 …l insert a pair of *flowchartjs* tags, and **F<sub>c</sub><sup>s</sup>** toggles the comprehensive…
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.4.js | 5294 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/ |
| D | firebug-lite-debug.js | 20111 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 D | firebug-lite-1.4.js | 5305 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 D | bootstrap.min.js.map | 1 …toggles","context","clickEvent","dropdownMenu","_dataApiKeydownHandler","items","item","backdrop",…
|
| /plugin/amcharts/assets/amcharts/plugins/export/ |
| D | README.md | 1012 * Added: Drag/Scale feature in annotation mode; toggles automatically between drawing/dragging whil…
|
| /plugin/combo/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.js.map | 1 …toggles","context","composedPath","isMenuTarget","clickEvent","isActive","stopPropagation","getTog…
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 1265 # new feature: CTRL-K toggles keystrokes with display; ALT-K or CTRL_ALT_K same without display
|