Home
last modified time | relevance | path

Searched refs:StructException (Results 26 – 50 of 60) sorted by relevance

123

/plugin/struct/action/
H A Ddiff.php15 use dokuwiki\plugin\struct\meta\StructException;
60 } catch (StructException $ignored) {
12 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dtitle.php14 use dokuwiki\plugin\struct\meta\StructException;
85 } catch (StructException $e) {
11 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/struct/helper/
H A Ddb.php13 use dokuwiki\plugin\struct\meta\StructException;
48 if ($throw || defined('DOKU_UNITTEST')) throw new StructException('no sqlite');
11 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dconfig.php4 use dokuwiki\plugin\struct\meta\StructException;
51 * @throws StructException
63 throw new StructException('Invalid search filter %s', hsc($val));
/plugin/bez/helper/
H A Ddb.php10 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php20 use dokuwiki\plugin\struct\meta\StructException; alias
106 } catch (StructException $e) {
159 } catch (StructException $e) {
/plugin/struct/meta/
H A DValue.php58 throw new StructException('Accessing value of rawonly value forbidden');
81 throw new StructException('Accessing displayvalue of rawonly value forbidden');
94 throw new StructException('Accessing comparevalue of rawonly value forbidden');
H A DColumn.php78 if (!$this->table) throw new StructException('No table set for this column');
123 throw new StructException('Calling getColName on a multi value column makes no sense.');
H A DSearchCloud.php23 if (!$this->columns) throw new StructException('nocolname');
111 if ($res === false) throw new StructException("SQL execution failed for\n\n$sql");
H A DValidationException.php12 class ValidationException extends StructException
H A DAccessTableSerial.php17 throw new StructException('Requesting wrong data type! Serial data has no timestamp');
H A DSearchConfig.php152 throw new StructException('datefilter', hsc($toparse));
187 throw new StructException("column not in table", $label, $table);
224 throw new StructException('"%s" is not a valid USER key', $key);
H A DStructException.php6 * Class StructException
12 class StructException extends \RuntimeException class
17 * StructException constructor.
H A DPublishedColumn.php19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
H A DRowColumn.php19 if ($type->isMulti()) throw new StructException('RowColumns can not be multi value types!');
H A DSchemaImporter.php55 throw new StructException('JSON couldn\'t be decoded: ' . $error);
/plugin/struct/syntax/
H A Doutput.php14 use dokuwiki\plugin\struct\meta\StructException;
111 } catch (StructException $e) {
123 } catch (StructException $ignored) {
12 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structacl/
H A Daction.php5 use dokuwiki\plugin\struct\meta\StructException; alias
70 } catch (StructException $ignored) {
/plugin/structgroupby/syntax/
H A Done.php13 use dokuwiki\plugin\struct\meta\StructException; alias
86 } catch (StructException $e) {
/plugin/bez/syntax/
H A Dstruct.php8 use dokuwiki\plugin\struct\meta\StructException; alias
65 } catch(StructException $e) {
/plugin/structgantt/meta/
H A DGantt.php7 use dokuwiki\plugin\struct\meta\StructException; alias
108 throw new StructException('Not enough Date columns selected');
112 throw new StructException('No label column found');
123 * @throws StructException when the range is not at least two days
147 throw new StructException('Not enough variation in dates to create a range');
/plugin/struct/admin/
H A Dschemas.php21 use dokuwiki\plugin\struct\meta\StructException;
97 } catch (StructException $e) {
122 } catch (StructException $e) {
139 } catch (StructException $e) {
19 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structautolink/
H A Drenderer.php5 use dokuwiki\plugin\struct\meta\StructException; alias
93 } catch (StructException $e) {
/plugin/struct/types/
H A DUser.php8 use dokuwiki\plugin\struct\meta\StructException;
7 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structat/meta/
H A DSearchConfigAt.php8 use dokuwiki\plugin\struct\meta\StructException; alias
55 if(!$this->columns) throw new StructException('nocolname');

123