Home
last modified time | relevance | path

Searched defs:data (Results 1 – 25 of 77) sorted by relevance

1234

/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DBase64.php12 private $data; variable in IXR\\DataType\\Base64
14 public function __construct($data) argument
H A DValue.php7 private $data; variable in IXR\\DataType\\Value
10 public function __construct($data, $type = null) argument
[all...]
/dokuwiki/inc/
H A Dsearch.php27 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 DJpegMeta.php1270 _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 DXmlRpcServer.php29 serve($data = false) global() argument
67 toDate($data) global() argument
76 toFile($data) global() argument
H A DApi.php356 toFile($data) global() argument
367 toDate($data) global() argument
378 dummyTransformation($data) global() argument
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php81 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 DSubscriberRegexBuilder.php22 buildRegex($user = null, $style = null, $data = null) global() argument
[all...]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php63 public $data = ''; variable in SimplePie_Decode_HTML_Entities
87 public function __construct($data) argument
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php63 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 DDB.php65 protected static function prepare_simplepie_object_for_cache($data) argument
[all...]
H A DMemcached.php114 public function save($data) argument
170 setData($data) global() argument
[all...]
/dokuwiki/
H A Dfeed.php74 $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 DEvent.php16 /** @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 Dscript.js71 function (data) { argument
111 function(data){ argument
/dokuwiki/lib/scripts/
H A Dtree.js59 show_sublist = function (data) { argument
86 dw_tree.load_data(function (data) { argument
H A Dlocktimer.js122 ).done(function dwLocktimerRefreshDoneHandler(data) { argument
135 refreshed: function(data){ argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php283 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 DParser.php72 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 DGzdecode.php105 public $data; variable in SimplePie\\Gzdecode
193 public function __construct($data) argument
[all...]
H A DSource.php61 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 DDokuHTTPClient.php62 public function sendRequest($url, $data = '', $method = 'GET') argument
H A DHTTPClient.php121 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 DSCP.php
/dokuwiki/inc/Ui/
H A DEditor.php193 addTextarea(& $data) global() argument
[all...]

1234