| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | FormatterCompressed.php | 18 public $open = '{'; variable in LesserPHP\\FormatterCompressed
|
| H A D | FormatterClassic.php | 20 public $open = ' {'; variable in LesserPHP\\FormatterClassic 85 echo $this->open . $this->break;
|
| /dokuwiki/lib/scripts/ |
| H A D | toolbar.js | 82 fixtxt(props.open), 107 props.open = fixtxt(props.open); 116 startofs: props.open.length, 121 sample = sample.split("\n").join(props.close+"\n"+props.open); 122 sample = props.open+sample+props.close; 154 window.open(
|
| H A D | linkwiz.js | 27 open: '[[', 280 if (this.val.open) { 281 startofs += this.val.open.length; 282 link = this.val.open + link;
|
| H A D | fileuploaderextended.js | 329 xhr.open("POST", queryString, true);
|
| H A D | fileuploader.js | 1202 xhr.open("POST", queryString, true);
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 30 // To list the contents of an existing TAR archive, open() it and use 33 $tar->open('myfile.tgz'); 37 // To extract the contents of an existing TAR archive, open() it and use 40 $tar->open('myfile.tgz');
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 31 abstract public function open($file); function in splitbrain\\PHPArchive\\Archive
|
| H A D | Zip.php | 54 public function open($file) function in splitbrain\\PHPArchive\\Zip
|
| H A D | Tar.php | 57 public function open($file) function in splitbrain\\PHPArchive\\Tar
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ANSI.php | 448 $close = $open = ''; 451 $open .= '<span style="color: ' . $cur_attr->foreground . '">'; 459 $open .= '<span style="background: ' . $cur_attr->background . '">'; 467 $open .= '<b>'; 474 $open .= '<u>'; 481 $open .= '<blink>'; 486 $output .= $close . $open;
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _toc.css | 85 .dokuwiki ul.idx li.open { 86 list-style-image: url(../../images/open.png);
|
| H A D | _search.less | 85 // open toggle state 86 &.open {
|
| H A D | mobile.less | 49 &.open {
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | script.js | 64 … window.open(DOKU_BASE + 'lib/plugins/styling/popup.php', 'styling_popup', windowFeatures);
|
| /dokuwiki/vendor/geshi/geshi/src/ |
| H A D | geshi.php | 2218 foreach ($delimiters as $open => $close) { 2220 if (!isset($matches[$dk][$open])) { 2221 $matches[$dk][$open] = array( 2225 … 'open' => $open, // needed for grouping of adjacent code blocks (see below) 2226 'open_strlen' => strlen($open), 2233 if ($matches[$dk][$open]['next_match'] < $i) { 2235 $open_pos = strpos($code, $open, $i); 2238 unset($delim_copy[$dk][$open]); 2241 $matches[$dk][$open]['next_match'] = $open_pos; 2243 if ($matches[$dk][$open]['next_match'] < $next_match_pos) { [all …]
|
| /dokuwiki/inc/ |
| H A D | html.php | 466 $open = 0; 479 $open++; 485 while ($level > $item['level'] && $open > 0) { 489 $open--; 506 while ($open-- > 0) {
|
| /dokuwiki/vendor/splitbrain/php-jsstrip/ |
| H A D | README.md | 9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You migh…
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 17 … fairly dated but is still used extensively by a wide range of commercial and open-source projects.
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 88 As an open source project, SimplePie is maintained on a somewhat sporadic basis. 101 Please open your PR against the appropriate branch.
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | style.less | 216 &[open] {
|
| H A D | Installer.php | 509 $archiver->open($archive);
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 689 .ui-selectmenu-open { 1144 .ui-icon-folder-open { background-position: -16px -96px; } 1149 .ui-icon-mail-open { background-position: -96px -96px; }
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 86 …Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 86 …Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To…
|