Home
last modified time | relevance | path

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

12345678910>>...38

/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A 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);
106 print $exporter->export($array);
116 print $exporter->export($obj);
[all …]
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/database2/
H A 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/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md129 print($record->country->isoCode . "\n"); // 'US'
136 print($record->city->name . "\n"); // 'Minneapolis'
138 print($record->postal->code . "\n"); // '55455'
158 if ($record->isAnonymous) { print "anon\n"; }
194 print($record->domain . "\n"); // 'umn.edu'
213 print($record->country->confidence . "\n"); // 99
214 print($record->country->isoCode . "\n"); // 'US'
222 print($record->city->confidence . "\n"); // 60
225 print($record->postal->code . "\n"); // '55455'
288 print($record->country->isoCode . "\n"); // 'US'
[all …]
/plugin/pagetitle/
H A Dhelper.php17 * @param bool $print if false return content
20 public function tpl_youarehere($start_depth = 0, $print = true) argument
26 if ($print) {
84 * @param bool $print if false return content
87 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true) argument
92 if ($print) {
162 * @param bool $print if false return content
165 public function tpl_pagetitle($id = null, $print = true) argument
168 if ($print) {
/plugin/stylingpages/
H A 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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A 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/
H A 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/webcode/
H A DwebCodeConsole.js14 print: function (v) { method in WEBCODE
99 thElement.innerHTML = WEBCODE.print(prop);
117 tdElement.innerHTML = WEBCODE.print(element[prop]);
122 tdElement.innerHTML = WEBCODE.print(element);
/plugin/minimap/
H A Dsyntax.php221 $print = true;
226 $print = true;
228 $print = false;
232 $print = false;
236 $print = false;
241 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) {
H A Dcomment.php143 $print = self::shouldPrint($content);
145 if ($format === "xhtml" && $print) {
/plugin/prettyprint/
H A Dprint.css1 table.print-only {
5 .no-print {
/plugin/html2pdf/snorriheim/
H A Dstyle.ini6 ; print, screen and rtl are supported. rtl styles are loaded additionally
18 print.css = print
19 dokubook_print.css = print
H A Dstyle.ini.dist6 ; print, screen and rtl are supported. rtl styles are loaded additionally
18 print.css = print
19 dokubook_print.css = print
/plugin/s5reloaded/ui/thesis/
H A 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/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
/plugin/abc2/
H A Dprint.css2 /* try to print an SVG on a single page */
7 /* don't print abc midi players etc */
/plugin/wrap/
H A Dprint_or_pdf.less2 Styles shared between print.css and pdf.css
25 /*____________ no print ____________*/
/plugin/gil/
H A Dprint.css2 * @file gil/print.css
3 * @brief Stylesheet for Gil Plugin [print]
/plugin/addressbook/
H A 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/findologicxmlexport/vendor/twig/extensions/doc/
H A Dtext.rst26 This example would print::
61 will print out the whole Word.
76 This example would print ``Hello W??``.
/plugin/divalign2/
H A DChangeLog39 * print.css: Added file for print-view stylesheet.
55 * print.css: Added file with CSS for print view.
/plugin/datepicker/
H A Dscript.js55 datestr = calendar.date.print(par.daFormat);
85 datestr = calendar.date.print(par.daFormat);
/plugin/twcheckliste/
H A DREADME.md17 - H2 = Section (contains Areas). To adapt checklist before generating print-view
18 - H3 = Area (contains checkpoints). To adapt checklist before generating print-view

12345678910>>...38