Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterCompressed.php18 public $open = '{'; variable in LesserPHP\\FormatterCompressed
H A DFormatterClassic.php20 public $open = ' {'; variable in LesserPHP\\FormatterClassic
85 echo $this->open . $this->break;
/dokuwiki/lib/scripts/
H A Dtoolbar.js82 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 Dlinkwiz.js27 open: '[[',
280 if (this.val.open) {
281 startofs += this.val.open.length;
282 link = this.val.open + link;
H A Dfileuploaderextended.js329 xhr.open("POST", queryString, true);
H A Dfileuploader.js1202 xhr.open("POST", queryString, true);
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md30 // 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 DArchive.php31 abstract public function open($file); function in splitbrain\\PHPArchive\\Archive
H A DZip.php54 public function open($file) function in splitbrain\\PHPArchive\\Zip
H A DTar.php57 public function open($file) function in splitbrain\\PHPArchive\\Tar
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php448 $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.css85 .dokuwiki ul.idx li.open {
86 list-style-image: url(../../images/open.png);
H A D_search.less85 // open toggle state
86 &.open {
H A Dmobile.less49 &.open {
/dokuwiki/lib/plugins/styling/
H A Dscript.js64 … window.open(DOKU_BASE + 'lib/plugins/styling/popup.php', 'styling_popup', windowFeatures);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2218 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 Dhtml.php466 $open = 0;
479 $open++;
485 while ($level > $item['level'] && $open > 0) {
489 $open--;
506 while ($open-- > 0) {
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md9 jsstrip is a open-source library to remove whitespace and comments from a javascript file. You migh…
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 … fairly dated but is still used extensively by a wide range of commercial and open-source projects.
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown88 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 Dstyle.less216 &[open] {
H A DInstaller.php509 $archiver->open($archive);
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css689 .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 Dsyntax.txt86 …Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt86 …Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To…

12