Searched refs:front (Results 1 – 25 of 78) 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/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/bible/bible_douayRheims/ |
D | Ezechiel.txt | 1021 …40:9. And he measured the porch of the gate eight cubits, and the front thereof two cubits: and th… 1026 …40:14. He made also fronts of sixty cubits: and to the front the court of the gate on every side r… 1030 40:18. And the pavement in the front of the gates according to the length of the gates was lower. 1031 …40:19. And he measured the breadth from the face of the lower gate to the front of the inner court… 1033 …40:21. And the little chambers thereof three on this side, and three on that side: and the front t… 1036 … south, and behold the gate that looked to the south: and he measured the front thereof, and the p… 1038 … and there were graven palm trees, one on this side, and another on that side in the front thereof. 1041 …40:29. The little chamber thereof, and the front thereof, and the porch thereof with the same meas… 1043 …40:31. And the porch thereof to the outward court, and the palm trees thereof in the front: and th… 1045 …40:33. The little chamber thereof, and the front thereof, and the porch thereof as before: and the… [all …]
|
/plugin/tline/ |
D | CHANGES.txt | 125 inFront. If true, then the span is in front of all layers but the events.
|
1234