Home
last modified time | relevance | path

Searched defs:image (Results 26 – 50 of 369) sorted by relevance

12345678910>>...15

/plugin/html2pdf/html2pdf/html2ps/
Doutput.pdflib.class.php126 function image($image, $x, $y, $scale) { argument
135 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
151 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
197 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
Dps.l2.image.encoder.stream.inc.php6 function by_lines($image, &$size_x, &$size_y) {
Doutput.fastps.class.php117 function image($image, $x, $y, $scale) { argument
133 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
149 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
163 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
177 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
Doutput.fpdf.class.php161 function image($image, $x, $y, $scale) { function in OutputDriverFPDF
174 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) {
200 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) {
264 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) {
290 function image_scaled($image, $x, $y, $scale_x, $scale_y) {
410 function _mktempimage($image) {
Doutput._interface.class.php44 function image($image, $x, $y, $scale) {} function in OutputDriver
45 function image_scaled($image, $x, $y, $scale_x, $scale_y) { }
46 function image_ry($image, $x, $y, $height, $bottom, $ox, $oy, $scale) { }
47 function image_rx($image, $x, $y, $width, $right, $ox, $oy, $scale) { }
48 function image_rx_ry($image, $x, $y, $width, $height, $right, $bottom, $ox, $oy, $scale) { }
Dvalue.list-style.class.php7 var $image; variable in ListStyleValue
Dlist-style.image.php7 function ListStyleImage($url, $image) {
/plugin/blogtng/db/
Dupdate0005.sql7 image, field
25 image, field
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
DGoogleCloudDatalabelingV1beta1FeedbackMessage.php33 public $image; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1FeedbackMessage
74 public function setImage($image)
/plugin/snap/
Dimage.php2 if (isset($_GET['image'])) $image=$_GET['image']; variable
/plugin/button/.devcontainer/
Ddevcontainer.json3 "image": "linuxserver/dokuwiki:latest", string
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DContainerSpec.php27 public $image; variable in Google\\Service\\Dataflow\\ContainerSpec
62 public function setImage($image)
/plugin/diagramsnet/lib/plugins/
Dupdate.js258 …valign: 'top', image: {src: 'https://www.draw.io/mxgraph/images/warning.gif', width: 26, height: 2… property
269 image: {src: IMAGE_PATH + '/spin.gif', width: 26, height:26}})); property
/plugin/mindmap/
Dimg.php17 $image = $plugin->get_graphviz_image( $data ); variable
/plugin/mathpublish/phpmathpublisher/
DExpression.php29 public $image; variable in RL\\PhpMathPublisher\\Expression
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DImageFamilyView.php28 public function setImage(Image $image)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
DImagesUploadResponse.php28 public function setImage(Image $image)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DImageItem.php28 public function setImage(Image $image)
DQuestionItem.php30 public function setImage(Image $image)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
DGoogleCloudRunOpV2Container.php36 public $image; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Container
93 public function setImage($image)
DGoogleCloudRunV2Container.php36 public $image; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Container
93 public function setImage($image)
/plugin/panoview/
H A Dsyntax.php186 public function imageScale($image, $x, $y, $w, $h)
196 public function imageCrop($image, $x, $y, $left, $upper, $right, $lower)
/plugin/bpmnio/.devcontainer/
Ddevcontainer.json3 "image": "mcr.microsoft.com/devcontainers/php:0-8.2", string
/plugin/avatar/
Dmonsterid.php23 $image = generate_monster($seed, $size); variable
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
DOverlay.php45 public function setImage(Image $image)

12345678910>>...15