Home
last modified time | relevance | path

Searched refs:alternative (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js240 if (node.alternative) {
241 node.alternative = node.alternative.transform(tt);
366 node.alternative.walk(tw);
375 if (node.alternative) {
377 node.alternative.walk(tw);
632 … [stat, stat.body, stat.alternative, stat.bcatch, stat.bfinally].forEach(function(node) {
907 && !stat.body.value && !stat.alternative) {
917 … if (ret[0] instanceof AST_Return && stat.body.value && ret[0].value && !stat.alternative) {
920 stat.alternative = ret[0];
927 && stat.body.value && !stat.alternative && in_lambda) {
[all …]
Dtransform.js133 if (self.alternative) self.alternative = self.alternative.transform(tw);
203 self.alternative = self.alternative.transform(tw);
Dpropmangle.js237 walk(node.alternative);
258 node.alternative = mangleStrings(node.alternative);
Dast.js474 alternative: "[AST_Statement?] the `else` part, or null if not present" property
480 if (this.alternative) this.alternative._walk(visitor);
751 alternative: "[AST_Node]" property
757 this.alternative._walk(visitor);
Doutput.js917 if (!b.alternative) {
921 b = b.alternative;
937 if (self.alternative) {
942 if (self.alternative instanceof AST_If)
943 self.alternative.print(output);
945 force_statement(self.alternative, output);
1176 self.alternative.print(output);
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dtransform.js103 if (self.alternative) self.alternative = self.alternative.transform(tw);
192 self.alternative = self.alternative.transform(tw);
Dcompress.js342 if (node.alternative) node.alternative = node.alternative.transform(tt);
1156 mark_refs(node.alternative, drop);
1220 this.alternative.walk(tw);
1303 if (this.alternative) {
1305 this.alternative.walk(tw);
2218 alternative: node,
2222 alternative: candidate.right.right,
2842 extract_candidates(expr.alternative, unused);
2871 if (expr.alternative && !(expr.alternative instanceof AST_Block)) {
2872 extract_candidates(expr.alternative);
[all …]
Dpropmangle.js150 addStrings(node.alternative, add);
325 mangleStrings(node.alternative);
/plugin/revealjs/
Dchangelog.md17 … vertical (nested) slide - no effect on slides, which are indicated by alternative slide indicators
18 …w horizontal_slide_level - no effect on slides, which are indicated by alternative slide indicators
19 - New alternative slide indicator:
34 - You can create of course a whole presentation with this alternative slide indicator
42 …- Slide background definition or alternative slide indicators must be noted before the headers/sli…
43 …m, that it is starting on the headers, so the background definition or alternative slide indicator…
DREADME.md138 … vertical (nested) slide - no effect on slides, which are indicated by alternative slide indicator…
148 …w horizontal_slide_level - no effect on slides, which are indicated by alternative slide indicator…
238 For all possible parameters see alternative slide indicator below.
273 …om`, `left`, `right`, `center` (center is the default in Reveal.js) or alternative by x,y values i…
282 - You can create of course a whole presentation with this alternative slide indicator
317 Slide with alternative slide indicator
321 Next slide with footer and stop alternative
/plugin/dw2pdf/vendor/mpdf/mpdf/data/patterns/
DNOTES.txt5 Hyphenator4PHP- alternative PHP hyphenator scripts: http://apps.sourceforge.net/trac/hyphenator4php/
/plugin/advanced/lang/en/config/
Dstyleini.txt27 ^''%%__background_alt__%%'' |alternative background color |
31 ^''%%__text_alt__%%'' |alternative text color |
/plugin/piwik/
Dplugin.info.txt6 desc Plugin for Piwik, the open source Google Analytics alternative
/plugin/chessdiagram/toolbar/
Denglish.diff6 > 'insert' =>'<chessdiagram>\n# Creates a chessboard from FEN and alternative one chara…
/plugin/piwik2/
Dplugin.info.txt6 …gin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by th…
DREADME.md12 …gin for the new 3.5 version of Matomo (formaly Piwik), the open source Google Analytics alternative
27 Plugin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by …
/plugin/backlinks/.github/ISSUE_TEMPLATE/
Dfeature_request.md17 A clear and concise description of any alternative solutions or features you've considered.
/plugin/description/.github/ISSUE_TEMPLATE/
Dfeature_request.md17 A clear and concise description of any alternative solutions or features you've considered.
/plugin/bpmnio/css/
Dbpmniojs.less37 background-color: var(--table-row-alternative-background-color);
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/
Dfeature_request.md17 A clear and concise description of any alternative solutions or features you've considered.
/plugin/matomo/
DREADME.md11 ….x version of Matomo (formaly Piwik), the open source Google Analytics alternative. It's the follo…
26 ….x version of Matomo (formaly Piwik), the open source Google Analytics alternative. It's the follo…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/bin/
Dextract-props.js63 walk(node.alternative);
/plugin/const/
Dclass.evalmath.php819 * @param double|int $alternative Return value if the condition is false.
822 public static function func_if( $condition, $statement, $alternative ) { argument
823 return ( (bool) $condition ? $statement : $alternative );
/plugin/html2pdf/snorriheim/
Dstyle.ini31 ; alternative text and background colors
Dstyle.ini.dist31 ; alternative text and background colors

12345678910>>...25