Home
last modified time | relevance | path

Searched refs:dirname (Results 201 – 225 of 1489) sorted by last modified time

12345678910>>...60

/plugin/statdisplay/pchart/
H A DpChart.php23 require_once(dirname(__FILE__).'/ConversionHelpers.php');
24 require_once(dirname(__FILE__).'/ShadowProperties.php');
25 require_once(dirname(__FILE__).'/Color.php');
26 require_once(dirname(__FILE__).'/Palette.php');
27 require_once(dirname(__FILE__).'/ICanvas.php');
28 require_once(dirname(__FILE__).'/GridStyle.php');
29 require_once(dirname(__FILE__).'/ScaleStyle.php');
/plugin/advanced/admin/
H A Dconfig.php34 return dirname(__FILE__) . '/../svg/cogs.svg';
H A Dexport.php25 return dirname(__FILE__) . '/../svg/export.svg';
H A Dimport.php28 return dirname(__FILE__) . '/../svg/export.svg';
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dmake.sh27 script_path=$(dirname "$(realpath -s "$0")")
H A Drun-elasticsearch.sh21 script_path=$(dirname $(realpath -s $0))
H A Drun-repository.sh8 script_path=$(dirname $(realpath -s $0))
33 repo=$(realpath $(dirname $(realpath -s $0))/../)
H A Drun-tests6 script_path=$(dirname $(realpath -s $0))
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php398 if (!is_dir(dirname($value))) {
401 dirname($value),
/plugin/elasticsearch/vendor/composer/
H A Dautoload_psr4.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
H A Dautoload_classmap.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_files.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
H A Dautoload_namespaces.php5 $vendorDir = dirname(__DIR__);
6 $baseDir = dirname($vendorDir);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dimports.sh43 export script_path=$(dirname $(realpath -s $0))
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguage.php26 * @param string $dirname Name of the directory where the translations files are located
28 public function __construct(array $lang = [], string $dirname = '') argument
30 if (empty($dirname))
32 $dirname = __DIR__ . '/../../resources/*/*.php';
34 else if (!\is_dir($dirname) || !\is_readable($dirname))
40 $dirname = \rtrim($dirname, '/');
41 $dirname .= '/*/*.php';
47 foreach (\glob($dirname) a
[all...]
H A DTrainer.php20 * @param string $dirname Name of the directory where the translations files are located
23 public function learn(string $dirname = '') argument
25 if (empty($dirname))
27 $dirname = __DIR__ . '/../../resources/*/*.txt';
29 else if (!\is_dir($dirname) || !\is_readable($dirname))
35 $dirname = \rtrim($dirname, '/');
36 $dirname .= '/*/*.txt';
40 foreach (new \GlobIterator($dirname) a
[all...]
/plugin/elasticsearch/helper/
H A Dclient.php11 require_once dirname(__FILE__) . '/../vendor/autoload.php';
H A Ddocparser.php9 require_once dirname(__FILE__) . '/../vendor/autoload.php';
/plugin/latexcaption/syntax/
H A Dcaption.php31 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
H A Dreference.php17 return confToHash(dirname(__FILE__).'/../plugin.info.txt');
/plugin/achart/
H A Daction.php37 $filename= dirname(__FILE__) . '/assets/locales/'.$conf['lang'].'.json';
40 …$JSINFO['chartlocale']= file_get_contents(dirname(__FILE__) . '/assets/locales/'.$localization.'.j…
/plugin/snippets/exe/
H A Dsnippets.php6 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../../');
H A Dupdate.php2 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
/plugin/snippets/
H A Dsyntax.php8 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');

12345678910>>...60