Searched refs:insertImage (Results 1 – 25 of 68) sorted by relevance
123
/plugin/galleryv1.5/inc/ |
H A D | magazinelayout.class.php | 294 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 D | decorator_persister.php | 812 $this->appendCommand('includegraphics', $this->insertImage($filename), 866 private function insertImage($filename) { function in DecoratorPersister
|
/plugin/diagramsnet/lib/resources/ |
H A D | dia_i18n.txt | 407 insertImage=insertImage
|
H A D | dia_ru.txt | 407 insertImage=Добавить изображение
|
H A D | dia_bg.txt | 407 insertImage=Вмъкване на изображение
|
H A D | dia_el.txt | 407 insertImage=Εισαγωγή Εικόνας
|
H A D | dia_zh.txt | 407 insertImage=插入图片
|
H A D | dia_uk.txt | 407 insertImage=Вставити зображення
|
H A D | dia_fa.txt | 407 insertImage=وارد کردن تصویر
|
H A D | dia_ja.txt | 407 insertImage=イメージ
|
H A D | dia_he.txt | 407 insertImage=הוספת תמונה
|
H A D | dia_ko.txt | 407 insertImage=이미지 삽입
|
H A D | dia_th.txt | 407 insertImage=แทรกรูปภาพ
|
H A D | dia_zh-tw.txt | 407 insertImage=插入圖片
|
H A D | dia_ar.txt | 407 insertImage=إضافة صورة
|
H A D | dia_eu.txt | 407 insertImage=Txertatu iIrudia
|
H A D | dia_et.txt | 407 insertImage=Sisesta kujutis
|
H A D | dia_kn.txt | 407 insertImage=Insert Image
|
H A D | dia_si.txt | 407 insertImage=Insert Image
|
H A D | dia_sl.txt | 407 insertImage=Insert Image
|
H A D | dia_ta.txt | 407 insertImage=Insert Image
|
H A D | dia_bn.txt | 407 insertImage=Insert Image
|
H A D | dia_da.txt | 407 insertImage=Indsæt billede
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Minimal.js | 1799 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 D | Actions.js | 1610 graph.insertImage(newValue, w, h);
|
123