Home
last modified time | relevance | path

Searched refs:alt (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/plugin/chessdiagram/
Dsyntax.php180 . '" alt="-" />',
183 . '" alt="-" />',
186 . '" alt="x" />',
189 . '" alt="x" />',
198 . '" alt="' . strtoupper($piece) . '" />',
201 . '" alt="' . strtoupper($piece) . '" />',
204 . '" alt="' . $piece . '" />',
207 . '" alt="' . $piece . '" />',
214 . '" alt="" />',
217 . '" alt="" />',
[all …]
/plugin/emoji/emojione/
DClient.php261 $alt = $this->convert($unicode);
265 $alt = $shortname;
272 …n class="emojione emojione-'.$unicode.'" title="'.htmlspecialchars($shortname).'">'.$alt.'</span>';
276 …return '<img class="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$filename.'.…
282 …return '<svg class="emojione"><description>'.$alt.'</description><use xlink:href="'.$this->imagePa…
286 …ilename.'.svg'.$this->cacheBustParam.'" type="image/svg+xml" standby="'.$alt.'">'.$alt.'</object>';
356 $alt = $this->convert($unicode);
360 $alt = htmlspecialchars($shortname);
367 …n class="emojione emojione-'.$unicode.'" title="'.htmlspecialchars($shortname).'">'.$alt.'</span>';
371 …return $m[2].'<img class="emojione" alt="'.$alt.'" '.$titleTag.' src="'.$this->imagePathPNG.$unico…
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php42 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 DParserATNSimulator.php408 $alt = $this->execATN($dfa, $s0, $input, $index, $outerContext);
414 return $alt ?? 0;
508 $alt = $this->getSynValidOrSemInvalidAltThatFinishedDecisionEntryRule(
513 if ($alt !== ATN::INVALID_ALT_NUMBER) {
514 return $alt;
791 … $alt = $this->getSynValidOrSemInvalidAltThatFinishedDecisionEntryRule($previous, $outerContext);
793 if ($alt !== ATN::INVALID_ALT_NUMBER) {
794 return $alt;
1255 if ($config->alt !== 1) {
1280 if ($config->alt === 1) {
[all …]
/plugin/inserticon/
Dsyntax.php54 …$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 DPredPrediction.php18 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/ckgedit/
Dadmin.php14 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/geotag/syntax/
Dgeotag.php78 $alt = $this->parseNumericParameter("alt", $tags);
105 hsc($alt),
157 [$lat, $lon, $alt, $geohash, $region, $placename, $country, $showlocation, $style] = $data;
196 if (!empty($alt)) {
197 …$renderer->doc .= ', <span class="p-altitude altitude" itemprop="elevation" data-altitude="' . $alt
198 . '">' . $alt . 'm</span>';
210 if (!empty($alt)) {
211 $renderer->meta ['geo'] ['alt'] = $alt;
215 if (!empty($alt)) {
216 $alt = ', ' . $alt . 'm';
[all …]
/plugin/mikioplugin/icons/elusive/css/
H A Delusive-icons.min.css4alt:before{content:"\f101"}.el-address-book:before{content:"\f102"}.el-adjust-alt:before{content:"…
/plugin/google_cal/
Dsyntax.php34 @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/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dhtml-block.md23 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/
Daction.php206 $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/
Dvideo.php152 $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/wordimport/docx/
DImage.php15 protected $alt = ''; variable in dokuwiki\\plugin\\wordimport\\docx\\Image
25 $alt = $this->p->xpath('w:r/w:drawing/wp:inline/wp:docPr')[0];
26 $this->alt = $this->clean((string)$alt['descr']);
59 return '{{' . $target . '|' . $this->alt . '}}';
/plugin/photogallery/phpThumb/demo/
DphpThumb.demo.gallery.php51 $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/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAttr.DefaultImageAlt.txt6 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.
DAttr.DefaultInvalidImageAlt.txt5 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/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DImageRenderer.php53 $alt = $DWRenderer->renderNodes($node->children());
54 $alt = \preg_replace('/\<[^>]*alt="([^"]*)"[^>]*\>/', '$1', $alt);
55 $attrs['alt'] = \preg_replace('/\<[^>]*\>/', '', $alt);
/plugin/iframeinterwiki/
H A Dsyntax.php30 $alt = isset($exploded[1]) ? $exploded[1] : '';
46 'alt' => $alt,
119 if(!isset($alt)) {
120 $alt = '';
122 $R->doc .= "<iframe $params>".hsc($alt).'</iframe>';
/plugin/stars/
Dsyntax.php109 $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/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DImgRequired.php33 $alt = $config->get('Attr.DefaultImageAlt');
34 if ($alt === null) {
37 $attr['alt'] = $alt;
/plugin/multimage/
H A Dsyntax.php135 [$src, $alt] = $this->parseImage($entry['image']);
140 $renderer->doc .= ' alt="' . hsc($alt) . '"/>';
151 [$src, $alt] = $this->parseImage($entry['image']);
159 $renderer->doc .= ' alt="' . hsc($alt) . '"/>';
168 [$left, $alt] = array_pad(explode('|', $spec, 2), 2, '');
178 return [$src, $alt];
/plugin/iframe/
Dsyntax.php25 list($url, $alt) = array_pad(explode('|',$match,2), 2, null);
38 'alt' => $alt,
94 $R->doc .= "<iframe $params>".(isset($alt) ? hsc($alt) : '').'</iframe>';
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
Dmglyph.js19alt===""){m.alt=d._(["MathML","BadMglyphFont"],"Bad font: %1",e.family)}g=a.Error(m.alt,{mathsize:… property
/plugin/dokukiwix/
Dadmin.php57 …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>';

12345678910>>...17