Home
last modified time | relevance | path

Searched refs:breathe (Results 1 – 25 of 1664) sorted by relevance

12345678910>>...67

/dports/devel/py-breathe/breathe-4.31.0/
H A DCHANGELOG.rst9 - Fix mypy issues on CI. `#731 <https://github.com/michaeljones/breathe/pull/731>`__
12 …s. `#717 <https://github.com/michaeljones/breathe/issues/717>`__ `#720 <https://github.com/michael…
13 - Directive refactoring. `#698 <https://github.com/michaeljones/breathe/pull/698>`__
14 - Handle parsing errors. `#711 <https://github.com/michaeljones/breathe/pull/711>`__
15 …s. `#722 <https://github.com/michaeljones/breathe/issues/722>`__ `#723 <https://github.com/michael…
116 …- Reuse breathe.__version__ in setup.py. `#572 <https://github.com/michaeljones/breathe/pull/572>`…
141 - Refactoring. `#528 <https://github.com/michaeljones/breathe/pull/528>`__
271 refids generated by breathe for doxygen elements contain the project name
290 - Add `--project` flag to breathe-apidoc helper
310 - Issue with running breathe-apidoc for the first time.
[all …]
H A DMakefile39 flake8 breathe/*.py \
40 breathe/directives/*.py \
41 breathe/finder/*.py \
42 breathe/renderer/sphinxrenderer.py \
43 breathe/renderer/filter.py \
44 breathe/parser/compound.py
48 mypy breathe tests
H A Dmypy.ini4 [mypy-breathe.parser.compound]
7 [mypy-breathe.parser.compoundsuper]
10 [mypy-breathe.parser.index]
13 [mypy-breathe.parser.indexsuper]
/dports/devel/py-breathe/breathe-4.31.0/breathe/directives/
H A Dsetup.py1 from breathe.directives import BaseDirective
2 from breathe.directives.class_like import (
5 from breathe.directives.content_block import (
8 from breathe.directives.file import DoxygenFileDirective, AutoDoxygenFileDirective
9 from breathe.directives.function import DoxygenFunctionDirective
10 from breathe.directives.index import DoxygenIndexDirective, AutoDoxygenIndexDirective
11 from breathe.directives.item import (
15 from breathe.finder.factory import FinderFactory
16 from breathe.parser import DoxygenParserFactory
17 from breathe.project import ProjectInfoFactory
[all …]
H A D__init__.py1 from breathe.finder.factory import FinderFactory
2 from breathe.parser import DoxygenParserFactory
3 from breathe.parser import FileIOError, ParserError
4 from breathe.project import ProjectInfoFactory, ProjectInfo
5 from breathe.renderer import format_parser_error, RenderContext
6 from breathe.renderer.filter import Filter, FilterFactory
7 from breathe.renderer.mask import MaskFactoryBase
8 from breathe.renderer.sphinxrenderer import SphinxRenderer
9 from breathe.renderer.target import TargetHandler
H A Dcontent_block.py1 from breathe.directives import BaseDirective
2 from breathe.file_state_cache import MTimeError
3 from breathe.project import ProjectError
4 from breathe.renderer import RenderContext
5 from breathe.renderer.mask import NullMaskFactory
6 from breathe.renderer.sphinxrenderer import SphinxRenderer
7 from breathe.renderer.target import create_target_handler
H A Ditem.py1 from breathe.directives import BaseDirective
2 from breathe.file_state_cache import MTimeError
3 from breathe.project import ProjectError
4 from breathe.renderer.filter import Filter
5 from breathe.renderer.mask import NullMaskFactory
6 from breathe.renderer.target import create_target_handler
H A Dfunction.py1 from breathe.directives import BaseDirective
2 from breathe.exception import BreatheError
3 from breathe.file_state_cache import MTimeError
4 from breathe.parser import ParserError, FileIOError
5 from breathe.project import ProjectError
6 from breathe.renderer import format_parser_error, RenderContext
7 from breathe.renderer.sphinxrenderer import WithContext
8 from breathe.renderer.mask import (
11 from breathe.renderer.sphinxrenderer import SphinxRenderer
12 from breathe.renderer.target import create_target_handler
H A Dclass_like.py1 from breathe.directives import BaseDirective
2 from breathe.file_state_cache import MTimeError
3 from breathe.project import ProjectError
4 from breathe.renderer.mask import NullMaskFactory
5 from breathe.renderer.target import create_target_handler
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dbreathing-sign-accidentals.ly8 f2 \breathe <g bis> |
9 g2 \breathe <e! g> |
10 f2 \breathe <g bes> |
11 g2 \breathe <g ees> |
12 f2 \breathe <g bis> |
13 g2 \breathe <e g!> |
H A Dbreathing-sign.ly13 %% by default, \breathe uses the rcomma, just as if saying:
17 c''4 c \breathe c c |
24 c4 c \breathe c c |
30 c4 c \breathe c c |
36 c4 c \breathe c c |
40 c4 c \breathe c c |
H A Dsong-breathe.ly9 \festival "song-breathe.xml" { \tempo 4 = 100 }
12 \relative { c'2 e \breathe g }
15 #(ly:progress "song-breathe")
16 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))
/dports/devel/py-breathe/breathe-4.31.0/documentation/source/
H A Dquickstart.rst6 * breathe was downloaded and extracted somewhere
13 * breathe path: :file:`/home/me/docproj/ext/breathe/`
20 The following steps are required to integrate breathe functionality:
22 #. Add the breathe path to your conf.py by adding the following line::
24 sys.path.append( "/home/me/docproj/ext/breathe/" )
26 #. Add breathe as an extension the line could look like this::
28 extensions = ['sphinx.ext.pngmath', 'sphinx.ext.todo', 'breathe' ]
30 #. Tell breathe about the projects::
H A Dindex.rst21 <https://github.com/michaeljones/breathe>`_ code. It does not necessarily
30 `github repository <https://github.com/michaeljones/breathe>`_ for a more
46 * **Basic support for Sphinx domains** - Link to functions in the breathe output
98 * `PyPI, the Python Package Index <http://pypi.python.org/pypi/breathe>`_
99 * `Github <https://github.com/michaeljones/breathe>`_
105 <https://github.com/michaeljones/breathe/blob/master/LICENSE>`_.
137 extensions = [ "breathe" ]
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dbreathing-sign.ly13 %% by default, \breathe uses the rcomma, just as if saying:
17 c''4 c \breathe c c |
24 c4 c \breathe c c |
30 c4 c \breathe c c |
36 c4 c \breathe c c |
40 c4 c \breathe c c |
H A Dsong-breathe.ly9 \festival "song-breathe.xml" { \tempo 4 = 100 }
12 \relative { c'2 e \breathe g }
15 #(ly:progress "song-breathe")
16 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))
/dports/devel/py-breathe/breathe-4.31.0/breathe/finder/
H A Dfactory.py1 from breathe.finder import ItemFinder
2 from breathe.finder import index as indexfinder
3 from breathe.finder import compound as compoundfinder
4 from breathe.parser import DoxygenParserFactory
5 from breathe.project import ProjectInfo
6 from breathe.renderer.filter import Filter
/dports/print/lilypond/lilypond-2.22.1/Documentation/snippets/
H A Dbreathing-signs.ly23 % this bar contains no \breathe
26 % by default, \breathe uses the rcomma, just as if saying:
28 << { g4 as g } \\ { es4 \breathe bes es } >> |
34 << { g4 as g } \\ { es4 \breathe bes es } >> |
38 es8[ d es f g] \breathe f |
43 es8[ d] \breathe es[ f g f] |
/dports/print/lilypond-devel/lilypond-2.23.5/Documentation/snippets/
H A Dbreathing-signs.ly23 % this bar contains no \breathe
26 % by default, \breathe uses the rcomma, just as if saying:
28 << { g4 as g } \\ { es4 \breathe bes es } >> |
34 << { g4 as g } \\ { es4 \breathe bes es } >> |
38 es8[ d es f g] \breathe f |
43 es8[ d] \breathe es[ f g f] |
/dports/dns/knot-resolver/knot-resolver-5.4.3/doc/
H A DREADME.md9 also requires [breathe][breathe] and [Sphinx][sphinx] for building sane documentation pages.
13 [breathe]: https://github.com/michaeljones/breathe
19 pip install -U Sphinx breathe
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/doc/sphinx/
H A Dmeson.build3 breathe = find_program('breathe-apidoc', required: true) variable
6 breathe_c = run_command(breathe, '--version')
18 error('Use at least breathe version 4.11, found ' + breathe_v)
27 # modify the sphinx configuration and the breathe doxygen XML database
71 'weston-doc-breathe',
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/doc/sphinx/
H A Dmeson.build3 breathe = find_program('breathe-apidoc', required: true) variable
6 breathe_c = run_command(breathe, '--version')
18 error('Use at least breathe version 4.11, found ' + breathe_v)
27 # modify the sphinx configuration and the breathe doxygen XML database
71 'weston-doc-breathe',
/dports/devel/py-breathe/breathe-4.31.0/breathe/
H A D__init__.py1 from breathe.directives.setup import setup as directive_setup
2 from breathe.file_state_cache import setup as file_state_cache_setup
3 from breathe.renderer.sphinxrenderer import setup as renderer_setup
/dports/audio/rosegarden/rosegarden-21.06.1/test/lilypond/baseline/
H A Dbwv-1060-trumpet-duet-excerpt.ly51 …\breathe a' 8 ^( [ d'' ) fis'' ^( e'' ) ] a' [ d'' 16 ^( e'' ) ] fis'' ^( [ e'' ) fis'' ^( e'' ) ]…
54 … \breathe e'' 16 ^( [ d'' c'' b' ) ] a' 8 [ a' ] a' 4 r16 \stemDown e' [ a' b' ] \stemNeutral |
63 …\breathe b' 8 ^( [ e'' ) g'' ^( fis'' ) ] b' [ e'' 16 ^( fis'' ) ] g'' ^( [ fis'' ) g'' ^( fis'' )…
64 … e' 8 [ fis' 16 g' ] a' [ b' c'' 8 ] c'' _( [ fis' ) ] \breathe d' 16 [ e' fis' g' ] |
161 … \breathe a 8 _( [ d' ) fis' _( e' ) ] a [ d' 16 _( e' ) ] fis' _( [ e' ) fis' _( e' ) ] |
176 c'' 8 -\tenuto _~ [ \breathe b' _( a' g' ) ] fis' _( [ e' ) d' _( cis' ) ] |
180 b' 8 -\tenuto _~ \breathe c'' \stopTrillSpan [ b' a' ] g' [ fis' e' dis' ] |
183 g 8 d'' 4 \breathe e'' 16 [ fis'' ] g'' [ fis'' e'' d'' ] c'' [ b' a' g' ] |
185 …\breathe b' 16 [ d'' e'' d'' ] c'' [ b' a' g' ] d'' 2 _\markup { \finger "0 1" } \startTrillSpan …
194 c' 4 \breathe c' 16 [ g c' e' ] a' [ g' fis' e' ] d' [ c' b c' ] |
[all …]
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/
H A D.gitmodules7 [submodule "libs/network/doc/_ext/breathe"]
8 path = libs/network/doc/_ext/breathe
9 url = https://github.com/michaeljones/breathe.git

12345678910>>...67