Home
last modified time | relevance | path

Searched refs:at_list (Results 1 – 25 of 31) sorted by relevance

12

/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dannotatemore_types.c239 mailimap_annotatemore_attrib_match_list_new(clist * at_list) in mailimap_annotatemore_attrib_match_list_new() argument
246 attrib_match_list->attrib_match_list = at_list; in mailimap_annotatemore_attrib_match_list_new()
253 struct mailimap_annotatemore_attrib_match_list * at_list) in mailimap_annotatemore_attrib_match_list_free() argument
255 clist_foreach(at_list->attrib_match_list, (clist_func) free, NULL); in mailimap_annotatemore_attrib_match_list_free()
256 clist_free(at_list->attrib_match_list); in mailimap_annotatemore_attrib_match_list_free()
257 free(at_list); in mailimap_annotatemore_attrib_match_list_free()
308 struct mailimap_annotatemore_attrib_match_list * at_list, char * attrib) in mailimap_annotatemore_attrib_match_list_add() argument
317 r = clist_append(at_list->attrib_match_list, pattrib); in mailimap_annotatemore_attrib_match_list_add()
H A Dannotatemore_types.h216 mailimap_annotatemore_attrib_match_list_new(clist * at_list);
220 struct mailimap_annotatemore_attrib_match_list * at_list);
237 struct mailimap_annotatemore_attrib_match_list * at_list,
/dports/mail/mailman/mailman-2.1.39/Mailman/Handlers/
H A DModerate.py102 at_list='accept_these_nonmembers'
107 at_list='hold_these_nonmembers'
113 at_list='reject_these_nonmembers'
119 at_list='discard_these_nonmembers'
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/Handlers/
H A DModerate.py102 at_list='accept_these_nonmembers'
107 at_list='hold_these_nonmembers'
113 at_list='reject_these_nonmembers'
119 at_list='discard_these_nonmembers'
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/Handlers/
H A DModerate.py102 at_list='accept_these_nonmembers'
107 at_list='hold_these_nonmembers'
113 at_list='reject_these_nonmembers'
119 at_list='discard_these_nonmembers'
/dports/games/renpy/renpy-7.4.11-sdk/renpy/
H A Dast.py1110 at_list = [ ]
1141 name, at_list, layer = imspec
1156 at_list = [ renpy.python.py_eval(i) for i in at_list ]
1161 at_list=at_list,
1218 def __init__(self, loc, layer, at_list, atl): argument
1222 self.at_list = at_list
1232 at_list = [ renpy.python.py_eval(i) for i in self.at_list ]
1236 at_list.append(atl)
1262 self.at_list = at_list
1272 at_list = [ renpy.python.py_eval(i) for i in self.at_list ]
[all …]
H A Dexports.py571 def predict_show(name, layer=None, what=None, tag=None, at_list=[ ]): argument
613 for i in at_list:
710 if not at_list and key in sls.at_list[layer]:
711 at_list = sls.at_list[layer][key]
713 if not at_list:
717 at_list = [ tt ]
719 at_list = list(tt)
750 for i in at_list:
768 …sls.add(layer, img, key, zorder, behind, at_list=at_list, name=name, atl=atl, default_transform=de…
2538 if not isinstance(at_list, list):
[all …]
H A Dparser.py1520 at_list = [ ]
1543 if at_list:
1546 at_list = parse_simple_expression_list(l)
1583 return image_name, expression, tag, at_list, layer, zorder, behind
2132 at_list = parse_simple_expression_list(l)
2134 at_list = [ ]
2145 rv = ast.ShowLayer(loc, layer, at_list, atl)
2156 at_list = parse_simple_expression_list(l)
2158 at_list = [ ]
2169 rv = ast.Camera(loc, layer, at_list, atl)
H A Dui.py481 at_list = kwargs.pop("at", [ ])
482 if not isinstance(at_list, (list, tuple)):
483 at_list = [ at_list ]
547 at_list.append(at_stack.pop())
549 for atf in at_list:
H A Dlint.py362 name, expression, tag, at_list, layer, _zorder, _behind = imspec(node.imspec)
371 for i in at_list:
/dports/www/libapreq2/libapreq2-2.13/library/t/
H A Dat.c285 static int* at_list(apr_pool_t *pool, const char *spec, int *list) in at_list() function
322 AT->fatal = at_list(AT->pool, test->fatals, fbuf); in at_run()
327 AT->skip = at_list(AT->pool, test->skips, sbuf); in at_run()
332 AT->todo = at_list(AT->pool, test->todos, tbuf); in at_run()
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dautomation_templates.php137 $at_list = ''; $i = 0;
145 …$at_list .= '<li>' . html_escape(db_fetch_cell_prepared('SELECT ht.name FROM automation_templates …
163 <div class='itemlist'><ul>$at_list</ul></div>
/dports/www/p5-libapreq2/libapreq2-2.16/library/t/
H A Dat.c294 static int* at_list(const char *spec) in at_list() function
342 flist = AT->fatal = at_list(test->fatals); in at_run()
347 slist = AT->skip = at_list(test->skips); in at_run()
352 tlist = AT->todo = at_list(test->todos); in at_run()
/dports/games/renpy/renpy-7.4.11-sdk/renpy/display/
H A Dcore.py825 self.at_list = { }
861 self.at_list = { }
899 self.at_list[i] = oldsl.at_list[i].copy()
1046 at_list=[ ], argument
1090 self.at_list[layer][key] = at_list
1122 not at_list and
1284 self.at_list[layer].clear()
1374 if at_list:
1376 for a in at_list:
1402 if at_list:
[all …]
/dports/games/tkmoo/tkMOO-light-0.3.32/plugins/
H A Dansi.tcl419 proc ansi.attributes_to_tags at_list { argument
425 foreach at $at_list {
/dports/devel/sccache/sccache-0.2.15/cargo-crates/pulldown-cmark-0.0.3/src/
H A Dparse.rs303 fn at_list(&self, level: usize) -> Option<usize> { in at_list() method
362 if empty_lines >= 1 && self.at_list(2).is_some() { in start_block()
366 if let Some(_) = self.at_list(2) { in start_block()
374 if let Some(offset) = self.at_list(2) { in start_block()
380 if self.leading_space >= 4 && !self.at_list(1).is_some() { in start_block()
405 if let Some(offset) = self.at_list(1) { in start_block()
/dports/games/maelstrom/Maelstrom-3.0.6/Docs/
H A DAmbrosia_Software,_Inc._FAQ215 …ically sent to your mailbox when it is released, you can sign up for the at_list mailing list. Ple…
217at_list mailing list, please point your web browser at http://www.AmbrosiaSW.com/Lists.html and fo…
230at_list -- If you would like each issue of our company newsletter, The Ambrosia Times, delivered t…
242 ...where (list) is any of the aforementioned mailing lists (announce_list or at_list)
/dports/net/gsk/gsk-1.0.63/src/
H A Dgskmainloop.c1502 GSList *list, *at_list; in gsk_main_loop_destroy_all_sources() local
1554 for (at_list = list; at_list != NULL; at_list = at_list->next) in gsk_main_loop_destroy_all_sources()
1556 at = g_hash_table_lookup (main_loop->process_source_lists, at_list->data); in gsk_main_loop_destroy_all_sources()
/dports/mail/mailman-exim4/mailman-2.1.39/Mailman/
H A DMailList.py1689 at_list='subscribe_auto_approval'
1696 def GetPattern(self, email, pattern_list, at_list=None): argument
1722 attr_name = at_list or 'ban_list'
1730 elif at_list and pattern.startswith('@'):
1739 at_list,
1747 at_list,
/dports/mail/mailman/mailman-2.1.39/Mailman/
H A DMailList.py1689 at_list='subscribe_auto_approval'
1696 def GetPattern(self, email, pattern_list, at_list=None): argument
1722 attr_name = at_list or 'ban_list'
1730 elif at_list and pattern.startswith('@'):
1739 at_list,
1747 at_list,
/dports/mail/mailman-postfix/mailman-2.1.39/Mailman/
H A DMailList.py1689 at_list='subscribe_auto_approval'
1696 def GetPattern(self, email, pattern_list, at_list=None): argument
1722 attr_name = at_list or 'ban_list'
1730 elif at_list and pattern.startswith('@'):
1739 at_list,
1747 at_list,
/dports/sysutils/potnet/potnet-0.4.4/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dparse.rs350 fn at_list(&self, level: usize) -> Option<usize> { in at_list() method
401 if let Some(_) = self.at_list(2) { in start_block()
409 if let Some(offset) = self.at_list(2) { in start_block()
415 if self.leading_space >= 4 && !self.at_list(1).is_some() { in start_block()
440 if let Some(offset) = self.at_list(1) { in start_block()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/pulldown-cmark-0.2.0/src/
H A Dparse.rs350 fn at_list(&self, level: usize) -> Option<usize> { in at_list() method
401 if let Some(_) = self.at_list(2) { in start_block()
409 if let Some(offset) = self.at_list(2) { in start_block()
415 if self.leading_space >= 4 && !self.at_list(1).is_some() { in start_block()
440 if let Some(offset) = self.at_list(1) { in start_block()
/dports/devel/libdwarf/dwarf-20161124/dwarfdump/
H A DChangeLog200994 * dwarf_names.awk, at_list.awk: deleted. gennames.c replaces these.
H A DChangeLog2006239 * dwarf_names.awk at_list.awk: Allow an name to have two

12