| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | phpstan.dist.neon | 10 # 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 D | Admin.php | 8 * 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 D | Profile.php | 19 throw new \RuntimeException("profile is only for logged in users");
|
| H A D | Subscribe.php | 19 throw new \RuntimeException("subscribe is only for logged in users");
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
| H A D | Identity.php | 31 * 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 D | remote.php | 29 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/lib/plugins/authpdo/_test/pgsql/ |
| H A D | django.sql | 519 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/php81_bc/strftime/src/ |
| H A D | DateLocaleFormatter.php | 10 …* 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 D | pluginutils.php | 16 // 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 D | cookie.js | 4 * Only a single cookie is written and read. You may only save 7 * You should only use the getValue and setValue methods
|
| /dokuwiki/inc/Search/Query/ |
| H A D | NamespacePredicate.php | 32 * Keep only pages whose ID starts with this namespace prefix 45 * Keep only pages whose ID does NOT start with this namespace prefix
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | JSONCreator.php | 42 // 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 D | read.txt | 1 This page is read only. You can view the source, but not change it. Ask your administrator if you t…
|
| H A D | updateprofile.txt | 3 You only need to complete those fields you wish to change. You may not change your user name.
|
| H A D | edit.txt | 1 Edit the page and hit ''Save''. See [[wiki:syntax]] for Wiki syntax. Please edit the page only if y…
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 63 * Make this index read-only by releasing the lock 66 * lock is only removed when the count reaches zero. 114 * This is only useful for indexes that use integer based suffixes (like the wordlength indexes) 200 * index only once for all terms instead of once per term. 227 * The default implementation does nothing and is only for streamlining the API of
|
| /dokuwiki/conf/ |
| H A D | mime.conf | 59 # You should enable HTML and Text uploads only for restricted Wikis. 62 # through JavaScript. Only enable this with trusted users. You
|
| H A D | acl.auth.php.dist | 11 # or user names you need to urlencode them (only chars <128, leave
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | remote.php | 21 * 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/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | AES.php | 88 …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/inc/Extension/ |
| H A D | SyntaxPlugin.php | 68 * This function can only pass data to render() via its return value - render() 71 * Usually you should only need the $match param. 85 * during the object's current life. The only reliable data it receives are its
|
| H A D | AuthPlugin.php | 150 * 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/inc/Remote/ |
| H A D | JsonRpcServer.php | 26 …* @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/inc/Search/Collection/ |
| H A D | LookupCollection.php | 9 * Internally the same mechanisms as FrequencyCollection are used; only the way tokens are
|
| /dokuwiki/inc/Search/ |
| H A D | MetadataSearch.php | 25 * By default it only matches the pagename and ignores the namespace. 35 * @param int|string|null $after only show results with mtime after this date, 37 * @param int|string|null $before only show results with mtime before this date, 118 … * When a key is given, only pages that have any value stored for that metadata key are returned. 226 * @param int|string|null $after only keep pages modified after this date 227 * @param int|string|null $before only keep pages modified before this date
|