Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/inc/parser/
H A Dxhtml.php224 if (blank($text)) return; //skip empty headlines
1825 if (!blank($heading)) {
/dokuwiki/inc/
H A Dcommon.php58 * Checks if the given input is blank
67 * (isset($foo) && !blank($foo))
68 * (!isset($foo) || blank($foo))
71 * @param bool $trim Consider a string of whitespace to be blank
74 function blank(&$in, $trim = false)
69 function blank(&$in, $trim = false) { global() function
H A DAjax.php441 if (!blank($item['title'])) {
H A Dmedia.php1418 if (!blank($query)) {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1096 .ui-icon-blank.ui-icon-blank.ui-icon-blank {
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph, you can use two backslashes followed by a whitespace or the end of line.
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Ui/
H A DAdmin.php105 if (blank($item['prompt'])) return;
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG811 - Fixed blank at start of MySQL file (W. Tasin)
/dokuwiki/inc/File/
H A DPageFile.php165 if (blank($data['summary'])) {