| /plugin/outliner/ |
| D | syntax.php | 81 $opened = (strpos($matches[2], '^') !== false); 86 return array($state, $title, $outline_id, $opened, $nopopup, $link); 108 list($state, $title, $outline_id, $opened, $nopopup, $link) = $data; 113 if ($opened) $renderer->doc .= ' outliner-open';
|
| /plugin/zip/pear/File/Archive/Reader/ |
| D | Concat.php | 44 var $opened = false; variable in File_Archive_Reader_Concat 80 if (!$this->opened) { 81 return $this->opened = $this->source->next(); 173 $this->opened = false;
|
| /plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/ |
| D | html.css | 258 .logRow-errorMessage > .hasTwisty.opened > .errorTitle, 259 .logRow-log > .objectBox-array.hasTwisty.opened, 260 .logRow-spy.opened .spyHead .spyTitle, 261 .logGroup.opened > .logRow, 262 .memberRow.hasChildren.opened > .memberLabelCell > .memberLabel, 265 .netRow.opened > .netCol > .netHrefLabel, 266 .netPageRow.opened > .netCol > .netPageTitle {
|
| D | firebug.css | 1118 .logRow-errorMessage > .hasTwisty.opened > .errorTitle, 1119 .logRow-log > .objectBox-array.hasTwisty.opened, 1120 .logRow-spy.opened .spyHead .spyTitle, 1121 .logGroup.opened > .logRow, 1122 .memberRow.hasChildren.opened > .memberLabelCell > .memberLabel, 1125 .netRow.opened > .netCol > .netHrefLabel, 1126 .netPageRow.opened > .netCol > .netPageTitle { 1150 * html .opened .spyHead .spyTitle, 1151 * html .opened .logGroupLabel, 1152 * html .opened .memberLabelCell .memberLabel { [all …]
|
| /plugin/etherpadlite/scripts/ |
| D | etherpadlite.js | 13 ep.opened = false; 39 ep.opened = false; 57 ep.opened = false; 376 ep.opened = true; 424 if (ep.opened) { 432 if (ep.opened) { 440 if (ep.opened) { 448 if (ep.opened) { 458 if (ep.opened) { 466 if (ep.opened) { [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
| D | Coverage.php | 470 $opened = 0; 475 ++$opened; 478 if (0 < $opened) { 483 --$opened; 485 if (0 === $opened) {
|
| /plugin/do/lang/en/ |
| D | mail_open.txt | 3 @USER@ opened a new task and assigned it to you.
|
| /plugin/strreplace/ |
| D | README.md | 4 Plugin for Dokuwiki to search and replace strings when a document is opened for editing.
|
| /plugin/overlay/ |
| D | README.md | 2 Creates a window at the template level that can be opened and closed into which navigation plugins …
|
| /plugin/mellelexport/ |
| D | renderer.php | 49 public $opened = 0; variable in renderer_plugin_mellelexport 262 if ($this->opened != 0) { 289 $this->opened++; 293 $this->opened--;
|
| /plugin/quickstats/lang/en/ |
| D | intro.txt | 4 …s ''quickstats'' syntax, it will be added to the cache file the next time the page is opened in the
|
| /plugin/tagfilter/script/select2/ |
| D | select2.js | 1166 opened: function () { 1279 if (this.opened()) return false; 1386 if (!this.opened()) return; 1578 if (!self.opened()) return; 1627 if (initial !== true && (this.showSearchInput === false || !this.opened())) { 1708 if (!this.opened()) { 1947 if (!this.opened()) return; 1959 if (this.opened()) { 2072 if (this.opened()) { 2115 if (this.opened()) return; [all …]
|
| D | select2.min.js | 21 …opened:function(){return this.container.hasClass("select2-dropdown-open")},positionDropdown:functi… 22 …opened()&&(e.opts.populateResults.call(this,a,c.results,{term:f,page:d,context:g}),e.postprocessRe…
|
| /plugin/popupviewer/ |
| D | README.md | 16 ```keepOpen``` (optional) | All links in a page opened via a popup will also open in a popup.
|
| /plugin/issuelinks/ |
| D | style.less | 152 &.opened, 258 background-image: url('images/issue-opened.svg');
|
| /plugin/jsongendoc/demo/ |
| D | jsongendoc_demo.txt | 64 …vg document can be downloaded. It can be stored to the client machine or opened with specific appl…
|
| /plugin/authcas/ |
| D | README.md | 44 // automatically log the user when there is already a CAS session opened
|
| /plugin/html2pdf/html2pdf/html2ps/templates/ |
| D | error._missing_afm.tpl | 42 ….safe-mode.php#ini.open-basedir">open_base_dir</a> restriction prevents AFM file to be opened.</td>
|
| /plugin/note/ |
| D | README.md | 52 …same date Mischa The Evil opened a [GitHub-repository for the plugin](https://github.com/MischaThe…
|
| /plugin/metaeditor/ |
| D | jstree.js | 489 opened : false, property 1146 return obj && obj.state.opened; 1156 return obj && this.is_parent(obj) && !obj.state.opened; 1916 data.state.opened = d.hasClass('jstree-open'); 2295 if(par !== null && (!par || !m[obj.parent].state.opened)) { 2351 c += obj.state.opened && obj.state.loaded ? ' jstree-open' : ' jstree-closed'; 2352 node.setAttribute('aria-expanded', (obj.state.opened && obj.state.loaded) ); 2397 if(deep && obj.children.length && (obj.state.opened || force_render) && obj.state.loaded) { 2442 if(obj.state.opened && !obj.state.loaded) { 2443 obj.state.opened = false; [all …]
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | DrawioFile.js | 28 opened: 0, /* number of calls to open */ property 123 DrawioFile.prototype.opened = null; method in DrawioFile 1115 this.stats.opened++;
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.html5.js | 200 var opened = view.open(object_url, '_blank'); 201 if (!opened) {
|
| /plugin/dirtylittlehelper/ |
| D | README.md | 21 Some jQuery later: it works. After the editor ist opened the dlh-page is loaded in the overlay, the…
|
| /plugin/imapmarkers/ |
| D | README.md | 62 If the area or marker is clicked, this link is opened.
|
| /plugin/webcode/vendor/ |
| D | firebug-lite-1.2.js | 1137 if(parentElement.opened&&parentElement!=el.left.dom.container){ 1139 parentElement.opened = false; 1145 parentElement.opened = true; 1398 if(parent.opened&&Boolean(_returnParentElementByElement)==false){ 1399 parent.opened = false; 1408 parent.opened = true;
|