Home
last modified time | relevance | path

Searched refs:ExceptionNotFound (Results 51 – 75 of 187) sorted by last modified time

12345678

/plugin/combo/ComboStrap/
H A DFetcherImage.php59 } catch (ExceptionNotFound $e) {
66 } catch (ExceptionNotFound $e) {
73 } catch (ExceptionNotFound $e) {
108 } catch (ExceptionNotFound $e) {
113 } catch (ExceptionNotFound $e) {
246 * @throws ExceptionNotFound
329 } catch (ExceptionNotFound $e) {
340 } catch (ExceptionNotFound $e) {
344 } catch (ExceptionNotFound $e) {
356 } catch (ExceptionNotFound
[all...]
H A DPageId.php291 } catch (ExceptionNotFound $e) {
330 } catch (ExceptionNotFound $e) {
348 * @throws ExceptionNotFound
H A DFetcherMarkupBuilder.php169 } catch (ExceptionNotFound $e) {
186 } catch (ExceptionNotFound $e) {
366 } catch (ExceptionNotFound $e) {
386 } catch (ExceptionCast|ExceptionNotFound $e) {
H A DFetcherPage.php58 } catch (ExceptionNotFound $e) {
83 } catch (ExceptionNotFound $e) {
102 * @throws ExceptionNotFound
145 } catch (ExceptionNotFound $e) {
191 * @throws ExceptionNotFound
243 } catch (ExceptionNotFound $e) {
248 } catch (ExceptionNotFound $e) {
254 } catch (ExceptionNotFound $e) {
264 } catch (ExceptionNotFound $e) {
283 * @throws ExceptionNotFound
[all...]
H A DFetcherPageSearch.php32 * @throws ExceptionNotFound|ExceptionBadArgument
78 * @throws ExceptionNotFound
83 throw new ExceptionNotFound("No search terms were requested");
H A DFetcherPdf.php26 } catch (ExceptionNotFound $e) {
48 * @throws ExceptionNotFound
53 throw new ExceptionNotFound("No page number");
H A DFetcherRailBar.php63 * @throws ExceptionNotFound
113 } catch (ExceptionNotFound $e) {
298 } catch (ExceptionNotFound $e) {
316 * @throws ExceptionNotFound
321 throw new ExceptionNotFound("No requested view port");
H A DFetcherRaster.php112 } catch (ExceptionNotFound $e) {
184 * @throws ExceptionNotFound
242 } catch (ExceptionNotFound $e) {
323 * @throws ExceptionNotFound
H A DFetcherRawLocalPath.php65 * @throws ExceptionNotFound
84 * @throws ExceptionNotFound
H A DFetcherScreenshot.php48 } catch (ExceptionNotFound $e) {
73 * @throws ExceptionNotFound
180 } catch (ExceptionNotFound $e) {
201 * @throws ExceptionNotFound
222 } catch (ExceptionNotFound $e) {
231 } catch (ExceptionNotFound $e) {
243 * @throws ExceptionNotFound
248 throw new ExceptionNotFound("No url to snapshot could be determined");
H A DFetcherSvg.php189 * @throws ExceptionNotFound
195 throw new ExceptionNotFound("Optimization was not set");
205 } catch (ExceptionNotFound $e) {
212 * @throws ExceptionNotFound
218 throw new ExceptionNotFound("No preserve style attribute was set");
460 * @throws ExceptionNotFound
481 * @throws ExceptionNotFound
512 } catch (ExceptionNotFound $e) {
517 } catch (ExceptionNotFound $e) {
522 } catch (ExceptionNotFound
[all...]
H A DFetcherSystem.php18 * @throws ExceptionNotFound
40 } catch (ExceptionNotFound $e) {
49 throw new ExceptionNotFound("No fetcher could be matched to the url ($fetchUrl)");
53 } catch (ExceptionNotFound $e) {
54 throw new ExceptionNotFound("No fetcher could be created. The mime is unknown for the path ($dokuPath). Error: {$e->getMessage()}");
71 * @throws ExceptionNotFound - if the fetcher is unknown
79 } catch (ExceptionNotFound $e) {
96 throw new ExceptionNotFound("No fetcher found with the name ($fetcherName)");
H A DFetcherTraitWikiPath.php44 * @throws ExceptionNotFound - thrown by other class via the overwritten of {@link setSourceImage} (not found image)
89 * @throws ExceptionNotFound
115 } catch (ExceptionNotFound $e) {
H A DFetcherVignette.php55 * @throws ExceptionNotFound - if the page does not exists
140 } catch (ExceptionNotFound $e) {
197 } catch (ExceptionNotFound $e) {
221 } catch (ExceptionNotFound $e) {
278 * @throws ExceptionNotFound - unknown mime or unknown extension
295 throw new ExceptionNotFound("Bad mime should have been caught by the setter");
324 * @throws ExceptionNotFound
340 throw new ExceptionNotFound("The page does not exists");
344 } catch (ExceptionNotFound $e) {
361 * @throws ExceptionNotFound
[all...]
H A DTemplateEngine.php50 } catch (ExceptionNotFound $e) {
170 } catch (ExceptionNotFound $e) {
249 } catch (ExceptionNotFound $e) {
277 * @throws ExceptionNotFound
284 throw new ExceptionNotFound("No template directory as this is not a file engine");
329 * @throws ExceptionNotFound
339 throw new ExceptionNotFound("No file named $name found");
H A DTemplateForWebPage.php95 * @throws ExceptionNotFound
116 * @throws ExceptionNotFound
121 throw new ExceptionNotFound("A requested context path was not found");
192 * @throws ExceptionNotFound
197 throw new ExceptionNotFound("No requested lang");
212 } catch (ExceptionNotFound $e) {
227 * @throws ExceptionNotFound
235 * @throws ExceptionNotFound
241 throw new ExceptionNotFound("No js file");
277 } catch (ExceptionNotFound
[all...]
H A DTemplateSlot.php161 * @throws ExceptionNotFound - if the area is not a slot or there is no path found
176 } catch (ExceptionNotFound $e) {
183 } catch (ExceptionNotFound $e) {
198 * @throws ExceptionNotFound if the page/markup fragment was not found (a container element does not have any also)
214 throw new ExceptionNotFound("The fragment path ($fragmentPath) was no found");
H A DThirdMediaLink.php29 } catch (ExceptionNotFound $e) {
43 } catch (ExceptionNotFound $e) {
69 } catch (ExceptionNotFound $e) {
H A DToc.php42 * @throws ExceptionNotFound - if the TOC variable was not found
48 throw new ExceptionNotFound("No global TOC variable found");
312 * @throws ExceptionNotFound
318 throw new ExceptionNotFound("No toc");
H A DTreeNode.php32 } catch (ExceptionNotFound $e) {
88 * @throws ExceptionNotFound
94 throw new ExceptionNotFound("This node has no child");
118 } catch (ExceptionNotFound $e) {
134 * @throws ExceptionNotFound
139 throw new ExceptionNotFound("No parent node");
158 * @throws ExceptionNotFound
163 throw new ExceptionNotFound("No child identifier level found");
/plugin/combo/renderer/
H A Danalytics.php8 use ComboStrap\ExceptionNotFound; alias
479 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php11 use ComboStrap\ExceptionNotFound; alias
56 } catch (ExceptionNotFound $e) {
H A DWebCodeTag.php10 use ComboStrap\ExceptionNotFound; alias
429 } catch (ExceptionNotFound $e) {
/plugin/combo/ComboStrap/TagAttribute/
H A DAnimation.php17 use ComboStrap\ExceptionNotFound; alias
66 } catch (ExceptionBadArgument|ExceptionBadSyntax|ExceptionNotFound $e) {
H A DBackgroundAttribute.php11 use ComboStrap\ExceptionNotFound; alias
199 } catch (ExceptionBadArgument|ExceptionInternal|ExceptionNotFound $e) {

12345678