/plugin/chessdiagram/ |
H A D | syntax.php | 180 . '" alt="-" />', 183 . '" alt="-" />', 186 . '" alt="x" />', 189 . '" alt="x" />', 214 . '" alt="" />', 217 . '" alt="" />', 220 . '" alt="" />', 223 . '" alt="" />', 226 . '" alt="" />', 229 . '" alt="" />', [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/ |
H A D | ATNConfig.php | 42 public $alt; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfig 85 ?int $alt = null argument 93 $this->alt = $alt ?? 0; 98 $this->alt = $alt ?? $oldConfig->alt; 140 && $this->alt === $other->alt 151 $this->alt, 162 $buf .= ',' . $this->alt; 187 $this->alt,
|
H A D | ParserATNSimulator.php | 414 return $alt ?? 0; 514 return $alt; 794 return $alt; 1255 if ($config->alt !== 1) { 1451 return $alt; 1461 return $alt; 1550 $pair->alt, 1577 int $alt, argument 2310 $alt = $c->alt; // found first alt 2311 } elseif ($c->alt !== $alt) { [all …]
|
/plugin/emoji/emojione/ |
H A D | Client.php | 261 $alt = $this->convert($unicode); 265 $alt = $shortname; 272 …n class="emojione emojione-'.$unicode.'" title="'.htmlspecialchars($shortname).'">'.$alt.'</span>'; 286 …ilename.'.svg'.$this->cacheBustParam.'" type="image/svg+xml" standby="'.$alt.'">'.$alt.'</object>'; 356 $alt = $this->convert($unicode); 360 $alt = htmlspecialchars($shortname); 381 …unicode.'.svg'.$this->cacheBustParam.'" type="image/svg+xml" standby="'.$alt.'">'.$alt.'</object>'; 473 $alt = $unicode; 477 $alt = $shortname; 484 … class="emojione emojione-'.$filename.'" title="'.htmlspecialchars($shortname).'">'.$alt.'</span>'; [all …]
|
/plugin/inserticon/ |
H A D | syntax.php | 54 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/sound.png" alt="MP3" title="Sound" align="top" … 58 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/video.png" alt="Video" title="Video" align="top… 62 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/folder.png" alt="Carpeta" title="Folder" align=… 66 … $renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/zip.png" alt="ZIP" title="ZIP" align="top" />'; 70 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/image.png" alt="Image" title="Image" align="top… 74 …$renderer->doc .= '<img src="'.PLUGIN_DIR.'/images/people.png" alt="People" title="People" align="…
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/ |
H A D | PredPrediction.php | 18 public $alt; variable in Antlr\\Antlr4\\Runtime\\Dfa\\PredPrediction 20 public function __construct(SemanticContext $pred, int $alt) argument 23 $this->alt = $alt; 28 return \sprintf('(%s, %d)', (string) $this->pred, $this->alt);
|
/plugin/geotag/syntax/ |
H A D | geotag.php | 70 preg_match("(alt[:|=]-?\d*\.?\d*)", $tags, $alt); 98 hsc(trim(substr(($alt[0] ?? ''), 4))), 134 … list ($lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style) = $data; 176 if(!empty ($alt)) { 177 …$renderer->doc .= ', <span class="p-altitude altitude" itemprop="elevation" data-altitude="' . $alt 178 . '">' . $alt . 'm</span>'; 190 if(!empty ($alt)) { 191 $renderer->meta ['geo'] ['alt'] = $alt; 195 if(!empty ($alt)) { 196 $alt = ', ' . $alt . 'm'; [all …]
|
/plugin/ckgedit/ |
H A D | admin.php | 14 private $alt; variable in admin_plugin_ckgedit 32 $this->alt = ""; 37 $this->alt = $_REQUEST['templates']; 71 $alt_val = isset($this->alt)?$this->alt: "" ; 87 ptln(htmlspecialchars($this->getLang($this->output)). " " .$this->alt); 88 $path = str_replace('tpl/'.$this->template, 'tpl/'.$this->alt,$this->tpl_inc); 89 $retv = css_ckg_out($path,$this->alt);
|
/plugin/google_cal/ |
H A D | syntax.php | 34 @list($url, $alt) = explode('|',$match,2); 50 if (!isset($alt)) $alt = ''; 55 return array('wiki', hsc(trim("$url")), hsc(trim($alt)), hsc(trim($w)), hsc(trim($h))); 62 list($style, $url, $alt, $w, $h) = $data; 69 "title='$alt' width='$w' height='$h' frameborder='0'></iframe>\n";
|
/plugin/mikioplugin/icons/elusive/css/ |
H A D | elusive-icons.min.css | 4 …alt:before{content:"\f101"}.el-address-book:before{content:"\f102"}.el-adjust-alt:before{content:"…
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | html-block.md | 23 alt="some alt aligned with src attribute" title="some text" /> 45 alt="some alt aligned with src attribute" 50 alt="some alt aligned with src attribute"
|
/plugin/socialcards/ |
H A D | action.php | 206 $alt = $geotags['alt'] ?? 0; 207 if(!empty($alt)) { 209 $alt *= 3.2808; 212 'content' => $alt, 274 $alt = ""; 287 $alt = media_getTag($tags, $jpegmeta, ""); 289 return htmlspecialchars($alt);
|
/plugin/html5video2/syntax/ |
H A D | video.php | 152 $alt) = $data; 158 $renderer->internalmedia($src,$alt,$align,$w,$h); 166 $renderer->externalmedia($src,$alt,$align,$w,$h,NULL,$linking); 168 $renderer->internalmedia($src,$alt,$align,$w,$h,NULL,$linking); 189 … $obj .= '<div class="vjs-alternatetext"><img src="' . ml($poster) . '" alt="' . hsc($alt) . '" '. 193 } else if($alt != "") { 195 $obj .= '<div class="vjs-alternatetext">' . hsc($alt) . '</div>';
|
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.gallery.php | 51 $alt = @$CAPTIONS[$_REQUEST['pic']] ? $CAPTIONS[$_REQUEST['pic']] : $_REQUEST['pic']; variable 52 …isplaysize.'&h='.$displaysize, $thumb)).'" border="0" alt="'.htmlentities($alt, ENT_QUOTES).'"><br… 84 $alt = (!empty($CAPTIONS[$file]) ? $CAPTIONS[$file] : $file); variable 87 …echo '<a title="'.htmlentities($alt, ENT_QUOTES).'" href="#" onClick="window.open(\''.$popup.'?src… 89 …echo '<a title="'.htmlentities($alt, ENT_QUOTES).'" href="'.$_SERVER['PHP_SELF'].'?dir='.htmlentit… 91 … width="'.$thumbnailsize.'" height="'.$thumbnailsize.'" alt="'.htmlentities($alt, ENT_QUOTES).'">';
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Attr.DefaultImageAlt.txt | 6 This is the content of the alt tag of an image if the user had not 7 previously specified an alt attribute. This applies to all images without 8 a valid alt attribute, as opposed to %Attr.DefaultInvalidImageAlt, which 10 Default behavior with null is to use the basename of the src tag for the alt.
|
H A D | Attr.DefaultInvalidImageAlt.txt | 5 This is the content of the alt tag of an invalid image if the user had not 6 previously specified an alt attribute. It has no effect when the image is 7 valid but there was no alt attribute present.
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | ImageRenderer.php | 53 $alt = $htmlRenderer->renderInlines($inline->children()); 54 $alt = \preg_replace('/\<[^>]*alt="([^"]*)"[^>]*\>/', '$1', $alt); 55 $attrs['alt'] = \preg_replace('/\<[^>]*\>/', '', $alt);
|
/plugin/stars/ |
H A D | syntax.php | 109 $string .= '<img class="starimage" src="' . DOKU_PATH .'/lib/plugins/stars/star.gif" alt="" />'; 114 …$string .= '<img class="halfstarimage" src="' . DOKU_PATH .'/lib/plugins/stars/halfstar.gif" alt="… 119 … .= '<img class="emptystarimage" src="' . DOKU_PATH .'/lib/plugins/stars/emptystar.gif" alt="" />';
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | ImageRenderer.php | 54 $alt = $DWRenderer->renderInlines($inline->children()); 55 $alt = \preg_replace('/\<[^>]*alt="([^"]*)"[^>]*\>/', '$1', $alt); 56 $attrs['alt'] = \preg_replace('/\<[^>]*\>/', '', $alt);
|
/plugin/dokukiwix/ |
H A D | admin.php | 57 …itle="Start"><img src="'.DOKU_BASE.'lib/plugins/dokukiwix/images/play.png" alt="Start" id="pl_doku… 58 …p()" title="Skip"><img src="'.DOKU_BASE.'lib/plugins/dokukiwix/images/skip.png" alt="Skip" /></a>'; 59 …sibility:hidden;"><img src="'.DOKU_BASE.'lib/plugins/dokukiwix/images/stop.png" alt="Stop" /></a>';
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | mglyph.js | 19 …alt===""){m.alt=d._(["MathML","BadMglyphFont"],"Bad font: %1",e.family)}g=a.Error(m.alt,{mathsize:…
|
/plugin/combo/resources/snippet/js/ |
H A D | lightbox.js | 41 let alt = "Image"; 43 alt = img.getAttribute("alt"); 61 <img src="${src}" alt="${alt}" style="${svgStyle}"/>
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | box.img.php | 165 var $alt; variable in BrokenImgBox 167 function BrokenImgBox($width, $height, $alt) { argument 174 $this->alt = $alt; 208 $driver->show_xy($this->alt, 209 $this->get_left() + $this->width/2 - $driver->stringwidth($this->alt, 264 $alt = $root->get_attribute('alt'); 266 $box =& new BrokenImgBox($width, $height, $alt);
|
/plugin/iframe/ |
H A D | syntax.php | 26 list($url, $alt) = explode('|',$match,2); 39 'alt' => $alt, 90 $R->doc .= "<iframe $params>".hsc($alt).'</iframe>';
|
/plugin/webcomics/ |
H A D | syntax.php | 69 $alt = 'Comic'; 75 $alt = $matches[1]; 79 …$link = '<a href="'.$url .'" alt=""><img src="'.$src.'" title="'.$title.'" alt="'.$alt.'"/></a>'."…
|