Home
last modified time | relevance | path

Searched refs:setData (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGPX.php122 $trackFromRoute->setData('gpxType', 'track');
123 $trackFromRoute->setData('type', 'planned route');
136 $geometry->setData($metadata);
167 …$point->setData($this->parseNodeProperties($node, $this->gpxTypes->get($node->nodeName . 'Type')));
189 $point->setData('gpxType', 'waypoint');
223 $track->setData($this->parseNodeProperties($trk, $this->gpxTypes->get('trkType')));
224 $track->setData('gpxType', 'track');
249 $line->setData($this->parseNodeProperties($rte, $this->gpxTypes->get('rteType')));
250 $line->setData('gpxType', 'route');
374 $geom->setData('ele', $geom->z());
[all …]
/plugin/asciidocjs/node_modules/lodash/
D_setData.js18 var setData = shortOut(baseSetData); variable
20 module.exports = setData;
D_createRecurry.js2 setData = require('./_setData'), variable
50 setData(result, newData);
D_createWrap.js8 setData = require('./_setData'), variable
102 var setter = data ? baseSetData : setData;
/plugin/swiftmail/Swift/Message/
DAttachment.php43 if ($data !== null) $this->setData($data, ($name === null));
68 public function setData($data, $read_filename=true) function in Swift_Message_Attachment
70 parent::setData($data);
DImage.php40 public function setData($data, $read_filename=true) function in Swift_Message_Image
43 parent::setData($data, $read_filename);
DPart.php40 $this->setData($data);
63 $this->setData($body);
/plugin/jmol2/jmol/
DJmolAppletSigned0_Minimize.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet0_Minimize.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/findologicxmlexport/vendor/hoa/event/
DBucket.php72 $this->setData($data);
119 public function setData($data) function in Hoa\\Event\\Bucket
/plugin/passwordgrey/
Dscript.js56 if (window.clipboardData && window.clipboardData.setData) {
58 return window.clipboardData.setData("Text", text);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
DAbstractDocument.php22 $this->setData($document);
63 public function setData($data): self function in Elastica\\Bulk\\Action\\AbstractDocument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DRequest.php42 $this->setData($data);
81 public function setData($data) function in Elastica\\Request
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
DBucket.php124 ->when($result = $bucket->setData($datumA))
132 ->when($result = $bucket->setData($datumB))
/plugin/katex/_assets/contrib/
Dcopy-tex.min.js1 …n e instanceof Text?e.textContent:e.outerHTML})).join("");a.setData("text/html",c),a.setData("text…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
DCallFunctionRequest.php30 public function setData($data) function in Google\\Service\\CloudFunctions\\CallFunctionRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
DGoogleCloudApigeeV1OptimizedStatsNode.php31 public function setData($data) function in Google\\Service\\Apigee\\GoogleCloudApigeeV1OptimizedStatsNode
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DCandlestickSeries.php28 public function setData(ChartData $data) function in Google\\Service\\Sheets\\CandlestickSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2ByteContentItem.php34 public function setData($data) function in Google\\Service\\DLP\\GooglePrivacyDlpV2ByteContentItem
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
DTimestampedEvent.php34 public function setData($data) function in Google\\Service\\Genomics\\TimestampedEvent
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecretManager/
DSecretPayload.php34 public function setData($data) function in Google\\Service\\SecretManager\\SecretPayload
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
DGenerateRandomBytesResponse.php34 public function setData($data) function in Google\\Service\\CloudKMS\\GenerateRandomBytesResponse
DMacSignRequest.php34 public function setData($data) function in Google\\Service\\CloudKMS\\MacSignRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy.php34 public function setData($data) function in Google\\Service\\Compute\\BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DSchematizedData.php34 public function setData($data) function in Google\\Service\\CloudHealthcare\\SchematizedData

12345678910>>...14