Searched refs:blank (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | common_blank.test.php | 34 $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 D | Admin.php | 107 if (blank($item['prompt'])) return;
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 165 if (blank($data['summary'])) {
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 441 if (!blank($item['title'])) {
|
| H A D | common.php | 78 function blank(&$in, $trim = false) function
|
| H A D | media.php | 1418 if (!blank($query)) {
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 225 if (blank($text)) return; //skip empty headlines 1825 if (!blank($heading)) {
|
| /dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
| H A D | smoothness.css | 1068 .ui-icon-blank.ui-icon-blank.ui-icon-blank {
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 20 **Paragraphs** are created from blank lines. If you want to **force a newline** without a paragraph…
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | CHANGELOG | 813 - Fixed blank at start of MySQL file (W. Tasin)
|