Home
last modified time | relevance | path

Searched refs:join_tokens (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/py-enmerkar/enmerkar-0.7.1/enmerkar/
H A Dextract.py17 def join_tokens(tokens, trim=False): function
74 smart_str(join_tokens(singular, trimmed)),
75 smart_str(join_tokens(plural, trimmed))],
82 (smart_str(join_tokens(singular, trimmed)),
83 smart_str(join_tokens(plural, trimmed))),
91 smart_str(join_tokens(singular, trimmed))],
98 smart_str(join_tokens(singular, trimmed)),
/dports/www/py-django-babel/django-babel-0.6.2/django_babel/
H A Dextract.py15 def join_tokens(tokens, trim=False): function
72 smart_text(join_tokens(singular, trimmed)),
73 smart_text(join_tokens(plural, trimmed))],
80 (smart_text(join_tokens(singular, trimmed)),
81 smart_text(join_tokens(plural, trimmed))),
89 smart_text(join_tokens(singular, trimmed))],
96 smart_text(join_tokens(singular, trimmed)),
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dformat_name.c148 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
285 bt_joinmethod join_tokens, in bt_set_format_options() argument
289 format->join_tokens[part] = join_tokens; in bt_set_format_options()
698 format->join_tokens[part], should_tie); in format_name()
797 joinmethods[format->join_tokens[i]], in dump_format()
H A Dbtparse.h210 bt_joinmethod join_tokens[BT_MAX_NAMEPARTS]; member
345 bt_joinmethod join_tokens,
/dports/textproc/btparse/btparse-0.35/src/
H A Dformat_name.c148 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
285 bt_joinmethod join_tokens, in bt_set_format_options() argument
289 format->join_tokens[part] = join_tokens; in bt_set_format_options()
701 format->join_tokens[part], should_tie); in format_name()
800 joinmethods[format->join_tokens[i]], in dump_format()
H A Dbtparse.h208 bt_joinmethod join_tokens[BT_MAX_NAMEPARTS]; member
366 bt_joinmethod join_tokens,
H A Dbtparse.h.in207 bt_joinmethod join_tokens[BT_MAX_NAMEPARTS]; member
365 bt_joinmethod join_tokens,
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/lib/Text/BibTeX/
H A DNameFormat.pm221 my ($self, $part, $abbrev, $join_tokens, $join_part) = @_;
224 $abbrev, $join_tokens, $join_part);
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dformat_name.c154 format->join_tokens[i] = BTJ_MAYTIE; in bt_create_name_format()
291 bt_joinmethod join_tokens, in bt_set_format_options() argument
295 format->join_tokens[part] = join_tokens; in bt_set_format_options()
826 format->join_tokens[part], should_tie); in format_name()
931 joinmethods[format->join_tokens[i]], in dump_format()
H A Dbtparse.h174 bt_joinmethod join_tokens[BT_MAX_NAMEPARTS]; member
332 bt_joinmethod join_tokens,
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/xscode/
H A DBibTeX.xs501 _set_options (format, part, abbrev, join_tokens, join_part)
505 bt_joinmethod join_tokens
512 format, part, abbrev, join_tokens, join_part))
514 abbrev, join_tokens, join_part);
/dports/security/john/john-1.9.0-jumbo-1/run/
H A Drexgen2rules.pl177 sub join_tokens { subroutine
370 for (\&expand_quantifiers, \&join_tokens) {
/dports/editors/textadept/textadept_11.1.linux/lexers/
H A Dlexer.lua1197 local function join_tokens(lexer) function
1212 local token_rule = lexer:join_tokens()
1242 lexer._GRAMMAR = lpeg_Ct(lexer:join_tokens()^0)
1265 token_rule = child:join_tokens(),
1521 join_tokens = join_tokens, build_grammar = build_grammar, embed = M.embed,
/dports/editors/textadept/scintillua-scintillua_4.4.5-2/lexers/
H A Dlexer.lua1197 local function join_tokens(lexer) function
1212 local token_rule = lexer:join_tokens()
1242 lexer._GRAMMAR = lpeg_Ct(lexer:join_tokens()^0)
1265 token_rule = child:join_tokens(),
1521 join_tokens = join_tokens, build_grammar = build_grammar, embed = M.embed,
/dports/audio/moony-lv2/moony-0.36.0/plugin/
H A Dlexer.lua943 local function join_tokens(lexer) function
955 local token_rule = join_tokens(lexer)
989 lexer._GRAMMAR = lpeg_Ct(join_tokens(lexer)^0)
1486 token_rule = join_tokens(child),
/dports/textproc/p5-PDF-Tiny/PDF-Tiny-0.09/lib/PDF/
H A DTiny.pm1097 join_tokens(&_serialize)
H A DTiny.pod455 to join it back into a string, use the C<join_tokens> function.
465 =item join_tokens
467 PDF::Tiny::join_tokens(@tokens)
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/doc/
H A Dbt_format_names.pod19 bt_joinmethod join_tokens,
255 bt_joinmethod join_tokens,
H A Dbtparse.pod68 bt_joinmethod join_tokens,
/dports/textproc/btparse/btparse-0.35/doc/
H A Dbt_format_names.pod19 bt_joinmethod join_tokens,
255 bt_joinmethod join_tokens,
H A Dbtparse.pod68 bt_joinmethod join_tokens,
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/winappdbg/
H A Dinteractive.py251 def join_tokens(self, token_list): member in ConsoleDebugger
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydevd_attach_to_process/winappdbg/
H A Dinteractive.py251 def join_tokens(self, token_list): member in ConsoleDebugger
/dports/devel/py-pydevd/pydevd-1.1.1/pydevd_attach_to_process/winappdbg/
H A Dinteractive.py251 def join_tokens(self, token_list): member in ConsoleDebugger
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/
H A Dinteractive.py251 def join_tokens(self, token_list): member in ConsoleDebugger

12