/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/ |
H A D | Base64.php | 12 private $data; variable in IXR\\DataType\\Base64 14 public function __construct($data) argument
|
H A D | Value.php | 7 private $data; variable in IXR\\DataType\\Value 10 public function __construct($data, $type = null) argument [all...] |
/dokuwiki/inc/ |
H A D | search.php | 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...] |
H A D | JpegMeta.php | 1270 _writeJPEGMarker($marker, $length, & $data, $origLength) global() argument 1742 _readIFD($data, $base, $offset, $isBigEndian, $mode) global() argument 2008 _writeIFD(& $data, $pos, $offsetBase, & $entries, $isBigEndian, $hasNext) global() argument 2514 _readIPTC(& $data, $pos = 0) global() argument 2604 _write8BIM(& $data, $pos, $type, $header, & $value) global() argument 2672 _writeIPTCEntry(& $data, $pos, $type, & $value) global() argument 3039 _getByte(& $data, $pos) global() argument 3057 _putByte(& $data, $pos, $val) global() argument 3066 _getShort(& $data, $pos, $bigEndian = true) global() argument 3081 _putShort(& $data, $pos = 0, $val = 0, $bigEndian = true) global() argument 3105 _getLong(& $data, $pos, $bigEndian = true) global() argument 3134 _putLong(& $data, $pos, $val, $bigEndian = true) global() argument 3153 _getNullString(& $data, $pos) global() argument 3173 _getFixedString(& $data, $pos, $length = 1) global() argument 3189 _putString(& $data, $pos, & $str) global() argument 3199 _hexDump(& $data, $start = 0, $length = 1) global() argument [all...] |
/dokuwiki/inc/Remote/ |
H A D | XmlRpcServer.php | 29 serve($data = false) global() argument 67 toDate($data) global() argument 76 toFile($data) global() argument
|
H A D | Api.php | 356 toFile($data) global() argument 367 toDate($data) global() argument 378 dummyTransformation($data) global() argument
|
/dokuwiki/inc/Subscriptions/ |
H A D | SubscriberManager.php | 81 public function remove($id, $user = null, $style = null, $data = null) argument 38 add($id, $user, $style, $data = '') global() argument 164 subscribers($page, $user = null, $style = null, $data = null) global() argument 231 notifyAddresses(& $data) global() argument [all...] |
H A D | SubscriberRegexBuilder.php | 22 buildRegex($user = null, $style = null, $data = null) global() argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/ |
H A D | Entities.php | 63 public $data = ''; variable in SimplePie_Decode_HTML_Entities 87 public function __construct($data) argument [all...] |
/dokuwiki/lib/plugins/popularity/ |
H A D | helper.php | 63 sendData($data) global() argument 263 addPluginUsageData(& $data) global() argument 289 searchCountCallback(& $data, $base, $file, $type, $lvl, $opts) global() argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | DB.php | 65 protected static function prepare_simplepie_object_for_cache($data) argument [all...] |
H A D | Memcached.php | 114 public function save($data) argument 170 setData($data) global() argument [all...] |
/dokuwiki/ |
H A D | feed.php | 74 $data = null; global() variable 82 $data = $modes[$opt['feed_mode']]($opt); global() variable 204 rss_buildItems(& $rss, & $data, $opt) global() argument
|
/dokuwiki/inc/Extension/ |
H A D | Event.php | 16 /** @var mixed|null READWRITE data relevant to the event, no standardised format, refer to event docs */ variable in dokuwiki\\Extension\\Event 37 __construct($name, & $data) global() argument 196 createAndTrigger($name, & $data, $action = null, $canPreventDefault = true) global() argument [all...] |
/dokuwiki/lib/plugins/extension/ |
H A D | script.js | 71 function (data) { argument 111 function(data){ argument
|
/dokuwiki/lib/scripts/ |
H A D | tree.js | 59 show_sublist = function (data) { argument 86 dw_tree.load_data(function (data) { argument
|
H A D | locktimer.js | 122 ).done(function dwLocktimerRefreshDoneHandler(data) { argument 135 refreshed: function(data){ argument
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Misc.php | 283 public static function change_encoding($data, $input, $output) argument 320 change_encoding_mbstring($data, $input, $output) global() argument 352 change_encoding_iconv($data, $input, $output) global() argument 363 change_encoding_uconverter($data, $input, $output) global() argument 1711 strip_comments($data) global() argument 1738 entities_decode($data) global() argument 1961 xml_encoding($data, $registry) global() argument [all...] |
H A D | Parser.php | 72 public $data = []; variable in SimplePie\\Parser 83 public function parse(&$data, $encoding, $url = '') argument 379 parse_hcard($data, $category = false) global() argument 403 parse_microformats(& $data, $url) global() argument [all...] |
H A D | Gzdecode.php | 105 public $data; variable in SimplePie\\Gzdecode 193 public function __construct($data) argument [all...] |
H A D | Source.php | 61 public $data = []; variable in SimplePie\\Source 64 public function __construct($item, $data) argument 94 public function sanitize($data, $type, $base = '') argument [all...] |
/dokuwiki/inc/HTTP/ |
H A D | DokuHTTPClient.php | 62 public function sendRequest($url, $data = '', $method = 'GET') argument
|
H A D | HTTPClient.php | 121 dget($url, $data, $sloppy304 = false) global() argument 141 post($url, $data) global() argument 164 sendRequest($url, $data = '', $method = 'GET') global() argument 580 sendData($socket, $data, $message) global() argument 824 postEncode($data) global() argument 837 postMultipartEncode($data) global() argument [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
H A D | SCP.php |
|
/dokuwiki/inc/Ui/ |
H A D | Editor.php | 193 addTextarea(& $data) global() argument [all...] |