Home
last modified time | relevance | path

Searched refs:textX (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/lang/py-textX/textX-2.3.0/
H A DCHANGELOG.md1 # textX changelog
78 [textX-jinja](https://github.com/textX/textX-jinja)) ([#264]).
82 [textX-dev](https://github.com/textX/textX-dev)) docs ([#234])
206 - https://github.com/textX/textX/pull/71
211 - https://github.com/textX/textX/pull/69
214 - https://github.com/textX/textX/pull/77
218 - https://github.com/textX/textX/pull/79
220 - https://github.com/textX/textX/pull/84
222 - https://github.com/textX/textX/pull/81
224 - https://github.com/textX/textX/pull/68
[all …]
H A DREADME.md1 ![](https://raw.githubusercontent.com/textX/textX/master/art/textX-logo.png)
3 [![PyPI Version](https://img.shields.io/pypi/v/textX.svg)](https://pypi.python.org/pypi/textX)
5 [![Build status](https://travis-ci.org/textX/textX.svg?branch=master)](https://travis-ci.org/textX/
6 …ge](https://coveralls.io/repos/github/textX/textX/badge.svg?branch=master)](https://coveralls.io/g…
148 - [textX-LS](https://github.com/textX/textX-LS) - support for Language Server
151 - [textX-languageserver](https://github.com/textX/textX-languageserver) -
153 - [textX-extensions](https://github.com/textX/textX-extensions) - syntax
156 for textX languages
165 out [textX-ninja project](https://github.com/textX/textX-ninja). It is
177 [GitHub issue tracker](https://github.com/textX/textX/issues).
[all …]
H A DPKG-INFO2 Name: textX
5 Home-page: https://github.com/textX/textX
9 Description: ![](https://raw.githubusercontent.com/textX/textX/master/art/textX-logo.png)
13 …[![Build status](https://travis-ci.org/textX/textX.svg?branch=master)](https://travis-ci.org/textX
14 …ge](https://coveralls.io/repos/github/textX/textX/badge.svg?branch=master)](https://coveralls.io/g…
156 - [textX-LS](https://github.com/textX/textX-LS) - support for Language Server
159 - [textX-languageserver](https://github.com/textX/textX-languageserver) -
161 - [textX-extensions](https://github.com/textX/textX-extensions) - syntax
173 out [textX-ninja project](https://github.com/textX/textX-ninja). It is
185 [GitHub issue tracker](https://github.com/textX/textX/issues).
[all …]
/dports/lang/py-textX/textX-2.3.0/textX.egg-info/
H A DPKG-INFO2 Name: textX
5 Home-page: https://github.com/textX/textX
9 Description: ![](https://raw.githubusercontent.com/textX/textX/master/art/textX-logo.png)
13 …[![Build status](https://travis-ci.org/textX/textX.svg?branch=master)](https://travis-ci.org/textX
14 …ge](https://coveralls.io/repos/github/textX/textX/badge.svg?branch=master)](https://coveralls.io/g…
156 - [textX-LS](https://github.com/textX/textX-LS) - support for Language Server
159 - [textX-languageserver](https://github.com/textX/textX-languageserver) -
161 - [textX-extensions](https://github.com/textX/textX-extensions) - syntax
173 out [textX-ninja project](https://github.com/textX/textX-ninja). It is
185 [GitHub issue tracker](https://github.com/textX/textX/issues).
[all …]
/dports/devel/py-arpeggio/Arpeggio-1.10.2/
H A DCHANGELOG.md29 [#92]: https://github.com/textX/Arpeggio/issues/92
30 [#86]: https://github.com/textX/Arpeggio/pull/86
31 [#77]: https://github.com/textX/Arpeggio/pull/77
39 [#83]: https://github.com/textX/Arpeggio/pull/83
55 [#82]: https://github.com/textX/Arpeggio/issues/82
56 [#76]: https://github.com/textX/Arpeggio/issues/76
57 [#73]: https://github.com/textX/Arpeggio/issues/73
67 [#65]: https://github.com/textX/Arpeggio/issues/65
78 Reported at https://github.com/textX/textX/issues/205
92 Used by textX.
[all …]
H A DREADME.md1 ![](https://raw.githubusercontent.com/textX/Arpeggio/master/art/arpeggio-logo.png)
5 [![Build status](https://travis-ci.org/textX/Arpeggio.svg?branch=master)](https://travis-ci.org/tex…
6 …age Status](https://coveralls.io/repos/github/textX/Arpeggio/badge.svg)](https://coveralls.io/gith…
15 Arpeggio) see [textX](https://github.com/textX/textX).
H A DPKG-INFO5 Home-page: https://github.com/textX/Arpeggio
9 Description: ![](https://raw.githubusercontent.com/textX/Arpeggio/master/art/arpeggio-logo.png)
13 …[![Build status](https://travis-ci.org/textX/Arpeggio.svg?branch=master)](https://travis-ci.org/te…
14 …age Status](https://coveralls.io/repos/github/textX/Arpeggio/badge.svg)](https://coveralls.io/gith…
23 Arpeggio) see [textX](https://github.com/textX/textX).
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dserialization.cpp19 const arma::mat& textX, in CheckMatrices() argument
24 BOOST_REQUIRE_EQUAL(x.n_rows, textX.n_rows); in CheckMatrices()
28 BOOST_REQUIRE_EQUAL(x.n_cols, textX.n_cols); in CheckMatrices()
32 BOOST_REQUIRE_EQUAL(x.n_elem, textX.n_elem); in CheckMatrices()
42 BOOST_REQUIRE_SMALL(textX[i], 1e-6); in CheckMatrices()
61 BOOST_REQUIRE_EQUAL(x.n_rows, textX.n_rows); in CheckMatrices()
65 BOOST_REQUIRE_EQUAL(x.n_cols, textX.n_cols); in CheckMatrices()
69 BOOST_REQUIRE_EQUAL(x.n_elem, textX.n_elem); in CheckMatrices()
76 BOOST_REQUIRE_EQUAL(x[i], textX[i]); in CheckMatrices()
83 const arma::cube& textX, in CheckMatrices() argument
[all …]
H A Dserialization_catch.cpp25 REQUIRE(x.n_rows == textX.n_rows); in CheckMatrices()
29 REQUIRE(x.n_cols == textX.n_cols); in CheckMatrices()
33 REQUIRE(x.n_elem == textX.n_elem); in CheckMatrices()
62 REQUIRE(x.n_rows == textX.n_rows); in CheckMatrices()
66 REQUIRE(x.n_cols == textX.n_cols); in CheckMatrices()
70 REQUIRE(x.n_elem == textX.n_elem); in CheckMatrices()
77 REQUIRE(x[i] == textX[i]); in CheckMatrices()
89 REQUIRE(x.n_rows == textX.n_rows); in CheckMatrices()
93 REQUIRE(x.n_cols == textX.n_cols); in CheckMatrices()
101 REQUIRE(x.n_elem == textX.n_elem); in CheckMatrices()
[all …]
/dports/lang/py-textX/textX-2.3.0/docs/
H A Dfaq.md14 Taken from [#121](https://github.com/textX/textX/issues/121).
25 Inspired from [#116](https://github.com/textX/textX/issues/116).
32 Taken from [#44](https://github.com/textX/textX/issues/44).
43 Taken from [#44](https://github.com/textX/textX/issues/44).
54 Taken from [#36](https://github.com/textX/textX/issues/36).
62 Taken from [#101](https://github.com/textX/textX/issues/101).
69 Taken from [#124](https://github.com/textX/textX/issues/124).
76 Taken from [#124](https://github.com/textX/textX/issues/124).
83 Taken from [#124](https://github.com/textX/textX/issues/124).
89 …d to define grammar for JSON Schema in textX. You can start with the [JSON example](https://github…
[all …]
H A Dhowto.md37 …[tests/functional/test_scoping/test_metamodel_provider3.py](https://github.com/textX/textX/blob/ma…
42 …[tests/functional/test_scoping/test_inheritance.py](https://github.com/textX/textX/blob/master/tes…
60 …[tests/functional/examples/test_free_text_with_references.py](https://github.com/textX/textX/blob/…
63 ## Referncing a JSON database from within a textX model
65 Here, we link a textX model with a non textX database (could be any database
84 …st_scoping/test_reference_to_nontextx_attribute.py](https://github.com/textX/textX/blob/master/tes…
106 …[tests/functional/test_scoping/test_full_qualified_name.py](https://github.com/textX/textX/blob/ma…
112 …[tests/functional/test_scoping/test_global_import_modules.py](https://github.com/textX/textX/blob/…
115 …[tests/functional/test_scoping/test_import_module.py](https://github.com/textX/textX/blob/master/t…
162 …[tests/functional/test_metamodel/test_multi_metamodel_refs.py](https://github.com/textX/textX/blob…
[all …]
H A Djinja.md6 [textX-jinja](https://github.com/textX/textX-jinja) project.
7 You have to install it with `pip install textX-jinja` to be able to use it.
10 You can roll your own code generation approach with textX but sometimes it is
18 The idea is simple. If you want to generate a set of files from your textX
53 [\_\_package__](https://github.com/textX/textX-dev/tree/master/textxdev/scaffold/template)
61 names](https://github.com/textX/textX-dev/tree/master/textxdev/scaffold/template))
69 To see a full example of using `textX-jinja` you can take a look at the
70 implementation of `startproject` textX command in
71 [textX-dev](https://github.com/textX/textX-dev) project. This textX command will
75 textx\_jinja\_generate](https://github.com/textX/textX-dev/blob/master/textxdev/scaffold/__init__.p…
[all …]
H A Dindex.md1 ![textX logo](images/textX-logo.png)
5 [textX](https://github.com/textX/textX) is a meta-language (i.e. a
146 $ pip install --upgrade https://github.com/textX/textX/archive/master.zip
168 check out [examples](https://github.com/textX/textX/tree/master/examples/).
186 [GitHub issue tracker](https://github.com/textX/textX/issues).
189 ## Projects using textX
199 work [on his fork of textX](https://github.com/aranega/textX).
234 - [textX-LS](https://github.com/textX/textX-LS) - support for Language Server
245 for textX languages
259 out [textX-ninja project](https://github.com/textX/textX-ninja). It is
[all …]
H A Dvisualization.md39 textX -> dot textX Generating dot visualizations from textX grammars
40 textX -> PlantUML textX Generating PlantUML visualizations from textX grammars
69 example](https://github.com/textX/textX/tree/master/examples/robot)).
74 /home/igor/repos/textX/textX/examples/robot/robot.tx
75 -> /home/igor/repos/textX/textX/examples/robot/robot.dot
102 /home/igor/repos/textX/textX/examples/robot/robot.tx
103 -> /home/igor/repos/textX/textX/examples/robot/robot.pu
126 /home/igor/repos/textX/textX/examples/robot/program.rbt
127 -> /home/igor/repos/textX/textX/examples/robot/program.dot
151 example](https://github.com/textX/textX/tree/master/examples/Entity)):
[all …]
H A Dscaffolding.md1 # textX projects scaffolding
7 [textX-dev](https://github.com/textX/textX-dev) project. You have to either
8 install this project or install textX optional dev dependencies with
9 `pip install textX[dev]`.
12 In case you are developing many textX languages and generators and would like to
13 do some organization we have provided a textX command `startproject` that will
33 visible to textX which you can verify with:
53 Check the [textX registration and discovery](./registration.md) for details
55 for language/generator textX projects.
H A Dfaq-todo.md2 Follows some copy-paste of [questions found in the bug tracker](https://github.com/textX/textX/labe…
49 As documented [here](http://textx.github.io/textX/stable/metamodel/#auto-initialization-of-the-attr…
52 Taken from [#135](https://github.com/textX/textX/issues/135).
57 Inspired from [#65](https://github.com/textX/textX/issues/65).
63 See [this example](https://github.com/textX/textX/blob/master/tests/functional/test_scoping/test_re…
66 Taken from [#51](https://github.com/textX/textX/issues/51).
H A Dtextx_command.md3 Executing textX related CLI commands
7 textX has an extensible CLI tool which is a central hub for all textX CLI commands.
9 When you install textX with cli dependencies (`pip install textX[cli]`) you get
13 textX registers several sub-commands:
35 [textX-dev](https://github.com/textX/textX-dev) project which is an optional dev
37 either install `textX-dev` project or install textX dev dependencies with `pip
38 install textX[dev]`.
74 # textX language is built-in, so always registered:
150 …idea see how [textX project registers its commands](https://github.com/textX/textX/blob/master/set…
267 test](https://github.com/textX/textX/blob/master/tests/functional/subcommands/test_subcommands.py) …
[all …]
/dports/lang/py-textX/textX-2.3.0/examples/pyFlies/
H A DREADME.md1 This is an example of a complex textX language for cognitive experiments
14 /home/igor/repos/textX/textX/examples/pyFlies/pyflies.tx
15 -> /home/igor/repos/textX/textX/examples/pyFlies/pyflies.dot
20 /home/igor/repos/textX/textX/examples/pyFlies/experiment.pf
21 -> /home/igor/repos/textX/textX/examples/pyFlies/experiment.dot
/dports/games/glest/glest_source_3.2.2/source/glest_game/main/
H A Dbattle_end.cpp68 int textX= lm+300+i*120; in render() local
95 textRenderer->render((lang.get("Player")+" "+intToStr(i+1)).c_str(), textX, bm+400); in render()
96 …ender(stats.getVictory(i)? lang.get("Victory").c_str(): lang.get("Defeat").c_str(), textX, bm+360); in render()
97 textRenderer->render(controlString, textX, bm+320); in render()
98 textRenderer->render(stats.getFactionTypeName(i), textX, bm+280); in render()
99 textRenderer->render(intToStr(team).c_str(), textX, bm+240); in render()
100 textRenderer->render(intToStr(kills).c_str(), textX, bm+200); in render()
101 textRenderer->render(intToStr(deaths).c_str(), textX, bm+160); in render()
102 textRenderer->render(intToStr(unitsProduced).c_str(), textX, bm+120); in render()
103 textRenderer->render(intToStr(resourcesHarvested).c_str(), textX, bm+80); in render()
[all …]
/dports/lang/py-textX/textX-2.3.0/docs/about/
H A Dcomparison.md1 # Comparing textX to other tools
52 textX is positioned between these two classes of DSL tools. The goal of textX
59 [textx-tools](https://github.com/textX/textx-tools)).
82 textX integrates with Python typing system. In textX there is no keyword
102 In textX:
124 use the full textX language to define terminals. Furthermore, textX gives you
138 In textX:
153 textX provides a syntactic construct called [repetition
163 In textX the same expression can be written as:
278 while textX does not. In textX you use match rule with ordered choice to mimic
[all …]
/dports/lang/py-textX/textX-2.3.0/examples/json/
H A DREADME.md23 /home/igor/repos/textX/textX/examples/json/json.tx
24 -> /home/igor/repos/textX/textX/examples/json/json.dot
29 /home/igor/repos/textX/textX/examples/json/example1.json
30 -> /home/igor/repos/textX/textX/examples/json/example1.dot
36 **Note:** This is just an example that textX can be used to parse arbitrary
/dports/devel/py-arpeggio/Arpeggio-1.10.2/Arpeggio.egg-info/
H A DPKG-INFO5 Home-page: https://github.com/textX/Arpeggio
9 Description: ![](https://raw.githubusercontent.com/textX/Arpeggio/master/art/arpeggio-logo.png)
13 …[![Build status](https://travis-ci.org/textX/Arpeggio.svg?branch=master)](https://travis-ci.org/te…
14 …age Status](https://coveralls.io/repos/github/textX/Arpeggio/badge.svg)](https://coveralls.io/gith…
23 Arpeggio) see [textX](https://github.com/textX/textX).
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLabelUI.java73 int textX, int textY) { in paintEnabledText() argument
82 textX, textY); in paintEnabledText()
86 int textX, int textY) { in paintDisabledText() argument
97 textX + 1, textY + 1); in paintDisabledText()
101 textX, textY); in paintDisabledText()
106 textX + 1, textY + 1); in paintDisabledText()
109 textX, textY); in paintDisabledText()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLabelUI.java73 int textX, int textY) { in paintEnabledText() argument
82 textX, textY); in paintEnabledText()
86 int textX, int textY) { in paintDisabledText() argument
97 textX + 1, textY + 1); in paintDisabledText()
101 textX, textY); in paintDisabledText()
106 textX + 1, textY + 1); in paintDisabledText()
109 textX, textY); in paintDisabledText()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLabelUI.java73 int textX, int textY) { in paintEnabledText() argument
82 textX, textY); in paintEnabledText()
86 int textX, int textY) { in paintDisabledText() argument
97 textX + 1, textY + 1); in paintDisabledText()
101 textX, textY); in paintDisabledText()
106 textX + 1, textY + 1); in paintDisabledText()
109 textX, textY); in paintDisabledText()

12345678910>>...15