Searched refs:front (Results 1 – 25 of 82) sorted by relevance
1234
| /plugin/asciidocjs/node_modules/babel-runtime/helpers/ |
| D | asyncGenerator.js | 21 var front, back; 36 front = back = request; 64 front.resolve({ 71 front.reject(value); 75 front.resolve({ 82 front = front.next; 84 if (front) { 85 resume(front.key, front.arg);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Zipper.php | 23 public $front, $back; 25 public function __construct($front, $back) { argument 26 $this->front = $front; 48 $a = $this->front; 62 if ($t !== NULL) array_push($this->front, $t); 86 return empty($this->front) ? NULL : array_pop($this->front); 111 if ($t !== NULL) array_push($this->front, $t);
|
| D | Injector.php | 239 $i = count($this->inputZipper->front) - 1; 246 $current = $this->inputZipper->front[$i];
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ |
| D | ANSI.php | 340 … $front = &$attr_cell->{ $attr_cell->reverse ? 'background' : 'foreground' }; 345 case '30': $front = 'black'; break; 346 case '31': $front = 'red'; break; 347 case '32': $front = 'green'; break; 348 case '33': $front = 'yellow'; break; 349 case '34': $front = 'blue'; break; 350 case '35': $front = 'magenta'; break; 351 case '36': $front = 'cyan'; break; 352 case '37': $front = 'white'; break;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/ |
| D | RemoveEmpty.php | 98 for ($b = 0, $c = count($this->inputZipper->front); $b < $c; $b++) { 99 $prev = $this->inputZipper->front[$b];
|
| /plugin/markdownextra/ |
| D | README.md | 59 #### Why front matter? 60 …ag2 tag3}} syntax will not work within <markdown></markdown>. So I added this front matter feature.
|
| /plugin/redirect2/lang/en/ |
| D | intro.txt | 5 * Put '':'' in front of the ID for media, otherwise any ID are assumed for pages.
|
| /plugin/linkprefix/ |
| D | README | 3 This plugin adds a custom string in front of all external URLs. That is useful for referer remove s…
|
| /plugin/wysiwyg/fckeditor/editor/css/ |
| D | fck_editorarea.css | 54 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/wysiwyg/css/ |
| D | fck_editorarea.css | 54 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/grensladawritezor/fckeditor/editor/css/ |
| D | fck_editorarea.css | 54 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/mdimport/ |
| H A D | README.md | 36 - YAML front matter (automatically stripped) 93 - **YAML front matter** – If the file starts with a block delimited by `---` … `---` (or `...`), it…
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | date.rst | 34 To escape words and characters in the date format use ``\\`` in front of each
|
| /plugin/codemirror/dist/modes/ |
| D | yaml-frontmatter.min.js.map | 1 … 1, BODY = 2\n\n // a mixed mode for Markdown text with an optional YAML front matter\n CodeMirr…
|
| /plugin/adhoctags/ |
| D | README.md | 121 - search for ` title="` (note the space in front!) in standard mode, replace with ` "` (space + quo… 125 - Search for ` lang="([^\"]*)"` in *regex mode* (!), replace with ` :$1` (note: spaces in front of …
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ |
| D | MakeWellFormed.php | 165 if (empty($zipper->front)) break;
|
| /plugin/asciidocjs/node_modules/kind-of/ |
| D | README.md | 203 …ke this check happen by process of elimination rather than brute force up front (e.g. by using som…
|
| /plugin/ckgedit/ckeditor/ |
| D | contents-default.css | 69 paragraphs. Remember to apply the same style in your output front end page.
|
| D | contents.css.unc | 68 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/ckgdoku/ckeditor/ |
| D | contents-default.css | 69 paragraphs. Remember to apply the same style in your output front end page.
|
| D | contents.css.unc | 71 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/fckg/fckeditor/editor/css/ |
| D | fck_editorarea.css | 75 paragraphs. Remember to apply the same style in your output front end page.
|
| D | fck_editorarea.css.default_template | 73 paragraphs. Remember to apply the same style in your output front end page.
|
| D | fck_editorarea.css.dokuwiki_template | 75 paragraphs. Remember to apply the same style in your output front end page.
|
| /plugin/mediathumbnails/ |
| H A D | dokuwiki_plugin_page.wiki | 102 …nails, like the following to generate a right alignment (note the space in front of ''thumbnail''):
|
1234