Lines Matching full:php
1 <?php
16 'defines.php',
17 'actions.php',
18 'changelog.php',
19 'common.php',
20 'confutils.php',
21 'pluginutils.php',
22 'form.php',
23 'fulltext.php',
24 'html.php',
25 'httputils.php',
26 'indexer.php',
27 'infoutils.php',
28 'io.php',
29 'mail.php',
30 'media.php',
31 'pageutils.php',
32 'parserutils.php',
33 'search.php',
34 'template.php',
35 'toolbar.php',
36 'utf8.php',
37 'auth.php',
38 'compatibility.php',
39 'deprecated.php',
40 'legacy.php',
45 'Diff' => 'DifferenceEngine.php',
46 'UnifiedDiffFormatter' => 'DifferenceEngine.php',
47 'TableDiffFormatter' => 'DifferenceEngine.php',
48 'cache' => 'cache.php',
49 'cache_parser' => 'cache.php',
50 'cache_instructions' => 'cache.php',
51 'cache_renderer' => 'cache.php',
52 'JpegMeta' => 'JpegMeta.php',
53 'FeedParser' => 'FeedParser.php',
54 'SafeFN' => 'SafeFN.class.php',
55 'Mailer' => 'Mailer.class.php',
56 'Doku_Handler' => 'parser/handler.php',
57 'Doku_Renderer' => 'parser/renderer.php',
58 'Doku_Renderer_xhtml' => 'parser/xhtml.php',
59 'Doku_Renderer_code' => 'parser/code.php',
60 'Doku_Renderer_xhtmlsummary' => 'parser/xhtmlsummary.php',
61 'Doku_Renderer_metadata' => 'parser/metadata.php'
69 require_once(DOKU_INC . 'vendor/autoload.php');
131 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';
149 $file = DOKU_INC . '_test/tests/' . $classPath . '.php';
170 $file = DOKU_PLUGIN . $classPath . '.php';
198 $file = DOKU_INC . 'lib/tpl/' . $classPath . '.php';
222 $file = DOKU_INC . 'inc/' . $classPath . '.php';
251 $plg = DOKU_PLUGIN . "{$m[2]}/{$m[1]}$c.php";