Home
last modified time | relevance | path

Searched refs:p (Results 1 – 25 of 300) sorted by path

12345678910>>...12

/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg11 <linearGradient id="p" x1="191.75" x2="255.66" y1="258.92" y2="258.92" gradientUnits="userSpaceOnUse">
81 <path d="m195.75 241.42 59.131 24.796-4.592 9.766-57.49-29.01 2.951-5.553z" fill="url(#p)" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php46 foreach ($DOKU_PLUGINS['syntax'] as $n => $p) {
47 $ptype = $p->getPType();
/dokuwiki/inc/Ui/
H A DAdmin.php132 foreach ($pluginlist as $p) {
134 if (!($obj = plugin_load('admin', $p)) instanceof PluginInterface) continue;
140 if (in_array($p, $this->forAdmins, true)) {
142 } elseif (in_array($p, $this->forManagers, true)) {
148 $menu[$type][$p] = [
149 'plugin' => $p,
/dokuwiki/inc/
H A Dform.php857 $p = (!empty($attrs['_action'])) ? 'name="do[' . $attrs['_action'] . ']" ' : '';
860 return '<button ' . $p . buildAttributes($attrs, true) . '>' . $value . '</button>';
1089 $p = '';
1091 $p .= ' value="' . formText($value) . '"';
1094 $p .= ' selected="selected"';
1097 $s .= '<option' . $p . '>' . formText($text) . '</option>';
1133 $p = '';
1135 $p .= ' value="' . formText($value) . '"';
1136 if (!empty($select)) $p .= ' selected="selected"';
1137 if ($disabled) $p
[all...]
H A Dhttputils.php122 $p = explode('-', $x);
123 $start = (int)$p[0];
124 $end = (int)$p[1];
H A Dinit.php298 foreach ($paths as $c => $p) {
299 $path = empty($conf[$c]) ? $conf['savedir'] . '/' . $p : $conf[$c];
303 nice_die("The $c ('$p') at $path is not found, isn't accessible or writable.
390 $p = fullpath($path);
391 if (!file_exists($p)) {
392 $p = fullpath(DOKU_INC . $path);
393 if (!file_exists($p)) {
399 if (!@is_writable($p)) {
404 if (@is_dir($p) && !file_exists("$p/
[all...]
/dokuwiki/inc/lang/ca-valencia/
H A Dbacklinks.txt
H A Ddiff.txt
H A Ddraft.txt
H A Dedit.txt
H A Dindex.txt
H A Dlocked.txt
H A Dmailtext.txt
H A Dnewpage.txt
H A Dpreview.txt
H A Dread.txt
H A Drecent.txt
H A Dregister.txt
H A Drevisions.txt
/dokuwiki/inc/lang/ca/
H A Dbacklinks.txt
H A Ddiff.txt
H A Ddraft.txt
H A Dedit.txt
H A Dindex.txt
H A Dlocked.txt

12345678910>>...12