Home
last modified time | relevance | path

Searched refs:base (Results 26 – 49 of 49) sorted by last modified time

12

/dokuwiki/lib/plugins/revert/
H A Dplugin.info.txt1 base revert
/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...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3076 * @param int $base optional
3078 public function setSerialNumber($serial, $base = -256)
3080 $this->serialNumber = new BigInteger($serial, $base);
4131 setSerialNumber($serial, $base = 256) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php6 * Supports base-2, base-10, base-16, and base-256 numbers. Uses the GMP or BCMath extensions, if available,
34 * Pure-PHP arbitrary precision integer arithmetic library. Supports base-2, base-10, base-16, and base-256
160 * Converts base-2, base
166 protected static $base; global() variable in phpseclib\\Math\\BigInteger
251 __construct($x = 0, $base = 10) global() argument
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dplugin.info.txt1 base usermanager
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md79 - Fix using the best base link for an item content by @Alkarex in [#744](https://github.com/simplepie/simplepie/pull/744)
107 - Re-enable xml:base for all supported RSS formats by @Alkarex in [#723](https://github.com/simplepie/simplepie/pull/723)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php257 * Returns false if $base is not absolute, otherwise an IRI.
259 * @param IRI|string $base (Absolute) Base IRI
263 public static function absolutize($base, $relative) argument
273 if (!($base instanceof IRI)) {
274 $base = new IRI($base);
276 if ($base->scheme !== null && $base->is_valid()) {
280 $target->scheme = $base->scheme;
283 $target->scheme = $base
[all...]
H A DItem.php156 * Get the base URL value.
157 * Uses `<xml:base>`, or item link, or feed base URL.
181 * @param string $base Base URL to resolve URLs against
184 public function sanitize($data, $type, $base = '') argument
186 return $this->feed->sanitize($data, $type, $base);
H A DLocator.php65 public $base; variable in SimplePie\\Locator
170 $this->base = $this->http_base;
171 $elements = $this->dom->getElementsByTagName('base');
174 $base = $this->registry->call(Misc::class, 'absolutize_url', [trim($element->getAttribute('href')), $this->http_base]);
175 if ($base === false) {
178 $this->base = $base;
216 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->base]);
254 $href = $this->registry->call(Misc::class, 'absolutize_url', [trim($link->getAttribute('href')), $this->base]);
303 [trim($link->getAttribute('href')), $this->base]
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dplugin.info.txt1 base authldap
H A Dauth.php196 $base = $this->makeFilter($this->getConf('usertree'), $info);
205 $this->debug('LDAP search at: ' . hsc($base . ' ' . $filter), 0, __LINE__, __FILE__);
206 $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') {
/dokuwiki/lib/plugins/authad/
H A Dplugin.info.txt1 base authad
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG989 from many languages(base script by Andreas Gohr, modified by Nigel McNie),
/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/authpdo/
H A Dplugin.info.txt1 base authpdo
/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/plugins/logviewer/
H A Dplugin.info.txt1 base logviewer
/dokuwiki/lib/plugins/popularity/lang/ca/
H A Dintro.txt3 Aquesta eina recull dades anònimes sobre el vostre wiki i us permet enviar-les als desenvolupadors de DokuWiki. Això els ajudarà a entendre com utilitzen DokuWiki els usuaris i farà que futures decisions de desenvolupament es prenguin sobre la base d'estadístiques d'ús reals.
/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;
/dokuwiki/data/
H A Ddeleted.files875 lib/plugins/base.php
/dokuwiki/lib/tpl/dokuwiki/
H A Dtemplate.info.txt1 base dokuwiki
/dokuwiki/lib/plugins/config/
H A Dplugin.info.txt1 base config
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php429 $base = $link['host'];
430 if (!empty($link['port'])) $base .= $base . ':' . $link['port'];
434 $name = shorten($base, $long, 55);

12