Home
last modified time | relevance | path

Searched refs:img (Results 201 – 225 of 749) sorted by last modified time

12345678910>>...30

/plugin/ckgedit/ckeditor/images/fileicons/
H A Dindex.php33 foreach (glob('*.png') as $img) {
34 echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
41 foreach (glob('*.png') as $img) {
42 echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
51 foreach (glob('32x32/*.png') as $img) {
52 echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
59 foreach (glob('32x32/*.png') as $img) {
60 echo '<img src="'.$img.'" alt="'.$img.'" title="'.$img.'" /> ';
/plugin/ckgedit/ckeditor/skins/kama/
H A Ddialog.css5 …n{display:inline}a.cke_smile img{border:2px solid #eaead1}a.cke_smile:focus img,a.cke_smile:active…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog.css5 …overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:midd…
H A Ddialog_ie.css5 …overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:midd…
H A Ddialog_ie8.css5 …overflow:hidden;display:block;text-align:center;padding:.3em 0}a.cke_smile img{vertical-align:midd…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css84 .FolderListFolder img
89 .FolderListCurrentFolder img
94 .FolderListFolderRO img
99 .FolderListCurrentFolderRO img
133 td.img { border-bottom: 1px solid gray; padding-top: 2px; }
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1789 … $res.html('<img src="'+DOKU_BASE+'lib/images/throbber.gif" alt="" width="16" height="16" />')
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc58 'img.cke_anchor' +
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc109 if(inner.match(/<img/)) {
110 inner = inner.replace(/<img\s/, '<img alt=\"msword\" ');
/plugin/epub/
H A Drenderer.php404 function set_image($img,$width=null,$height=null,$align=null) { argument
409 $img = $this->clean_image_link($img);
414 return '<img src="' . $img . '"' . "$h $w " . ' alt="'. $img . '" class="' . $class . '" />';
/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";
H A Debook.php83 list($pre, $img) = explode('=', $matches[1]);
85 else $img = basename($matches[1]);
87 $name = '../'. $R->copy_media($img);
/plugin/html5video2/script/
H A Dvideo.min.js21 …s",y=e.namespaceURI),r.push({prefix:g,namespace:y})),o||i&&!/^(?:meta|link|img|br|hr|input)$/i.tes…
/plugin/dokucrypt2/
H A DREADME.md5 <img src="https://img.shields.io/mastodon/follow/11361?domain=https%3A%2F%2Fphpc.social"
6 alt="follow on Mastodon"></a>&nbsp;&nbsp;<a href="https://github.com/syntaxseed#donatecontribute"><img src="https://img.shields.io/badge/Sponsor-Project-blue" alt="Sponsor Project" /></a>
/plugin/avbarchart/
H A DREADME.md3 <img src="example.png" border="0" />
/plugin/avtaskbox/
H A DREADME.md3 <img src="example.png" border="0" />
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/
H A Dsabredav.css95 .logo img {
/plugin/indexmenu/
H A Dstyle.css27 .dtree img {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md7 [![Downloads](https://img.shields.io/packagist/dt/paragonie/constant_time_encoding.svg)](https://pa…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md4 [![Latest Version](https://img.shields.io/github/release/guzzle/guzzle.svg?style=flat-square)](http…
5 [![Build Status](https://img.shields.io/travis/guzzle/guzzle.svg?style=flat-square)](https://travis…
6 [![Total Downloads](https://img.shields.io/packagist/dt/guzzlehttp/guzzle.svg?style=flat-square)](h…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md3 [![Total Downloads](https://img.shields.io/packagist/dt/monolog/monolog.svg)](https://packagist.org…
4 [![Latest Stable Version](https://img.shields.io/packagist/v/monolog/monolog.svg)](https://packagis…
/plugin/a2s/
H A Dstyle.css3 * these are the same as DW img style
/plugin/layeranimation/
H A Dscript.js449 this.IsImageOk = function(img) { argument
454 if (!img.complete) {
462 if (typeof img.naturalWidth !== "undefined" && img.naturalWidth === 0) {
/plugin/latex-was/
H A Dadmin.php81 $images = glob($meddir.'/img*');
122 foreach($res as $img => $vio){
124 $this->output .= '[x] '.$img . "\n";
H A Dall.css1 img.latex_displayed {
5 img.latex_inline {

12345678910>>...30