Home
last modified time | relevance | path

Searched full:already (Results 1 – 25 of 110) sorted by relevance

12345

/dokuwiki/lib/plugins/authplain/lang/ku/
H A Dlang.php7 $lang['userexists'] = 'Sorry, a user with this login already exists.';
/dokuwiki/lib/plugins/authpdo/lang/en/
H A Dlang.php9 $lang['userexists'] = 'Sorry, a user with this login already exists.';
/dokuwiki/inc/Menu/Item/
H A DResendpwd.php19 throw new \RuntimeException("no resendpwd when already logged in");
H A DRegister.php19 throw new \RuntimeException("no register when already logged in");
/dokuwiki/lib/plugins/authplain/lang/en/
H A Dlang.php6 $lang['userexists'] = 'Sorry, a user with this login already exists.';
/dokuwiki/vendor/splitbrain/lesserphp/
H A DREADME.md10 …siderable refactoring Marcus had done in the `master` branch after I had already started my own re…
22 If you are already using `lessphp` in one of it's many forks, using this one isn't too different.
/dokuwiki/.github/workflows/
H A Drelease-preparation.yml55 - name: Check if a tag of the new release already exists
58 echo "::error::Tag already exists, you may need to build a hotfix instead"
H A Drelease-build.yml24 - name: Check if a tag already exists
27 echo "::error::Tag already exists, be sure to update the VERSION file for a hotfix"
H A DdeletedFiles.yml4 # unless they are already listed there or are excluded from the release archives (export-ignore in …
/dokuwiki/lib/scripts/
H A Dtree.js53 // if already open, close by hiding the sublist
73 // just show if already loaded
/dokuwiki/lib/plugins/logviewer/
H A Daction.php36 return; // already pruned today
/dokuwiki/lib/plugins/extension/lang/en/
H A Dlang.php74 $lang['msg_nooverwrite'] = 'Extension %s already exists so it is not being overwritten…
101 $lang['error_alreadyenabled'] = 'Extension %s has already been enabled';
102 $lang['error_alreadydisabled'] = 'Extension %s has already been disabled';
/dokuwiki/inc/
H A Dpluginutils.php43 * otherwise an already loaded instance.
47 …* @param $new bool true to return a new instance of the plugin, false to use an already lo…
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php105 * renamePage onto a name that already has its own index entry
191 // already up to date: nothing to do
247 // second call detects the page is already up to date
/dokuwiki/inc/Search/Index/
H A DMemoryIndex.php15 * (a new RID in one index may already be referenced by another).
43 * When indexes are used in tandem, a new RID written to one index may already
H A DLock.php23 * Idempotent within a process — if already held, increments
/dokuwiki/inc/Parsing/ParserMode/
H A DFootnote.php69 … // check whether we have already exited the footnote mode, can happen if the modes were nested
/dokuwiki/_test/
H A DREADME37 The --stderr flag is needed to avoid a headers already sent error on some systems.
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md44 The **new syntax** is as follows (ensure you have already included Composer's `autoload.php` file!):
/dokuwiki/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml38 If you already tried to debug the problem, please also describe what you found out.
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php24 /** @var array Used to remember already seen start pages */
189 // Skip already shown start pages
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php167 // check if it's already in the memory cache
286 } else { // already read all the lines
594 * change that had already recorded in the changelog is returned as current change info.
716 * writeLogEntry() so persistCurrentRevisionInfo() can append while already holding
789 * re-entering the lock we already hold.
792 * already persisted the entry. The caller falls back to the in-memory synthesized
/dokuwiki/lib/plugins/usermanager/lang/en/
H A Dlang.php47 $lang['update_exists'] = 'User name change failed, the specified user name (%s) already exists (any…
/dokuwiki/lib/plugins/authplain/
H A Dauth.php126 * Returns false if the user already exists, null when an error
147 // user mustn't already exist
188 // sanity checks, user must already exist and there must be something to change
/dokuwiki/inc/lang/en/
H A Dlang.php90 $lang['reguexists'] = 'Sorry, a user with this login already exists.';
194 $lang['uploadexist'] = 'File already exists. Nothing done.';
309 $lang['subscr_already_subscribed'] = '%s is already subscribed to %s';
342 $lang['i_confexists'] = '<code>%s</code> already exists';

12345