| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | Util.php | 5 use MatrixPhp\Exceptions\ValidationException; alias 13 * @throws ValidationException 17 throw new ValidationException("RoomIDs start with !"); 21 throw new ValidationException("RoomIDs must have a domain component, seperated by a :"); 29 * @throws ValidationException 33 throw new ValidationException("UserIDs start with @"); 37 throw new ValidationException("UserIDs must have a domain component, seperated by a :"); 43 throw new ValidationException('MXC URL did not begin with \'mxc://\'');
|
| D | MatrixClient.php | 8 use MatrixPhp\Exceptions\ValidationException; alias 113 * @throws ValidationException 118 …throw new ValidationException('Failed to enable encryption. Please make sure the olm library is av… 126 … throw new ValidationException('$cacheLevel must be one of Cache::NONE, Cache::SOME, Cache::ALL');
|
| /plugin/struct/types/ |
| H A D | Date.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 71 * @throws ValidationException 80 throw new ValidationException('invalid date format'); 83 throw new ValidationException('pastonly'); 86 throw new ValidationException('futureonly');
|
| H A D | DateTime.php | 8 use dokuwiki\plugin\struct\meta\ValidationException; alias 69 * @throws ValidationException 80 throw new ValidationException('invalid datetime format'); 83 throw new ValidationException('pastonly'); 86 throw new ValidationException('futureonly'); 93 throw new ValidationException('invalid datetime format');
|
| H A D | Decimal.php | 7 use dokuwiki\plugin\struct\meta\ValidationException; alias 97 * @throws ValidationException 105 throw new ValidationException('Decimal needed'); 109 throw new ValidationException('Decimal min', (float) $this->config['min']); 113 throw new ValidationException('Decimal max', (float) $this->config['max']);
|
| H A D | Mail.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 41 throw new ValidationException('Mail invalid', $mail);
|
| H A D | Url.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 32 throw new ValidationException('Url invalid', $url);
|
| H A D | Color.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 20 throw new ValidationException('bad color specification');
|
| H A D | Media.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 37 throw new ValidationException('Media mime type', $mime, $this->config['mime']);
|
| /plugin/structnumber/types/ |
| D | Number.php | 13 use dokuwiki\plugin\struct\meta\ValidationException; alias 51 * @throws ValidationException 59 throw new ValidationException('Decimal needed'); 63 throw new ValidationException('Decimal min', floatval($this->config['min'])); 67 throw new ValidationException('Decimal max', floatval($this->config['max']));
|
| /plugin/bez/struct/ |
| H A D | BezType.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 85 throw new ValidationException('Invalid BEZ reference'); 89 throw new ValidationException('Invalid BEZ reference'); 99 throw new ValidationException(ucfirst($table) . " with id: $id doesn't exists.");
|
| /plugin/structprogress/types/ |
| D | Progress.php | 13 use dokuwiki\plugin\struct\meta\ValidationException; alias 40 throw new ValidationException('Decimal needed'); 44 throw new ValidationException('Decimal min', $minvalue); 48 throw new ValidationException('Decimal max', $maxvalue);
|
| /plugin/struct/_test/types/ |
| H A D | ColorTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 67 $this->expectException(ValidationException::class);
|
| H A D | DateTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 60 $this->expectException(ValidationException::class);
|
| H A D | DateTimeTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 61 $this->expectException(ValidationException::class);
|
| H A D | UserTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 20 $this->expectException(ValidationException::class);
|
| H A D | UrlTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 80 $this->expectException(ValidationException::class);
|
| H A D | DecimalTest.php | 5 use dokuwiki\plugin\struct\meta\ValidationException; alias 86 $this->expectException(ValidationException::class);
|
| /plugin/structgroup8/types/ |
| D | Group.php | 7 use dokuwiki\plugin\struct\meta\ValidationException; alias 32 throw new ValidationException('Group not found: "' . $rawvalue .
|
| /plugin/structgroup/types/ |
| D | Group.php | 7 use dokuwiki\plugin\struct\meta\ValidationException; alias 32 throw new ValidationException('Group not found: "' . $rawvalue .
|
| /plugin/struct/meta/ |
| H A D | ValueValidator.php | 91 } catch (ValidationException $e) { 103 } catch (ValidationException $e) {
|
| H A D | ValidationException.php | 12 class ValidationException extends StructException class
|
| /plugin/bez/mdl/ |
| H A D | Validator.php | 5 use dokuwiki\plugin\bez\meta\ValidationException; alias 78 throw new ValidationException('-unknown', array($field => $code)); 99 } catch (ValidationException $e) {
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/ |
| D | ValidationException.php | 10 class ValidationException extends \Exception {} class
|
| /plugin/bez/meta/ |
| H A D | ValidationException.php | 5 class ValidationException extends \Exception class
|