Home
last modified time | relevance | path

Searched refs:isImage (Results 26 – 42 of 42) sorted by relevance

12

/plugin/filelist/
H A Dsyntax.php1030 get_preview_image_path($filename, $params, & $isImage) global() argument
/plugin/docnavigation/
H A Daction.php126 return $Renderer->_getLinkTitle(null, $defaulttitle, $isImage, $link['link']);
/plugin/eventline/
H A Dplain.php138 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
139 if ( !$isImage ) {
/plugin/offline/
H A Drenderer.php258 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
259 if ( !$isImage ) {
/plugin/odt/renderer/
H A Dbook.php127 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
/plugin/imageflow/
H A Dscript.js248 this.popupData.isImage = this.popupData.isImage || this.imgData.isImage || false;
251 … this.popupData.src = this.popupData.isImage ? this.popupData.src || this.imgData.src : null;
/plugin/combo/ComboStrap/
H A DMime.php202 public function isImage(): bool function in ComboStrap\\Mime
/plugin/button/
H A Dsyntax.php401 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
402 if (!$isImage) {
/plugin/dw2pdf/
H A Drenderer.php180 $name = $this->_getLinkTitle($name, $hash, $isImage);
/plugin/combo/action/
H A Dstaticresource.php117 if ($mime->isImage() || in_array($mime->toString(), [Mime::JAVASCRIPT, Mime::CSS])) {
/plugin/siteexport/syntax/
H A Dtoc.php294 $exists = false; $isImage = false; $linktype = null;
297 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/dw2markdown/
H A Drenderer.php586 $name = $this->_getLinkTitle($name, $hash, $isImage);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php204 if (!$mime->isImage()) {
/plugin/popupviewer/
H A Dscript.js160 if ( popupData.isImage ) {
537 return this.popupData.isImage || this.popupData.hasNextPrevious;
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js11isImage=false;if(this.image){isImage=true;var _el=fabric.util.createCanvasElement();_el.width=this…
H A Dfabric.js18897 isImage = false;
18901 isImage = true;
18927 if (isImage) {
/plugin/achart/assets/
H A Dapexcharts.min.js6isImage:/\.(jpg|jpeg|png|gif|svg)(\?[^=]+.*)?/i,delimiter:/[\s,]+/,hyphen:/([^e])\-/gi,pathLetters…

12