Home
last modified time | relevance | path

Searched refs:labels (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php23 protected $labels = []; variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
55 $this->labels[$count] = $label;
81 if ($matches[$i] && isset($this->labels[$i - 1])) {
82 return $this->labels[$i - 1];
130 return $this->labels[$idx] ?? true;
/dokuwiki/lib/plugins/config/
H A Dadmin.php232 $labels = ['dokuwiki' => [], 'plugin' => [], 'template' => []];
235 $labels[$setting->getType()][] = $setting;
245 if (empty($labels[$section])) continue; // no entries, skip
255 foreach ($labels[$section] as $setting) {
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6labels=function(){var t,e,i;return this.length?this[0].labels&&this[0].labels.length?this.pushStac…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG290 * Added support for ::-style labels as comments (SF#2947393, BenBE)