Home
last modified time | relevance | path

Searched full:not (Results 1 – 25 of 857) sorted by relevance

12345678910>>...35

/dokuwiki/lib/plugins/authpdo/_test/mysql/
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 …]
H A Dfluxbb.sql29 CREATE TABLE IF NOT EXISTS `fluy_groups` (
30 `g_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
31 `g_title` varchar(50) NOT NULL DEFAULT '',
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 Dwordpress.sql29 CREATE TABLE IF NOT EXISTS `wpvk_usermeta` (
30 `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
31 `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
102 CREATE TABLE IF NOT EXISTS `wpvk_users` (
103 `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
104 `user_login` varchar(60) NOT NULL DEFAULT '',
105 `user_pass` varchar(255) NOT NULL DEFAULT '',
106 `user_nicename` varchar(50) NOT NULL DEFAULT '',
107 `user_email` varchar(100) NOT NULL DEFAULT '',
108 `user_url` varchar(100) NOT NULL DEFAULT '',
[all …]
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
/dokuwiki/
H A DCOPYING7 of this license document, but changing it is not allowed.
21 When we speak of free software, we are referring to freedom, not
46 want its recipients to know that what they have is not the original, so
47 that any problems introduced by others will not reflect on the original
54 patent must be licensed for everyone's free use or not licensed at all.
72 Activities other than copying, distribution and modification are not
74 running the Program is not restricted, and the output from the Program
111 does not normally print such an announcement, your work based on
112 the Program is not required to print an announcement.)
115 identifiable sections of that work are not derived from the Program,
[all …]
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE7 of this license document, but changing it is not allowed.
28 not price. Our General Public Licenses are designed to make sure that
55 that what they have is not the original version, so that the original
56 author's reputation will not be affected by problems that might be
142 Activities other than copying, distribution and modification are not
144 running a program using the Library is not restricted, and output from
179 in the event an application does not supply such function or
187 be optional: if the application does not supply it, the square
191 identifiable sections of that work are not derived from the Library,
193 themselves, then this License, and its terms, do not apply to those
[all …]
/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.php58 $lang['status_not_installed'] = 'not installed';
74 $lang['msg_nooverwrite'] = 'Extension %s already exists so it is not being overwritten…
90 $lang['error_copy_read'] = 'Could not read directory %s';
91 $lang['error_copy_mkdir'] = 'Could not create directory %s';
92 $lang['error_copy_copy'] = 'Could not copy %s to %s';
93 $lang['error_archive_read'] = 'Could not open archive %s for reading';
94 $lang['error_archive_extract'] = 'Could not extract archive %s: %s';
100 $lang['error_notinstalled'] = 'Extension %s is not installed';
106 $lang['noperms'] = 'Extension directory is not writable';
107 $lang['notplperms'] = 'Template directory is not writable';
[all …]
/dokuwiki/conf/
H A Dplugins.required.php5 * It is not recommended to change this file, as it is overwritten on DokuWiki upgrades.
12 $plugins['template:dokuwiki'] = 1; // not a plugin, but this should not be uninstalled either
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE7 of this license document, but changing it is not allowed.
28 not price. Our General Public Licenses are designed to make sure that
55 that what they have is not the original version, so that the original
56 author's reputation will not be affected by problems that might be
142 Activities other than copying, distribution and modification are not
144 running a program using the Library is not restricted, and output from
179 in the event an application does not supply such function or
187 be optional: if the application does not supply it, the square
191 identifiable sections of that work are not derived from the Library,
193 themselves, then this License, and its terms, do not apply to those
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE27 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 of this license document, but changing it is not allowed.
63 When we speak of free software, we are referring to freedom, not
88 changed, so that their problems will not be attributed erroneously to
103 States should not allow patents to restrict development and use of
142 a computer network, with no transfer of a copy, is not conveying.
166 packaging a Major Component, but which is not part of that Major
178 control those activities. However, it does not include the work's
181 which are not part of the work. For example, Corresponding Source
188 The Corresponding Source need not include anything that users
[all …]
/dokuwiki/_test/tests/Ui/
H A DSearchTest.php25 'not' => [],
41 'not' => [],
50 'parsed_ary' => [0 => 'W+:foo', 1 => 'N-:wiki', 2 => 'NOT', 3 => 'AND',],
57 'not' => [],
66 'parsed_ary' => [0 => 'W+:foo', 1 => 'W-:bar', 2 => 'NOT', 3 => 'AND',],
70 'not' => [0 => 'bar',],
76 'one word but not the other',
89 'not' => [],
105 'not' => [],
121 'not' => [],
[all …]
/dokuwiki/_test/tests/inc/
H A Dfulltext_query.test.php30 'NOT',
41 'NOT',
66 'not' => [
79 'not' => [
95 $input['not'],
/dokuwiki/_test/tests/test/
H A Dglobals.test.php20 … $self->assertTrue($_SERVER['testvar'], 'Server variable not set correctly: testvar');
21 …$self->assertEquals('172.17.18.19', $_SERVER['REMOTE_ADDR'], 'Server variable not set correctly: R…
41 … $self->assertFalse($_SERVER['testvar'], 'Server variable not set correctly: testvar');
42 …$self->assertEquals('172.17.18.19', $_SERVER['REMOTE_ADDR'], 'Server variable not set correctly: R…
H A Dscope.test.php15 'DokuWiki was not a word in the output'
27 'DokuWiki was not a word in the output'
39 'DokuWiki was not a word in the output'
46 'DokuWiki was not a word in the output'
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql18 CREATE EXTENSION IF NOT EXISTS plpgsql WITH SCHEMA pg_catalog;
39 id integer NOT NULL,
40 name character varying(80) NOT NULL
72 id integer NOT NULL,
73 group_id integer NOT NULL,
74 permission_id integer NOT NULL
106 id integer NOT NULL,
107 name character varying(255) NOT NULL,
108 content_type_id integer NOT NULL,
109 codename character varying(100) NOT NULL
[all …]
/dokuwiki/inc/Action/Exception/
H A DActionUserRequiredException.php9 * in but it isn't. You should not use it.
11 * The message will NOT be shown to the enduser
H A DActionAclRequiredException.php9 * enabled but it isn't. You should not use it
11 * The message will NOT be shown to the enduser
H A DActionDisabledException.php9 * config setting. You should probably not use it.
11 * The message will NOT be shown to the enduser, but a generic information will be shown.
H A DActionAbort.php8 * Strictly speaking not an Exception but an expected execution path. Used to
14 * The message will NOT be shown to the enduser
/dokuwiki/inc/Form/
H A DTagCloseElement.php25 * do not call this
37 * do not call this
53 * do not call this
70 * do not call this
/dokuwiki/inc/Extension/
H A DAuthPlugin.php35 'logout' => true, // can the user logout again? (eg. not possible with HTTP auth)
59 * Available Capabilities. [ DO NOT OVERRIDE ]
72 * Capability check. [ DO NOT OVERRIDE ]
111 … * Trigger the AUTH_USERDATA_CHANGE event and call the modification function. [ DO NOT OVERRIDE ]
166 * will not be used for authenticating (except this
169 * checkPass()). If this function is not returning null,
170 * implementing checkPass() is not needed here anymore.
191 * @param bool $sticky Cookie should not expire
249 * @param bool $requireGroups whether or not the returned data must include groups
279 msg("authorisation method does not allow creation of new users", -1);
[all …]
/dokuwiki/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt4 your logo is not shown to not logged in users.
/dokuwiki/lib/tpl/dokuwiki/lang/da/
H A Dstyle.txt1 … root) namespace world readable in the ACL settings or your logo is not shown to not logged in use…
/dokuwiki/inc/Ui/
H A DSearchState.php54 * @param array $not
59 public function withFragments(array $and, array $not, array $phrases = []) argument
63 $parsedQuery['not'] = $not;
105 * Grouping with braces and "OR" conditions are not supported.
122 $parsedQuery['not'],
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php27 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
53 * but not has(), getMultiple(), setMultiple() or deleteMultiple().
73 * @param mixed $default Default value to return if the key does not exist.
78 * MUST be thrown if the $key string is not a legal value.
99 * MUST be thrown if the $key string is not a legal value.
116 * MUST be thrown if the $key string is not a legal value.

12345678910>>...35