Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 25 of 2805) sorted by relevance

12345678910>>...113

/dports/www/luakit-devel/luakit-2.3-20-g4b10e55/lib/lousy/widget/
H A Dtablist.lua23 tlist:set_notebook(nil)
25 tlist.widget:destroy()
27 data[tlist] = nil
31 assert(data[tlist])
96 tlist.widget.visible = data[tlist].notebook:count() > 1
155 assert(data[tlist])
210 local tlist = {
227 data[tlist] = {
234 signal.setup(tlist)
235 tlist.widget:hide()
[all …]
/dports/www/luakit/luakit-2.3/lib/lousy/widget/
H A Dtablist.lua23 tlist:set_notebook(nil)
25 tlist.widget:destroy()
27 data[tlist] = nil
31 assert(data[tlist])
96 tlist.widget.visible = data[tlist].notebook:count() > 1
155 assert(data[tlist])
210 local tlist = {
227 data[tlist] = {
234 signal.setup(tlist)
235 tlist.widget:hide()
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/tlist/
H A Dtlcreate.c63 if (tlist->tlist != NULL) GeomDelete(tlist->tlist); in TlistDelete()
90 nt->tlist = GeomCopy(t->tlist); in TlistCopy()
104 old = tlist->tlist; in TlistReplace()
105 tlist->tlist = geom; in TlistReplace()
137 tlist->tlist = NULL; in TlistCreate()
156 if(tlist->tlist) { in TlistCreate()
157 GeomDelete(tlist->tlist); in TlistCreate()
159 tlist->tlist = g; in TlistCreate()
203 tlist->nallocated = tlist->nelements; in TlistCreate()
205 if (tlist->nallocated < tlist->nelements) { in TlistCreate()
[all …]
/dports/shells/bash/bash-5.1/
H A Dassoc.c157 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
161 tlist->data = t;
181 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
203 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
225 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
247 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
388 for (tlist = hash_items (i, hash); tlist; tlist = tlist->next)
459 for (tlist = hash_items (i, hash); tlist; tlist = tlist->next)
525 for (tlist = hash_items (i, h); tlist; tlist = tlist->next)
527 w = (t == 0) ? (char *)tlist->data : (char *)tlist->key;
[all …]
/dports/devel/agar/agar-1.5.0/ada-gui/
H A Dagar-gui-widget-tlist.adb5 (tlist : tlist_access_t;
65 (tlist => tlist,
77 (tlist => tlist,
88 (tlist => tlist,
98 (tlist => tlist,
107 (tlist => tlist,
117 (tlist => tlist,
129 (tlist => tlist,
138 (tlist => tlist,
147 (tlist => tlist,
[all …]
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/engine/
H A Dgrouping.py52 def group_brackets(tlist): argument
60 def group_case(tlist): argument
64 def group_if(tlist): argument
68 def group_for(tlist): argument
72 def group_begin(tlist): argument
90 def group_tzcasts(tlist): argument
133 def group_period(tlist): argument
158 def group_as(tlist): argument
226 def group_arrays(tlist): argument
304 def group_where(tlist): argument
[all …]
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A Dtextlist.c33 if (tlist->nitems >= tlist->mitems) in UdmTextListRealloc()
36 tlist->Item= (UDM_TEXTITEM*) UdmRealloc(tlist->Item, in UdmTextListRealloc()
38 if (!tlist->Item) in UdmTextListRealloc()
57 tlist->Item[tlist->nitems].str = (char*)UdmStrdup(item->str); in UdmTextListAdd()
60 tlist->Item[tlist->nitems].Param= item->Param; in UdmTextListAdd()
61 tlist->nitems++; in UdmTextListAdd()
79 I= &tlist->Item[tlist->nitems]; in UdmTextListAddConst()
84 tlist->nitems++; in UdmTextListAddConst()
104 I= &tlist->Item[tlist->nitems-1]; in UdmTextListAppend()
126 tlist->nitems= 0; in UdmTextListFree()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/engine/
H A Dgrouping.py53 def group_brackets(tlist): argument
61 def group_case(tlist): argument
65 def group_if(tlist): argument
69 def group_for(tlist): argument
73 def group_begin(tlist): argument
91 def group_period(tlist): argument
116 def group_as(tlist): argument
184 def group_arrays(tlist): argument
259 def group_where(tlist): argument
308 def group_order(tlist): argument
[all …]
/dports/databases/py-sqlparse/sqlparse-0.4.2/sqlparse/filters/
H A Dreindent.py68 def _split_kwds(self, tlist): argument
75 del tlist.tokens[pidx]
98 def _process(self, tlist): argument
101 func(tlist)
103 def _process_where(self, tlist): argument
125 self._last_func = tlist[0]
126 self._process_default(tlist)
137 if not tlist.within(sql.Function) and not tlist.within(sql.Values):
163 for token in tlist:
191 def _process_case(self, tlist): argument
[all …]
H A Daligned_indent.py40 def _process_statement(self, tlist): argument
41 if len(tlist.tokens) > 0 and tlist.tokens[0].is_whitespace \
43 tlist.tokens.pop(0)
53 tlist.insert_after(tlist[0], self.nl('SELECT'))
58 tlist.insert_before(tlist[-1], self.nl())
65 self._process_default(tlist)
67 def _process_case(self, tlist): argument
99 def _split_kwds(self, tlist): argument
116 self._split_kwds(tlist)
128 def _process(self, tlist): argument
[all …]
H A Dothers.py17 def _process(tlist): argument
47 tlist.tokens.remove(token)
60 def _stripws(self, tlist): argument
63 func(tlist)
66 def _stripws_default(tlist): argument
69 for token in tlist.tokens:
78 for token in list(tlist.tokens):
91 tlist.tokens.pop(1)
93 tlist.tokens.pop(-2)
94 self._stripws_default(tlist)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/sqlparse/filters/
H A Dreindent.py70 def _split_kwds(self, tlist): argument
77 del tlist.tokens[pidx]
100 def _process(self, tlist): argument
103 func(tlist)
105 def _process_where(self, tlist): argument
124 self._last_func = tlist[0]
125 self._process_default(tlist)
136 if not tlist.within(sql.Function) and not tlist.within(sql.Values):
162 for token in tlist:
190 def _process_case(self, tlist): argument
[all …]
H A Daligned_indent.py42 def _process_statement(self, tlist): argument
43 if len(tlist.tokens) > 0 and tlist.tokens[0].is_whitespace \
45 tlist.tokens.pop(0)
55 tlist.insert_after(tlist[0], self.nl('SELECT'))
60 tlist.insert_before(tlist[-1], self.nl())
67 self._process_default(tlist)
69 def _process_case(self, tlist): argument
102 def _split_kwds(self, tlist): argument
119 self._split_kwds(tlist)
131 def _process(self, tlist): argument
[all …]
H A Dothers.py15 def _process(tlist): argument
36 tlist.tokens.remove(token)
49 def _stripws(self, tlist): argument
52 func(tlist)
55 def _stripws_default(tlist): argument
58 for token in tlist.tokens:
67 for token in list(tlist.tokens):
80 tlist.tokens.pop(1)
82 tlist.tokens.pop(-2)
83 self._stripws_default(tlist)
[all …]
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dtimer-list.c40 timer_list_init(struct timer_list *tlist) in timer_list_init() argument
43 memset(tlist, 0, sizeof(*tlist)); in timer_list_init()
45 TAILQ_INIT(&tlist->list); in timer_list_init()
46 TAILQ_INIT(&tlist->free_list); in timer_list_init()
93 entry = TAILQ_FIRST(&tlist->list); in timer_list_insert_into_list()
122 if (!TAILQ_EMPTY(&tlist->free_list)) { in timer_list_add()
181 timer_list_delete(tlist, entry); in timer_list_expire()
198 entry = TAILQ_FIRST(&tlist->list); in timer_list_time_to_expire()
212 entry = TAILQ_FIRST(&tlist->list); in timer_list_time_to_expire_ms()
242 entry = TAILQ_FIRST(&tlist->list); in timer_list_free()
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_qubit_evolution.py81 tlist = np.linspace(0, 5, 200)
86 sy_analytic = -np.sin(2 * np.pi * tlist) * np.exp(-tlist * g2)
87 sz_analytic = np.cos(2 * np.pi * tlist) * np.exp(-tlist * g2)
109 sy_analytic = -np.sin(2 * np.pi * tlist) * np.exp(-tlist * g2)
110 sz_analytic = np.cos(2 * np.pi * tlist) * np.exp(-tlist * g2)
132 sy_analytic = -np.sin(2 * np.pi * tlist) * np.exp(-tlist * g2)
133 sz_analytic = np.cos(2 * np.pi * tlist) * np.exp(-tlist * g2)
155 sy_analytic = -np.sin(2 * np.pi * tlist) * np.exp(-tlist * g2)
156 sz_analytic = np.cos(2 * np.pi * tlist) * np.exp(-tlist * g2)
178 sy_analytic = -np.sin(2 * np.pi * tlist) * np.exp(-tlist * g2)
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/test/
H A Dcms-examples.pl149 my ( $file, $tlist ) = @$_;
151 if ( $tlist =~ /encode/ ) {
154 if ( $tlist =~ /certsout/ ) {
157 if ( $tlist =~ /dataout/ ) {
160 if ( $tlist =~ /verify/ ) {
163 if ( $tlist =~ /digest/ ) {
169 if ( $tlist =~ /envelope/ ) {
281 elsif ( $tlist =~ /cont/
311 elsif ( $tlist =~ /cont/
335 elsif ( $tlist =~ /cont/
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/test/
H A Dcms-examples.pl105 my ( $file, $tlist ) = @$_;
107 if ( $tlist =~ /encode/ ) {
110 if ( $tlist =~ /certsout/ ) {
113 if ( $tlist =~ /dataout/ ) {
116 if ( $tlist =~ /verify/ ) {
119 if ( $tlist =~ /digest/ ) {
125 if ( $tlist =~ /envelope/ ) {
237 elsif ( $tlist =~ /cont/
267 elsif ( $tlist =~ /cont/
291 elsif ( $tlist =~ /cont/
[all …]

12345678910>>...113