Home
last modified time | relevance | path

Searched refs:dir (Results 476 – 500 of 598) sorted by path

1...<<11121314151617181920>>...24

/plugin/pubmed2020/site/
H A Ddescription.txt34 ^remove_dir | - |Remove the XML output dir: /data/media/ncbi_esummary (by default)|
/plugin/pureldap/vendor/composer/
H A DClassLoader.php505 foreach ($this->prefixDirsPsr4[$search] as $dir) {
506 if (file_exists($file = $dir . $pathEnd)) {
515 foreach ($this->fallbackDirsPsr4 as $dir) {
516 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
534 foreach ($dirs as $dir) {
535 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
544 foreach ($this->fallbackDirsPsr0 as $dir) {
545 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/pycode/
H A Dmethod.php805 $dir = dirname(__FILE__) . "/tmp";
807 $loc_url = $dir . "/" . $var. "/" . $name_file;
815 * @param (str) $dir the root from which start to scan recursively,
826 public function _get_tree_dir($dir) { argument
827 $d = new RecursiveDirectoryIterator($dir, RecursiveDirectoryIterator::SKIP_DOTS);
923 $dir = dirname($filename);
925 if (file_exists($dir) == false) {
926 mkdir($dir, 0777, true);
/plugin/qrcode2/
H A Dphpqrcode.php3120 public $dir; variable in FrameFiller
3130 $this->dir = -1;
3165 $y += $this->dir;
3169 if($this->dir < 0) {
3173 $this->dir = 1;
3183 $this->dir = -1;
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php383 foreach ($this->prefixDirsPsr4[$search] as $dir) {
384 if (file_exists($file = $dir . $pathEnd)) {
393 foreach ($this->fallbackDirsPsr4 as $dir) {
394 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr4)) {
412 foreach ($dirs as $dir) {
413 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
422 foreach ($this->fallbackDirsPsr0 as $dir) {
423 if (file_exists($file = $dir . DIRECTORY_SEPARATOR . $logicalPathPsr0)) {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A Dautoload.php28 foreach ($namespace_map as $prefix => $dir) {
30 $path = str_replace($prefix, $dir, $class);
/plugin/quickstats/
H A Dadmin.php68 foreach($data_dirs as $dir) {
69 $ns = $ns_prefix . $dir . ':';
105 foreach($dirs as $dir) {
106 $ns = $ns_prefix . $dir . ':';
122 $uniq_data['last'] = $dir;
/plugin/random_page/
H A Daction.php37 $dir = $conf['savedir'];
39 $data = file($dir . '/index/page.idx');
/plugin/randominc/
H A Dsyntax.php47 $dir = $conf['datadir'];
56 $dir = $conf['datadir'].'/'.str_replace(':','/',$ns);
60 search($data,$dir,'search_allpages',array('ns' => $ns, 'depth' => $depth));
/plugin/randompage2/
H A Daction.php22 $dir = $conf['indexdir'];
24 $pages = file($dir.'/page.idx');
/plugin/rater/
H A Dsyntax.php818 function list_files_in_array($dir, $delim) argument
821 if($handler = opendir($dir)) {
824 if(is_file($dir."/".$sub)) {
825 $x = strpos(basename($dir."/".$sub),$delim);
827 $listDir[] = $dir."/".$sub;
839 function list_rec_files_in_array($dir, $delim, $excludes) argument
843 if($handler = opendir($dir)) {
846 if(is_file($dir."/".$sub)) {
849 $listDir[] = $dir."/".$sub;
852 $listDir[] = $dir."/".$sub;
[all …]
/plugin/register/
H A Dsyntax.php65 $dir = $conf["mediadir"] . "/register";
67 $file = "$dir/$hash.png";
70 if (!io_mkdir_p($dir)) {
71 $this->err($renderer, "failed to create output dir '$dir'");
/plugin/remotelistnamespace/
H A Dremote.php28 $dir = utf8_encodeFN(str_replace(':', '/', $ns));
30 search($data, $conf['datadir'], Array($this, 'search_namespace'), $opts, $dir);
/plugin/revealjs/plugin/multiplex/
H A Dindex.js28 [ 'css', 'js', 'plugin', 'lib' ].forEach(function(dir) { argument
29 app.use('/' + dir, staticDir(opts.baseDir + dir));
/plugin/revealjs/plugin/notes-server/
H A Dindex.js36 [ 'css', 'js', 'images', 'plugin', 'lib' ].forEach( function( dir ) { argument
37 app.use( '/' + dir, staticDir( opts.baseDir + dir ) );
/plugin/schedule/
H A DscheduleRoot.class.php231 function createDirIsNeeded ($dir) { argument
232 if (is_dir ($dir))
234 @mkdir ($dir);
235 @chmod ($dir, 0775);
283 function readConfig ($dir) { argument
284 $oldFileName = $dir.$this->oldConfigFile;
285 $fileName = $dir.$this->configFile;
293 $pathDir = rtrim ($dir, "/") . "/";
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultTextDir.txt
H A DFilter.ExtractStyleBlocks.txt
H A DHTML.AllowedAttributes.txt
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1844 dir = this.__dir__,
1846 isRight = dir < 0,
1865 index += dir;
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3003 { 'dir': 'left', 'code': 97 },
3004 { 'dir': 'right', 'code': 100 }
3010 // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } }
3012 _.keyBy(array, 'dir');
3013 // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } }
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1844 dir = this.__dir__,
1846 isRight = dir < 0,
1865 index += dir;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.css1671 .logRow-dir {

1...<<11121314151617181920>>...24