Home
last modified time | relevance | path

Searched +defs:data +defs:base (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/inc/
H A Dsearch.php30 function search(&$data, $base, $func, $opts, $dir = '', $lvl = 1, $sort = 'natural') argument
112 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
138 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
168 search_namespaces(& $data, $base, $file, $type, $lvl, $opts) global() argument
193 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
261 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
309 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
341 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
380 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
501 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
H A DJpegMeta.php1273 function _writeJPEGMarker($marker, $length, &$data, $origLength) {
1745 function _readIFD($data, $base, $offset, $isBigEndian, $mode) {
2011 function _writeIFD(&$data, $pos, $offsetBase, &$entries, $isBigEndian, $hasNext) {
2517 function _readIPTC(&$data, $pos = 0) {
2607 function _write8BIM(&$data, $pos, $type, $header, &$value) {
2675 function _writeIPTCEntry(&$data, $pos, $type, &$value) {
3042 function _getByte(&$data, $pos) {
3060 function _putByte(&$data, $pos, $val) {
3069 function _getShort(&$data, $pos, $bigEndian = true) {
3084 function _putShort(&$data, $pos = 0, $val = 0, $bigEndian = true) {
[all …]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php64 public function sendData($data)
264 protected function addPluginUsageData(&$data)
290 public function searchCountCallback(&$data, $base, $file, $type, $lvl, $opts)
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSource.php22 public $data = []; variable in SimplePie\\Source
29 public function __construct(Item $item, array $data)
80 public function sanitize(string $data, $type, string $base = '')
H A DMisc.php51 public static function absolutize_url(string $relative, string $base)
293 public static function change_encoding(string $data, string $input, string $output)
333 protected static function change_encoding_mbstring(string $data, string $input, string $output)
368 protected static function change_encoding_iconv(string $data, string $input, string $output)
376 … protected static function change_encoding_uconverter(string $data, string $input, string $output)
1725 public static function strip_comments(string $data)
1757 public static function entities_decode(string $data)
2005 public static function xml_encoding(string $data, \SimplePie\Registry $registry)
H A DItem.php33 public $data = []; variable in SimplePie\\Item
57 public function __construct(\SimplePie\SimplePie $feed, array $data)
167 public function sanitize(string $data, int $type, string $base = '')
H A DSanitize.php38 public $base = ''; variable in SimplePie\\Sanitize
416 public function sanitize(string $data, int $type, string $base = '')
H A DSimplePie.php391 public $data = []; variable in SimplePie\\SimplePie
812 public function set_raw_data(string $data)
2500 public function sanitize(string $data, int $type, string $base = '')
3320 private function make_item(array $data): Item
/dokuwiki/lib/plugins/extension/
H A DExtension.php44 protected string $base; variable in dokuwiki\\plugin\\extension\\Extension
99 public static function createFromDirectory($dir, $type = null, $base = null)
106 protected function initFromDirectory($dir, $type = null, $base = null)
142 public static function createFromRemoteData($data)
149 protected function initFromRemoteData($data)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php129 public function __construct($x = 0, $base = 10)
394 public function __unserialize(array $data)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php173 public function __construct($x = 0, $base = 10)
462 public function __unserialize(array $data)