Home
last modified time | relevance | path

Searched refs:exclude_chars (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/datamodel/
H A Ddatasetmodel.py116 exclude_chars = kwargs.pop("exclude_chars", False)
128 exclude_chars=exclude_chars,
254 exclude_chars=False, argument
275 exclude_chars=exclude_chars,
347 exclude_chars=False, argument
370 writer.write_dataset(self, stream, exclude_trees, exclude_chars)
/dports/science/py-DendroPy/DendroPy-4.4.0/src/dendropy/dataio/
H A Dioservice.py213 exclude_chars=False, argument
246 if exclude_chars:
438 exclude_chars, argument
457 char_matrices = dataset.char_matrices if not exclude_chars else None
H A Dnexusyielder.py65 self.exclude_chars = True
H A Dnexusreader.py298 self.exclude_chars = kwargs.pop("exclude_chars", False)
360 self.exclude_chars = True
570 if not self.exclude_chars:
710 if self.exclude_chars:
/dports/databases/qof/qof-0.8.8/qof/test/
H A Dtest-stuff.c239 get_random_string_without (const char *exclude_chars) in get_random_string_without() argument
271 while (exclude_chars && strchr (exclude_chars, c)); in get_random_string_without()
H A Dtest-stuff.h108 gchar *get_random_string_without (const char *exclude_chars);
/dports/finance/gnucash/gnucash-4.9/common/test-core/
H A Dtest-stuff.c290 get_random_string_without(const char *exclude_chars) in get_random_string_without() argument
322 while (exclude_chars && strchr (exclude_chars, c)); in get_random_string_without()
H A Dtest-stuff.h149 gchar* get_random_string_without(const char *exclude_chars);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dstats.py170 exclude_chars = frozenset(ord_string('\n\r\t')) variable
249 chars = frozenset(ord_string(text)) - exclude_chars
259 chars = frozenset(ord_string(m.group())) - exclude_chars
267 chars = frozenset(ord_string(text)) - exclude_chars
/dports/www/py-routes/Routes-2.5.1/routes/
H A Droute.py394 exclude_chars = '/.'
396 exclude_chars = '/'
398 partreg = '(?P<%s>[^%s]+?)' % (var, exclude_chars)
400 partreg = '(?:[^%s]+?)' % exclude_chars
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/pyparsing/
H A Dcommon.py344 + Word(printables, exclude_chars=",")
H A Dhelpers.py599 printables, exclude_chars=">"
/dports/devel/py-pyparsing/stage/usr/local/lib/python3.8/site-packages/pyparsing/
H A Dcommon.py344 + Word(printables, exclude_chars=",")
/dports/devel/py-pyparsing/pyparsing-3.0.6/build/lib/pyparsing/
H A Dcommon.py344 + Word(printables, exclude_chars=",")
H A Dhelpers.py599 printables, exclude_chars=">"
/dports/devel/py-pyparsing/pyparsing-3.0.6/pyparsing/
H A Dcommon.py344 + Word(printables, exclude_chars=",")
/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dttree_lex.py149 def _belongs_to(char, include_chars, exclude_chars): argument
150 if ((not exclude_chars) or (len(exclude_chars)==0)):
153 return char not in exclude_chars
/dports/devel/py-pyparsing/pyparsing-3.0.6/docs/
H A Dpyparsing_class_diagrm.puml172 …hars: str, body_chars: str, min: int, \nmax: int, exact: int, as_keyword: bool, exclude_chars: str)
/dports/mail/rspamd/rspamd-3.1/src/lua/
H A Dlua_text.c170 LUA_FUNCTION_DEF (text, exclude_chars);
255 LUA_INTERFACE_DEF (text, exclude_chars),
/dports/mail/rspamd-devel/rspamd-93430bb/src/lua/
H A Dlua_text.c170 LUA_FUNCTION_DEF (text, exclude_chars);
255 LUA_INTERFACE_DEF (text, exclude_chars),
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/exec/
H A Dnextool.pl192 return $nexus->exclude_chars(\@columns, $title);
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/
H A DNEXUS.pm1072 sub exclude_chars { subroutine
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/lib/Bio/NEXUS/Tools/
H A DNexModifier.pm326 return $nexus->exclude_chars(\@columns, $title);
/dports/mail/rspamd/rspamd-3.1/lualib/lua_content/
H A Dpdf.lua585 obj.launch = rspamd_text.fromstring(launch):exclude_chars('%n%c')
589 obj.launch = launch:exclude_chars('%n%c')
/dports/mail/rspamd-devel/rspamd-93430bb/lualib/lua_content/
H A Dpdf.lua585 obj.launch = rspamd_text.fromstring(launch):exclude_chars('%n%c')
589 obj.launch = launch:exclude_chars('%n%c')

12