Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 126 – 150 of 187) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DExecutionContext.php179 } catch (ExceptionNotFound $e) {
208 } catch (ExceptionNotFound $e) {
218 * @throws ExceptionNotFound
223 throw new ExceptionNotFound("No root context");
275 } catch (ExceptionNotFound $e) {
306 } catch (ExceptionNotFound $e) {
315 * @throws ExceptionNotFound
321 throw new ExceptionNotFound("No executing id was found");
431 } catch (ExceptionNotFound $e) {
441 } catch (ExceptionNotFound
[all...]
H A DFeaturedIcon.php61 } catch (ExceptionNotFound $e) {
76 throw new ExceptionNotFound();
H A DPageSqlTreeListener.php394 } catch (ExceptionNotFound $e) {
H A DFileSystems.php31 * @throws ExceptionNotFound - if the file does not exists or the mime is unknown
46 * @throws ExceptionNotFound - if the file does not exist
64 * @throws ExceptionNotFound
196 * @throws ExceptionNotFound
206 * @throws ExceptionNotFound
237 * @throws ExceptionNotFound - if the mime is unknown and was not found
244 } catch (ExceptionNotFound $e) {
247 throw new ExceptionNotFound("No mime found for path ($path). The mime type of the media is <a href=\"https://www.dokuwiki.org/mime\">unknown (not in the configuration file)</a>");
274 * @throws ExceptionNotFound
284 throw new ExceptionNotFound("Existin
[all...]
H A DFirstImage.php47 * @throws ExceptionNotFound
54 } catch (ExceptionNotFound $e) {
H A DPageType.php53 } catch (ExceptionNotFound $e) {
H A DPanelTag.php82 } catch (ExceptionNotFound $e) {
205 } catch (ExceptionNotFound $e) {
H A DPathAbs.php12 * @throws ExceptionNotFound
18 throw new ExceptionNotFound("No extension found");
26 * @throws ExceptionNotFound
37 * @throws ExceptionNotFound
H A DPathTreeNode.php94 } catch (ExceptionNotFound $e) {
H A DPluginUtility.php658 * @throws ExceptionNotFound
H A DHttp.php21 * @throws ExceptionNotFound
29 throw new ExceptionNotFound("No header was found with the header name $name");
H A DQualityDynamicMonitoringOverwrite.php69 } catch (ExceptionNotFound $e) {
H A DRasterImageLink.php69 * @throws ExceptionNotFound
H A DReplicationDate.php64 * @throws ExceptionNotFound
68 throw new ExceptionNotFound("No default replication date");
H A DIcon.php21 * @throws ExceptionNotFound
36 * @throws ExceptionNotFound
52 throw new ExceptionNotFound("A name is mandatory as attribute for an icon. It was not found.", Icon::ICON_CANONICAL_NAME);
77 } catch (ExceptionNotFound $e) {
H A DResourceName.php32 } catch (ExceptionNotFound $e) {
35 } catch (ExceptionNotFound $e) {
100 } catch (ExceptionNotFound $e) {
126 } catch (ExceptionNotFound $e) {
H A DSearchTag.php55 } catch (ExceptionNotFound $e) {
H A DIdentity.php124 } catch (ExceptionNotFound $e) {
H A DImageLink.php38 } catch (ExceptionNotFound $e) {
46 * @throws ExceptionNotFound
83 } catch (ExceptionNotFound $e) {
96 } catch (ExceptionNotFound $e) {
H A DSnippetSystem.php58 } catch (ExceptionNotFound $e) {
173 } catch (ExceptionNotFound $e) {
203 } catch (ExceptionNotFound $e) {
323 * @throws ExceptionNotFound
H A DSqlite.php88 } catch (ExceptionNotFound $e) {
201 } catch (ExceptionNotFound $e) {
H A DWikiPath.php146 } catch (ExceptionNotFound $e) {
164 } catch (ExceptionNotFound $e) {
178 } catch (ExceptionNotFound $e) {
286 } catch (ExceptionNotFound $e) {
295 } catch (ExceptionNotFound $e) {
577 * @throws ExceptionNotFound
589 * @throws ExceptionNotFound
771 * @throws ExceptionNotFound
782 throw new ExceptionNotFound("This path ($this) does not have any last name");
900 * @throws ExceptionNotFound
[all...]
/plugin/combo/action/
H A Danalytics.php25 use ComboStrap\ExceptionNotFound; alias
H A Dbacklinkmenuitem.php6 use ComboStrap\ExceptionNotFound; alias
72 } catch (ExceptionNotFound $e) {
H A Dinstructionspostprocessing.php6 use ComboStrap\ExceptionNotFound; alias
80 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
120 } catch (ExceptionNotFound $e) {

12345678