Home
last modified time | relevance | path

Searched refs:insertImage (Results 1 – 25 of 68) sorted by relevance

123

/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php294 function insertImage($size,$name) function in magazinelayout
421 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i2]['url'])."</d…
458 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i3]['url'])."</d…
459 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i2]['url'])."</d…
512 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i1]['url'])."</d…
513 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i2]['url'])."</d…
557 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i2]['url'])."</d…
558 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i3]['url'])."</d…
559 …$html .= "<div style=\"float: left;\">".$this->insertImage('h'.$h1,$this->images[$i4]['url'])."</d…
618 …$html .= "<div style=\"float: left;\">".$this->insertImage('w'.$w1,$this->images[$i1]['url'])."</d…
[all …]
/plugin/latexport/implementation/
H A Ddecorator_persister.php812 $this->appendCommand('includegraphics', $this->insertImage($filename),
866 private function insertImage($filename) { function in DecoratorPersister
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt407 insertImage=insertImage
H A Ddia_ru.txt407 insertImage=Добавить изображение
H A Ddia_bg.txt407 insertImage=Вмъкване на изображение
H A Ddia_el.txt407 insertImage=Εισαγωγή Εικόνας
H A Ddia_zh.txt407 insertImage=插入图片
H A Ddia_uk.txt407 insertImage=Вставити зображення
H A Ddia_fa.txt407 insertImage=‫وارد کردن تصویر‬
H A Ddia_ja.txt407 insertImage=イメージ
H A Ddia_he.txt407 insertImage=‫הוספת תמונה‬
H A Ddia_ko.txt407 insertImage=이미지 삽입
H A Ddia_th.txt407 insertImage=แทรกรูปภาพ
H A Ddia_zh-tw.txt407 insertImage=插入圖片
H A Ddia_ar.txt407 insertImage=‫إضافة صورة‬
H A Ddia_eu.txt407 insertImage=Txertatu iIrudia
H A Ddia_et.txt407 insertImage=Sisesta kujutis
H A Ddia_kn.txt407 insertImage=Insert Image
H A Ddia_si.txt407 insertImage=Insert Image
H A Ddia_sl.txt407 insertImage=Insert Image
H A Ddia_ta.txt407 insertImage=Insert Image
H A Ddia_bn.txt407 insertImage=Insert Image
H A Ddia_da.txt407 insertImage=Indsæt billede
/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js1799 var insertImage = (urlParams['sketch'] != '1') ? Editor.plusImage : Editor.shapesImage;
2206 …leShapesAction, mxResources.get('shapes') + ' (' + toggleShapesAction.shortcut + ')', insertImage);
2563 var elt = addMenu('insert', true, (small) ? insertImage : null);
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js1610 graph.insertImage(newValue, w, h);

123