| /dokuwiki/lib/plugins/authpdo/_test/mysql/ |
| H A D | fluxbb.sql | 30 `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 D | mybb.sql | 30 `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 D | SubscriberRegexBuilderTest.php | 14 ['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 …]
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Caption.php | 66 ?string $type = null, 67 ?string $lang = null, 68 ?string $startTime = null, 69 ?string $endTime = null, 70 ?string $text = null 93 * @return string|null Time in the format 'hh:mm:ss.SSS' 97 if ($this->endTime !== null) { 101 return null; 108 * @return string|null Language code as per RFC 3066 112 if ($this->lang !== null) { [all …]
|
| H A D | Category.php | 22 * @var string|null 30 * @var string|null 38 * @var string|null 49 * @var string|null 57 * @param string|null $term 58 * @param string|null $scheme 59 * @param string|null $label 60 * @param string|null $type 62 …ic function __construct(?string $term = null, ?string $scheme = null, ?string $label = null, ?stri… 84 * @return string|null [all …]
|
| H A D | Enclosure.php | 26 * @var Caption[]|null 32 * @var Category[]|null 50 * @var Credit[]|null 86 * @var string[]|null 99 * @var null 104 * @var string[]|null 140 * @var Rating[]|null 158 * @var string[]|null 189 * @param null $javascript 190 * @param Caption[]|null $captions [all …]
|
| H A D | Restriction.php | 25 * @var self::RELATIONSHIP_*|null 33 * @var string|null 41 * @var string|null 54 …public function __construct(?string $relationship = null, ?string $type = null, ?string $value = n… 79 if ($this->relationship !== null) { 83 return null; 89 * @return string|null 93 if ($this->type !== null) { 97 return null; 103 * @return string|null [all …]
|
| H A D | Author.php | 47 ?string $name = null, 48 ?string $link = null, 49 ?string $email = null 70 * @return string|null 74 if ($this->name !== null) { 78 return null; 84 * @return string|null 88 if ($this->link !== null) { 92 return null; 98 * @return string|null [all …]
|
| H A D | Credit.php | 50 ?string $role = null, 51 ?string $scheme = null, 52 ?string $name = null 73 * @return string|null 77 if ($this->role !== null) { 81 return null; 87 * @return string|null 91 if ($this->scheme !== null) { 95 return null; 101 * @return string|null [all …]
|
| H A D | Item.php | 44 * @var Sanitize|null 46 private $sanitize = null; 109 * @return array<array<string, mixed>>|null 117 return null; 151 if ($link != null) { 199 * @return string|null 219 return null; 236 * @return string|null 256 $this->data['title'] = null; 275 * @return string|null [all …]
|
| H A D | Copyright.php | 42 ?string $url = null, 43 ?string $label = null 63 * @return string|null URL to copyright information 67 if ($this->url !== null) { 71 return null; 77 * @return string|null 81 if ($this->label !== null) { 85 return null;
|
| H A D | Rating.php | 42 ?string $scheme = null, 43 ?string $value = null 63 * @return string|null 67 if ($this->scheme !== null) { 71 return null; 77 * @return string|null 81 if ($this->value !== null) { 85 return null;
|
| H A D | Source.php | 54 * @return array<array<string, mixed>>|null 62 return null; 94 * @return string|null 114 return null; 119 * @return Category|null 128 return null; 132 * @return array<Category>|null 139 $term = null; 140 $scheme = null; 141 $label = null; [all …]
|
| H A D | IRI.php | 18 * @property-write int|string|null $port 31 protected $scheme = null; 38 protected $iuserinfo = null; 45 protected $ihost = null; 52 protected $port = null; 66 protected $iquery = null; 73 protected $ifragment = null; 145 // isset() returns false for null, we don't want to do that 170 $return = null; 173 if ($return === null && isset($this->normalization[$this->scheme][$name])) { [all …]
|
| H A D | Locator.php | 29 public $useragent = null; 60 * @var Client|null 62 private $http_client = null; 67 …public function __construct(File $file, int $timeout = 10, ?string $useragent = null, int $max_che… 85 $this->dom = null; 89 $this->dom = null; 116 * @param array<Response>|null $working 117 * @return Response|null 119 public function find(int $type = \SimplePie\SimplePie::LOCATOR_ALL, ?array &$working = null) 121 assert($this->registry !== null); [all …]
|
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | parser_media.test.php | 19 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 D | Table.php | 19 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/inc/Form/ |
| H A D | TagCloseElement.php | 39 * @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 D | Element.php | 54 * @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 D | auth_admincheck.test.php | 66 $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 D | pageutils_wikiFN.test.php | 7 … $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'));
|
| /dokuwiki/vendor/composer/ |
| H A D | InstalledVersions.php | 30 …* @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 37 …null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, a… 47 * @var bool|null 53 …null, 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 D | ajax_requests.test.php | 18 [ '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 D | renderer.php | 125 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 D | Item.php | 27 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)
|