Home
last modified time | relevance | path

Searched refs:text_items (Results 1 – 15 of 15) sorted by relevance

/dports/x11/libX11/libX11-1.7.2/src/xlibi18n/
H A DmbWrap.c66 XmbTextItem *text_items, in XmbDrawText() argument
70 register XmbTextItem *p = text_items; in XmbDrawText()
H A Dutf8Wrap.c88 XmbTextItem *text_items, in Xutf8DrawText() argument
92 register XmbTextItem *p = text_items; in Xutf8DrawText()
H A DwcWrap.c67 XwcTextItem *text_items, in XwcDrawText() argument
71 register XwcTextItem *p = text_items; in XwcDrawText()
/dports/math/py-networkx/networkx-2.6.3/networkx/drawing/
H A Dnx_pylab.py972 text_items = {} # there is no text collection so we'll fake one
992 text_items[n] = t
1003 return text_items
1105 text_items = {}
1152 text_items[(n1, n2)] = t
1163 return text_items
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DAppleScript_Suite.py902 class text_items(aetools.ComponentItem): class
906 text_item = text_items
1507 text_items._superclassnames = []
1508 text_items._privpropdict = {
1510 text_items._privelemdict = {
2078 'citm' : text_items,
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DAppleScript_Suite.py902 class text_items(aetools.ComponentItem): class
906 text_item = text_items
1507 text_items._superclassnames = []
1508 text_items._privpropdict = {
1510 text_items._privelemdict = {
2078 'citm' : text_items,
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dwidgets.py548 def update(self, text_items, completion_prefix): argument
549 items = list(self.all_items.difference(text_items))
600 text_items = []
604 text_items.append(t)
605 text_items = list(set(text_items))
606 self.completer.update(text_items, prefix)
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/view/theme/default/template/common/
H A Dcart.twig2 …n-toggle"><i class="fa fa-shopping-cart"></i> <span id="cart-total">{{ text_items }}</span></butto…
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_addonman/
H A D__init__.py519 text_items = '\t'.join([text_headers]+text_columns)
535 … c1.join(['type=checklistview', 'pos=6,6,720,490', 'items='+text_items, 'val='+text_val, 'ex0=1']),
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_addonman/
H A D__init__.py519 text_items = '\t'.join([text_headers]+text_columns)
535 … c1.join(['type=checklistview', 'pos=6,6,720,490', 'items='+text_items, 'val='+text_val, 'ex0=1']),
/dports/textproc/xml2rfc/xml2rfc-3.5.0/xml2rfc/writers/
H A Dv2v3.py417 text_items = hastext(p)
418 if p.tag in nixmix_tags and text_items:
420 …> and inline content: '%s'" % (p.tag, e.tag, (' '.join(str(t) for t in text_items))[:40].strip().r…
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DWebPageBlock.cpp870 vector<RichText> text_items; in parse() local
877 parse(text_items, parser); in parse()
880 items.reserve(text_items.size()); in parse()
881 for (auto &text_item : text_items) { in parse()
/dports/sysutils/racktables/RackTables-0.21.5/wwwroot/inc/
H A Dfunctions.php4887 $text_items = array();
4889 $text_items[] = $hostname;
4891 $text_items[] = $portname;
4893 return "<a $additional href=\"$href\">" . implode(' ', $text_items) . '</a>';
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/userguide/
H A Ddialog.doc182 value, normally extending text_items as far as possible to the right.
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_object_textblock.c516 Text_Item_Filter *text_items; // inlist member
919 EINA_INLIST_REMOVE(o->gfx_filter.text_items, ti->gfx_filter); in _item_free()
14761 EINA_INLIST_FOREACH_SAFE(o->gfx_filter.text_items, il, tif) in _filter_output_cache_prune()
15133 EINA_INLIST_APPEND(o->gfx_filter.text_items, ti->gfx_filter); in evas_object_textblock_render()