Home
last modified time | relevance | path

Searched refs:StructException (Results 26 – 50 of 60) sorted by last modified time

123

/plugin/struct/
H A Dremote.php17 use dokuwiki\plugin\struct\meta\StructException;
56 } catch (StructException $e) {
88 } catch (StructException $e) {
124 } catch (StructException $e) {
166 } catch (StructException $e) {
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dhelper.php15 use dokuwiki\plugin\struct\meta\StructException;
46 * @throws StructException
89 * @throws StructException
100 if (!page_exists($page)) throw new StructException("Page does not exist. You can not attach struct data");
105 throw new StructException("Validation failed:\n%s", implode("\n", $errors));
129 throw new StructException('lookup save error: no permission for schema');
133 throw new StructException("Validation failed:\n%s", implode("\n", $validator->getErrors()));
136 throw new StructException('No data saved');
165 * @throws StructException
189 * @throws StructException
14 use dokuwiki\plugin\struct\meta\StructException; global() alias
[all...]
/plugin/struct/syntax/
H A Dcloud.php14 use dokuwiki\plugin\struct\meta\StructException;
72 } catch (StructException $e) {
105 } catch (StructException $e) {
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dlist.php13 use dokuwiki\plugin\struct\meta\StructException; alias
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
H A Dtable.php15 use dokuwiki\plugin\struct\meta\StructException;
81 } catch (StructException $e) {
122 throw new StructException('Aggregation class does not inherit Aggregation: ' . $this->tableclass);
133 } catch (StructException $e) {
173 throw new StructException('illegal option', $illegalOption);
13 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Dvalue.php15 use dokuwiki\plugin\struct\meta\StructException; alias
73 } catch (StructException $e) {
115 } catch (StructException $e) {
/plugin/struct/types/
H A DAbstractBaseType.php9 use dokuwiki\plugin\struct\meta\StructException;
201 * @throws StructException
206 throw new StructException(
529 * @throws StructException when something goes wrong
533 throw new StructException('not implemented');
8 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A DUser.php8 use dokuwiki\plugin\struct\meta\StructException;
7 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/struct/action/
H A Dajax.php14 use dokuwiki\plugin\struct\meta\StructException;
44 } catch (StructException $e) {
61 * @throws StructException
68 if (blank($col)) throw new StructException('No column provided');
70 if (blank($schema) || blank($colname)) throw new StructException('Column format is wrong');
73 if (!$schema->getId()) throw new StructException('Unknown Schema');
76 if ($column === false) throw new StructException('Column not found');
11 use dokuwiki\plugin\struct\meta\StructException; global() alias
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 Dinline.php17 use dokuwiki\plugin\struct\meta\StructException;
68 } catch (StructException $e) {
125 throw new StructException('inline save error: init');
133 throw new StructException('inline save error: schema not assigned to page');
137 throw new StructException('inline save error: no permission for schema');
144 throw new StructException(implode("\n", $validator->getErrors()));
161 throw new StructException('saving failed');
230 } catch (StructException $ignore) {
247 * @throws StructException when check fails
252 throw new StructException('inlin
14 use dokuwiki\plugin\struct\meta\StructException; global() alias
[all...]
H A Dtitle.php14 use dokuwiki\plugin\struct\meta\StructException;
85 } catch (StructException $e) {
11 use dokuwiki\plugin\struct\meta\StructException; global() alias
H A Daggregationeditor.php19 use dokuwiki\plugin\struct\meta\StructException;
87 } catch (StructException $e) {
102 throw new StructException('No schema given');
112 throw new StructException('lookup delete error: no permission for schema');
255 throw new StructException('No row id given');
16 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/struct/admin/
H A Dassignments.php13 use dokuwiki\plugin\struct\meta\StructException; alias
54 } catch (StructException $e) {
96 } catch (StructException $e) {
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/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));
H A Dfield.php5 use dokuwiki\plugin\struct\meta\StructException; alias
35 } catch (StructException $e) {
223 * @throws StructException
229 throw new StructException('Field \'%s\' not given in schema.field form', $colname);
/plugin/bez/syntax/
H A Dstruct.php8 use dokuwiki\plugin\struct\meta\StructException; alias
65 } catch(StructException $e) {
/plugin/bez/helper/
H A Ddb.php10 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/structodt/
H A Dhelper.php15 use dokuwiki\plugin\struct\meta\StructException; alias
/plugin/structacl/
H A Daction.php5 use dokuwiki\plugin\struct\meta\StructException; alias
70 } catch (StructException $ignored) {
/plugin/structautolink/
H A Drenderer.php5 use dokuwiki\plugin\struct\meta\StructException; alias
93 } 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');

123