Home
last modified time | relevance | path

Searched refs:front (Results 1 – 25 of 82) sorted by relevance

1234

/plugin/asciidocjs/node_modules/babel-runtime/helpers/
DasyncGenerator.js21 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/
DZipper.php23 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);
DInjector.php239 $i = count($this->inputZipper->front) - 1;
246 $current = $this->inputZipper->front[$i];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php340 … $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/
DRemoveEmpty.php98 for ($b = 0, $c = count($this->inputZipper->front); $b < $c; $b++) {
99 $prev = $this->inputZipper->front[$b];
/plugin/markdownextra/
DREADME.md59 #### Why front matter?
60 …ag2 tag3}} syntax will not work within <markdown></markdown>. So I added this front matter feature.
/plugin/redirect2/lang/en/
Dintro.txt5 * Put '':'' in front of the ID for media, otherwise any ID are assumed for pages.
/plugin/linkprefix/
DREADME3 This plugin adds a custom string in front of all external URLs. That is useful for referer remove s…
/plugin/wysiwyg/fckeditor/editor/css/
Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
/plugin/wysiwyg/css/
Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
/plugin/grensladawritezor/fckeditor/editor/css/
Dfck_editorarea.css54 paragraphs. Remember to apply the same style in your output front end page.
/plugin/mdimport/
H A DREADME.md36 - 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/
Ddate.rst34 To escape words and characters in the date format use ``\\`` in front of each
/plugin/codemirror/dist/modes/
Dyaml-frontmatter.min.js.map1 … 1, BODY = 2\n\n // a mixed mode for Markdown text with an optional YAML front matter\n CodeMirr…
/plugin/adhoctags/
DREADME.md121 - 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/
DMakeWellFormed.php165 if (empty($zipper->front)) break;
/plugin/asciidocjs/node_modules/kind-of/
DREADME.md203 …ke this check happen by process of elimination rather than brute force up front (e.g. by using som…
/plugin/ckgedit/ckeditor/
Dcontents-default.css69 paragraphs. Remember to apply the same style in your output front end page.
Dcontents.css.unc68 paragraphs. Remember to apply the same style in your output front end page.
/plugin/ckgdoku/ckeditor/
Dcontents-default.css69 paragraphs. Remember to apply the same style in your output front end page.
Dcontents.css.unc71 paragraphs. Remember to apply the same style in your output front end page.
/plugin/fckg/fckeditor/editor/css/
Dfck_editorarea.css75 paragraphs. Remember to apply the same style in your output front end page.
Dfck_editorarea.css.default_template73 paragraphs. Remember to apply the same style in your output front end page.
Dfck_editorarea.css.dokuwiki_template75 paragraphs. Remember to apply the same style in your output front end page.
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki102 …nails, like the following to generate a right alignment (note the space in front of ''thumbnail''):

1234