Home
last modified time | relevance | path

Searched refs:astyle (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/astyle/
H A DMakefile.am30 astyle/astyle.html \
33 astyle/index.html \
35 astyle/links.html \
36 astyle/news.html \
38 astyle/notes.html \
48 astyle/ASEnhancer.cpp \
49 astyle/ASFormatter.cpp \
50 astyle/ASResource.cpp \
51 astyle/astyle.h
53 AM_CPPFLAGS += -I$(top_srcdir)/src/plugins/astyle/astyle
[all …]
H A Dformattersettings.cpp34 formatter.setFormattingStyle(astyle::STYLE_ALLMAN); in ApplyTo()
38 formatter.setFormattingStyle(astyle::STYLE_JAVA); in ApplyTo()
42 formatter.setFormattingStyle(astyle::STYLE_KR); in ApplyTo()
54 formatter.setFormattingStyle(astyle::STYLE_VTK); in ApplyTo()
58 formatter.setFormattingStyle(astyle::STYLE_RATLIFF); in ApplyTo()
62 formatter.setFormattingStyle(astyle::STYLE_GNU); in ApplyTo()
66 formatter.setFormattingStyle(astyle::STYLE_LINUX); in ApplyTo()
74 formatter.setFormattingStyle(astyle::STYLE_1TBS); in ApplyTo()
78 formatter.setFormattingStyle(astyle::STYLE_GOOGLE); in ApplyTo()
86 formatter.setFormattingStyle(astyle::STYLE_PICO); in ApplyTo()
[all …]
H A DMakefile.in98 @HAVE_ASTYLE_TRUE@ astyle/astyle.h
106 @HAVE_ASTYLE_FALSE@am__append_5 = astyle/astyle.h
159 astyle/ASEnhancer.cpp astyle/ASFormatter.cpp \
235 formattersettings.h astyle/astyle.h
556 astyle/astyle.html astyle/astyle_main.cpp astyle/astyle_main.h \
557 astyle/index.html astyle/install.html astyle/links.html \
558 astyle/news.html astyle/newsArchives.html astyle/notes.html \
560 astyle/styles.css astyle/subversion.html astyle/vsinstall.html \
638 astyle/ASEnhancer.lo: astyle/$(am__dirstamp) \
642 astyle/ASResource.lo: astyle/$(am__dirstamp) \
[all …]
H A Ddlgformattersettings.cpp31 formatter.setFormattingStyle(astyle::STYLE_ALLMAN); in ApplyTo()
33 formatter.setFormattingStyle(astyle::STYLE_JAVA); in ApplyTo()
35 formatter.setFormattingStyle(astyle::STYLE_KR); in ApplyTo()
41 formatter.setFormattingStyle(astyle::STYLE_VTK); in ApplyTo()
43 formatter.setFormattingStyle(astyle::STYLE_RATLIFF); in ApplyTo()
45 formatter.setFormattingStyle(astyle::STYLE_GNU); in ApplyTo()
47 formatter.setFormattingStyle(astyle::STYLE_LINUX); in ApplyTo()
51 formatter.setFormattingStyle(astyle::STYLE_1TBS); in ApplyTo()
53 formatter.setFormattingStyle(astyle::STYLE_GOOGLE); in ApplyTo()
57 formatter.setFormattingStyle(astyle::STYLE_PICO); in ApplyTo()
[all …]
/dports/games/egoboo/egoboo-2.8.1/src/
H A Drun_astyle.sh2 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.c
3 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.cpp
4 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.inl
5 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.h
8 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.c
9 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.cpp
10 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.inl
11 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.h
15 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.c
18 astyle --mode=c -s4bCSKNwm4pDUoOcZ *.h
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/astyle/
H A Dastyle_formatter.cpp125 setBracketFormatMode(astyle::NONE_MODE); in resetStyle()
162 setBracketFormatMode(astyle::BREAK_MODE); in predefinedStyle()
413 case astyle::NONE_MODE: in setBracketFormatMode()
416 case astyle::ATTACH_MODE: in setBracketFormatMode()
419 case astyle::BREAK_MODE: in setBracketFormatMode()
422 case astyle::LINUX_MODE: in setBracketFormatMode()
425 case astyle::RUN_IN_MODE: in setBracketFormatMode()
500 case astyle::PTR_ALIGN_NONE: in setPointerAlignment()
503 case astyle::PTR_ALIGN_NAME: in setPointerAlignment()
506 case astyle::PTR_ALIGN_MIDDLE: in setPointerAlignment()
[all …]
/dports/www/xist/ll-xist-5.34/src/ll/orasql/scripts/
H A Dorafind.py77 from ll import misc, orasql, astyle
83 s4warning = astyle.Style.fromenv("LL_ORASQL_REPRANSI_WARNING", "red:black")
84 s4error = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ERROR", "red:black")
86 s4addedfile = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ADDEDFILE", "black:green")
92 s4pos = astyle.Style.fromenv("LL_ORASQL_REPRANSI_POS", "black:black:bold")
94 s4connid = astyle.Style.fromenv("LL_ORASQL_REPRANSI_NOTE", "yellow:black:bold")
95 s4action = astyle.Style.fromenv("LL_ORASQL_REPRANSI_NOTE", "magenta:black")
96 s4object = astyle.Style.fromenv("LL_ORASQL_REPRANSI_OBJECT", "green:black")
117 return astyle.style_default(s4error(prefix), " ", *text)
174 stdout = astyle.Stream(sys.stdout, color)
[all …]
H A Doragrant.py102 from ll import misc, astyle, orasql
108 s4warning = astyle.Style.fromenv("LL_ORASQL_REPRANSI_WARNING", "red:black")
109 s4error = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ERROR", "red:black")
110 s4connectstring = astyle.Style.fromenv("LL_ORASQL_REPRANSI_CONNECTSTRING", "yellow:black")
111 s4object = astyle.Style.fromenv("LL_ORASQL_REPRANSI_OBJECT", "green:black")
135 stdout = astyle.Stream(sys.stdout, color)
136 stderr = astyle.Stream(sys.stderr, color)
166 msg = astyle.style_default("oragrant.py: ", cs1, " -> ", cs2, f": fetching/granting #{i+1:,}")
168 msg = astyle.style_default("oragrant.py: ", cs1, f" fetching #{i+1:,}")
169 msg = astyle.style_default(msg, " ", s4object(str(obj)))
[all …]
H A Doradiff.py98 from ll import misc, orasql, astyle
104 s4warning = astyle.Style.fromenv("LL_ORASQL_REPRANSI_WARNING", "red:black")
105 s4error = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ERROR", "red:black")
107 s4addedfile = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ADDEDFILE", "black:green")
108 s4addedline = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ADDEDLINE", "green:black")
113 s4pos = astyle.Style.fromenv("LL_ORASQL_REPRANSI_POS", "black:black:bold")
115 s4connid = astyle.Style.fromenv("LL_ORASQL_REPRANSI_NOTE", "yellow:black:bold")
116 s4object = astyle.Style.fromenv("LL_ORASQL_REPRANSI_OBJECT", "green:black")
232 stdout = astyle.Stream(sys.stdout, color)
233 stderr = astyle.Stream(sys.stderr, color)
[all …]
H A Doracreate.py106 from ll import misc, astyle, orasql
112 s4warning = astyle.Style.fromenv("LL_ORASQL_REPRANSI_WARNING", "red:black")
113 s4error = astyle.Style.fromenv("LL_ORASQL_REPRANSI_ERROR", "red:black")
114 s4connectstring = astyle.Style.fromenv("LL_ORASQL_REPRANSI_CONNECTSTRING", "yellow:black")
115 s4object = astyle.Style.fromenv("LL_ORASQL_REPRANSI_OBJECT", "green:black")
139 stdout = astyle.Stream(sys.stdout, color)
140 stderr = astyle.Stream(sys.stderr, color)
173 msg = astyle.style_default("oracreate.py: ", cs1, " -> ", cs2, f": fetching/creating #{i+1:,}")
175 msg = astyle.style_default("oracreate.py: ", cs1, f" fetching #{i+1:,}")
176 msg = astyle.style_default(msg, " ", s4object(str(obj)))
[all …]
/dports/www/xist/ll-xist-5.34/src/ll/xist/
H A Dpresent.py35 import astyle
37 from ll import astyle
41 s4tab = astyle.Style.fromenv("LL_XIST_STYLE_TAB", "blue:black")
49 s4text = astyle.Style.fromenv("LL_XIST_STYLE_TEXT", "white:black")
57 s4null = astyle.Style.fromenv("LL_XIST_STYLE_NULL", "red:black")
141 s4url = astyle.Style.fromenv("LL_XIST_STYLE_URL", "green:black")
153 s4id = astyle.Style.fromenv("LL_XIST_STYLE_ID", "yellow:black")
585 attrtext = astyle.Text()
629 line = astyle.style_default(self._indent(), "}")
683 attrname = astyle.style_default(attrname)
[all …]
/dports/science/plumed/plumed2-2.7.2/src/maketools/
H A Dcodecheck25 …ools/plumedcheck *.{h,cpp} ../../configure.ac --astyle=../../astyle/astyle --astyle-options=../../…
27 …check --global-check */*.{h,cpp} ../configure.ac --astyle=../astyle/astyle --astyle-options=../.as…
/dports/math/bonmin/Bonmin-releases-1.8.8/Bonmin/
H A DMakefile.am84 astyle: target
85 cd src/Algorithms; $(MAKE) astyle
86 cd src/Algorithms/Ampl; $(MAKE) astyle
87 cd src/Algorithms/Branching; $(MAKE) astyle
88 cd src/Algorithms/OaGenerators; $(MAKE) astyle
89 cd src/Apps; $(MAKE) astyle
90 cd src/CbcBonmin; $(MAKE) astyle
91 cd src/Interfaces; $(MAKE) astyle
92 cd src/Interfaces/Ampl; $(MAKE) astyle
93 cd src/Interfaces/Filter; $(MAKE) astyle
[all …]
/dports/science/plumed/plumed2-2.7.2/developer-doc/
H A DCodeFormatting.md3 Since version 2.3.2, we format code using <a href="http://astyle.sourceforge.net/"> astyle </a>.
4 As a convention, we use `astyle` version 3.00, with the options that are
6 You might want to automatize the application of `astyle` using those options.
9 > make astyle
28 # Bring in all the changes in v2.3 up to astyle formatting (excluded):
29 > git merge astyle-v2.3~1
30 # Notice that this will include the astyle scripts, but not
33 # Mark the following commit (astyle-v2.3) as merged, even though
35 > git merge -s ours astyle-v2.3
38 # Indeed, instead of merging it, we apply directly astyle to the
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/.github/workflows/
H A Dastyle.yml1 name: astyle
11 astyle-code:
12 name: astyle check
22 run: sudo apt-get install astyle
24 - name: astyle check
25 run: make astyle-check
30 make astyle
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/.github/workflows/
H A Dastyle.yml1 name: astyle
11 astyle-code:
12 name: astyle check
22 run: sudo apt-get install astyle
24 - name: astyle check
25 run: make astyle-check
30 make astyle
/dports/devel/kdevelop/kdevelop-21.12.3/cmake/modules/
H A DFindLibAStyle.cmake5 # LibAStyle_FOUND - whether the astyle library was found
6 # LibAStyle_LIBRARIES - the astyle library
7 # LibAStyle_INCLUDE_DIR - the include path of the astyle library
8 # LibAStyle_CFLAGS - the compiler flags needed when building with the astyle library
17 NAMES astyle
21 NAMES astyle.h
24 # astyle is built without RTTI
35 #include <astyle.h>
38 astyle::ASPeekStream foo(nullptr);
/dports/www/xist/ll-xist-5.34/src/ll/scripts/
H A Ducp.py135 import astyle
137 from ll import astyle
157 …msg = astyle.style_default("ucp: ", astyle.style_url(strurlread), astyle.style_warn(" (directory s…
161 msg = astyle.style_default("ucp: ", astyle.style_url(strurlread), " -> ")
181 msg = astyle.style_error(f" (failed with {exctype}: {excmsg})")
187 msg = astyle.style_default(astyle.style_url(str(urlwrite)), f" ({size:,} bytes)")
215 stdout = astyle.Stream(sys.stdout, color)
216 stderr = astyle.Stream(sys.stderr, color)
/dports/net-im/tox/c-toxcore-0.2.13/docs/
H A Dapidsl.md7 * ``astyle`` ``>=2.03``
15 1. Make sure that you have ``curl`` and ``>=astyle-2.03`` installed
24 | astyle --options=other/astyle/astylerc \
29 | astyle --options=other/astyle/astylerc \
43 2. Install ``astyle``, version 2.03 or later.
46 5. Parse generated ``tox.h`` with astyle, minimal command for it would be:
48 astyle --options=other/astyle/astylerc toxcore/tox.h
51 **Always pass output from ``apidsl`` through astyle.**
/dports/cad/stepcode/stepcode-0.8/misc/
H A Dastyle.cfg1 #astyle config file
3 #run astyle on one or a few files: use
4 # astyle --options=misc/astyle.cfg path/to/file
6 #run astyle on all files: from the scl root dir, use
7 # astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h" "src/*.h" "test/*…
10 # DO NOT run astyle on flex/bison input such as expparse.y and expscan.l!
/dports/devel/astyle/astyle/build/gcc/
H A DMakefile32 SYSCONF_PATH=$(prefix)/share/doc/astyle
105 $(objdir)/%_s.o: %.cpp astyle.h
110 $(objdir)/%_sd.o: %.cpp astyle.h
115 $(objdir)/%_a.o: %.cpp astyle.h
120 $(objdir)/%_ad.o: %.cpp astyle.h
125 $(objdir)/%_sj.o: %.cpp astyle.h
130 $(objdir)/%_sjd.o: %.cpp astyle.h
137 release: astyle
138 astyle: $(OBJ) target
190 rm -f $(objdir)/*.o $(bindir)/*astyle*
[all …]
/dports/devel/astyle/astyle/build/intel/
H A DMakefile42 SYSCONF_PATH=$(prefix)/share/doc/astyle
115 $(objdir)/%_s.o: %.cpp astyle.h
120 $(objdir)/%_sd.o: %.cpp astyle.h
125 $(objdir)/%_a.o: %.cpp astyle.h
130 $(objdir)/%_ad.o: %.cpp astyle.h
135 $(objdir)/%_sj.o: %.cpp astyle.h
140 $(objdir)/%_sjd.o: %.cpp astyle.h
147 release: astyle
148 astyle: $(OBJ) target
200 rm -f $(objdir)/*.o $(bindir)/*astyle*
[all …]
/dports/devel/astyle/astyle/build/clang/
H A DMakefile32 SYSCONF_PATH=$(prefix)/share/doc/astyle
105 $(objdir)/%_s.o: %.cpp astyle.h
110 $(objdir)/%_sd.o: %.cpp astyle.h
115 $(objdir)/%_a.o: %.cpp astyle.h
120 $(objdir)/%_ad.o: %.cpp astyle.h
125 $(objdir)/%_sj.o: %.cpp astyle.h
130 $(objdir)/%_sjd.o: %.cpp astyle.h
137 release: astyle
138 astyle: $(OBJ) target
190 rm -f $(objdir)/*.o $(bindir)/*astyle*
[all …]
/dports/science/plumed/plumed2-2.7.2/astyle/build/clang/
H A DMakefile32 SYSCONF_PATH=$(prefix)/share/doc/astyle
105 $(objdir)/%_s.o: %.cpp astyle.h
110 $(objdir)/%_sd.o: %.cpp astyle.h
115 $(objdir)/%_a.o: %.cpp astyle.h
120 $(objdir)/%_ad.o: %.cpp astyle.h
125 $(objdir)/%_sj.o: %.cpp astyle.h
130 $(objdir)/%_sjd.o: %.cpp astyle.h
137 release: astyle
138 astyle: $(OBJ) target
190 rm -f $(objdir)/*.o $(bindir)/*astyle*
[all …]
/dports/science/plumed/plumed2-2.7.2/astyle/build/gcc/
H A DMakefile32 SYSCONF_PATH=$(prefix)/share/doc/astyle
105 $(objdir)/%_s.o: %.cpp astyle.h
110 $(objdir)/%_sd.o: %.cpp astyle.h
115 $(objdir)/%_a.o: %.cpp astyle.h
120 $(objdir)/%_ad.o: %.cpp astyle.h
125 $(objdir)/%_sj.o: %.cpp astyle.h
130 $(objdir)/%_sjd.o: %.cpp astyle.h
137 release: astyle
138 astyle: $(OBJ) target
190 rm -f $(objdir)/*.o $(bindir)/*astyle*
[all …]

12345678910>>...46