Home
last modified time | relevance | path

Searched full:labels (Results 1 – 25 of 30) sorted by relevance

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmetapost.php154 12 => array( //labels
165 'labels',
166 'labels.bot',
167 'labels.top',
168 'labels.llft',
169 'labels.lft',
170 'labels.ulft',
171 'labels.lrt',
172 'labels.rt',
173 'labels.urt',
[all …]
H A D6502kickass.php204 //Labels end with a collon.
206 …//Multi Labels (local labels) references start with ! and end with + or - for forward/backward ref…
H A Ddcl.php157 2 => 'color: #FF6600; font-weight: bold;' // labels
175 // labels
H A Dlatex.php22 * - color for labels not specialised anymore. It makes sence in large documents but less in
120 4 => 'color: #800000; font-weight: normal;', // Structure: Labels
H A Ddcpu16.php114 //Labels
H A Dz80.php133 //Labels
H A Dm68k.php132 //Labels
H A Dlb.php25 * Prevent highlighting keywords within branch labels(within brackets)
H A Dmagiksf.php16 * - Labels (identifiers starting with !) are also coloured
H A D68000devpac.php152 //Labels may end in a colon.
H A D6502acme.php214 //ACME Local Labels
H A Ddos.php30 * - Doesn't even try to handle spaces in variables name or labels (I can't
H A Dgnuplot.php193 'image', 'impulses', 'labels', 'lines',
H A Dautohotkey.php340 //labels
H A Dprovidex.php270 // Line Labels
H A Dtexgraph.php986 'labels',
H A Dprogress.php323 'LABELS','LANGUAGES','LARGE','LARGE-TO-SMALL',
375 'SHOW-IN-TASKBAR','SIDE-LABEL-HANDLE','SIDE-LABELS','SKIP-DELETED-RECORD',
H A Dllvm.php346 //Labels
H A Drsplus.php135 …'La.svd', 'labels', 'labels.default', 'lapply', 'lazyLoad', 'lazyLoadDBfetch', 'lbeta', 'lchoose',…
H A Dactionscript3.php196 'lastChild', 'language', 'labels', 'knockout', 'keyUp',
H A Dasymptote.php766 'labels',
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php22 /** @var string[] labels for above patterns */
23 protected $labels = []; variable in dokuwiki\\Parsing\\Lexer\\ParallelRegex
55 $this->labels[$count] = $label;
79 // FIXME this could be made faster by storing the labels as keys in a hashmap
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/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml3 labels: [ "Bug" ]
/dokuwiki/inc/
H A Dform.php622 * or an associative array with the values as keys and labels as values.
631 …* or an associative array with the values as keys and labels as …
670 * or an associative array with the values as keys and labels as values.
677 …* or an associative array with the values as keys and labels as …

12