Home
last modified time | relevance | path

Searched refs:StructException (Results 1 – 25 of 60) sorted by path

123

/plugin/bez/helper/
H A Ddb.php10 use dokuwiki\plugin\struct\meta\StructException; global() alias
/plugin/bez/syntax/
H A Dstruct.php8 use dokuwiki\plugin\struct\meta\StructException; alias
65 } catch(StructException $e) {
/plugin/struct/action/
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
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
/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/
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/helper/
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 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 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/struct/meta/
H A DAccessTable.php131 throw new StructException('Schema does not exist. Only data of existing schemas can be accessed');
212 throw new StructException("Unknown column %s in schema.", hsc($colname));
543 throw new StructException('Given timestamp is not valid for current Schema');
H A DAccessTablePage.php71 throw new StructException("Saving with zero timestamp does not work.");
H A DAccessTableSerial.php17 throw new StructException('Requesting wrong data type! Serial data has no timestamp');
H A DCSVImporter.php55 if (!$this->schema->getId()) throw new StructException('Schema does not exist');
65 * @throws StructException
87 throw new StructException('Failed to open CSV file for reading');
109 if (!$header) throw new StructException('Failed to read CSV');
133 throw new StructException('None of the CSV headers matched any of the schema\'s fields');
184 if (!isset($line[$i])) throw new StructException('Missing field at CSV line %d', $this->line);
H A DCSVPageImporter.php19 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
H A DCSVSerialImporter.php17 throw new StructException('There is no "pid" header in the CSV. Schema not imported.');
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 DConfigParser.php138 throw new StructException("unknown option '%s'", hsc($key));
H A DPageColumn.php25 if ($type->isMulti()) throw new StructException('PageColumns can not be multi value types!');
31 throw new StructException('Accessing the colref of a PageColumn makes no sense');
H A DPublishedColumn.php19 if ($type->isMulti()) throw new StructException('PublishedColumns can not be multi value types!');
H A DQueryBuilder.php47 throw new StructException('Table Alias does not exist');
74 * @throws StructException when the alias does not exist
79 throw new StructException('No such select alias');
95 throw new StructException('Table Alias exists');
113 throw new StructException('Table Alias does not exist');
116 throw new StructException('Table Alias already exists');
154 throw new StructException('Table Alias does not exist');
H A DQueryBuilderWhere.php84 * @throws StructException when this is not a sub clause
89 throw new StructException('This WHERE is not a sub clause and can not have additional clauses');
92 throw new StructException('Bad logical operator');

123