Home
last modified time | relevance | path

Searched refs:msg (Results 51 – 75 of 1008) sorted by path

12345678910>>...41

/plugin/archiveupload/
H A Daction.php236 msg($lang['uploadexist'],0);
243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
247 msg($lang['uploadspam'],-1);
251 msg($lang['uploadxss'],-1);
264 msg($lang['uploadsucc'], 1);
267 msg($lang['uploadwrong'],-1);
/plugin/attribute/
H A Dhelper.php31 msg("Attribute: Configuration item 'store' is not set to a writeable directory.", -1);
/plugin/authchained/
H A Dauth.php60 msg("Problem constructing $tmp_plugin",-1);
73msg("Problem constructing usermanager authtype: ".$this->getConf('usermanager_authtype'),-1);
279 msg("authorisation method does not allow creation of new users", -1);
298 msg("authorisation method does not allow modifying of user data", -1);
316 msg("authorisation method does not allow deleting of users", -1);
334 msg("authorisation method does not provide user counts", -1);
355 msg("authorisation method does not support mass retrievals", -1);
373 msg("authorisation method does not support independent group creation", -1);
392 msg("authorisation method does not support group list retrieval", -1);
/plugin/authclientcert/
H A Dauth.php59 msg(print_r($certUserInfo, true));
172 msg($message, $err, $line, $file);
/plugin/authdiscourse/
H A Dauth.php87 msg($this->getLang('sso_failed'), -1);
96 msg($this->getLang('sso_failed'), -1);
100 msg($this->getLang('sso_success'), 1);
/plugin/authdjango/
H A Dauth.php45 msg("Can not connect to database!", -1);
/plugin/authdomainlimitation/action/
H A Dsignup.php53 msg($this->getConf('_domainlistErrorMEssage'), -1);
/plugin/authdrupal7/
H A Dauth.php108msg("Drupal installation not found. Please check your configuration.",-1,__LINE__,__FILE__);
364 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
412 msg($message, $err, $line, $file);
428 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/authdrupal8/
H A Dauth.php103 msg("Drupal installation not found. Please check your configuration.",-1,__LINE__,__FILE__);
358 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
396 * Wrapper around msg() but outputs only when debug is enabled
406 msg($message, $err, $line, $file);
422 msg('MySQL query: '.hsc($query), 0, __LINE__, __FILE__);
/plugin/authenvvars/
H A Dauth.php44 msg( $e->getMessage() );
/plugin/authfacebook/
H A Dauth.php75 msg($this->getLang('badlogin'),-1);
194 msg('1: Auth Facebook Error: '. $e->getFile() .':'.$e->getLine().': '.$e->getMessage());
/plugin/authg2fa/
H A DTokenHelper.php41 msg('Unable to modify content data. Notify the Admin!');
49 msg('There was an error saving to the file. Notify the Admin!');
56 msg('There was an error saving to the file. Notify the Admin!');
65 msg('Unable to modify the content data. Notify the Admin!');
H A Daction.php65 msg($this->getLang('g2fa_created'));
72 msg($this->getLang('g2fa_notchanged'));
76 msg($this->getLang('g2fa_updated'));
78 msg($this->getLang('g2fa_notchanged'));
92 msg($this->getLang('g2fa_removed'));
H A Dauth.php38 msg($this->getLang('force'));
46 msg($this->getLang('hint'));
/plugin/authgoogle/
H A Dauth.php60 msg($this->getLang('badlogin'),-1);
101 msg('Auth Google Error: '.$e->getMessage());
135 msg('Auth Google Error: '.$email.' not verifed in google account');
142 msg('Auth Google Error: access denied for '.$email);
/plugin/authgooglesheets/
H A Dauth.php81 msg($this->getLang('userexists'), -1);
H A Dhelper.php44 msg('Authentication Error: ' . $e->getMessage());
140 msg('User cannot be added');
186 msg('Update failed');
232 msg('Deletion failed');
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php212 * @param string $msg The message to sign
222 string $msg, argument
235 return \hash_hmac($algorithm, $msg, $key, true);
238 … $success = \openssl_sign($msg, $signature, $key, $algorithm); // @phpstan-ignore-line
259 return sodium_crypto_sign_detached($msg, $key);
272 * @param string $msg The original message (header and body)
282 string $msg, argument
294 … $success = \openssl_verify($msg, $signature, $keyMaterial, $algorithm); // @phpstan-ignore-line
315 return sodium_crypto_sign_verify_detached($signature, $msg, $key);
324 $hash = \hash_hmac($algorithm, $msg, $keyMaterial, true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkerHealthReport.php26 public $msg; variable in Google\\Service\\Dataflow\\WorkerHealthReport
55 public function setMsg($msg) argument
57 $this->msg = $msg;
64 return $this->msg;
/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php316 $msg = 'Could not load the default credentials. Browse to ';
317 $msg .= 'https://developers.google.com';
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
17 parent::__construct($msg);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DEasyHandle.php87 $msg = $name === 'handle'
90 throw new \BadMethodCallException($msg);
H A DMockHandler.php84 $msg = 'An error was encountered during the on_headers event';
85 $response = new RequestException($msg, $request, $response, $e);
H A DStreamHandler.php121 $msg = 'An error was encountered during the on_headers event';
122 $ex = new RequestException($msg, $request, $response, $e);
234 set_error_handler(function ($_, $msg, $file, $line) use (&$errors) {
236 'message' => $msg,
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DAggregateException.php10 public function __construct($msg, array $reasons) argument
14 sprintf('%s; %d rejected promises', $msg, count($reasons))

12345678910>>...41