Home
last modified time | relevance | path

Searched refs:print (Results 1 – 25 of 1083) sorted by relevance

12345678910>>...44

/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js273 var print = options.beautify
285 print("\n");
371 print(" ");
377 if (need_newline_indented) print("\n");
378 print(half ? current_indent.slice(0, -half_indent) : current_indent);
395 print("\n");
400 print(";");
406 if (might_need_semicolon) print(";");
407 print(";");
411 print("{");
[all …]
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Doutput.js214 function print(str) { function in OutputStream
282 print(" ");
289 print(make_indent(half ? 0.5 : 0));
303 print("\n");
310 print(";");
317 print(";");
326 print("{");
332 print("}");
337 print("(");
341 print(")");
[all …]
/plugin/findologicxmlexport/vendor/sebastian/exporter/
DREADME.md30 print $exporter->export(new Exception);
44 print $exporter->export(46);
47 print $exporter->export(4.0);
50 print $exporter->export('hello, world!');
53 print $exporter->export(false);
56 print $exporter->export(acos(8));
59 print $exporter->export(log(0));
62 print $exporter->export(null);
65 print $exporter->export(fopen('php://stderr', 'w'));
68 print $exporter->export(chr(0) . chr(1) . chr(2) . chr(3) . chr(4) . chr(5));
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DREADME.md129 print($record->country->isoCode . "\n"); // 'US'
130 print($record->country->name . "\n"); // 'United States'
131 print($record->country->names['zh-CN'] . "\n"); // '美国'
133 print($record->mostSpecificSubdivision->name . "\n"); // 'Minnesota'
134 print($record->mostSpecificSubdivision->isoCode . "\n"); // 'MN'
136 print($record->city->name . "\n"); // 'Minneapolis'
138 print($record->postal->code . "\n"); // '55455'
140 print($record->location->latitude . "\n"); // 44.9733
141 print($record->location->longitude . "\n"); // -93.2323
158 if ($record->isAnonymous) { print "anon\n"; }
[all …]
/plugin/database2/
Dprint.css46 * style specific to database2 internal print version
49 body.print table
56 body.print table thead th
64 body.print table tbody td
71 body.print table tbody td.counter
77 body.print table tbody td.integer
82 body.print table tbody a
/plugin/pagetitle/
Dhelper.php14 * @param bool $print if false return content
17 public function tpl_youarehere($start_depth = 0, $print = true) argument
23 if ($print) {
73 * @param bool $print if false return content
76 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) argument
81 if ($print) {
151 * @param bool $print if false return content
154 public function tpl_pagetitle($id = null, $print = true) argument
157 if ($print) {
/plugin/stylingpages/
DREADME16 1) <code>wiki:styling=/^(all|screen|print|speech)\.(css|less)$/</code>
22 * print.css and print.less - for print media type
31 3) <code>wiki:styling=/^(all|screen|print|speech)\.(css|less)$/, wiki:styling=/^script\.js$/</code>
35 4) <code>wiki:css=/^(all|screen|print|speech)\.(css|less)$/, wiki:javascript=/^script\.js$/</code>
/plugin/webcode/
DwebCodeConsole.js14 print: function (v) { method
99 thElement.innerHTML = WEBCODE.print(prop);
117 tdElement.innerHTML = WEBCODE.print(element[prop]);
122 tdElement.innerHTML = WEBCODE.print(element);
/plugin/minimap/
Dsyntax.php221 $print = true;
226 $print = true;
228 $print = false;
232 $print = false;
236 $print = false;
241 if ($print) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dassertion.phpt6 print 'skip: PHP 7 is required' . PHP_EOL;
10 print 'skip: zend.assertions=1 is required' . PHP_EOL;
14 print 'skip: assert.exception=1 is required' . PHP_EOL;
/plugin/starred/
Daction.php70 * @param bool $print Should the HTML be printed or returned?
73 public function tpl_starred($inneronly = false, $print = true) argument
80 if ($print) {
/plugin/combo/syntax/
H A Dminimap.php230 $print = true;
235 $print = true;
237 $print = false;
241 $print = false;
245 $print = false;
250 if ($print) {
/plugin/s5reloaded/ui/thesis/
Dprint.css1 /* The following rule is necessary to have all slides appear in print! DO NOT REMOVE IT! */
109 background:url(pics/back-handout-print.png) top right no-repeat #fff;
118 background:url(pics/back-slide-print.png) top right no-repeat #fff;
146 /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
/plugin/html2pdf/snorriheim/
Dstyle.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
18 print.css = print
19 dokubook_print.css = print
Dstyle.ini.dist6 ; print, screen and rtl are supported. rtl styles are loaded additionally
18 print.css = print
19 dokubook_print.css = print
/plugin/combo/resources/webcode/
H A Dwebcode-console.js68 thElement.innerHTML = print(prop);
86 tdElement.innerHTML = print(element[prop]);
91 tdElement.innerHTML = print(element);
131 let print = function (v) { function in WEBCODE.WebConsole
/plugin/prettyprint/
Dprint.css1 table.print-only {
5 .no-print {
/plugin/asciidocjs/node_modules/acorn/src/bin/
Dacorn.js9 const print = (status == 0) ? console.log : console.error
10print("usage: " + basename(process.argv[1]) + " [--ecma3|--ecma5|--ecma6|--ecma7|...|--ecma2015|--…
11print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
/plugin/asciidocjs/node_modules/handlebars/lib/
Dindex.js12 handlebars.print = printer.print;
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/bin/
Dacorn.js9 const print = (status == 0) ? console.log : console.error
10 print("usage: " + basename(process.argv[1]) + " [--ecma3|--ecma5|--ecma6|--ecma7]")
11print(" [--tokenize] [--locations] [---allow-hash-bang] [--compact] [--silent] [--module] […
/plugin/abc2/
Dprint.css2 /* try to print an SVG on a single page */
7 /* don't print abc midi players etc */
/plugin/addressbook/
DREADME.md42 [ADDRESSBOOK:print<?option1&option2>]
47 * ``[ADDRESSBOOK:print?department]`` - Separate contacts by department
48 * ``[ADDRESSBOOK:print?select=<name>]`` - Show only contacts from department ``<name>``
63 * Add print styles for contact cards and the index list
/plugin/wrap/
Dprint_or_pdf.less2 Styles shared between print.css and pdf.css
25 /*____________ no print ____________*/
/plugin/gil/
Dprint.css2 * @file gil/print.css
3 * @brief Stylesheet for Gil Plugin [print]
/plugin/asciidocjs/node_modules/nunjucks/src/
Dnodes.js239 function print(str, indent, inline) { function
253 print(node.typename + ': ', indent);
255 print('\n');
260 print(node.extName + "." + node.prop + "\n");
281 print(JSON.stringify(props, null, 2) + '\n', null, true);
283 print('\n');
288 print("[" + fieldName + "] =>", indent + 2);

12345678910>>...44