Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 9 of 9) sorted by relevance

/dokuwiki/inc/Ui/
H A DSubscribe.php40 foreach ($INFO['subscribed'] as $sub) {
42 if ($sub['target'] !== $ID) {
43 echo '<code class="ns">' . hsc(prettyprint_id($sub['target'])) . '</code>';
45 echo '<code class="page">' . hsc(prettyprint_id($sub['target'])) . '</code>';
47 $sstl = sprintf($lang['subscr_style_' . $sub['style']], $stime_days);
48 if (!$sstl) $sstl = hsc($sub['style']);
55 'sub_target' => $sub['target'],
56 'sub_style' => $sub['style'],
/dokuwiki/inc/
H A DSafeFN.class.php147 foreach ($split as $sub) {
148 $len = strlen($sub);
149 if ($sub[0] != self::$pre_indicator) {
153 $unicode[] = ord($sub[$i]);
158 $unicode[] = ord($sub);
162 $unicode[] = 32 + (int)base_convert(substr($sub, 1), 36, 10);
H A DTaskRunner.php241 $sub = new BulkSubscriptionSender();
242 $sent = $sub->sendBulk($ID);
/dokuwiki/bin/
H A Dwantedpages.php91 foreach ($subs as $sub) {
92 printf("%-40s %s\n", $main, $sub);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less303 sub,
308 sub {
309 vertical-align: sub;
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md66 - ``$options->registerCommand()`` adds a sub command
70 - ``$options->getCmd()`` returns the sub command the user used
/dokuwiki/inc/lang/la/
H A Dlang.php251 $lang['i_license'] = 'Elige facultatem sub qua tuus uicis est:';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt12 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
14 You can use <sub>subscript</sub> and <sup>superscript</sup>, too.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php