Home
last modified time | relevance | path

Searched refs:image (Results 26 – 50 of 1085) sorted by relevance

12345678910>>...44

/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea.css.dokuwiki_template186 /* image alignment */
367 background-image: url(images/fileicons/gz.png);
370 background-image: url(images/fileicons/csv.png);
373 background-image: url(images/fileicons/gif.png);
394 background-image: url(images/fileicons/c.png);
414 background-image: url(images/fileicons/cs.png);
447 background-image: url(images/fileicons/py.png);
450 background-image: url(images/fileicons/js.png);
487 background-image: url(images/fileicons/7z.png);
493 background-image: url(images/fileicons/pl.png);
[all …]
H A Dfck_editorarea.css186 /* image alignment */
367 background-image: url(images/fileicons/gz.png);
370 background-image: url(images/fileicons/csv.png);
373 background-image: url(images/fileicons/gif.png);
394 background-image: url(images/fileicons/c.png);
414 background-image: url(images/fileicons/cs.png);
447 background-image: url(images/fileicons/py.png);
450 background-image: url(images/fileicons/js.png);
487 background-image: url(images/fileicons/7z.png);
493 background-image: url(images/fileicons/pl.png);
[all …]
H A Dfck_internal.css53 background-image: url(images/fck_flashlogo.gif);
63 background-image: url(images/fck_plugin.gif);
134 background-image: url(images/block_p.png);
139 background-image: url(images/block_div.png);
144 background-image: url(images/block_pre.png);
159 background-image: url(images/block_h1.png);
164 background-image: url(images/block_h2.png);
169 background-image: url(images/block_h3.png);
174 background-image: url(images/block_h4.png);
179 background-image: url(images/block_h5.png);
[all …]
/plugin/ckgdoku/ckeditor/
H A Dcontents.css.unc201 /* image alignment */
383 background-image: url(images/fileicons/gz.png);
386 background-image: url(images/fileicons/csv.png);
389 background-image: url(images/fileicons/gif.png);
410 background-image: url(images/fileicons/c.png);
430 background-image: url(images/fileicons/cs.png);
463 background-image: url(images/fileicons/py.png);
466 background-image: url(images/fileicons/js.png);
503 background-image: url(images/fileicons/7z.png);
509 background-image: url(images/fileicons/pl.png);
[all …]
/plugin/ckgedit/ckeditor/
H A Dcontents.css.unc198 /* image alignment */
380 background-image: url(images/fileicons/gz.png);
383 background-image: url(images/fileicons/csv.png);
386 background-image: url(images/fileicons/gif.png);
407 background-image: url(images/fileicons/c.png);
427 background-image: url(images/fileicons/cs.png);
460 background-image: url(images/fileicons/py.png);
463 background-image: url(images/fileicons/js.png);
500 background-image: url(images/fileicons/7z.png);
506 background-image: url(images/fileicons/pl.png);
[all …]
/plugin/bootswrapper/exe/help/
H A Dcarousel.txt6 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
7 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
8 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
14 <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide>
22 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
23 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
24 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
31 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
44 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
51 {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}
[all …]
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_internal.css57 background-image: url(images/fck_anchor.gif);
69 background-image: url(images/fck_anchor.gif);
79 background-image: url(images/fck_anchor.gif);
131 background-image: url(images/block_p.png);
136 background-image: url(images/block_div.png);
156 background-image: url(images/block_h1.png);
161 background-image: url(images/block_h2.png);
166 background-image: url(images/block_h3.png);
171 background-image: url(images/block_h4.png);
176 background-image: url(images/block_h5.png);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DImages.php44 * @param string $image Name of the image resource to delete.
59 public function delete($project, $image, $optParams = []) argument
61 $params = ['project' => $project, 'image' => $image];
70 * @param string $image Image name.
88 $params = ['project' => $project, 'image' => $image, 'postBody' => $postBody];
97 * @param string $image Name of the image resource to return.
101 public function get($project, $image, $optParams = []) argument
103 $params = ['project' => $project, 'image' => $image];
230 * @param string $image Name of the image resource to patch.
246 public function patch($project, $image, Image $postBody, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DContainerInfo.php25 public $image; variable in Google\\Service\\Appengine\\ContainerInfo
30 public function setImage($image) argument
32 $this->image = $image;
39 return $this->image;
/plugin/webcomponent/syntax/
H A Dcard.php37 private $image; variable in syntax_plugin_webcomponent_card
237 $this->image = $parameters['image'];
248 $src = $this->image['src'];
249 $width = $this->image['width'];
250 $height = $this->image['height'];
251 $title = $this->image['title'];
256 if ($this->image != "") {
257 $src = $this->image['src'];
258 $width = $this->image['width'];
260 $title = $this->image['title'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DDriveFileContentHintsThumbnail.php25 public $image; variable in Google\\Service\\Drive\\DriveFileContentHintsThumbnail
34 public function setImage($image) argument
36 $this->image = $image;
43 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DBuildArtifact.php25 public $image; variable in Google\\Service\\CloudDeploy\\BuildArtifact
34 public function setImage($image) argument
36 $this->image = $image;
43 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DApnsFcmOptions.php29 public $image; variable in Google\\Service\\FirebaseCloudMessaging\\ApnsFcmOptions
48 public function setImage($image) argument
50 $this->image = $image;
57 return $this->image;
H A DNotification.php29 public $image; variable in Google\\Service\\FirebaseCloudMessaging\\Notification
52 public function setImage($image) argument
54 $this->image = $image;
61 return $this->image;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeVolumeInfoReadingModes.php25 public $image; variable in Google\\Service\\Books\\VolumeVolumeInfoReadingModes
34 public function setImage($image) argument
36 $this->image = $image;
43 return $this->image;
/plugin/navi/
H A Dstyle.less4 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVE…
8 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVE…
12 …list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAQMAAADAY3TdAAAABlBMVE…
/plugin/diagrams/script/
H A Dmediafile-editbutton.js8 const diagramIDs = Array.from(diagrams).map(image => image.getAttribute('data-id'));
21 diagrams.forEach(image => {
22 if (editableDiagrams.includes(image.getAttribute('data-id'))) {
37 diagramsEditor.editMediaFile(image.getAttribute('data-id'));
39 image.parentNode.querySelector('.diagrams-buttons').appendChild(button);
/plugin/farmer/3rdparty/
H A DPHPIco.php28 * @param bool|string $file Optional. Path to the source image file.
30 * that the source image should be rendered at in the generated ICO file.
31 * If sizes are not supplied, the size of the source image will be used.
65 * Add an image to the generator.
67 * This function adds a source image to the generator. It serves two main purposes: add a source image if one was
69 * different sized images in the resulting ICO file. For instance, a small source image can be used for the small
70 * resolutions while a larger source image can be used for large resolutions.
72 * @param string $file Path to the source image file.
74 * source image shoul
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug.IE6.css3 background-image: url(search.gif) !important;
7 background-image: url(errorIcon.gif) !important;
11 background-image: url(infoIcon.gif) !important;
15 background-image: url(warningIcon.gif) !important;
19 background-image: url(errorIcon.gif) !important;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1ProductSearchResultsResult.php25 public $image; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1ProductSearchResultsResult
36 public function setImage($image) argument
38 $this->image = $image;
45 return $this->image;
H A DGoogleCloudVisionV1p3beta1ProductSearchResultsResult.php25 public $image; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1ProductSearchResultsResult
36 public function setImage($image) argument
38 $this->image = $image;
45 return $this->image;
H A DResult.php25 public $image; variable in Google\\Service\\Vision\\Result
36 public function setImage($image) argument
38 $this->image = $image;
45 return $this->image;
H A DGoogleCloudVisionV1p1beta1ProductSearchResultsResult.php25 public $image; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1ProductSearchResultsResult
36 public function setImage($image) argument
38 $this->image = $image;
45 return $this->image;
H A DGoogleCloudVisionV1p4beta1ProductSearchResultsResult.php25 public $image; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1ProductSearchResultsResult
36 public function setImage($image) argument
38 $this->image = $image;
45 return $this->image;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js468 … {title: 'Atlassian', id: 'atlassian', image: IMAGE_PATH + '/sidebar-atlassian.png'},
470 {title: 'C4', id: 'c4', image: IMAGE_PATH + '/sidebar-c4.png'},
480 {title: 'AWS17', id: 'aws3', image: IMAGE_PATH + '/sidebar-aws3.png'},
481 {title: 'AWS18', id: 'aws4b', image: IMAGE_PATH + '/sidebar-aws4b.png'},
482 {title: 'AWS19', id: 'aws4', image: IMAGE_PATH + '/sidebar-aws4.png'},
491 {title: 'Citrix', id: 'citrix', image: IMAGE_PATH + '/sidebar-citrix.png'},
493 {title: 'GCP Icons', id: 'gcp3', image: IMAGE_PATH + '/sidebar-gcp3.png'},
494 {title: 'IBM', id: 'ibm', image: IMAGE_PATH + '/sidebar-ibm.png'},
497 {title: 'Office', id: 'office', image: IMAGE_PATH + '/sidebar-office.png'},
499 {title: 'Veeam', id: 'veeam2', image: IMAGE_PATH + '/sidebar-veeam.png'},
[all …]

12345678910>>...44