Searched refs:terse (Results 1 – 6 of 6) sorted by relevance
| /plugin/asciidocjs/node_modules/pug-runtime/ |
| D | index.js | 128 function pug_attr(key, val, escaped, terse) { argument 133 return ' ' + (terse ? key : key + '="' + key + '"'); 157 function pug_attrs(obj, terse){ argument 166 attrs = pug_attr(key, val, false, terse) + attrs; 172 attrs += pug_attr(key, val, false, terse);
|
| /plugin/asciidocjs/node_modules/pug-attrs/ |
| D | README.md | 25 - `terse`: whether or not to use HTML5-style terse boolean attributes 46 terse: true, 60 terse: true,
|
| D | index.js | 32 assert(typeof options.terse === 'boolean', 'Options.terse should be a boolean'); 49 var str = stringify(runtime.attr(key, toConstant(val), mustEscape, options.terse)); 65 …+ '("' + key + '", ' + val + ', ' + stringify(mustEscape) + ', ' + stringify(options.terse) + ')');
|
| /plugin/spellcheck/ |
| D | aspell.php | 167 $terse = true; 177 if ($s == '!') $terse = false; 201 $r = $terse ? "\n*\n\$1" : "\n\$1"; // replacement for broken Aspell 203 $r = $terse ? "\n*\n" : "\n"; // replacement for good Aspell
|
| /plugin/asciidocjs/node_modules/pug-code-gen/ |
| D | index.js | 69 this.terse = false; 169 this.terse = this.doctype.toLowerCase() == '<!doctype html>'; 553 if (this.terse && !tag.selfClosing) { 789 …+ this.runtime('merge') + '([' + attributeBlocks.join(',') + ']), ' + stringify(this.terse) + ')'); 791 …rExpression(this.runtime('attrs') + '(' + attributeBlocks[0] + ', ' + stringify(this.terse) + ')'); 804 terse: this.terse, property
|
| /plugin/bb4dw/ |
| D | sample.bib | 180 … this compiler with stochastic search over the space of schedules enables terse, composable progra…
|