Home
last modified time | relevance | path

Searched refs:pdfUrl (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
DInvoice.php72 public $pdfUrl; variable in Google\\Service\\DisplayVideo\\Invoice
281 public function setPdfUrl($pdfUrl) argument
283 $this->pdfUrl = $pdfUrl;
290 return $this->pdfUrl;
/plugin/datatables/assets/pdfmake/
Dpdfmake.js67040 var pdfUrl = urlCreator.createObjectURL(result);
67041 win.location.href = pdfUrl;