Lines Matching defs:alt
218 * @param bool $alt Should feeds and alternative format links be added?
225 function tpl_metaheaders($alt = true)
286 if ($alt) {
1067 * value is found. If no value is found $alt is returned.
1076 * @param string $alt alternative output if no data was found
1082 function tpl_img_getTag($tags, $alt = '', $src = null)
1088 if (is_null($src)) return $alt;
1093 if ($imgMeta === false) return $alt;
1095 if (!$info) return $alt;
1212 $alt = tpl_img_getTag('Simple.Title');
1221 if ($alt) {
1222 $p['alt'] = $alt;
1223 $p['title'] = $alt;
1225 $p['alt'] = '';
1266 $p['alt'] = '';
1640 $out .= '><img src="' . DOKU_BASE . $src . '" alt="' . $lic['name'] . '" /></a>';