Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 2634) sorted by relevance

12345678910>>...106

/template/dynamic_template/
Dnav.php13 while(false != ($file = readdir($dir))) variable
15 if(($file != ".") and ($file != "..")) {
16 $file = substr($file, 0, -4); variable
18 echo("<a href='$ns/doku.php?id=$file'>$file</a>");
20 echo("<a href='$ns/doku.php?id=$ID:$file'>$file</a>");
/template/twigstarter/vendor/composer/
DClassLoader.php427 if ($file = $this->findFile($class)) {
428 includeFile($file);
453 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
455 return $file;
459 $file = $this->findFileWithExtension($class, '.php');
462 if (false === $file && defined('HHVM_VERSION')) {
463 $file = $this->findFileWithExtension($class, '.hh');
467 apcu_add($this->apcuPrefix.$class, $file);
470 if (false === $file) {
475 return $file;
[all …]
Dautoload_real.php60 foreach ($includeFiles as $fileIdentifier => $file) {
61 composerRequireac05160ad8d2e4230f77c2e84ac799f2($fileIdentifier, $file);
70 * @param string $file
73 function composerRequireac05160ad8d2e4230f77c2e84ac799f2($fileIdentifier, $file) argument
78 require $file;
/template/strap/vendor/composer/
H A DClassLoader.php425 if ($file = $this->findFile($class)) {
427 $includeFile($file);
452 $file = apcu_fetch($this->apcuPrefix.$class, $hit);
454 return $file;
458 $file = $this->findFileWithExtension($class, '.php');
461 if (false === $file && defined('HHVM_VERSION')) {
462 $file = $this->findFileWithExtension($class, '.hh');
466 apcu_add($this->apcuPrefix.$class, $file);
469 if (false === $file) {
474 return $file;
[all …]
/template/aran/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/taratasy/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/starterpjax/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/grassstains/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/zenlike/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/ach/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/r7throot1/
Dfunctions.php12 function getSidebarFN($ns, $file){ argument
15 $nsFile = ($ns) ? "$ns:$file" : $file;
25 return getSidebarFN($ns, $file);
68 $file = DOKU_TPLINC.'style.ini';
70 $ini = parse_ini_file($file);
73 if ((@file_exists($file2)) && (@unlink($file)) && (@copy($file2, $file))){
75 if ($conf['fperm']) chmod($file, $conf['fperm']);
/template/minima/
Dfunctions.php13 function getSidebarFN($ns, $file) {//func argument
16 $nsFile = ($ns) ? "$ns:$file" : $file;
27 return getSidebarFN($ns, $file);
100 $file = tpl_incdir().'style.ini';
102 $ini = parse_ini_file($file);
107 if ((@file_exists($file2)) && (@unlink($file)) && (@copy($file2, $file))) {//do
109 if ($conf['fperm']) chmod($file, $conf['fperm']);
/template/spacedok/
Dfunctions.php13 function getSidebarFN($ns, $file) {//func argument
16 $nsFile = ($ns) ? "$ns:$file" : $file;
27 return getSidebarFN($ns, $file);
100 $file = DOKU_TPLINC.'style.ini';
102 $ini = parse_ini_file($file);
107 if ((@file_exists($file2)) && (@unlink($file)) && (@copy($file2, $file))) {//do
109 if ($conf['fperm']) chmod($file, $conf['fperm']);
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php80 …public function testIntegration($file, $message, $condition, $templates, $exception, $outputs, $de… argument
82 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
89 …public function testLegacyIntegration($file, $message, $condition, $templates, $exception, $output… argument
91 …$this->doIntegrationTest($file, $message, $condition, $templates, $exception, $outputs, $deprecati…
99 …new \RecursiveDirectoryIterator($fixturesDir), \RecursiveIteratorIterator::LEAVES_ONLY) as $file) {
100 if (!preg_match('/\.test$/', $file)) {
104 if ($legacyTests xor false !== strpos($file->getRealpath(), '.legacy.test')) {
108 $test = file_get_contents($file->getRealpath());
125 …lidArgumentException(sprintf('Test "%s" is not valid.', str_replace($fixturesDir.'/', '', $file)));
128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception…
[all …]
/template/bootstrap3/compat/inc/
Dfunctions.php72 function inlineSVG($file, $maxsize = 2048) argument
74 $file = trim($file);
75 if ($file === '') {
79 if (!file_exists($file)) {
83 if (filesize($file) > $maxsize) {
87 if (!is_readable($file)) {
91 $content = file_get_contents($file);
/template/starterbootstrap/
Dtpl_functions.php89 $file = '';
94 $file = mediaFN($img);
97 $file = tpl_incdir().$img;
101 if(file_exists($file)) break;
106 $imginfo = getimagesize($file);
155 function tpl_includeFile($file) { argument
161 if(file_exists("$dir/$file")) {
162 include("$dir/$file");
169 $file = tpl_incdir().$file;
170 if(file_exists($file)) {
[all …]
/template/dokutwitterbootstrap/
Dtpl_functions.php150 $file = '';
155 $file = mediaFN($img);
158 $file = tpl_incdir().$img;
162 if(file_exists($file)) break;
167 $imginfo = getimagesize($file);
216 function tpl_includeFile($file) { argument
222 if(file_exists("$dir/$file")) {
223 include("$dir/$file");
230 $file = tpl_incdir().$file;
231 if(file_exists($file)) {
[all …]
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DLocalFileDetector.php8 * @param string $file
12 public function getLocalFile($file) argument
14 if (is_file($file)) {
15 return realpath($file);
/template/strap/resources/library/bootstrap/
H A DREADME.md7 If you want to bring your own custom Css file, check the [custom Bootstrap article](https://combost…
9 In a nutshell, if you already have your CSS file:
11 * Copy your CSS file into the sub version directory (`4.4.1`, `4.5.0`, ...)
13 * And adapt the file by changing or adding your values
18 * [bootstrap.json] is a metadata file with all official bootstrap information
19 …* [bootstrapCustom.json] is a metadata file with the [ComboStrap](https://combostrap.com) 16 grid …
/template/strap/vendor/symfony/yaml/Command/
H A DLintCommand.php126 foreach ($this->getFiles($filename) as $file) {
127 if (!\in_array($file->getPathname(), $excludes, true)) {
128 $filesInfo[] = $this->validate(file_get_contents($file), $flags, $file);
136 private function validate(string $content, int $flags, string $file = null) argument
138 …$prevErrorHandler = set_error_handler(function ($level, $message, $file, $line) use (&$prevErrorHa…
143 return $prevErrorHandler ? $prevErrorHandler($level, $message, $file, $line) : false;
149 …return ['file' => $file, 'line' => $e->getParsedLine(), 'valid' => false, 'message' => $e->getMess…
154 return ['file' => $file, 'valid' => true];
236 foreach ($this->getDirectoryIterator($fileOrDirectory) as $file) {
237 if (!\in_array($file->getExtension(), ['yml', 'yaml'])) {
[all …]
/template/apricot/css/
D_media_fullscreen.css2 * This file provides the styles for the fullscreen media manager
35 #mediamanager__page .file {
57 #mediamanager__page .file .panelHeader,
58 #mediamanager__page .file .panelContent {
123 /*____________ file list panel ____________*/
125 /* file list header */
162 /* file list content */
187 /* file list as thumbs */
239 /* file list as rows */
305 /*____________ file panel ____________*/
[all …]
/template/strap/resources/theme/default/components/css/
H A Ddo-media.css2 * This file provides the styles for the fullscreen media manager
15 #mediamanager__page .file ul.tabs {
26 #mediamanager__page .file ul.tabs li strong,
27 #mediamanager__page .file ul.tabs li a {
40 #mediamanager__page .file ul.tabs li a,
96 #mediamanager__page .file {
132 #mediamanager__page .file .panelHeader,
133 #mediamanager__page .file .panelContent {
137 [dir=rtl] #mediamanager__page .file .panelHeader,
138 [dir=rtl] #mediamanager__page .file .panelContent {
[all …]
/template/writr/
D.gitignore8 # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-com…
9 # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
/template/vector/static/3rd/dokuwiki/
D_media_fullscreen.css1 /* ATTENTION: This file was edited for the "vector template for DokuWiki".
6 * This file provides the styles for the fullscreen media manager
39 #mediamanager__page .file {
64 #mediamanager__page .file .panelHeader,
65 #mediamanager__page .file .panelContent {
160 /*____________ file list panel ____________*/
162 /* file list header */
205 /* file list content */
233 /* file list as thumbs */
289 /* file list as rows */
[all …]
/template/monobook/static/3rd/dokuwiki/
D_media_fullscreen.css1 /* ATTENTION: This file was edited for the "monobook template for DokuWiki".
6 * This file provides the styles for the fullscreen media manager
39 #mediamanager__page .file {
64 #mediamanager__page .file .panelHeader,
65 #mediamanager__page .file .panelContent {
160 /*____________ file list panel ____________*/
162 /* file list header */
205 /* file list content */
233 /* file list as thumbs */
289 /* file list as rows */
[all …]

12345678910>>...106