Home
last modified time | relevance | path

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

12345678910>>...34

/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/inc/Search/Query/
H A DQueryParser.php17 * This function is used in QueryParser::convert() and not for general purpose use.
42 $parsed = '()'; // important: do not remove
97 * NOT - logical not
99 * P+:, P-: - phrase (minus sign: logically in NOT group)
115 $not = $matches[1] ? 'NOT' : '';
116 $parsed = $not . $this->termParser($matches[2], false, true);
143 $parsed .= 'NOT(';
157 $parsed .= 'NOT(N+:' . $matches[1] . ')';
163 $parsed .= 'NOT(' . $this->termParser($matches[1]) . ')';
177 $parsed_query = preg_replace('/(NOT)?\(\)/u', '', $parsed_query);
[all …]
H A DNegatedEntry.php6 * Wraps a StackEntry to indicate logical NOT
8 * NOT does not compute a complement immediately. Instead, binary operators
/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/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/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/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/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/_test/tests/Search/Query/
H A DQueryEvaluatorTest.php98 // region NOT with AND (subtraction)
102 // "foo -bar" → foo AND NOT bar → foo minus bar
107 // RPN: foo bar NOT AND
108 $rpn = ['W+:foo', 'W-:bar', 'NOT', 'AND'];
118 // "baz -(foo OR bar)" → baz AND NOT(foo OR bar) → baz minus (foo ∪ bar)
124 // RPN: foo bar OR NOT baz AND
125 $rpn = ['W+:foo', 'W+:bar', 'OR', 'NOT', 'W+:baz', 'AND'];
155 // "foo ^wiki:" → foo AND NOT namespace wiki:
159 // RPN: foo N+:wiki NOT AND
160 $rpn = ['W+:foo', 'N+:wiki', 'NOT', 'AND'];
[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/test/
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'
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…
/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/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/inc/Action/Exception/
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 DActionUserRequiredException.php9 * in 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/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/lib/tpl/dokuwiki/lang/en/
H A Dstyle.txt4 your logo is not shown to not logged in users.
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dlang.php11 $lang['noauth'] = '(user authentication not available)';
12 $lang['nosupport'] = '(user management not supported)';
55 $lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been deleted…
63 $lang['notify_fail'] = 'Notification email could not be sent';
74 $lang['import_error_upload'] = 'Import Failed. The csv file could not be uploaded or is empty.';
77 $lang['import_notify_fail'] = 'Notification message could not be sent for imported user, %s with …
81 $lang['addUser_error_pass_not_identical'] = 'The entered passwords were not identical.';

12345678910>>...34