Home
last modified time | relevance | path

Searched full:only (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/dokuwiki/vendor/simplepie/simplepie/
H A Dphpstan.dist.neon10 # Ignore that only one const exists atm
32 # Only occurs on PHP ≥ 8.0
39 # Only occurs on PHP ≥ 8.0
47 # Only occurs on PHP ≤ 7.4
55 # Only occurs on PHP ≤ 7.4
61 # Only occurs on PHP ≥ 8.2
/dokuwiki/inc/Menu/Item/
H A DAdmin.php8 * Opens the Admin screen. Only shown to managers or above
21 throw new \RuntimeException("admin is only for logged in users");
25 throw new \RuntimeException("admin is only for managers and above");
H A DSubscribe.php19 throw new \RuntimeException("subscribe is only for logged in users");
H A DProfile.php19 throw new \RuntimeException("profile is only for logged in users");
/dokuwiki/lib/plugins/authpdo/_test/pgsql/
H A Ddjango.sql519 ALTER TABLE ONLY auth_group ALTER COLUMN id SET DEFAULT nextval('auth_group_id_seq'::regclass);
526 ALTER TABLE ONLY auth_group_permissions ALTER COLUMN id SET DEFAULT nextval('auth_group_permissions…
533 ALTER TABLE ONLY auth_permission ALTER COLUMN id SET DEFAULT nextval('auth_permission_id_seq'::regc…
540 ALTER TABLE ONLY auth_user ALTER COLUMN id SET DEFAULT nextval('auth_user_id_seq'::regclass);
547 ALTER TABLE ONLY auth_user_groups ALTER COLUMN id SET DEFAULT nextval('auth_user_groups_id_seq'::re…
554 ALTER TABLE ONLY auth_user_user_permissions ALTER COLUMN id SET DEFAULT nextval('auth_user_user_per…
561 ALTER TABLE ONLY django_admin_log ALTER COLUMN id SET DEFAULT nextval('django_admin_log_id_seq'::re…
568 ALTER TABLE ONLY django_content_type ALTER COLUMN id SET DEFAULT nextval('django_content_type_id_se…
575 ALTER TABLE ONLY django_migrations ALTER COLUMN id SET DEFAULT nextval('django_migrations_id_seq'::…
582 ALTER TABLE ONLY timetracker_billingperiod ALTER COLUMN id SET DEFAULT nextval('timetracker_billing…
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php31 * Instantiation should only be performed by \phpseclib3\System\SSH\Agent class.
122 …throw new UnsupportedAlgorithmException('The only supported curves are nistp256, nistp384, nistp51…
181 …throw new UnsupportedAlgorithmException('The only supported hashes for RSA are sha1, sha256 and sh…
198 …throw new UnsupportedAlgorithmException('The only supported hash for ' . self::$curveAliases[$this…
203 throw new UnsupportedAlgorithmException('The only supported hash for DSA is sha1');
212 * Only PKCS1 padding is supported
219 throw new UnsupportedAlgorithmException('Only RSA keys support padding');
222 throw new UnsupportedAlgorithmException('ssh-agent can only create PKCS1 signatures');
237 … throw new UnsupportedAlgorithmException('Only DSA and EC keys support signature format setting');
240 … throw new UnsupportedAlgorithmException('Only SSH2-formatted signatures are currently supported');
[all …]
/dokuwiki/lib/plugins/extension/
H A Dremote.php29 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
53 throw new AccessDeniedException('Only admins are allowed to access extensions', 114);
80 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
97 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
116 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
141 throw new AccessDeniedException('Only admins are allowed to manage extensions', 114);
/dokuwiki/vendor/php81_bc/strftime/src/
H A DDateLocaleFormatter.php10 …* It should only be used when the intl extension is not available and thus the IntlLocaleFormatter…
23 '%X' => 'g:i:s A', // Time only
33 trigger_error('Formatting without \\IntlDateFormatter only return english formats');
/dokuwiki/inc/
H A Dpluginutils.php16 // note that only [a-z0-9]+ is officially supported,
17 // this is only to support plugins that don't follow these conventions, too
28 * @param bool $all; true to retrieve all, false to retrieve only enabled plugins
42 * Returns only new instances of a plugin when $new is true or if plugin is not Singleton,
145 msg('For admins only', -1);
/dokuwiki/lib/scripts/
H A Dcookie.js4 * Only a single cookie is written and read. You may only save
7 * You should only use the getValue and setValue methods
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DJSONCreator.php42 // We only support one author, JSONFeed 1.1 accepts multiple
44 // 1.0 only supported one, for compatibility we set it as well
51 // We only support one enclosure, JSONFeed 1.1 accepts multiple
/dokuwiki/inc/lang/en/
H A Dread.txt1 This page is read only. You can view the source, but not change it. Ask your administrator if you t…
H A Dupdateprofile.txt3 You only need to complete those fields you wish to change. You may not change your user name.
H A Dedit.txt1 Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if y…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DAES.php88 …thException('Key of size ' . $length . ' not supported by this algorithm. Only keys of sizes 128, …
96 * Rijndael supports five different key lengths, AES only supports three.
111 …eption('Key of size ' . strlen($key) . ' not supported by this algorithm. Only keys of sizes 16, 2…
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php21 * value rather than relying on the error code only.
39 throw new AccessDeniedException('Only admins are allowed to create users', 114);
95 throw new AccessDeniedException('Only admins are allowed to delete users', 114);
/dokuwiki/inc/Extension/
H A DSyntaxPlugin.php67 * This function can only pass data to render() via its return value - render()
70 * Usually you should only need the $match param.
84 * during the object's current life. The only reliable data it receives are its
H A DAuthPlugin.php150 * only be needed when trustExternal is implemented.
259 * Create a new User [implement only where required/possible]
284 * Modify user data [implement only where required/possible]
300 * Delete one or more users [implement only where required/possible]
331 * Bulk retrieval of user data [implement only where required/possible]
348 * Define a group [implement only where required/possible]
363 * Retrieve groups [implement only where required/possible]
430 * Check Session Cache validity [implement only where required/possible]
/dokuwiki/conf/
H A Dmime.conf59 # You should enable HTML and Text uploads only for restricted Wikis.
62 # through JavaScript. Only enable this with trusted users. You
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
/dokuwiki/inc/Remote/
H A DJsonRpcServer.php26 …* @param string $body Should only be set for testing, otherwise the request body is read from php:…
45 throw new RemoteException("JSON-RPC server only accepts POST requests.", -32606);
51 … throw new RemoteException("JSON-RPC server only accepts application/json requests.", -32606);
65 throw new RemoteException("JSON-RPC server only accepts valid JSON.", -32700);
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md13 … **no 3rd party dependencies**. Note: this is for non-interactive scripts only. It has no readline…
89 … handled through the ``Colors`` class. It tries to detect if a color terminal is available and only
138 … the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have t…
140 …but does not actually type check for the interface (AKA being LoggerAware only) you can also just …
/dokuwiki/inc/Utf8/
H A DSort.php16 * when the input is text with only [A-Za-z0-9] characters.
24 /** @var \Collator[] language specific collators, usually only one */
27 /** @var bool should the intl extension be used if available? For testing only */
32 * The initialization is done only once.
/dokuwiki/inc/Cache/
H A DCache.php106 …* @internal This method may only be called by the event handler! Call \dokuwiki\Cache\Cache::useCa…
141 * this method should only add dependencies,
143 * it should only overwrite a dependency when the new value is more stringent than the old
189 * (Only when debugging allowed, to reduce overhead.)
/dokuwiki/inc/Parsing/ParserMode/
H A DEol.php15 // issues with lines that only contain whitespace

12345678910>>...14