Home
last modified time | relevance | path

Searched refs:base (Results 1 – 25 of 49) sorted by path

12

/dokuwiki/data/
H A Ddeleted.files875 lib/plugins/base.php
/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/
H A DJpegMeta.php1738 * @param integer $base
1745 function _readIFD($data, $base, $offset, $isBigEndian, $mode) {
1748 $numEntries = $this->_getShort($data, $base + $offset, $isBigEndian);
1757 $tag = $this->_getShort($data, $base + $offset, $isBigEndian);
1759 $type = $this->_getShort($data, $base + $offset, $isBigEndian);
1761 $count = $this->_getLong($data, $base + $offset, $isBigEndian);
1771 $dataOffset = $this->_getLong($data, $base + $offset, $isBigEndian);
1772 $rawValue = $this->_getFixedString($data, $base + $dataOffset, $dataLength);
1774 $rawValue = $this->_getFixedString($data, $base + $offset, $dataLength);
1901 $this->_readIFD($data, $base,
1742 _readIFD($data, $base, $offset, $isBigEndian, $mode) global() argument
[all...]
H A Dinit.php636 $base = dirname($_SERVER['SCRIPT_FILENAME']);
637 $path = $base . '/' . $path;
638 if ($run == 0) { // avoid endless recursion when base isn't absolute for some reason
H A Dio.php620 $base = $conf['tmpdir'];
622 $tmpdir = $base . '/' . $dir;
H A Dsearch.php17 * This function recurses into a given base directory
21 * @param string $base Where to start the search
24 * @param string $dir Current directory beyond $base
30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural')
37 if ($base == '' || $base == '/') {
38 throw new RuntimeException('No valid $base passed to search() - possible misconfiguration or bug');
42 $dh = @opendir($base . '/' . $dir);
46 if (is_dir($base . '/' . $dir . '/' . $file)) {
51 $filepaths[] = $base
27 search(& $data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') global() argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
133 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
162 search_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DIndex.php82 $base = ':' . $item['id'];
83 $base = substr($base, strrpos($base, ':') + 1);
88 $html .= $base;
/dokuwiki/inc/lang/gl/
H A Dstopwords.txt65 base
/dokuwiki/inc/parser/
H A Dhandler.php312 public function base($match, $state, $pos)
298 public function base($match, $state, $pos) { global() function in Doku_Handler
/dokuwiki/lib/exe/
H A Dcss.php192 $base = preg_quote(DOKU_BASE, '#');
193 $css = preg_replace_callback('#(url\([ \'"]*)(' . $base . ')(.*?(?:\.(png|gif)))#i', 'css_datauri', $css);
426 protected $location; // base url location of the CSS/Less file
439 * @param string $location base url for this file
468 // during testing, files may be found relative to a second base dir, TMP_DIR
518 $base = unslash($match[2]);
530 $url = $base . $url;
H A Djs.php188 $base = PhpString::basename($ifile);
189 if (array_key_exists($base, $loaded) && $loaded[$base] === true) {
193 $loaded[$base] = true;
/dokuwiki/lib/plugins/acl/
H A Dadmin.php524 $base = $item['label'];
526 $base = ':' . $item['id'];
527 $base = substr($base, strrpos($base, ':') + 1);
550 $ret .= $base;
H A Dplugin.info.txt1 base acl
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt1 base authad
/dokuwiki/lib/plugins/authldap/
H A Dauth.php196 $base = $this->makeFilter($this->getConf('usertree'), $info);
206 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
207 $sr = $this->ldapSearch($this->con, $base, $filter, $this->getConf('userscope'), $this->getConf('attributes'));
274 $base = $this->makeFilter($this->getConf('grouptree'), $user_result);
278 $base,
284 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
641 * @param string $scope can be 'base', 'one' or 'sub'
659 if ($scope == 'base') {
H A Dplugin.info.txt1 base authldap
/dokuwiki/lib/plugins/authpdo/
H A Dplugin.info.txt1 base authpdo
/dokuwiki/lib/plugins/authplain/
H A Dplugin.info.txt1 base authplain
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt1 base config
/dokuwiki/lib/plugins/extension/helper/
H A Dextension.php25 private $base;
78 $this->base = $id;
81 $this->base = substr($id, 9);
181 return $this->base != $this->getBase();
198 return $plugin_controller->isEnabled($this->base);
246 return $this->base;
257 if (!empty($this->localInfo['base'])) return $this->localInfo['base'];
258 return $this->base;
270 return $this->base;
18 private $base; global() variable in helper_plugin_extension_extension
986 installArchive($file, $overwrite = false, $base = '') global() argument
[all...]
H A Dlist.php429 $base = $link['host'];
430 if (!empty($link['port'])) $base .= $base . ':' . $link['port'];
434 $name = shorten($base, $long, 55);
/dokuwiki/lib/plugins/extension/
H A Dplugin.info.txt1 base extension
/dokuwiki/lib/plugins/info/
H A Dplugin.info.txt1 base info
/dokuwiki/lib/plugins/logviewer/
H A Dplugin.info.txt1 base logviewer
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php283 * @param string $base Base usually $conf['datadir']
284 * @param string $file current file or directory relative to $base
290 public function searchCountCallback(&$data, $base, $file, $type, $lvl, $opts)
301 $size = filesize($base . '/' . $file);
302 $date = filemtime($base . '/' . $file);
289 searchCountCallback(& $data, $base, $file, $type, $lvl, $opts) global() argument

12