Home
last modified time | relevance | path

Searched refs:Exception (Results 126 – 150 of 2287) sorted by last modified time

12345678910>>...92

/plugin/recommend/helper/
H A Dmail.php42 * @throws Exception
59 throw new \Exception($this->getLang('err_recipient'));
71 * @throws Exception
78 throw new \Exception('Auth cannot fetch users by group.');
106 * @throws Exception
115 throw new \Exception('Auth cannot fetch users by email.');
/plugin/bureaucracy/helper/
H A Dfielduser.php87 * @throws Exception when user not exists
96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
H A Dactionmail.php21 * @throws Exception mailing failed
86 throw new Exception($this->getLang('e_mail'));
H A Dactiontemplate.php24 * @throws Exception
61 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
79 * @throws Exception missing pagename
96 throw new Exception($this->getLang('e_pagename'));
240 * @throws Exception
246 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
251 throw new Exception($this->getLang('e_denied'));
387 * @throws Exception
420 if(is_array($res)) throw new Exception($res[0]);
H A Dfield.php288 } catch (Exception $e) {
307 * @throws Exception when field didn't validate.
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
H A Dfieldemail.php20 * @throws Exception when empty or not valid email address
27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldfile.php58 * @throws Exception max size, required or upload error
66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
72 …throw new Exception(hsc($this->opt['label']) .' '. $lang['uploadfail'] . ' (' .$file['error'] . ')…
H A Dfieldnumber.php49 * @throws Exception when not a number
54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfielddate.php32 * @throws Exception when empty or wrong date format
39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldtime.php32 * @throws Exception when empty or wrong time format
39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfieldusers.php82 * @throws Exception when user not exists
92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
/plugin/bureaucracy/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
H A Dsyntax.php352 } catch(Exception $e) {
/plugin/htmlok/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/gitbacked/
H A DLICENSE110 License. (Exception: if the Program itself is interactive but
/plugin/gitbacked/action/
H A Deditcommit.php86 } catch (Exception $e) {
88 throw new Exception('Git committing or pushing failed: '.$e->getMessage(), 1, $e);
123 } catch (Exception $e) {
125 throw new Exception('Git command failed to perform periodic pull: '.$e->getMessage(), 2, $e);
/plugin/gitbacked/lib/
H A DGit.php159 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$repo_path.'" is alr…
165 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$reference.'" is not…
233 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a git repos…
237 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a directory…
246 …throw new Exception($this->handle_repo_path_error($repo_path, 'cannot create repository in non-exi…
249 … throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" does not exist'));
340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php9 use DeepCopy\Exception\CloneException;
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/Exception/
H A DCloneException.php3 namespace DeepCopy\Exception;
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md44 } catch (Exception $exception) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiException.php17 class FpdiException extends \Exception
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Exception/
H A DFontException.php3 namespace Mpdf\Exception;
H A DInvalidArgumentException.php3 namespace Mpdf\Exception;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php181 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
199 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
203 throw new \Mpdf\Exception\FontException("TTCfontID for a TrueType Collection has to be defined in ttfontdata configuration key (" . $file . ")");
207 throw new \Mpdf\Exception\FontException("Not a TrueType font: version=" . $version);
213 throw new \Mpdf\Exception\FontException("Error parsing TrueType Collection: version=" . $version . " - " . $file);
262 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
476 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format " . $format);
498 throw new \Mpdf\Exception\FontException("Error loading font: PostScript name is UTF-16BE string of odd length");
539 throw new \Mpdf\Exception\FontException("Error loading font: Could not find PostScript font name: " . $this->filename);
546 throw new \Mpdf\Exception\FontExceptio
[all...]
H A DTTFontFile.php231 throw new \Mpdf\Exception\FontException(sprintf('Unable to open font file "%s"', $file));
268 throw new \Mpdf\Exception\FontException(sprintf('Fonts with postscript outlines are not supported (%s)', $file));
272 throw new \Mpdf\Exception\FontException(sprintf('TTCfontID for a TrueType Collection is not defined in mPDF "fontdata" configuration (%s)', $file));
276 throw new \Mpdf\Exception\FontException(sprintf('Not a TrueType font: version=%s)', $version));
282 throw new \Mpdf\Exception\FontException(sprintf('Error parsing TrueType Collection: version=%s - (%s)', $version, $file));
335 throw new \Mpdf\Exception\FontException(sprintf('TTF file "%s": invalid checksum %s table: %s (expected %s)', $this->filename, dechex($checksum[0]) . dechex($checksum[1]), $t['tag'], dechex($xchecksum[0]) . dechex($xchecksum[1])));
563 throw new \Mpdf\Exception\FontException(sprintf('Unable to open file "%s"', $file));
578 throw new \Mpdf\Exception\FontException(sprintf("Error parsing TrueType Collection: version=%s (%s)", $version, $file));
631 throw new \Mpdf\Exception\FontException(sprintf('Font "%s" cannot map all included glyphs into Private Use Area U+E000-U+F8FF; cannot use useOTL on this font', $file));
651 throw new \Mpdf\Exception\FontExceptio
[all...]

12345678910>>...92