Home
last modified time | relevance | path

Searched refs:ascii_only (Results 1 – 8 of 8) sorted by relevance

/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js56 ascii_only : false, property
154 if (options.ascii_only) str = to_ascii(str);
179 if (options.ascii_only)
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js54 ascii_only : false, property
142 var to_utf8 = options.ascii_only ? function(str, identifier) {
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md924 - `ascii_only` (default: `false`) — escape Unicode characters in strings and
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js7545 var ascii_only = /^[\x00-\x7F]*$/;
7546 if (ascii_only.test(self) && ascii_only.test(other)) {
Dindex.mjs7270 var ascii_only = /^[\x00-\x7F]*$/;
7271 if (ascii_only.test(self) && ascii_only.test(other)) {
7785 $def(self, '$ascii_only?', function $String_ascii_only$ques$14() {
Dindex.cjs7279 var ascii_only = /^[\x00-\x7F]*$/;
7280 if (ascii_only.test(self) && ascii_only.test(other)) {
7794 $def(self, '$ascii_only?', function $String_ascii_only$ques$14() {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js7545 var ascii_only = /^[\x00-\x7F]*$/;
7546 if (ascii_only.test(self) && ascii_only.test(other)) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js7548 var ascii_only = /^[\x00-\x7F]*$/;
7549 if (ascii_only.test(self) && ascii_only.test(other)) {