Searched refs:format_string (Results 1 – 11 of 11) sorted by relevance
| /plugin/openid/Auth/ |
| D | OpenID.php | 547 * @param string $format_string The sprintf format for the message 549 static function log($format_string) argument
|
| /plugin/fedauth/Auth/ |
| D | OpenID.php | 526 * @param string $format_string The sprintf format for the message 528 static function log($format_string) argument
|
| /plugin/odt/ODT/ |
| D | ODTDocument.php | 889 …$format_string = $this->page->formatToString ($data['format'], $data['orientation'], $data['margin… 890 $properties ['style-name'] = 'Style-Page-'.$format_string; 906 $master_page_style_name = $format_string; 913 $properties ['style-name'] = 'Style-'.$format_string; 1692 …$format_string = $this->page->formatToString ($data['format'], $data['orientation'], $data['margin… 1694 if ( $format_string == $this->page->toString () ) {
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy.php | 988 foreach ($format_strings as $format_string) { 989 $value .= '"' . str_replace('"', '\\"', $format_string) . '",';
|
| /plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/ |
| D | opal.js | 19619 $def(self, '$format', function $$format(format_string, $a) { argument 19640 len = format_string.length, 19723 if (format_string.charCodeAt(i) < 48 || format_string.charCodeAt(i) > 57) { 19731 str += format_string.charAt(i); 19737 if (format_string.charAt(i + 1) === '$') { 19746 for (i = format_string.indexOf('%'); i !== -1; i = format_string.indexOf('%', i)) { 19758 switch (format_string.charAt(i)) { 19770 switch (format_string.charAt(i)) { 19807 if (format_string.charAt(i + 1) === '$') { 19827 closing_brace_char = (format_string.charAt(i) === '<' ? '>' : '\}'); [all …]
|
| D | index.mjs | 18457 $def(self, '$format', function $$format(format_string, $a) { argument 18476 len = format_string.length, 18559 if (format_string.charCodeAt(i) < 48 || format_string.charCodeAt(i) > 57) { 18567 str += format_string.charAt(i); 18573 if (format_string.charAt(i + 1) === '$') { 18582 for (i = format_string.indexOf('%'); i !== -1; i = format_string.indexOf('%', i)) { 18594 switch (format_string.charAt(i)) { 18606 switch (format_string.charAt(i)) { 18643 if (format_string.charAt(i + 1) === '$') { 18663 closing_brace_char = (format_string.charAt(i) === '<' ? '>' : '\}'); [all …]
|
| D | index.cjs | 18466 $def(self, '$format', function $$format(format_string, $a) { 18485 len = format_string.length, 18568 if (format_string.charCodeAt(i) < 48 || format_string.charCodeAt(i) > 57) { 18576 str += format_string.charAt(i); 18582 if (format_string.charAt(i + 1) === '$') { 18591 for (i = format_string.indexOf('%'); i !== -1; i = format_string.indexOf('%', i)) { 18603 switch (format_string.charAt(i)) { 18615 switch (format_string.charAt(i)) { 18652 if (format_string.charAt(i + 1) === '$') { 18672 closing_brace_char = (format_string.charAt(i) === '<' ? '>' : '\}'); [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 19619 $def(self, '$format', function $$format(format_string, $a) { argument 19640 len = format_string.length, 19723 if (format_string.charCodeAt(i) < 48 || format_string.charCodeAt(i) > 57) { 19731 str += format_string.charAt(i); 19737 if (format_string.charAt(i + 1) === '$') { 19746 for (i = format_string.indexOf('%'); i !== -1; i = format_string.indexOf('%', i)) { 19758 switch (format_string.charAt(i)) { 19770 switch (format_string.charAt(i)) { 19807 if (format_string.charAt(i + 1) === '$') { 19827 closing_brace_char = (format_string.charAt(i) === '<' ? '>' : '\}'); [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 19622 $def(self, '$format', function $$format(format_string, $a) { argument 19643 len = format_string.length, 19726 if (format_string.charCodeAt(i) < 48 || format_string.charCodeAt(i) > 57) { 19734 str += format_string.charAt(i); 19740 if (format_string.charAt(i + 1) === '$') { 19749 for (i = format_string.indexOf('%'); i !== -1; i = format_string.indexOf('%', i)) { 19761 switch (format_string.charAt(i)) { 19773 switch (format_string.charAt(i)) { 19810 if (format_string.charAt(i + 1) === '$') { 19830 closing_brace_char = (format_string.charAt(i) === '<' ? '>' : '\}'); [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 17072 return $def(self, '$sub_placeholder', function $$sub_placeholder(format_string, replacement) { argument 17074 return format_string.replace('%s', replacement);
|
| D | asciidoctor.cjs | 15618 return $def(self, '$sub_placeholder', function $$sub_placeholder(format_string, replacement) { 15620 return format_string.replace('%s', replacement);
|