Home
last modified time | relevance | path

Searched +full:line -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 194) sorted by relevance

12345678

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcss.php219 'line-break',
220 'line-height',
290 'text-decoration-line',
448 'line-through',
500 'pre-line',
825 'first-line',
H A Dq.php21 * - Fix the handling of single line comments
49 # Multi line comments (Moved from REGEXPS)
H A Dceylon.php51 * 1. regular line comments (see COMMENT_SINGLE)
52 * 2. shebang line comments (see COMMENT_SINGLE)
H A Dprogress.php140 'DELETE-HEADER-ENTRY','DELETE-LINE','DELETE-NODE','DELETE-RESULT-LIST-ENTRY',
217 'FRAME-FIELD','FRAME-FILE','FRAME-INDEX','FRAME-LINE',
230 'LIBRARY','LINE-COUNTER','LIST-EVENTS','LIST-QUERY-ATTRS',
282 'CURSOR-LINE','CURSOR-OFFSET','DATA-ENTRY-RETURN','DATASET',
312 'HIDDEN','HORIZONTAL','HTML-CHARSET','HTML-END-OF-LINE',
326 'LAST-TAB-ITEM','LINE','LIST-ITEM-PAIRS','LIST-ITEMS',
328 'LOCATOR-COLUMN-NUMBER','LOCATOR-LINE-NUMBER','LOCATOR-PUBLIC-ID','LOCATOR-system-ID',
H A Dautoconf.php37 //Multiline-continued single-line comments
41 //Single Line comment started by dnl
H A Dobjc.php55 //Single line C-Comments
60 //Multiline Continuation for single-line comment
309 2 => 'color: #11740a; font-style: italic;', // Normal C single-line comments
H A Dprovidex.php46 // Single-Line Comments using REM command
185 "'lc'", "'ld'", "'lf'", "'li'", "'line'", "'lm'",
270 // Line Labels
H A Dcil.php52 '.localized', '.locale', '.line', '.language', '.import', '.imagebase', '.hash', '.get', '.fire', '.file', '.field',
110 '#line', '^THE_END^'
H A Dfo.php90 'ZEILE', 'LINE'
239 '.zeile', '.line',
/dokuwiki/bin/
H A Dindexer.php12 * Update the Search Index from command line
H A Dplugin.php25 $options->setHelp('Excecutes Plugin command line tools');
H A Ddwpage.php13 * Checkout and commit pages from the command line while maintaining the history
41 'Utility to help command line Dokuwiki page editing, allow ' .
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_modal.css28 line-height: 1;
H A D_toc.css50 line-height: 1.1;
H A Dpagetools.less61 line-height: @item-height;
H A D_diff.css111 line-height: 1;
/dokuwiki/inc/
H A Dmail.php133 // or comment next line for RFC2045 conformance, if you like
152 // at the very first character of the line
H A Dauth.php143 foreach ($acl as $line) {
144 $line = trim($line);
145 if (empty($line) || ($line[0] == '#')) continue; // skip blank lines & comments
146 [$id, $rest] = preg_split('/[ \t]+/', $line, 2);
149 if (strstr($line, '%USER%')) {
150 // if user is not logged in, this ACL line is meaningless - skip it
158 if (strstr($line, '%GROUP%')) {
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php609 echo '<th class="line">' . $this->lang['line'] . '</th>';
618 foreach ($this->import_failures as $line => $failure) {
620 echo '<td class="lineno"> ' . sprintf('%0' . $digits . 'd', $line) . ' </td>';
1040 $line = [$user, $info['name'], $info['mail'], implode(',', $info['grps'])];
1041 fputcsv($fd, $line);
1076 $line = 0;
1084 $error = ''; // clean out any errors from the previous line
1086 if (1 == ++$line) {
1092 $this->import_failures[$line]
[all...]
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
23 two backslashes are only recognized at the end of a line\\
27 two backslashes are only recognized at the end of a line\\
86 * For Mozilla and Firefox it can be enabled through different workaround mentioned in the [[http://kb.mozillazine.org/Links_to_local_pages_do_not_work|Mozilla Knowledge Base]]. However, there will still be a JavaScript warning about trying to open a Windows Share. To remove this warning (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>localization#changing_some_localized_texts_and_strings_in_your_installation|localization]]): <code - conf/lang/en/lang.php>
125 By using four or more dashes, you can make a horizontal line:
422 There are additional [[doku>syntax_highlighting|advanced options]] available for syntax highlighting, such as highlighting lines or adding line numbers.
/dokuwiki/lib/plugins/acl/
H A Dadmin.php140 foreach ($AUTH_ACL as $line) {
141 if ($line[0] == '#') {
142 $lines[] = $line;
603 foreach ($AUTH_ACL as $line) {
604 $line = trim(preg_replace('/#.*$/', '', $line)); //ignore comments
605 if (!$line) continue;
607 $acl = preg_split('/[ \t]+/', $line);
/dokuwiki/lib/plugins/styling/
H A Dscript.js29 'line-height': 1.5,
/dokuwiki/vendor/splitbrain/slika/src/
H A DImageMagickAdapter.php7 * Image Processing Adapter for ImageMagick's command line utility `convert`
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php48 * After registering this autoload function with SPL, the following line
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php29 * - type: change type (log line type)
33 * - extra: extra data (varies by line type)
56 * link button depend on relation to current page or media file. A changelog line does

12345678