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 'html.php',
24 'httputils.php',
25 'infoutils.php',
26 'io.php',
27 'media.php',
28 'pageutils.php',
29 'parserutils.php',
30 'search.php',
31 'template.php',
32 'toolbar.php',
33 'utf8.php',
34 'auth.php',
35 'compatibility.php',
36 'deprecated.php',
37 'legacy.php',
42 'Diff' => 'DifferenceEngine.php',
43 'UnifiedDiffFormatter' => 'DifferenceEngine.php',
44 'TableDiffFormatter' => 'DifferenceEngine.php',
45 'cache' => 'cache.php',
46 'cache_parser' => 'cache.php',
47 'cache_instructions' => 'cache.php',
48 'cache_renderer' => 'cache.php',
49 'JpegMeta' => 'JpegMeta.php',
50 'FeedParser' => 'FeedParser.php',
51 'SafeFN' => 'SafeFN.class.php',
52 'Mailer' => 'Mailer.class.php',
53 'Doku_Renderer' => 'parser/renderer.php',
54 'Doku_Renderer_xhtml' => 'parser/xhtml.php',
55 'Doku_Renderer_code' => 'parser/code.php',
56 'Doku_Renderer_xhtmlsummary' => 'parser/xhtmlsummary.php',
57 'Doku_Renderer_metadata' => 'parser/metadata.php'
65 require_once(DOKU_INC . 'vendor/autoload.php');
127 $file = DOKU_INC . '_test/mock/' . $classPath . '.php';
145 $file = DOKU_INC . '_test/tests/' . $classPath . '.php';
166 $file = DOKU_PLUGIN . $classPath . '.php';
194 $file = DOKU_INC . 'lib/tpl/' . $classPath . '.php';
218 $file = DOKU_INC . 'inc/' . $classPath . '.php';
247 $plg = DOKU_PLUGIN . "{$m[2]}/{$m[1]}$c.php";