Home
last modified time | relevance | path

Searched refs:include_extra (Results 1 – 21 of 21) sorted by relevance

/dports/devel/py-asttokens/asttokens-2.0.5/asttokens/
H A Dasttokens.py134 def next_token(self, tok, include_extra=False): argument
140 if not include_extra:
145 def prev_token(self, tok, include_extra=False): argument
151 if not include_extra:
165 t = advance(t, include_extra=True)
168 def token_range(self, first_token, last_token, include_extra=False): argument
174 if include_extra or not is_non_coding_token(self._tokens[i].type):
177 def get_tokens(self, node, include_extra=False): argument
182 return self.token_range(node.first_token, node.last_token, include_extra=include_extra)
H A Dmark_tokens.py106 t = self._code.next_token(t, include_extra=True)
/dports/devel/py-asttokens/asttokens-2.0.5/tests/
H A Dtest_asttokens.py47 self.assertEqual(atok.prev_token(atok.tokens[5], include_extra=True), atok.tokens[4])
50 self.assertEqual(atok.next_token(atok.tokens[1], include_extra=True), atok.tokens[2])
66 self.assertEqual(list(atok.token_range(atok.tokens[4], atok.tokens[6], include_extra=True)),
/dports/textproc/aspell-ispell/aspell-0.60.8/lib/
H A Dconfig-c.cpp96 extern "C" KeyInfoEnumeration * aspell_config_possible_elements(Config * ths, int include_extra) in aspell_config_possible_elements() argument
98 return ths->possible_elements(include_extra); in aspell_config_possible_elements()
/dports/textproc/aspell/aspell-0.60.8/lib/
H A Dconfig-c.cpp96 extern "C" KeyInfoEnumeration * aspell_config_possible_elements(Config * ths, int include_extra) in aspell_config_possible_elements() argument
98 return ths->possible_elements(include_extra); in aspell_config_possible_elements()
/dports/net/py-python-openstackclient/python-openstackclient-5.2.1/openstackclient/common/
H A Davailability_zone.py39 def _xform_compute_availability_zone(az, include_extra): argument
44 if not include_extra:
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Dconfig.hpp201 KeyInfoEnumeration * possible_elements(bool include_extra = true,
233 void write_to_stream(OStream & out, bool include_extra = false);
H A Dconfig.cpp1038 bool include_extra; member in acommon::PossibleElementsEmul
1046 : include_extra(ic), include_modules(im), in PossibleElementsEmul()
1075 if (include_extra) in next()
1117 Config::possible_elements(bool include_extra, bool include_modules) const in possible_elements() argument
1119 return new PossibleElementsEmul(this, include_extra, include_modules); in possible_elements()
1185 bool include_extra) in write_to_stream() argument
1187 KeyInfoEnumeration * els = possible_elements(include_extra); in write_to_stream()
/dports/textproc/aspell/aspell-0.60.8/common/
H A Dconfig.hpp201 KeyInfoEnumeration * possible_elements(bool include_extra = true,
233 void write_to_stream(OStream & out, bool include_extra = false);
H A Dconfig.cpp1038 bool include_extra; member in acommon::PossibleElementsEmul
1046 : include_extra(ic), include_modules(im), in PossibleElementsEmul()
1075 if (include_extra) in next()
1117 Config::possible_elements(bool include_extra, bool include_modules) const in possible_elements() argument
1119 return new PossibleElementsEmul(this, include_extra, include_modules); in possible_elements()
1185 bool include_extra) in write_to_stream() argument
1187 KeyInfoEnumeration * els = possible_elements(include_extra); in write_to_stream()
/dports/devel/py-traits/traits-6.3.2/examples/tutorials/doc_examples/examples/
H A Dlesson.desc23 include_extra
/dports/graphics/py-traitsui/traitsui-7.1.1/examples/tutorials/doc_examples/examples/
H A Dlesson.desc23 include_extra
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ddescribe.h54 void get_feature_desc(const coord_def &gc, describe_info &inf, bool include_extra = true);
H A Ddescribe.cc2407 void get_feature_desc(const coord_def &pos, describe_info &inf, bool include_extra) in get_feature_desc() argument
2495 if (include_extra) in get_feature_desc()
/dports/textproc/aspell-ispell/aspell-0.60.8/interfaces/cc/
H A Daspell.h131 …KeyInfoEnumeration * aspell_config_possible_elements(struct AspellConfig * ths, int include_extra);
/dports/textproc/aspell/aspell-0.60.8/interfaces/cc/
H A Daspell.h131 …KeyInfoEnumeration * aspell_config_possible_elements(struct AspellConfig * ths, int include_extra);
/dports/lang/fpc-source/fpc-3.2.2/packages/aspell/src/
H A Daspell.pp84 …function aspell_config_possible_elements(ths:PAspellConfig; include_extra:cint):PAspellKeyInfoEnum…
H A Daspelldyn.pp90 …aspell_config_possible_elements: function(ths:PAspellConfig; include_extra:cint):PAspellKeyInfoEnu…
/dports/textproc/fpc-aspell/fpc-3.2.2/packages/aspell/src/
H A Daspell.pp84 …function aspell_config_possible_elements(ths:PAspellConfig; include_extra:cint):PAspellKeyInfoEnum…
H A Daspelldyn.pp90 …aspell_config_possible_elements: function(ths:PAspellConfig; include_extra:cint):PAspellKeyInfoEnu…
/dports/polish/kadu/kadu-4.3/varia/win32/dependencies/patches/
H A Daspell-0.60.6-20100726.diff2036 -extern "C" KeyInfoEnumeration * aspell_config_possible_elements(Config * ths, int include_extra)
2037 …SPELL_EXPORT KeyInfoEnumeration * aspell_config_possible_elements(Config * ths, int include_extra)
2039 return ths->possible_elements(include_extra);