Home
last modified time | relevance | path

Searched refs:img (Results 451 – 475 of 749) sorted by path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2img=new Image;img.onload=function img_onload(){assert(img.complete,"Image "+name+" could not be de…
H A Dopus.js2img=new Image;img.onload=function img_onload(){assert(img.complete,"Image "+name+" could not be de…
H A Dvorbis.js2img=new Image;img.onload=function img_onload(){assert(img.complete,"Image "+name+" could not be de…
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md6 [![Package version](http://img.shields.io/packagist/v/mustache/mustache.svg?style=flat-square)](htt…
7 [![Build status](http://img.shields.io/travis/bobthecow/mustache.php/dev.svg?style=flat-square)](ht…
9 [![Monthly downloads](http://img.shields.io/packagist/dm/mustache/mustache.svg?style=flat-square)](…
/plugin/jplayer/vendor/robloach/component-installer/
H A DREADME.md160 "img/*.png",
/plugin/katex/_assets/
H A Dkatex.min.css1 …ht:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;m…
/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 {
H A Dlatexinc.php109 …$renderer->doc .= '<img src="'.$url.'" class="'.$data['class'].'" alt="'.htmlspecialchars($data[0]…
/plugin/latex/
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 {
H A Dlatexinc.php103 …$renderer->doc .= '<img src="'.$url.'" class="'.$data['class'].'" alt="'.htmlspecialchars($data[0]…
/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/lightbox/
H A Dstyle.css15 #lightbox img{ border: none; clear: both;}
16 #overlay img{ border: none; }
/plugin/lightboxv2/
H A Dscreen.css1 …;left:0;width:100%;z-index:100;text-align:center;line-height:0}#lightbox a img{border:0}#outerImag…
/plugin/linkmanager/
H A Dfunctions.php217 $img = DOKU_BASE.'lib/images/minus.gif';
221 $img = DOKU_BASE.'lib/images/plus.gif';
225 '<img src="'.$img.'" alt="'.$alt.'" />';
H A Dstyle.css31 #linkpage__tree img {
36 #linkpage__tree ul img {
101 #linkpage__content img.btn {
/plugin/lytebox/
H A Dlytebox.css9 #lbMain a img { border: none; }
H A Dlytebox.js694 LyteBox.prototype.getPixelRate = function(cur, img) { argument
695 var diff = (img > cur) ? img - cur : cur - img;
/plugin/mapillary/
H A Dsyntax.php94 list ($img, $width, $sequences, $legs) = $params;
109 hsc($img),
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css172 .meltdown_controls li.meltdown_control-img span,
191 .meltdown_controls li.meltdown_control-img span:before,
245 .meltdown_controls li.meltdown_control-img span:before {
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js241 examples.img = { class in examples
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php469 $img=$tmp_img;
520 $img=$tmp_img;
626 return $img;
647 return $img;
672 return $img;
990 if(!isset($img[$i]))
993 else $img[$i] = $parf;
999 $largeur+=imagesx($img[$i]);
1010 if(isset($img[$i]))
1012 ImageCopy($result, $img[$i],$pos,$dessus-$base[$i], 0, 0,imagesx($img[$i]),imagesy($img[$i]));
[all …]
/plugin/mathpublish/phpmathpublisher/
H A DHelper.php516 $img = $tmpImg;
574 $img = $tmpImg;
613 $img,
687 $img,
702 return $img;
728 return $img;
765 return $img;
869 * @param resource $img
872 public function getBackColor($img) { argument
883 * @param resource $img
[all …]
H A DMathExpression.php279 $img = array();
294 if (!isset($img[$i])) {
296 $img[$i] = $paro;
298 $img[$i] = $parf;
305 $width += imagesx($img[$i]);
313 if (isset($img[$i])) {
314 … imagecopy($result, $img[$i], $pos, $top - $base[$i], 0, 0, imagesx($img[$i]), imagesy($img[$i]));
587 $img = array();
637 $img[$i],
671 $img = array();
[all …]

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