Home
last modified time | relevance | path

Searched refs:alt_text (Results 1 – 25 of 222) sorted by relevance

123456789

/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/
H A DMenu.pm44 $button_icon, $button_text, $text_num, $alt_text,
47 if ( !$alt_text ) {
48 $alt_text = $button_text;
72 …utton_icon.$imgext" alt="${$alt_text}{$alt_num}" /> <span style="white-space: nowrap;" class="$spa…
77 qq~<span style="white-space: nowrap;" class="$span_class" title="${$alt_text}{$alt_num}">${$button_…
83 qq~<span class="buttonleft cssbutton2" title="${$alt_text}{$alt_num}" style="$helpstyle">~;
114 $button_icon, $button_text, $text_num, $alt_text,
118 if ( !$alt_text ) {
119 $alt_text = $button_text;
143 …utton_icon.$imgext" alt="${$alt_text}{$alt_num}" /> <span style="white-space: nowrap;" class="$spa…
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/images/
H A Dformats.py22 def editor_attributes(self, image, alt_text): argument
31 'data-alt': escape(alt_text),
34 def image_to_editor_html(self, image, alt_text): argument
36 image, alt_text, self.editor_attributes(image, alt_text)
39 def image_to_html(self, image, alt_text, extra_attributes=None): argument
44 extra_attributes['alt'] = escape(alt_text)
H A Dforms.py103 alt_text = forms.CharField(required=False, label=_("Alt text")) variable in ImageInsertionForm
106 alt_text = self.cleaned_data['alt_text']
114 if not alt_text:
117 return alt_text
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DLink.php29 protected $alt_text = ''; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Link
60 * @param string $alt_text
64 public function withAltText(string $alt_text) : Link argument
67 $clone->alt_text = $alt_text;
78 return $this->alt_text;
H A DRepositoryLink.php27 protected $alt_text; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\RepositoryLink
58 * @param string $alt_text
62 public function withAltText(string $alt_text) : RepositoryLink argument
65 $clone->alt_text = $alt_text;
76 return $this->alt_text;
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Scope/MainMenu/Factory/Item/
H A DLink.php32 protected $alt_text = ''; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\Link
59 * @param string $alt_text
62 public function withAltText(string $alt_text) : Link argument
65 $clone->alt_text = $alt_text;
75 return $this->alt_text;
H A DRepositoryLink.php31 protected $alt_text; variable in ILIAS\\GlobalScreen\\Scope\\MainMenu\\Factory\\Item\\RepositoryLink
58 * @param string $alt_text
61 public function withAltText(string $alt_text) : RepositoryLink argument
64 $clone->alt_text = $alt_text;
74 return $this->alt_text;
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.svc_nextmatches.inc.php310 function set_link_mail($align,$img,$alt_text,$out_vars) argument
317 $display_text = '['.$alt_text.']';
324 $image_part = '<img src="'.$img_full.'" border="0" title="'.$alt_text.'" alt="'.$alt_text.'">';
340 function set_icon_mail($align,$img,$alt_text) argument
347 $display_text = '<i><small>['.$alt_text.' ]</small></i>';
354 return '<img src="'.$img_full.'" border="0" title="'.$alt_text.'" alt="'.$alt_text.'">'."\r\n";
/dports/x11-toolkits/pango/pango-1.48.11/subprojects/gi-docgen/test/
H A Dtest_utils.py49 alt_text = res.group('text')
50 self.assertIsNone(alt_text)
56 alt_text = res.group('text')
57 self.assertTrue(alt_text == '[with some text]')
66 alt_text = res.group('text')
70 fragment=fragment, endpoint=endpoint, text=alt_text)
/dports/japanese/ebnetd/ebnetd-1.0/ndtpd/
H A Dhookset.c115 char alt_text[EB_MAX_ALTERNATION_TEXT_LENGTH + 1]; local
117 if (eb_narrow_alt_character_text(appendix, argv[0], alt_text)
119 sprintf(alt_text, "#%04x", argv[0]);
120 eb_write_text_string(book, alt_text);
159 char alt_text[EB_MAX_ALTERNATION_TEXT_LENGTH + 1]; local
161 if (eb_wide_alt_character_text(appendix, argv[0], alt_text)
163 sprintf(alt_text, "#%04x", argv[0]);
164 eb_write_text_string(book, alt_text);
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/winrt-notification-0.5.0/src/
H A Dlib.rs183 pub fn icon(mut self, source: &Path, crop: IconCrop, alt_text: &str) -> Toast {
195 escape_str_attribute(alt_text)
200 self.image(source, alt_text)
207 pub fn hero(mut self, source: &Path, alt_text: &str) -> Toast {
213 escape_str_attribute(alt_text)
218 self.image(source, alt_text)
226 pub fn image(mut self, source: &Path, alt_text: &str) -> Toast {
235 escape_str_attribute(alt_text)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DAdCreatedEventArgs.cs42 string alt_text; field in System.Web.UI.WebControls.AdCreatedEventArgs
51 alt_text = (string) properties ["AlternateText"]; in AdCreatedEventArgs()
62 get { return alt_text; }
63 set { alt_text = value; }
/dports/net-im/py-slackclient/python-slackclient-2.1.0/tests/web/classes/
H A Dtest_blocks.py72 image_url="http://google.com", alt_text="not really an image"
83 ImageBlock(image_url=STRING_3001_CHARS, alt_text="text").to_dict()
88 image_url="http://google.com", alt_text=STRING_3001_CHARS
94 image_url="http://google.com", alt_text="text", title=STRING_3001_CHARS
119 ImageElement(image_url="http://google.com", alt_text="google"),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/taskbar/
H A Dtaskbar_decorator_win.cc55 const std::string& alt_text) { in SetOverlayIcon() argument
101 taskbar->SetOverlayIcon(hwnd, icon.get(), base::UTF8ToWide(alt_text).c_str()); in SetOverlayIcon()
106 const std::string& alt_text) { in PostSetOverlayIcon() argument
110 std::move(bitmap), alt_text)); in PostSetOverlayIcon()
117 const std::string& alt_text) { in DrawTaskbarDecorationString() argument
166 PostSetOverlayIcon(hwnd, std::move(badge), alt_text); in DrawTaskbarDecorationString()
/dports/textproc/p5-Text-MultiMarkdown/Text-MultiMarkdown-1.000035/lib/Text/
H A DMultiMarkdown.pm577 my ($self, $whole_match, $alt_text, $link_id, $url, $title, $attributes) = @_;
579 if (defined $alt_text && length $alt_text) {
580 my $label = $self->_Header2Label($alt_text);
587 $self->SUPER::_GenerateImage($whole_match, $alt_text, $link_id, $url, $title, $attributes);
667 my $alt_text = $2;
671 $link_id = lc $alt_text; # for shortcut links like ![this][].
674 $alt_text =~ s/"/&quot;/g;
677 my $label = $self->_Header2Label($alt_text);
708 my $alt_text = $2;
710 $alt_text =~ s/"/&quot;/g;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/
H A Dlogo_bridge.cc42 const std::string& alt_text, in JNI_LogoBridge_MakeJavaLogo() argument
51 if (!alt_text.empty()) in JNI_LogoBridge_MakeJavaLogo()
52 j_alt_text = ConvertUTF8ToJavaString(env, alt_text); in JNI_LogoBridge_MakeJavaLogo()
71 logo->metadata.alt_text, GURL(logo->metadata.animated_url)); in JNI_LogoBridge_ConvertLogoToJavaObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/search/
H A Dlocal_ntp_doodle_browsertest.cc399 cached_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
442 cached_logo.metadata.alt_text = "alt text"; in IN_PROC_BROWSER_TEST_F()
479 cached_logo.metadata.alt_text = "alt text"; in IN_PROC_BROWSER_TEST_F()
515 cached_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
553 fresh_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
600 fresh_logo.metadata.alt_text = "alt text"; in IN_PROC_BROWSER_TEST_F()
637 cached_logo.metadata.alt_text = "alt text"; in IN_PROC_BROWSER_TEST_F()
779 cached_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
818 cached_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
1504 fresh_logo.metadata.alt_text = "Chromium"; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/textproc/markdown/Markdown_1.0.1/
H A DMarkdown.pl639 my $alt_text = $2;
643 $link_id = lc $alt_text; # for shortcut links like ![this][].
646 $alt_text =~ s/"/&quot;/g;
651 $result = "<img src=\"$url\" alt=\"$alt_text\"";
692 my $alt_text = $2;
699 $alt_text =~ s/"/&quot;/g;
703 $result = "<img src=\"$url\" alt=\"$alt_text\"";
/dports/net-im/py-slackclient/python-slackclient-2.1.0/slack/web/classes/
H A Dblocks.py106 alt_text: str,
126 self.alt_text = alt_text
137 return len(self.alt_text) <= self.alt_text_max_length
/dports/print/hplip/hplip-3.20.6/
H A Dfab.py126 def get_nickname(self, args, fail_if_match=True, alt_text=False): argument
129 if alt_text:
139 if alt_text:
174 def get_groupname(self, args, fail_if_match=True, alt_text=False): argument
179 if alt_text:
190 if alt_text:
401 add_group = self.get_groupname('', fail_if_match=False, alt_text=True)
470 nickname = self.get_nickname('', fail_if_match=False, alt_text=True)
605 nickname = self.get_nickname('', fail_if_match=False, alt_text=True)
/dports/www/p5-Gantry/Gantry-3.64/lib/Gantry/Utils/
H A DCaptcha.pm84 sub alt_text { subroutine
86 return $self->{images}[$self->{current_image}]->{alt_text};
121 $self->alt_text,
/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/config/scripts/
H A Dmarkdown642 my $alt_text = $2;
646 $link_id = lc $alt_text; # for shortcut links like ![this][].
649 $alt_text =~ s/"/&quot;/g;
654 $result = "<img src=\"$url\" alt=\"$alt_text\"";
695 my $alt_text = $2;
702 $alt_text =~ s/"/&quot;/g;
706 $result = "<img src=\"$url\" alt=\"$alt_text\"";
/dports/textproc/p5-Text-Markdown/Text-Markdown-1.000031/lib/Text/
H A DMarkdown.pm792 my $alt_text = $2;
796 $link_id = lc $alt_text; # for shortcut links like ![this][].
799 $self->_GenerateImage($whole_match, $alt_text, $link_id);
826 my $alt_text = $2;
833 $self->_GenerateImage($whole_match, $alt_text, undef, $url, $title);
841 my ($self, $whole_match, $alt_text, $link_id, $url, $title, $attributes) = @_;
847 $alt_text ||= '';
848 $alt_text =~ s/"/&quot;/g;
866 $result = qq{<img src="$url" alt="$alt_text"};
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Dhtml_image_fallback_helper.cc131 auto* alt_text = MakeGarbageCollected<HTMLSpanElement>(document); in CreateAltTextShadowTree() local
132 alt_text->setAttribute(html_names::kIdAttr, AtomicString("alttext")); in CreateAltTextShadowTree()
135 alt_text->AppendChild(text); in CreateAltTextShadowTree()
136 container->AppendChild(alt_text); in CreateAltTextShadowTree()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/
H A Dhtml_image_fallback_helper.cc131 auto* alt_text = MakeGarbageCollected<HTMLSpanElement>(document); in CreateAltTextShadowTree() local
132 alt_text->setAttribute(html_names::kIdAttr, AtomicString("alttext")); in CreateAltTextShadowTree()
135 alt_text->AppendChild(text); in CreateAltTextShadowTree()
136 container->AppendChild(alt_text); in CreateAltTextShadowTree()

123456789