Home
last modified time | relevance | path

Searched refs:hyperlink (Results 1 – 25 of 8404) sorted by path

12345678910>>...337

/dports/accessibility/accerciser/accerciser-3.38.0/
H A DChangeLog1030 * plugins/interface_view.py: Implemented text, value and hyperlink
/dports/accessibility/accerciser/accerciser-3.38.0/help/C/
H A Dinterface_viewer_plugin.page92 …e shows a list with all the selected item's hypertext hyperlinks. For each hyperlink, the interface
93 …provides its name, URI, start (the index in the hypertext at which the hyperlink begins) and end (…
94 at which this hyperlink ends).
/dports/accessibility/accerciser/accerciser-3.38.0/help/ca/
H A Dca.po1071 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1072 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1073 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/cs/
H A Dcs.po1354 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1355 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1356 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/de/
H A Dde.po1364 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1365 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1366 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/el/
H A Del.po1365 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1366 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1367 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/es/
H A Des.po1366 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1367 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1368 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/fr/
H A Dfr.po1388 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1389 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1390 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/gl/
H A Dgl.po787 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
788 "URI, start (the index in the hypertext at which the hyperlink begins) and "
789 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/ja/
H A Dja.po744 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
745 "URI, start (the index in the hypertext at which the hyperlink begins) and "
746 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/sv/
H A Dsv.po1353 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1354 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1355 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/help/uk/
H A Duk.po1372 "hypertext hyperlinks. For each hyperlink, the interface provides its name, "
1373 "URI, start (the index in the hypertext at which the hyperlink begins) and "
1374 "end (the index in the hypertext at which this hyperlink ends)."
/dports/accessibility/accerciser/accerciser-3.38.0/plugins/
H A Devent_monitor.py328 hyperlink = self._createHyperlink(event.source)
329 self._writeText(str(event.source), hyperlink)
331 hyperlink = self._createHyperlink(event.host_application)
332 self._writeText(str(event.host_application), hyperlink)
335 hyperlink = self._createHyperlink(event.sender)
336 self._writeText(str(event.sender), hyperlink)
381 hyperlink = self.monitor_buffer.create_tag(
385 hyperlink.connect('event', self._onLinkClicked)
386 setattr(hyperlink, 'acc', acc)
387 setattr(hyperlink, 'islink', True)
[all …]
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/
H A DNEWS639 * Some hyperlink fixes.
662 * Fix a problem with various hyperlink methods.
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/adaptors/
H A Dmeson.build10 'hyperlink-adaptor.c',
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/tests/dummyatk/
H A Dmeson.build6 'my-atk-hyperlink.c',
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/
H A DNEWS535 * Fix a crash when a call to fetch a hyperlink times out.
917 * Hypertext, hyperlink, and table fixes.
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/atspi/
H A Datspi-hyperlink.c30 atspi_hyperlink_init (AtspiHyperlink *hyperlink) in G_DEFINE_TYPE()
42 AtspiHyperlink *hyperlink; in _atspi_hyperlink_new() local
44 hyperlink = g_object_new (ATSPI_TYPE_HYPERLINK, NULL); in _atspi_hyperlink_new()
45 hyperlink->parent.app = g_object_ref (app); in _atspi_hyperlink_new()
46 hyperlink->parent.path = g_strdup (path); in _atspi_hyperlink_new()
48 return hyperlink; in _atspi_hyperlink_new()
H A Datspi-misc.c305 AtspiHyperlink *hyperlink; in ref_hyperlink() local
310 hyperlink = g_hash_table_lookup (app->hash, path); in ref_hyperlink()
311 if (hyperlink) in ref_hyperlink()
313 return g_object_ref (hyperlink); in ref_hyperlink()
315 hyperlink = _atspi_hyperlink_new (app, path); in ref_hyperlink()
316 g_hash_table_insert (app->hash, g_strdup (hyperlink->parent.path), hyperlink); in ref_hyperlink()
318 g_object_ref (hyperlink); /* for the hash */ in ref_hyperlink()
319 return hyperlink; in ref_hyperlink()
H A Dmeson.build12 'atspi-hyperlink.c',
42 'atspi-hyperlink.h',
/dports/accessibility/atkmm/atkmm-2.28.0/atk/atkmm/
H A DMakefile.in142 hyperlink.lo hypertext.lo image.lo implementor.lo \
179 ./$(DEPDIR)/hyperlink.Plo ./$(DEPDIR)/hypertext.Plo \
403 hyperlink.hg \
/dports/accessibility/atkmm/atkmm-2.28.0/atk/src/
H A DMakefile.in296 hyperlink.hg \
H A Dfilelist.am17 hyperlink.hg \
H A Dhyperlink.ccg2 /* $Id: hyperlink.ccg,v 1.1 2004/01/02 09:56:43 murrayc Exp $ */
H A Dhypertext.hg24 #include <atkmm/hyperlink.h>

12345678910>>...337