Home
last modified time | relevance | path

Searched refs:set_indent (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/textproc/reflex/reflex-20210808/
H A Dgen.c82 set_indent(2); in gen_bu_action()
616 set_indent(1); in gen_NUL_trans()
956 set_indent(2); in make_tables()
987 set_indent(0); in make_tables()
1005 set_indent(0); in make_tables()
1171 set_indent(2); in make_tables()
1204 set_indent(0); in make_tables()
1208 set_indent(2); in make_tables()
1218 set_indent(0); in make_tables()
1436 set_indent(1); in make_tables()
[all …]
/dports/devel/py-jsbeautifier/jsbeautifier-1.11.0/jsbeautifier/core/
H A Doutput.py49 line.set_indent(self.__indent_count, self.__alignment_count)
58 def set_indent(self, indent=0, alignment=0): member in OutputLine
86 next.set_indent(self.__wrap_point_indent_count,
274 def set_indent(self, indent=0, alignment=0): member in Output
276 self.next_line.set_indent(indent, alignment)
280 self.current_line.set_indent(indent, alignment)
282 self.current_line.set_indent()
289 self.current_line.set_indent(-1)
/dports/games/pentobi/pentobi-19.1/libboardgame_base/
H A DTreeWriter.h43 void set_indent(int indent) { m_writer.set_indent(indent); } in set_indent() function
/dports/devel/libcwd/libcwd-1.0.6/testsuite/libcwd.tst/
H A Ddo.cc126 Debug( libcw_do.set_indent(8) );
127 Debug( my_own_do.set_indent(11) );
128 Debug( example::my_own_do.set_indent(13) );
212 Debug( libcw_do.set_indent(0) );
213 Debug( my_own_do.set_indent(0) );
214 Debug( example::my_own_do.set_indent(0) );
H A Dcf.cc38 Debug( libcw_do.set_indent(3) );
41 Debug( local_debug_object.set_indent(3) );
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dgen.c198 set_indent (3); in gen_bu_action()
216 set_indent (0); in gen_bu_action()
1542 set_indent (1); in make_tables()
1581 set_indent (0); in make_tables()
1600 set_indent (0); in make_tables()
1975 set_indent (2); in make_tables()
1998 set_indent (2); in make_tables()
2129 set_indent (4); in make_tables()
2155 set_indent (1); in make_tables()
2160 set_indent (2); in make_tables()
[all …]
/dports/textproc/flex/flex-2.6.4/src/
H A Dgen.c176 set_indent (3); in gen_bu_action()
194 set_indent (0); in gen_bu_action()
1504 set_indent (1); in make_tables()
1543 set_indent (0); in make_tables()
1562 set_indent (0); in make_tables()
1934 set_indent (2); in make_tables()
1957 set_indent (2); in make_tables()
2088 set_indent (4); in make_tables()
2114 set_indent (1); in make_tables()
2119 set_indent (2); in make_tables()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dvardata.c43 set_indent(int in) { in set_indent() function
283 set_indent(4 + indent_get()); in annotate_brief()
570 set_indent ((int)strlen(vp->name) + 4 + indent_get()); in vardata()
573 set_indent (2 + indent_get()); in vardata()
748 set_indent (7); in vardatax()
791 set_indent(2); in vardatax()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dvardata.c43 set_indent(int in) { in set_indent() function
283 set_indent(4 + indent_get()); in annotate_brief()
570 set_indent ((int)strlen(vp->name) + 4 + indent_get()); in vardata()
573 set_indent (2 + indent_get()); in vardata()
748 set_indent (7); in vardatax()
791 set_indent(2); in vardatax()
/dports/textproc/py-pygments/Pygments-2.7.2/build/lib/pygments/lexers/
H A Ddata.py90 def set_indent(token_class, implicit=False): member in YamlLexer
224 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
237 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
266 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/textproc/py-pygments/stage/usr/local/lib/python3.8/site-packages/pygments/lexers/
H A Ddata.py90 def set_indent(token_class, implicit=False): member in YamlLexer
224 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
237 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
266 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/textproc/py-pygments-25/Pygments-2.5.2/pygments/lexers/
H A Ddata.py90 def set_indent(token_class, implicit=False): member in YamlLexer
224 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
237 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
266 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/www/moinmoin/moin-1.9.11/MoinMoin/support/pygments/lexers/
H A Ddata.py90 def set_indent(token_class, implicit=False): member in YamlLexer
224 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
237 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
266 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/textproc/py-pygments/Pygments-2.7.2/pygments/lexers/
H A Ddata.py90 def set_indent(token_class, implicit=False): member in YamlLexer
224 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
237 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
266 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/science/hdf/hdf-4.2.15/mfhdf/ncdump/
H A Dvardata.c514 set_indent (strlen(fixed_var) + 4);
517 set_indent (2);
570 set_indent(4);
609 set_indent(2);
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/pygments/lexers/
H A Ddata.py89 def set_indent(token_class, implicit=False): member in YamlLexer
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
236 bygroups(Name.Tag, set_indent(Punctuation, implicit=True))),
265 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/devel/elixir-conform/conform-2.5.2/lib/conform/utils/
H A Dcode.ex239 defp indent!, do: set_indent(+1)
240 defp unindent!, do: set_indent(-1)
243 defp set_indent(0), do: get_indent() function
244 defp set_indent(x), do: Agent.get_and_update(__MODULE__, &{&1+x, &1+x}) function
/dports/www/firefox/firefox-99.0/third_party/python/PyYAML/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/devel/py-yaml/PyYAML-5.4.1/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/PyYAML/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/www/firefox-legacy/firefox-52.8.0esr/python/pyyaml/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/PyYAML/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyyaml/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pyyaml/examples/pygments-lexer/
H A Dyaml.py76 def set_indent(TokenClass, implicit=False): function
223 (r'[?:-](?=[ ]|$)', set_indent(Punctuation.Indicator)),
262 (r':(?=[ ]|$)', set_indent(Punctuation.Indicator, implicit=True)),
/dports/print/typetools/lcdf-typetools-2.108/include/efont/
H A Dt1unparser.hh14 void set_indent(const String &s) { _indent = s; } in set_indent() function in Efont::CharstringUnparser

12345678