Home
last modified time | relevance | path

Searched refs:idx_dir (Results 1 – 6 of 6) sorted by relevance

/plugin/autolink2/
H A Dhelper.php15 var $idx_dir = ''; // directory for index files variable in helper_plugin_autolink2
27 $this->idx_dir = $conf['indexdir'];
28 $this->page_idx = @file($this->idx_dir.'/page.idx');
29 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('index');
31 $this->idx_dir = $conf['cachedir'];
32 $this->page_idx = @file($this->idx_dir.'/page.idx');
33 if (!@file_exists($this->idx_dir.'/autolink.idx')) $this->_importOldAutolinkIndex('cache');
37 $autolink_index = @file($this->idx_dir.'/autolink.idx');
231 $fh = fopen($this->idx_dir.'/'.$idx.'.idx', 'w');
/plugin/new_page_dialog/
H A Dstyle.css52 div.npd li.open a.idx_dir,
53 div.npd li.new a.idx_dir,
54 div.npd li.closed a.idx_dir {
58 div.npd li.open a.idx_dir {
61 div.npd li.new a.idx_dir {
64 div.npd li.closed a.idx_dir {
109 div.npd div.base div.base a.idx_dir {
/plugin/npd/
H A Dstyle.css52 div.npd li.open a.idx_dir,
53 div.npd li.new a.idx_dir,
54 div.npd li.closed a.idx_dir {
58 div.npd li.open a.idx_dir {
61 div.npd li.new a.idx_dir {
64 div.npd li.closed a.idx_dir {
109 div.npd div.base div.base a.idx_dir {
/plugin/spatialhelper/helper/
H A Dindex.php36 protected string $idx_dir = '';
58 $this->idx_dir = $conf ['indexdir'];
60 if (!@file_exists($this->idx_dir . '/spatial.idx')) {
65 io_readFile($this->idx_dir . '/spatial.idx', false),
197 return io_saveFile($this->idx_dir . '/spatial.idx', serialize($this->spatial_idx));
32 protected $idx_dir = ''; global() variable in helper_plugin_spatialhelper_index
H A Dsearch.php61 $idx_dir = $conf ['indexdir'];
62 if (!@file_exists($idx_dir . '/spatial.idx')) {
66 $this->spatial_idx = unserialize(io_readFile($idx_dir . '/spatial.idx', false), ['allowed_classes' => false]);
H A Dsitemap.php41 $idx_dir = $conf['indexdir'];
42 if (!@file_exists($idx_dir . '/spatial.idx')) {
49 io_readFile($idx_dir . '/spatial.idx', false),