Searched refs:alternative (Results 1 – 25 of 620) sorted by relevance
12345678910>>...25
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/ |
| D | compress.js | 240 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 …]
|
| D | transform.js | 133 if (self.alternative) self.alternative = self.alternative.transform(tw); 203 self.alternative = self.alternative.transform(tw);
|
| D | propmangle.js | 237 walk(node.alternative); 258 node.alternative = mangleStrings(node.alternative);
|
| D | ast.js | 474 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);
|
| D | output.js | 917 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/ |
| D | transform.js | 103 if (self.alternative) self.alternative = self.alternative.transform(tw); 192 self.alternative = self.alternative.transform(tw);
|
| D | compress.js | 342 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 …]
|
| D | propmangle.js | 150 addStrings(node.alternative, add); 325 mangleStrings(node.alternative);
|
| /plugin/revealjs/ |
| D | changelog.md | 17 … 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…
|
| D | README.md | 138 … 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/ |
| D | NOTES.txt | 5 Hyphenator4PHP- alternative PHP hyphenator scripts: http://apps.sourceforge.net/trac/hyphenator4php/
|
| /plugin/advanced/lang/en/config/ |
| D | styleini.txt | 27 ^''%%__background_alt__%%'' |alternative background color | 31 ^''%%__text_alt__%%'' |alternative text color |
|
| /plugin/piwik/ |
| D | plugin.info.txt | 6 desc Plugin for Piwik, the open source Google Analytics alternative
|
| /plugin/chessdiagram/toolbar/ |
| D | english.diff | 6 > 'insert' =>'<chessdiagram>\n# Creates a chessboard from FEN and alternative one chara…
|
| /plugin/piwik2/ |
| D | plugin.info.txt | 6 …gin for the new 2.0 version of Piwik, the open source Google Analytics alternative (inspired by th…
|
| D | README.md | 12 …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/ |
| D | feature_request.md | 17 A clear and concise description of any alternative solutions or features you've considered.
|
| /plugin/description/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 17 A clear and concise description of any alternative solutions or features you've considered.
|
| /plugin/bpmnio/css/ |
| D | bpmniojs.less | 37 background-color: var(--table-row-alternative-background-color);
|
| /plugin/openlayersmap/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 17 A clear and concise description of any alternative solutions or features you've considered.
|
| /plugin/matomo/ |
| D | README.md | 11 ….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/ |
| D | extract-props.js | 63 walk(node.alternative);
|
| /plugin/const/ |
| D | class.evalmath.php | 819 * @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/ |
| D | style.ini | 31 ; alternative text and background colors
|
| D | style.ini.dist | 31 ; alternative text and background colors
|
12345678910>>...25