Home
last modified time | relevance | path

Searched +defs:data +defs:name (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/inc/Extension/
H A DEvent.php15 public $name = ''; variable in dokuwiki\\Extension\\Event
17 public $data; variable in dokuwiki\\Extension\\Event
38 public function __construct($name, &$data)
197 … public static function createAndTrigger($name, &$data, $action = null, $canPreventDefault = true)
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcached.php43 protected $name; variable in SimplePie\\Cache\\Memcached
51 public function __construct(string $location, string $name, $type)
74 public function save($data)
131 private function setData($data): bool
H A DFile.php44 protected $name; variable in SimplePie\\Cache\\File
53 public function __construct(string $location, string $name, $type)
67 public function save($data)
H A DMemcache.php45 protected $name; variable in SimplePie\\Cache\\Memcache
54 public function __construct(string $location, string $name, $type)
78 public function save($data)
H A DRedis.php46 protected $name; variable in SimplePie\\Cache\\Redis
55 public function __construct(string $location, string $name, $options = null)
96 public function save($data)
H A DBase.php41 public function __construct(string $location, string $name, $type);
49 public function save($data);
H A DMySQL.php51 public function __construct(string $location, string $name, $type)
114 public function save($data)
/dokuwiki/inc/Input/
H A DInput.php47 protected function applyfilter($data)
79 public function has($name)
93 public function remove($name)
115 public function param($name, $default = null, $nonempty = false)
129 public function set($name, $value)
145 public function &ref($name, $default = '', $nonempty = false)
162 public function int($name, $default = 0, $nonempty = false)
181 public function str($name, $default = '', $nonempty = false)
203 public function valid($name, $valids, $default = null)
223 public function bool($name, $default = false, $nonempty = false)
[all …]
/dokuwiki/_test/core/
H A DTestResponse.php20 protected $data = array(); variable in TestResponse
29 function __construct($content, $headers, $data = array()) {
59 public function getHeader($name) {
H A DphpQuery-onefile.php106 public $data = null; variable in DOMEvent
107 public function __construct($data) {
154 public $data = array(); variable in DOMDocumentWrapper
827 public static function trigger($document, $type, $data = array(), $node = null) {
907 public static function add($document, $node, $type, $data, $callback = null) {
998 protected $name; variable in Callback
1016 public function setName($name) {
1035 public function __construct(&$reference, $name = null){
1057 protected $name; variable in CallbackReturnValue
1058 public function __construct($value, $name = null){
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/
H A DGzdecode.php67 public $data; variable in SimplePie\\Gzdecode
145 public function __set(string $name, $value)
155 public function __construct(string $data)
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php96 protected $data = ''; variable in SimplePie\\HTTP\\Parser
117 protected $name = ''; variable in SimplePie\\HTTP\\Parser
132 public function __construct(string $data, bool $psr7Compatible = false)
237 private function add_header(string $name, string $value): void
252 private function replace_header(string $name, string $value): void
300 protected function name() function in SimplePie\\HTTP\\Parser
/dokuwiki/lib/scripts/
H A Dcookie.js13 data: {}, property
14 name: 'DOKU_PREFS', property
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php90 public function render($format, &$renderer, $data)
107 public function load($type, $name, $new = false, $disabled = false)
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php406 public function addData($fileinfo, $data)
790 protected function writebytes($data)
812 protected function writebytesAt($data, $offset) {
907 protected function makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null)
954 protected function makeLocalFileHeader($ts, $crc, $len, $clen, $name, $comp = null)
H A DTar.php365 public function addData($fileinfo, $data)
503 protected function writebytes($data)
577 protected function writeRawFileHeader($name, $uid, $gid, $perm, $size, $mtime, $typeflag = '')
/dokuwiki/inc/
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) {
2405 function _isMarkerDisabled($name) {
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) {
[all …]
H A DMailer.class.php83 public function attachFile($path, $mime, $name = '', $embed = '')
105 public function attachContent($data, $mime, $name = '', $embed = '')
350 public function getCleanName($name)
H A Dhtml.php48 function html_wikilink($id, $name = null, $search = '')
147 function html_secedit_get_button($data)
204 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg …
459 function html_buildlist($data, $class, $func, $lifunc = null, $forcewrapper = false)
899 function html_form($name, $form)
H A Dauth.php465 function auth_encrypt($data, $secret)
736 function auth_aclcheck_cb($data)
867 function auth_nameencode($name, $skip_group = false)
H A Dtemplate.php417 function _tpl_metaheaders_action($data)
476 function tpl_link($url, $name, $more = '', $return = false)
498 function tpl_pagelink($id, $name = null, $return = false)
1222 function _tpl_img_action($data)
/dokuwiki/inc/parser/
H A Dxhtml.php69 public function startSectionEdit($start, $data)
848 public function locallink($hash, $name = null, $returnonly = false)
880 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '…
968 public function externallink($url, $name = null, $returnonly = false)
1033 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
1090 public function windowssharelink($url, $name = null, $returnonly = false)
1131 public function emaillink($address, $name = null, $returnonly = false)
H A Drenderer.php121 public function plugin($name, $data, $state = '', $match = '')
583 public function locallink($hash, $name = null)
659 public function emaillink($address, $name = null)
890 public function _simpleTitle($name)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php333 private function _stream_write($data)
745 public function __call($name, array $arguments)