Home
last modified time | relevance | path

Searched full:already (Results 1 – 25 of 102) 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/lib/scripts/
H A Dtree.js53 // if already open, close by hiding the sublist
73 // just show if already loaded
H A Dqsearch.js145 // elipsis already inserted
/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/plugins/logviewer/
H A Daction.php36 return; // already pruned today
/dokuwiki/_test/
H A DREADME37 The --stderr flag is needed to avoid a headers already sent error on some systems.
/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/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/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.';
191 $lang['uploadexist'] = 'File already exists. Nothing done.';
306 $lang['subscr_already_subscribed'] = '%s is already subscribed to %s';
340 $lang['i_confexists'] = '<code>%s</code> already exists';
/dokuwiki/lib/plugins/popularity/
H A Dadmin.php122 * @param string $data The popularity data, if it has already been computed. NULL otherwise.
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php46 * If the input gave us a revision, date or lastmodified already, we trust that it is correct.
H A DFeedMediaProcessor.php144 // prefer an already set date, only set if missing
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php160 // check if it's already in the memory cache
277 } else { // already read all the lines
574 * change that had already recorded in the changelog is returned as current change info.
579 * however this is not possible when the file has already deleted outside of DokuWiki.

12345