Home
last modified time | relevance | path

Searched refs:imghref (Results 1 – 6 of 6) sorted by relevance

/dports/devel/py-odfpy/odfpy-1.4.1/contrib/tracplugins/0.10/odfpreview/
H A Dodfpreview.py32 def rewritelink(self, imghref): argument
33 imghref = imghref.replace("Pictures/","index_html?pict=")
34 return imghref
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/Smokeping/
H A DGraphs.pm92 my $imghref;
101 $imghref = $cfg->{General}{imgurl}."/".(join "/", @dirs)."/${file}";
126 $imghref =$cfg->{General}{imgurl}."/__navcache/".time()."$$";
130 $imghref =$cfg->{General}{imgurl}."/__navcache/".$serial;
151 $imghref = $cfg->{General}{imgurl}."/__chartscache/".(join ".", @dirs).".${file}";
304 …$page .= qq|<IMG id="zoom" alt="" width="$xs" height="$ys" SRC="${imghref}_${end}_${start}.png">| ;
331 . qq{<IMG ALT="" SRC="${imghref}_${end}_${start}.png">}."</a>" ); #"
339 . qq{<IMG ALT="" SRC="${imghref}_${end}_${start}.png">}."</a>" ); #"
/dports/devel/py-odfpy/odfpy-1.4.1/contrib/ODFFile/
H A DODFFile.py39 def rewritelink(self, imghref): argument
40 imghref = imghref.replace("Pictures/","index_html?pict=")
41 return imghref
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dodf2xhtml.py723 imghref = attrs[(XLINKNS,"href")]
724 imghref = self.rewritelink(imghref)
725 self.cs.fillimages[name] = imghref
727 def rewritelink(self, imghref): argument
731 return imghref
738 imghref = attrs[(XLINKNS,"href")]
739 imghref = self.rewritelink(imghref)
740 htmlattrs = {'alt':"", 'src':imghref }
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dodf2xhtml.py746 imghref = attrs[(XLINKNS,"href")]
747 imghref = self.rewritelink(imghref)
748 self.cs.fillimages[name] = imghref
750 def rewritelink(self, imghref): argument
754 return imghref
765 imghref = attrs[(XLINKNS,"href")]
766 imghref = self.rewritelink(imghref)
767 htmlattrs = {'alt':"", 'src':imghref}
/dports/net-mgmt/smokeping/SmokePing-2.8.2/lib/
H A DSmokeping.pm1164 my $imghref;
1173 $imghref = $cfg->{General}{imgurl}."/".(join "/", @dirs)."/${file}";
1205 $imghref =$cfg->{General}{imgurl}."/__navcache/".time()."$$";
1209 $imghref =$cfg->{General}{imgurl}."/__navcache/".$serial;
1238 $imghref = $cfg->{General}{imgurl}."/__chartscache/".(join ".", @dirs).".${file}";
1502 …$page .= qq|<IMG alt="" id="zoom" width="$xs{''}" height="$ys{''}" SRC="${imghref}_${end}_${start}…
1534 . qq{<IMG ALT="" SRC="${imghref}${s}_${end}_${start}.png">}."</a>" ); #"
1541 . qq{<IMG ALT="" SRC="${imghref}_${end}_${start}.png">}."</a>" ); #"