Home
last modified time | relevance | path

Searched refs:BaseFormatter (Results 1 – 25 of 146) sorted by relevance

123456

/dports/devel/py-flake8/flake8-4.0.1/tests/unit/
H A Dtest_base_formatter.py22 formatter = base.BaseFormatter(options(output_file=filename))
35 formatter = base.BaseFormatter(options())
45 formatter = base.BaseFormatter(options())
54 formatter = base.BaseFormatter(options(show_source=False))
67 formatter = base.BaseFormatter(options(show_source=True))
98 formatter = base.BaseFormatter(options(show_source=True))
111 formatter = base.BaseFormatter(options(tee=tee))
133 formatter = base.BaseFormatter(options())
139 class AfterInitFormatter(base.BaseFormatter):
153 class FormatFormatter(base.BaseFormatter):
H A Dtest_style_guide.py29 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
43 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
70 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
83 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
114 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
140 formatter = mock.create_autospec(base.BaseFormatter, instance=True)
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DFormat.h72 class BaseFormatter {
112 typedef BaseFormatter BaseType;
183 explicit BaseFormatter(StringPiece str, Args&&... args);
186 BaseFormatter(const BaseFormatter&) = delete;
187 BaseFormatter& operator=(const BaseFormatter&) = delete;
194 BaseFormatter(BaseFormatter&&) = default;
195 BaseFormatter& operator=(BaseFormatter&&) = default;
210 class Formatter : public BaseFormatter<
216 : BaseFormatter< in Formatter()
230 friend class BaseFormatter<
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DFormat.h73 class BaseFormatter {
104 typedef BaseFormatter BaseType;
173 explicit BaseFormatter(StringPiece str, Args&&... args);
176 BaseFormatter(const BaseFormatter&) = delete;
177 BaseFormatter& operator=(const BaseFormatter&) = delete;
184 BaseFormatter(BaseFormatter&&) = default;
185 BaseFormatter& operator=(BaseFormatter&&) = default;
200 class Formatter : public BaseFormatter<
206 : BaseFormatter< in Formatter()
220 friend class BaseFormatter<
[all …]
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/src/ansiblelint/formatters/
H A D__init__.py18 class BaseFormatter(Generic[T]):
59 class Formatter(BaseFormatter): # type: ignore
75 class QuietFormatter(BaseFormatter[Any]):
83 class ParseableFormatter(BaseFormatter[Any]):
100 class AnnotationsFormatter(BaseFormatter): # type: ignore
142 class ParseableSeverityFormatter(BaseFormatter[Any]):
157 class CodeclimateJSONFormatter(BaseFormatter[Any]):
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dformatters.py287 class BaseFormatter(Configurable): class
567 class PlainTextFormatter(BaseFormatter):
707 class HTMLFormatter(BaseFormatter):
724 class MarkdownFormatter(BaseFormatter):
738 class SVGFormatter(BaseFormatter):
755 class PNGFormatter(BaseFormatter):
773 class JPEGFormatter(BaseFormatter):
791 class LatexFormatter(BaseFormatter):
808 class JSONFormatter(BaseFormatter):
864 class PDFFormatter(BaseFormatter):
[all …]
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dformatters.py280 class BaseFormatter(Configurable): class
560 class PlainTextFormatter(BaseFormatter):
704 class HTMLFormatter(BaseFormatter):
721 class MarkdownFormatter(BaseFormatter):
735 class SVGFormatter(BaseFormatter):
752 class PNGFormatter(BaseFormatter):
770 class JPEGFormatter(BaseFormatter):
788 class LatexFormatter(BaseFormatter):
805 class JSONFormatter(BaseFormatter):
861 class PDFFormatter(BaseFormatter):
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/formatters/
H A D__init__.py33 class BaseFormatter(object): class
56 class Formatter(BaseFormatter):
71 class JUnitFormatter(BaseFormatter):
121 class JsonFormatter(BaseFormatter):
164 class QuietFormatter(BaseFormatter):
177 class ParseableFormatter(BaseFormatter):
194 class PrettyFormatter(BaseFormatter):
/dports/devel/py-flake8/flake8-4.0.1/docs/source/plugin-development/
H A Dformatters.rst15 class Example(base.BaseFormatter):
21 :class:`~flake8.formatting.base.BaseFormatter` class. If we follow the
29 class Example(base.BaseFormatter):
46 By default :meth:`flake8.formatting.base.BaseFormatter.handle` simply calls
53 .. autoclass:: flake8.formatting.base.BaseFormatter
/dports/sysutils/py-ansible-lint/ansible-lint-5.3.1/test/
H A DTestBaseFormatter.py7 from ansiblelint.formatters import BaseFormatter
24 base_formatter = BaseFormatter(base_dir, relative_path) # type: ignore
48 base_formatter = BaseFormatter(base_dir, True) # type: ignore
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py7 from base import BaseFormatter
10 class ErrorSummaryFormatter(BaseFormatter):
16 rv = BaseFormatter.__call__(self, data)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py10 from .base import BaseFormatter
13 class ErrorSummaryFormatter(BaseFormatter):
20 rv = BaseFormatter.__call__(self, data)
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/py/formatters/
H A Dbinary.py3 from .base import BaseFormatter
6 class BinaryFormatter(BaseFormatter):
H A Dcbor.py3 from .base import BaseFormatter
6 class CBORFormatter(BaseFormatter):
H A Dphpserialize.py4 from .base import BaseFormatter
7 class PhpSerializeFormatter(BaseFormatter):
/dports/security/py-gixy/gixy-0.1.20/gixy/formatters/
H A Dconsole.py3 from gixy.formatters.base import BaseFormatter
7 class ConsoleFormatter(BaseFormatter):
H A Dtext.py3 from gixy.formatters.base import BaseFormatter
7 class TextFormatter(BaseFormatter):
H A D__init__.py2 from gixy.formatters.base import BaseFormatter
20 for klass in BaseFormatter.__subclasses__():
H A Djson.py5 from gixy.formatters.base import BaseFormatter
8 class JsonFormatter(BaseFormatter):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py10 from .base import BaseFormatter
13 class ErrorSummaryFormatter(BaseFormatter):
21 rv = BaseFormatter.__call__(self, data)
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py11 from .base import BaseFormatter
14 class ErrorSummaryFormatter(BaseFormatter):
27 rv = BaseFormatter.__call__(self, data)
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py11 from .base import BaseFormatter
14 class ErrorSummaryFormatter(BaseFormatter):
27 rv = BaseFormatter.__call__(self, data)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozlog/mozlog/formatters/
H A Derrorsummary.py11 from .base import BaseFormatter
14 class ErrorSummaryFormatter(BaseFormatter):
27 rv = BaseFormatter.__call__(self, data)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wptrunner/wptrunner/formatters/
H A Dwptscreenshot.py2 from mozlog.structured.formatters.base import BaseFormatter
7 class WptscreenshotFormatter(BaseFormatter): # type: ignore
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wptrunner/wptrunner/formatters/
H A Dwptscreenshot.py2 from mozlog.structured.formatters.base import BaseFormatter
7 class WptscreenshotFormatter(BaseFormatter): # type: ignore

123456