Home
last modified time | relevance | path

Searched full:null (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/dokuwiki/lib/plugins/authpdo/_test/mysql/
H A Dfluxbb.sql30 `g_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
31 `g_title` varchar(50) NOT NULL DEFAULT '',
32 `g_user_title` varchar(50) DEFAULT NULL,
33 `g_promote_min_posts` int(10) unsigned NOT NULL DEFAULT '0',
34 `g_promote_next_group` int(10) unsigned NOT NULL DEFAULT '0',
35 `g_moderator` tinyint(1) NOT NULL DEFAULT '0',
36 `g_mod_edit_users` tinyint(1) NOT NULL DEFAULT '0',
37 `g_mod_rename_users` tinyint(1) NOT NULL DEFAULT '0',
38 `g_mod_change_passwords` tinyint(1) NOT NULL DEFAULT '0',
39 `g_mod_ban_users` tinyint(1) NOT NULL DEFAULT '0',
[all …]
H A Dmybb.sql30 `gid` smallint(5) unsigned NOT NULL,
31 `type` tinyint(1) unsigned NOT NULL DEFAULT '2',
32 `title` varchar(120) NOT NULL DEFAULT '',
33 `description` text NOT NULL DEFAULT '',
34 `namestyle` varchar(200) NOT NULL DEFAULT '{username}',
35 `usertitle` varchar(120) NOT NULL DEFAULT '',
36 `stars` smallint(4) unsigned NOT NULL DEFAULT '0',
37 `starimage` varchar(120) NOT NULL DEFAULT '',
38 `image` varchar(120) NOT NULL DEFAULT '',
39 `disporder` smallint(6) unsigned NOT NULL DEFAULT '0',
[all …]
/dokuwiki/_test/tests/Subscriptions/
H A DSubscriberRegexBuilderTest.php14 ['Cold Fusion', null, null, 1],
15 ['casper', null, null, 1],
16 ['nope', null, null, 0],
17 ['lights', null, null, 0],
18 [['Cold Fusion', 'casper', 'nope'], null, null, 2],
19 [null, 'list', null, 1],
20 [null, 'every', null, 2],
21 [null, 'digest', null, 3],
22 [null, ['list', 'every'], null, 3],
23 ['casper', 'digest', null, 0],
[all …]
H A DSubscriberManagerTest.php34 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
43 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
52 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
61 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
70 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
79 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
85 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
94 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
100 $sub->subscribers('wiki:dokuwiki', null, ['every', 'list', 'digest'])
/dokuwiki/_test/tests/inc/parser/
H A Dparser_media.test.php19 array('externalmedia',array($file,null,null,null,null,'cache','details')),
20 array('cdata',array(null)),
27 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true);
61 array('externalmedia', array($file, null, null, null, null, 'cache', 'details')),
62 array('cdata', array(null)),
69 $url = $Renderer->externalmedia($file, null, null, null, null, 'cache', 'details', true);
96 array('internalmedia',array($file,null,null,null,null,'cache','details')),
97 array('cdata',array(null)),
104 $url = $Renderer->externalmedia($file,null,null,null,null,'cache','details',true);
141 $url = $Renderer->externalmedia($file, $title, null, null, null, 'cache', 'details', true);
[all …]
/dokuwiki/inc/Utf8/
H A DTable.php19 static $table = null;
20 if ($table === null) $table = include __DIR__ . '/tables/case.php';
31 static $table = null;
32 if ($table === null) {
45 static $table = null;
46 if ($table === null) {
58 static $table = null;
59 if ($table === null) {
71 static $table = null;
72 if ($table === null) {
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php139 * @var null
229null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $catego…
279 * @return string|null
283 if ($this->bitrate !== null) {
287 return null;
294 * @return \SimplePie\Caption|null
303 return null;
309 * @return array|null Array of {@see \SimplePie\Caption} objects
313 if ($this->captions !== null) {
317 return null;
[all …]
H A DCaption.php105 …public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text …
128 * @return string|null Time in the format 'hh:mm:ss.SSS'
132 if ($this->endTime !== null) {
136 return null;
143 * @return string|null Language code as per RFC 3066
147 if ($this->lang !== null) {
151 return null;
157 * @return string|null Time in the format 'hh:mm:ss.SSS'
161 if ($this->startTime !== null) {
165 return null;
[all …]
H A DCategory.php62 * @var string|null
70 * @var string|null
78 * @var string|null
89 * @var string|null
97 * @param string|null $term
98 * @param string|null $scheme
99 * @param string|null $label
100 * @param string|null $type
102 public function __construct($term = null, $scheme = null, $label = null, $type = null)
124 * @return string|null
[all …]
H A DItem.php151 return null;
167 if ($link != null) {
214 * @return string|null
234 return null;
251 * @return string|null
271 $this->data['title'] = null;
290 * @return string|null
325 return null;
340 * @return string|null
357 return null;
[all …]
H A DCredit.php89 public function __construct($role = null, $scheme = null, $name = null)
110 * @return string|null
114 if ($this->role !== null) {
118 return null;
124 * @return string|null
128 if ($this->scheme !== null) {
132 return null;
138 * @return string|null
142 if ($this->name !== null) {
146 return null;
H A DRestriction.php89 public function __construct($relationship = null, $type = null, $value = null)
110 * @return string|null Either 'allow' or 'deny'
114 if ($this->relationship !== null) {
118 return null;
124 * @return string|null
128 if ($this->type !== null) {
132 return null;
138 * @return string|null
142 if ($this->value !== null) {
146 return null;
H A DAuthor.php90 public function __construct($name = null, $link = null, $email = null)
111 * @return string|null
115 if ($this->name !== null) {
119 return null;
125 * @return string|null
129 if ($this->link !== null) {
133 return null;
139 * @return string|null
143 if ($this->email !== null) {
147 return null;
H A DIRI.php65 protected $scheme = null;
72 protected $iuserinfo = null;
79 protected $ihost = null;
86 protected $port = null;
100 protected $iquery = null;
107 protected $ifragment = null;
175 // isset() returns false for null, we don't want to do that
200 $return = null;
203 if ($return === null && isset($this->normalization[$this->scheme][$name])) {
238 public function __construct($iri = null)
[all …]
H A DSource.php85 return null;
121 return null;
131 return null;
139 $term = null;
140 $scheme = null;
141 $label = null;
160 $scheme = null;
162 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]);
165 …ry::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
168 …ry::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
[all …]
/dokuwiki/inc/Form/
H A DTagCloseElement.php39 * @param null|string $id
43 public function id($id = null)
45 if ($id === null) {
56 * @param null|string $value
60 public function attr($name, $value = null)
62 if ($value === null) {
72 * @param array|null $attributes
76 public function attrs($attributes = null)
78 if ($attributes === null) {
H A DElement.php54 * @param null|string $value New value to set
57 public function attr($name, $value = null)
60 if ($value !== null) {
90 * @param array|null $attributes
93 public function attrs($attributes = null)
129 * @param null|string $id
132 public function id($id = null)
146 * @param null|string $value
149 public function val($value = null)
/dokuwiki/_test/tests/inc/
H A Dauth_admincheck.test.php66 $this->assertFalse(auth_ismanager('jill', null, false, true));
69 $this->assertTrue(auth_ismanager('john', null, false, true));
70 $this->assertTrue(auth_ismanager('doe', null, false, true));
72 $this->assertTrue(auth_ismanager('dörte', null, false, true));
73 $this->assertTrue(auth_ismanager('dänny', null, false, true));
90 $this->assertFalse(auth_ismanager('jill', null, true, true));
93 $this->assertTrue(auth_ismanager('john', null, true, true));
94 $this->assertTrue(auth_ismanager('doe', null, true, true));
111 $this->assertFalse(auth_ismanager('jill', null, false, true));
114 $this->assertTrue(auth_ismanager('john', null, false, true));
[all …]
H A Dpageutils_wikiFN.test.php7 … $this->assertEquals(wikiFN('wiki:',null,false), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki/.txt'));
8 … $this->assertEquals(wikiFN('wiki:',null,true), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki.txt'));
12 … $this->assertEquals(wikiFN('wiki:',null,true), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki.txt'));
13 … $this->assertEquals(wikiFN('wiki:',null,false), TestUtils::w2u(DOKU_TMP_DATA.'pages/wiki/.txt'));
H A Dtemplate_include_page.test.php22 $this->assertEquals('foo:bar', tpl_pagetitle(null, true));
31 $this->assertEquals('Admin', tpl_pagetitle(null, true));
48 $this->assertEquals('Revert Manager', tpl_pagetitle(null, true));
57 $this->assertEquals('Sitemap', tpl_pagetitle(null, true));
66 $this->assertEquals('foo:bar - Old revisions', tpl_pagetitle(null, true));
H A DFulltextPageLookupTest.php17 $this->assertEquals(['test:page1' => null, 'ns:page2' => null], ft_pageLookup('page'));
18 $this->assertEquals(['test:page1' => null], ft_pageLookup('page @test'));
19 $this->assertEquals(['ns:page2' => null], ft_pageLookup('page ^test'));
/dokuwiki/vendor/composer/
H A DInstalledVersions.php30 …* @var string|null if set (by reflection by Composer), this should be set to the path where this c…
33 private static $selfDir = null;
36 * @var mixed[]|null
37null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, a…
47 * @var bool|null
53null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, a…
128 …* @param string|null $constraint A version constraint to check for, if you pass one you have t…
177 …* @return string|null If the package is being replaced or provided but is not really installed, nu…
187 return null;
198 …* @return string|null If the package is being replaced or provided but is not really installed, nu…
[all …]
/dokuwiki/_test/tests/lib/exe/
H A Dajax_requests.test.php18 [ 'suggestions', ['q' => ''], null ],
19 [ 'lock', ['id' => ''], null ],
20 [ 'draftdel', ['id' => ''], null ],
21 [ 'medians', ['ns' => 'some:ns'], null ],
22 [ 'medialist', ['ns' => '', 'recent' => '', 'do' => ''], null ],
23 [ 'mediadetails', ['image' => ''], null ],
24 [ 'mediadiff', ['image' => ''], null ],
25 [ 'mediaupload', ['mediaid' => '', 'qqfile' => '' ], null ], // $_FILES
26 [ 'index', ['idx' => ''], null ],
27 [ 'linkwiz', ['q' => ''], null ],
[all …]
/dokuwiki/inc/parser/
H A Drenderer.php125 if ($plugin != null) {
470 public function file($text, $lang = null, $file = null)
481 public function code($text, $lang = null, $file = null)
583 public function locallink($hash, $name = null)
593 public function internallink($link, $title = null)
603 public function externallink($link, $title = null)
637 public function filelink($link, $title = null)
647 public function windowssharelink($link, $title = null)
659 public function emaillink($address, $name = null)
676 $title = null,
[all …]
/dokuwiki/inc/Sitemap/
H A DItem.php27 public function __construct($url, $lastmod, $changefreq = null, $priority = null)
45 public static function createFromID($id, $changefreq = null, $priority = null)
49 if (!$date) return null;
63 if ($this->changefreq !== null)
65 if ($this->priority !== null)

12345678910>>...17