Home
last modified time | relevance | path

Searched refs:getData (Results 1 – 25 of 524) sorted by relevance

12345678910>>...21

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyDataTest.php19 $fb->getData()
48 $fb->getData()
67 $fb->getData()
96 $fb->getData()
131 $fb->getData()
174 $fb->getData()
217 $fb->getData()
250 $fb->getData()
292 $fb->getData()
315 $fb->getData()
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php85 $data = $this->_response->getData();
97 $data = $this->_response->getData();
107 $data = $this->_response->getData();
117 $data = $this->_response->getData();
131 $data = $this->_response->getData();
145 $data = $this->_response->getData();
155 $data = $this->_response->getData();
165 $data = $this->_response->getData();
175 $data = $this->_response->getData();
187 $data = $this->_response->getData();
[all …]
H A DResponse.php114 $response = $this->getData();
134 $response = $this->getData();
162 $data = $this->getData();
208 public function getData() function in Elastica\\Response
296 $data = $this->getData();
314 $data = $this->getData();
332 $data = $this->getData();
H A DStatus.php48 public function getData() function in Elastica\\Status
64 $data = $this->getData();
115 foreach ($response->getData() as $name => $unused) {
143 $data = $this->getData();
154 $this->_data = $this->getResponse()->getData();
H A DTask.php61 public function getData(): array function in Elastica\\Task
95 $this->_data = $this->getResponse()->getData();
100 $data = $this->getData();
H A DSnapshot.php65 $data = $response->getData();
77 return $this->request('_all')->getData();
116 $data = $response->getData();
130 return $this->request($repository.'/_all')->getData();
H A DResult.php40 $source = $this->getData();
52 $source = $this->getData();
197 public function getData() function in Elastica\\Result
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php128 $header = $this->source->getData(8);
136 $name = $this->source->getData(16);
137 $mtime = $this->source->getData(12);
138 $uid = $this->source->getData(6);
139 $gid = $this->source->getData(6);
140 $mode = $this->source->getData(8);
141 $size = $this->source->getData(10);
142 $delim = $this->source->getData(2);
192 function getData($length = -1) function in File_Archive_Reader_Ar
336 $data = $this->getData($blockPos);
[all …]
H A DZip.php101 $header = $this->source->getData(4);
107 $header = $this->source->getData(26);
204 function getData($length = -1) function in File_Archive_Reader_Zip
263 $this->data = $this->source->getData($this->header['CLen']);
426 if ($this->source->getData(4) == "\x50\x4b\x05\x06") {
434 if ($nbRewind-- && $this->source->getData(1) == "\x50" &&
435 $nbRewind-- && $this->source->getData(1) == "\x4b" &&
436 $nbRewind-- && $this->source->getData(1) == "\x05" &&
460 $offset = $this->source->getData(4);
474 while ($this->source->getData(4) == "\x50\x4b\x01\x02") {
[all …]
H A DTar.php151 $rawHeader = $this->source->getData(512);
215 function getData($length = -1) function in File_Archive_Reader_Tar
226 $data = $this->source->getData($actualLength);
304 $data = $this->getData($blockPos);
307 $data .= $this->getData($length);
314 $data .= $this->getData();
H A DGzip.php124 function getData($length = -1) function in File_Archive_Reader_Gzip
230 ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
239 … ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
249 while(($data = $this->getData(8192)) !== null) {
H A DBzip2.php117 function getData($length = -1) function in File_Archive_Reader_Bzip2
209 ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
218 … ($data = $this->getData(min($expectedPos - $this->filePos, 8192))) !== null) {
228 while(($data = $this->getData(8192)) !== null) {
H A DCache.php62 while (($data = $this->source->getData($bufferSize))!=null) {
126 function getData($length = -1) function in File_Archive_Reader_Cache
129 $data = $this->source->getData($length);
166 return strlen($this->getData($length));
/plugin/swiftmail/Swift/Message/
H A DMime.php222 $data = $this->getData();
269 public function getData() function in Swift_Message_Mime
309 $is_file = ($this->getData() instanceof Swift_File);
315 $qp_os = Swift_Message_Encoder::instance()->QPEncodeFile($this->getData(), 76, $this->LE);
321 …$this->cache->write("body", Swift_Message_Encoder::instance()->QPEncode($this->getData(), 76, 0, f…
327 … $b64_os = Swift_Message_Encoder::instance()->base64EncodeFile($this->getData(), 76, $this->LE);
339 $data = $this->getData();
345 $this->cache->write("body", $this->getData());
351 … $os = Swift_Message_Encoder::instance()->encode7BitFile($this->getData(), $this->wrap, $this->LE);
357 …$this->cache->write("body", Swift_Message_Encoder::instance()->encode7Bit($this->getData(), $this-…
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/
H A DMock.php35 $locks = $this->getData();
74 $locks = $this->getData();
99 $locks = $this->getData();
121 protected function getData() { function in Sabre\\DAV\\Locks\\Backend\\Mock
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DStats.php52 public function getData(): array function in Elastica\\Index\\Stats
65 $data = $this->getData();
102 $this->_data = $this->getResponse()->getData();
H A DRecovery.php75 public function getData(): array function in Elastica\\Index\\Recovery
101 return $this->getResponse()->getData();
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DUpdateDocument.php22 $source = ['doc' => $document->getData()];
27 $upsert = $document->getUpsert()->getData();
50 $upsert = $script->getUpsert()->getData();
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php57 $locks = $this->getData();
96 $locks = $this->getData();
121 $locks = $this->getData();
141 protected function getData() { function in Sabre\\DAV\\Locks\\Backend\\File
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php57 $locks = $this->getData();
96 $locks = $this->getData();
121 $locks = $this->getData();
141 protected function getData() { function in Sabre\\DAV\\Locks\\Backend\\File
/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DStats.php60 $data = $this->getData();
78 public function getData(): array function in Elastica\\Node\\Stats
115 $data = $this->getResponse()->getData();
H A DInfo.php77 $data = $this->getData();
161 public function getData(): array function in Elastica\\Node\\Info
222 $data = $this->getResponse()->getData();
/plugin/combo/ComboStrap/
H A DMetadataDokuWikiStore.php213 public function getData(): ?array function in ComboStrap\\MetadataDokuWikiStore
221 return parent::getData();
231 $value = $this->getData()[self::PERSISTENT_METADATA][$name];
253 $value = $this->getData()[self::CURRENT_METADATA][$name];
275 $actualMeta = $this->getData();
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php60 ->string($result->getData())
128 ->string($bucket->getData())
136 ->string($bucket->getData())
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DInvocation.php63 ->string($result->getData())
85 ->string($result->getData())
108 ->string($result->getData())

12345678910>>...21