Home
last modified time | relevance | path

Searched refs:getData (Results 26 – 50 of 531) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php85 self::$KD = self::getData('compatibilityDecomposition');
89 self::$D = self::getData('canonicalDecomposition');
90 self::$cC = self::getData('combiningClass');
101 self::$C = self::getData('canonicalComposition');
302 private static function getData($file) function in Symfony\\Polyfill\\Intl\\Normalizer\\Normalizer
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php133 if ($geometry->getData() !== null && $metadata !== null) {
371 if ($geom->hasZ() || $geom->getData() !== null) {
397 $isTrack = $geom->getData('gpxType') === 'route' ? false : true;
446 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') === 'route') {
449 if (strpos($component->geometryType(), 'LineString') !== false && $component->getData('gpxType') !== 'route') {
469 if ($geometry->getData() !== null) {
472 $tags .= self::createNodes($tagName, $geometry->getData($tagName), $indent) . "\n";
/plugin/zip/pear/File/Archive/Reader/
H A DRelay.php76 function getData($length = -1) { return $this->source->getData($length); } function in File_Archive_Reader_Relay
H A DConcat.php104 function getData($length = -1) function in File_Archive_Reader_Concat
112 $sourceData = $this->source->getData(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php39 public function getData(): array
193 return $response->getData();
36 public function getData(): array global() function in Elastica\\Cluster\\Health
/plugin/swiftmail/Swift/Message/
H A DAttachment.php151 if ($this->getData() instanceof Swift_File)
153 $this->setFileName($this->getData()->getFileName());
H A DPart.php71 return $this->getData();
114 $data = $this->getData();
/plugin/zip/pear/File/Archive/
H A DReader.php180 function getData($length = -1) function in File_Archive_Reader
193 $data = $this->getData($length);
255 while (($data = $this->getData($bufferSize)) !== null) {
/plugin/datatemplate/syntax/inc/
H A Dcache.php99 $cache = $this->getData($sql);
120 public function getData($sql) { function in datatemplate_cache
/plugin/refnotes/
H A Dinstructions.php25 public function getData() { function in refnotes_instruction
149 public function getData($index) {
309 $calls[] = $call->getData();
138 public function getData($index) { global() function in refnotes_instruction_reference
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php127 $data = $response->getData();
238 $endpoint->setBody($doc->getData());
243 $data = $response->getData();
300 $result = $response->getData();
667 $responseData = $this->requestEndpoint($endpoint)->getData();
795 $data = $this->requestEndpoint($endpoint)->getData();
H A DClient.php101 $data = $this->request('/')->getData();
290 $requestData = ['doc' => $data->getData()];
316 $requestData['upsert'] = $data->getUpsert()->getData();
329 $data->setVersionParams($response->getData());
564 'response' => $response->getData(),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DBarcodeInterface.php16 public function getData(); function
/plugin/struct/
H A Dremote.php44 public function getData($page, $schema, $time)
55 return $this->hlp->getData($page, $schema, $time);
41 public function getData($page, $schema, $time) global() function in remote_plugin_struct
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DTreeNode.php425 ->when($result = $node->getData())
433 $result = $node->getData()
444 ->when($result = &$node->getData())
452 $result = $node->getData()
/plugin/strata/lib/
H A Dstrata_exception.php23 public function getData() { function in strata_exception
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php292 $coverage->getData()
319 $coverage->getData()
334 $coverage->getData()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCallFunctionRequest.php37 public function getData() function in Google\\Service\\CloudFunctions\\CallFunctionRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1OptimizedStatsNode.php38 public function getData() function in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStatsNode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCandlestickSeries.php35 public function getData() function in Google\\Service\\Sheets\\CandlestickSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/
H A DImage.php41 public function getData() function in Google\\Service\\SearchConsole\\Image
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DMacSignRequest.php41 public function getData() function in Google\\Service\\CloudKMS\\MacSignRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DBackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.php41 public function getData() function in Google\\Service\\Compute\\BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Verifiedaccess/
H A DSignedData.php41 public function getData() function in Google\\Service\\Verifiedaccess\\SignedData
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DTimestampedEvent.php41 public function getData() function in Google\\Service\\Genomics\\TimestampedEvent

12345678910>>...22