Home
last modified time | relevance | path

Searched refs:print (Results 1 – 11 of 11) sorted by path

/dokuwiki/
H A DCOPYING105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
/dokuwiki/data/
H A Ddeleted.files651 lib/tpl/default/print.css
/dokuwiki/inc/
H A Dcommon.php144 * @param bool $print if true print the field, otherwise html of the field is returned
147 function formSecurityToken($print = true)
150 if ($print) echo $ret;
1021 * Prepares text for print in Webforms by encoding special chars.
152 formSecurityToken($print = true) global() argument
H A Dtemplate.php451 * @param bool $return Return or print directly?
475 * @param bool $return if true return the link html, otherwise print
698 * @param bool $return return or print
746 // don't print the search form if search action has been disabled
789 * @param bool $return return or print
834 * @param bool $return return or print
862 // always print the startpage
865 // print intermediate namespace links
876 // print current page, skipping start page, skipping for namespace index
953 // print i
1582 tpl_include_page($pageid, $print = true, $propagate = false, $useacl = true) global() argument
[all...]
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1181 .ui-icon-print { background-position: -160px -96px; }
/dokuwiki/lib/styles/
H A Dall.css2 * Basic screen and print styles. These styles are needed for basic DokuWiki functions
H A Dprint.css2 * Basic print styles. These styles are needed for basic DokuWiki functions
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini12 ; print, screen and all are supported.
42 css/print.css = print
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE105 interactive use in the most ordinary way, to print or display an
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md37 $options->setHelp('A very minimal example that does nothing but print a version');
38 $options->registerOption('version', 'print version', 'v');
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md15 * Yes `print 'foo'; print 'bar';`
16 * No `print 'foo' print 'bar'`