Home
last modified time | relevance | path

Searched refs:blank (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dcommon_blank.test.php34 $this->assertEquals($test[1], blank($test[0]), "using " . var_export($test[0], true));
40 $this->assertFalse(blank($whitespace), "using default \$trim value");
41 $this->assertFalse(blank($whitespace, false), "using \$trim = false");
42 $this->assertTrue(blank($whitespace, true), "using \$trim = true");
47 $this->assertTrue(blank($var), "using undefined/unitialised variable");
48 $this->assertTrue(blank($undef['nope']), "using undefined array index");
49 $this->assertTrue(blank($this->nope), "using unset object property");
/dokuwiki/inc/Ui/
H A DAdmin.php107 if (blank($item['prompt'])) return;
/dokuwiki/inc/File/
H A DPageFile.php165 if (blank($data['summary'])) {
/dokuwiki/inc/
H A DAjax.php441 if (!blank($item['title'])) {
H A Dcommon.php78 function blank(&$in, $trim = false) function
H A Dmedia.php1418 if (!blank($query)) {
/dokuwiki/inc/parser/
H A Dxhtml.php225 if (blank($text)) return; //skip empty headlines
1825 if (!blank($heading)) {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css1068 .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…
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG813 - Fixed blank at start of MySQL file (W. Tasin)