Searched +defs:data +defs:count (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | Parser.php | 130 protected $data = ''; variable in SimplePie\\HTTP\\Parser 165 public function __construct($data) 492 public static function prepareHeaders($headers, $count = 1)
|
| /dokuwiki/inc/ |
| H A D | JpegMeta.php | 1273 function _writeJPEGMarker($marker, $length, &$data, $origLength) { 1627 function _parseXmpNode($values, &$i, &$meta, $count) { 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) { [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 284 private function _stream_read($count) 325 private function _stream_write($data)
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 106 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) { 2439 public function load($url, $data = null, $callback = null) { 2514 public function trigger($type, $data = array()) { 2527 public function triggerHandler($type, $data = array()) { 2541 public function bind($type, $data, $callback = null) { 2786 public function count() { function in phpQueryObject [all …]
|