/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 | 15 * A tuple: (ATN state, predicted alt, syntactic, semantic context). 38 * What alt (or lexer rule) is predicted by this configuration. 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 [all...] |
H A D | ParserATNSimulator.php | 81 * tuples (stack context, semantic context, predicted alt) but it was slower 408 $alt = $this->execATN($dfa, $s0, $input, $index, $outerContext); 414 return $alt ?? 0; 449 * - single alt 450 * - single alt + preds 508 $alt = $this->getSynValidOrSemInvalidAltThatFinishedDecisionEntryRule( 513 if ($alt !== ATN::INVALID_ALT_NUMBER) { 514 return $alt; 690 // in SLL-only mode, we will stop at this state and return the minimum alt 725 // Update DFA so reach becomes accept state with (predicate,alt) pair 1577 evalSemanticContextOne(SemanticContext $pred, ParserRuleContext $parserCallStack, int $alt, bool $fullCtx) global() argument [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 | 78 $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; [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 */@font-face{font-family:'Elusive-Icons';src:url('../fonts/elusiveicons-webfont.eot?v=2.0.0');src:url('../fonts/elusiveicons-webfont.eot?#iefix&v=2.0.0') format('embedded-opentype'),url('../fonts/elusiveicons-webfont.woff?v=2.0.0') format('woff'),url('../fonts/elusiveicons-webfont.ttf?v=2.0.0') format('truetype'),url('../fonts/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular') format('svg');font-weight:normal;font-style:normal}.el{display:inline-block;font:normal normal normal 14px/1 'Elusive-Icons';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0, 0)}.el-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.el-2x{font-size:2em}.el-3x{font-size:3em}.el-4x{font-size:4em}.el-5x{font-size:5em}.el-fw{width:1.28571429em;text-align:center}.el-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.el-ul>li{position:relative}.el-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.el-li.el-lg{left:-1.85714286em}.el-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.el.pull-left{margin-right:.3em}.el.pull-right{margin-left:.3em}.el-spin{-webkit-animation:el-spin 2s infinite linear;animation:el-spin 2s infinite linear}.el-pulse{-webkit-animation:el-spin 1s infinite steps(8);animation:el-spin 1s infinite steps(8)}@-webkit-keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes el-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.el-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.el-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.el-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.el-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.el-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .el-rotate-90,:root .el-rotate-180,:root .el-rotate-270,:root .el-flip-horizontal,:root .el-flip-vertical{filter:none}.el-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.el-stack-1x,.el-stack-2x{position:absolute;left:0;width:100%;text-align:center}.el-stack-1x{line-height:inherit}.el-stack-2x{font-size:2em}.el-inverse{color:#fff}.el-address-book-alt:before{content:"\f101"}.el-address-book:before{content:"\f102"}.el-adjust-alt:before{content:"\f103"}.el-adjust:before{content:"\f104"}.el-adult:before{content:"\f105"}.el-align-center:before{content:"\f106"}.el-align-justify:before{content:"\f107"}.el-align-left:before{content:"\f108"}.el-align-right:before{content:"\f109"}.el-arrow-down:before{content:"\f10a"}.el-arrow-left:before{content:"\f10b"}.el-arrow-right:before{content:"\f10c"}.el-arrow-up:before{content:"\f10d"}.el-asl:before{content:"\f10e"}.el-asterisk:before{content:"\f10f"}.el-backward:before{content:"\f110"}.el-ban-circle:before{content:"\f111"}.el-barcode:before{content:"\f112"}.el-behance:before{content:"\f113"}.el-bell:before{content:"\f114"}.el-blind:before{content:"\f115"}.el-blogger:before{content:"\f116"}.el-bold:before{content:"\f117"}.el-book:before{content:"\f118"}.el-bookmark-empty:before{content:"\f119"}.el-bookmark:before{content:"\f11a"}.el-braille:before{content:"\f11b"}.el-briefcase:before{content:"\f11c"}.el-broom:before{content:"\f11d"}.el-brush:before{content:"\f11e"}.el-bulb:before{content:"\f11f"}.el-bullhorn:before{content:"\f120"}.el-calendar-sign:before{content:"\f121"}.el-calendar:before{content:"\f122"}.el-camera:before{content:"\f123"}.el-car:before{content:"\f124"}.el-caret-down:before{content:"\f125"}.el-caret-left:before{content:"\f126"}.el-caret-right:before{content:"\f127"}.el-caret-up:before{content:"\f128"}.el-cc:before{content:"\f129"}.el-certificate:before{content:"\f12a"}.el-check-empty:before{content:"\f12b"}.el-check:before{content:"\f12c"}.el-chevron-down:before{content:"\f12d"}.el-chevron-left:before{content:"\f12e"}.el-chevron-right:before{content:"\f12f"}.el-chevron-up:before{content:"\f130"}.el-child:before{content:"\f131"}.el-circle-arrow-down:before{content:"\f132"}.el-circle-arrow-left:before{content:"\f133"}.el-circle-arrow-right:before{content:"\f134"}.el-circle-arrow-up:before{content:"\f135"}.el-cloud-alt:before{content:"\f136"}.el-cloud:before{content:"\f137"}.el-cog-alt:before{content:"\f138"}.el-cog:before{content:"\f139"}.el-cogs:before{content:"\f13a"}.el-comment-alt:before{content:"\f13b"}.el-comment:before{content:"\f13c"}.el-compass-alt:before{content:"\f13d"}.el-compass:before{content:"\f13e"}.el-credit-card:before{content:"\f13f"}.el-css:before{content:"\f140"}.el-dashboard:before{content:"\f141"}.el-delicious:before{content:"\f142"}.el-deviantart:before{content:"\f143"}.el-digg:before{content:"\f144"}.el-download-alt:before{content:"\f145"}.el-download:before{content:"\f146"}.el-dribbble:before{content:"\f147"}.el-edit:before{content:"\f148"}.el-eject:before{content:"\f149"}.el-envelope-alt:before{content:"\f14a"}.el-envelope:before{content:"\f14b"}.el-error-alt:before{content:"\f14c"}.el-error:before{content:"\f14d"}.el-eur:before{content:"\f14e"}.el-exclamation-sign:before{content:"\f14f"}.el-eye-close:before{content:"\f150"}.el-eye-open:before{content:"\f151"}.el-facebook:before{content:"\f152"}.el-facetime-video:before{content:"\f153"}.el-fast-backward:before{content:"\f154"}.el-fast-forward:before{content:"\f155"}.el-female:before{content:"\f156"}.el-file-alt [all...] |
/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 |
|
H A D | Attr.DefaultInvalidImageAlt.txt |
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | ImageRenderer.php |
|
/plugin/iframeinterwiki/ |
H A D | syntax.php | 30 $alt = isset($exploded[1]) ? $exploded[1] : ''; 46 'alt' => $alt, 106 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>'; 111 'title' => $data['alt'], 119 if(!isset($alt)) { 120 $alt = ''; 122 $R->doc .= "<iframe $params>".hsc($alt).'</iframe>';
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | ImageRenderer.php | 53 $alt = $DWRenderer->renderNodes($node->children()); 54 $alt = \preg_replace('/\<[^>]*alt="([^"]*)"[^>]*\>/', '$1', $alt); 55 $attrs['alt'] = \preg_replace('/\<[^>]*\>/', '', $alt); 62 $attrs['alt'] ? $result.= '|' . $attrs['alt'] . '}}' : $result.= '}}';
|
/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/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/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 | 25 list($url, $alt) = array_pad(explode('|',$match,2), 2, null); 38 'alt' => $alt, 82 $R->doc .= '<div class="iframe">'.hsc($data['alt']).'</div>'; 85 'title' => $data['alt'], 94 $R->doc .= "<iframe $params>".(isset($alt) ? hsc($alt) : '').'</iframe>';
|
/plugin/combo/resources/snippet/js/ |
H A D | lightbox.js | 44 let alt = "Image"; 45 if (img !== null && img.hasAttribute("alt")) { 46 alt = img.getAttribute("alt"); 66 <img src="${src}" alt="${alt}" style="${svgStyle}"/>
|