| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | metapost.php | 154 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 D | 6502kickass.php | 204 //Labels end with a collon. 206 …//Multi Labels (local labels) references start with ! and end with + or - for forward/backward ref…
|
| H A D | dcl.php | 157 2 => 'color: #FF6600; font-weight: bold;' // labels 175 // labels
|
| H A D | latex.php | 22 * - 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 D | dcpu16.php | 114 //Labels
|
| H A D | z80.php | 133 //Labels
|
| H A D | m68k.php | 132 //Labels
|
| H A D | lb.php | 25 * Prevent highlighting keywords within branch labels(within brackets)
|
| H A D | magiksf.php | 16 * - Labels (identifiers starting with !) are also coloured
|
| H A D | 68000devpac.php | 152 //Labels may end in a colon.
|
| H A D | 6502acme.php | 214 //ACME Local Labels
|
| H A D | dos.php | 30 * - Doesn't even try to handle spaces in variables name or labels (I can't
|
| H A D | gnuplot.php | 193 'image', 'impulses', 'labels', 'lines',
|
| H A D | autohotkey.php | 340 //labels
|
| H A D | providex.php | 270 // Line Labels
|
| H A D | texgraph.php | 986 'labels',
|
| H A D | progress.php | 323 'LABELS','LANGUAGES','LARGE','LARGE-TO-SMALL', 375 'SHOW-IN-TASKBAR','SIDE-LABEL-HANDLE','SIDE-LABELS','SKIP-DELETED-RECORD',
|
| H A D | llvm.php | 346 //Labels
|
| H A D | rsplus.php | 135 …'La.svd', 'labels', 'labels.default', 'lapply', 'lazyLoad', 'lazyLoadDBfetch', 'lbeta', 'lchoose',…
|
| H A D | actionscript3.php | 196 'lastChild', 'language', 'labels', 'knockout', 'keyUp',
|
| H A D | asymptote.php | 766 'labels',
|
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | ParallelRegex.php | 22 /** @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 D | admin.php | 232 $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 D | bug_report.yml | 3 labels: [ "Bug" ]
|
| /dokuwiki/inc/ |
| H A D | form.php | 622 * 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 …
|