Home
last modified time | relevance | path

Searched refs:img (Results 401 – 425 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/plugin/ckgedit/ckeditor/plugins/smiley/
H A Dplugin.js.unc14 allowedContent: 'img[alt,height,!src,title,width]',
15 requiredContent: 'img'
/plugin/s5/ui/default/
H A Dpretty.css30 .slide img.leader {display: block; margin: 0 auto;}
79 img.incremental {visibility: hidden;}
/plugin/eventline/timeline_js/scripts/
H A Dsources.js544 var img = doc.createElement("img");
545 img.src = image;
547 theme.event.bubble.imageStyler(img);
548 elmt.appendChild(img);
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog_ie.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
H A Ddialog_ie8.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
H A Ddialog.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
H A Ddialog_ie7.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
H A Ddialog_iequirks.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
/plugin/menu/
H A Dstyle.css43 div.menu img {
/plugin/syntaxhighlighter3/sxh3/
H A DREADME.md1 # SyntaxHighlighter [![Gittip](http://img.shields.io/gittip/alexgorbatchev.png)](https://www.gittip…
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc326 previewPreloader = new CKEDITOR.dom.element( 'img', editor.document );
330 this.originalElement = editor.document.createElement( 'img' );
343 if ( childTagName == 'img' || childTagName == 'input' ) {
345 if ( this.imageElement.getName() == 'img' )
346 this.imageEditMode = 'img';
384 this.imageElement = editor.document.createElement( 'img' );
402 imgTagName = 'img';
403 this.imageElement = editor.document.createElement( 'img' );
408 …else if ( dialogType != 'image' && imgTagName == 'img' && confirm( editor.lang.image.img2Button ) …
426 this.imageElement = editor.document.createElement( 'img' );
[all …]
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc327 previewPreloader = new CKEDITOR.dom.element( 'img', editor.document );
331 this.originalElement = editor.document.createElement( 'img' );
344 if ( childTagName == 'img' || childTagName == 'input' ) {
346 if ( this.imageElement.getName() == 'img' )
347 this.imageEditMode = 'img';
385 this.imageElement = editor.document.createElement( 'img' );
403 imgTagName = 'img';
404 this.imageElement = editor.document.createElement( 'img' );
409 …else if ( dialogType != 'image' && imgTagName == 'img' && confirm( editor.lang.image.img2Button ) …
427 this.imageElement = editor.document.createElement( 'img' );
[all …]
/plugin/dokutranslate/
H A Dstyle.css28 div#dokutranslate_manager div#dokutranslate__tree ul img {
/plugin/superacl/
H A Dadmin.php441 $img = DOKU_BASE.'lib/images/minus.gif';
444 $img = DOKU_BASE.'lib/images/plus.gif';
447 $ret .= '<img src="'.$img.'" alt="'.$alt.'" />';
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php46 if ($img = @imagecreatefromstring($PNGdata)) {
49 return $img;
51 } elseif ($img = $gif->getGD_PixelPlotterVersion()) {
58 return $img;
132 if ($img = @imagecreatefromstring($gif->getPng($bgColor))) {
133 if (@imagejpeg($img, $lpszFileName)) {
/plugin/mediatooltip/
H A Dscript.js56 …title += "<br />" + LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file…
/plugin/freechat/phpfreechat/style/
H A Dmenu.css23 div.menu img { margin-top: 10px; }
/plugin/revealjs/
H A Ddoku-substitutes.css40 .wrap_lo img{
/plugin/externalembed/
H A Dscreen.css85 .externalembed_embed > img {
/plugin/combo/resources/theme/default/components/css/
H A Dbackground.css36 .background-img {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.img.php228 function ImgBox($img) { argument
236 $this->image = $img;
/plugin/svg/
H A Dsyntax.php.save174 $renderer->doc .= '<img src="'
189 $renderer->doc .= '<img src="'
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md249 ![alt text](/path/to/img.jpg "Title")
255 [id]: /path/to/img.jpg "Title"
259 <img src="/path/to/img.jpg" alt="alt text" title="Title" />
/plugin/epub/scripts/
H A Depub_utils.php267 function epub_save_image($img,$fullpath){ argument
268 $command = "wget --quiet $img -O $fullpath";
274 else echo "Cannot fetch $img\n";
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js569 (mxUtils.bind(this, function(img) argument
571 var data = img.data;
572 var tags = (img.title != null) ? img.title : '';
574 if (img.tags != null)
576 tags += ' ' + img.tags;
586 if (img.aspect == 'fixed')
592 data, img.w, img.h, '', img.title || '', false, false, true)
602 cells, img.w, img.h, img.title || '', true, false, true);
2864 function createArrow(img, tooltip) argument
2867 arrow = mxUtils.createImage(img.src);
[all …]

1...<<11121314151617181920>>...30