Home
last modified time | relevance | path

Searched +refs:as +refs:tags +refs:default (Results 151 – 175 of 60047) sorted by relevance

12345678910>>...2402

/dports/devel/py-jsonnet/jsonnet-0.17.0/doc/third_party/js-yaml/
H A DREADME.md78 your own tags), see [wiki](https://github.com/nodeca/js-yaml/wiki) and
104 - `filename` _(default: null)_ - string to be used as a file path in
113 - `CORE_SCHEMA` - same as `JSON_SCHEMA`:
161 Same as `safeLoadAll()` but uses `DEFAULT_FULL_SCHEMA` by default.
181 - `lineWidth` _(default: `80`)_ - set max line width.
220 '!!null': 'canonical' // dump null as ~
228 Same as `safeDump()` but without limits (uses `DEFAULT_FULL_SCHEMA` by default).
234 The list of standard YAML tags and corresponding JavaScipt types. See also
253 **JavaScript-specific tags**
296 If you have not used __custom__ tags or loader classes and not loaded yaml
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/website/source/docs/agent/
H A Dservices.html.md34 "tags": ["primary"],
84 default, the IP address of the agent is used, and this does not need to be provided.
91 For performance and security reasons, values as well as keys are limited to 128
121 not specified the default value is false. See [anti-entropy
126 deprecated and has been removed as of Consul 1.1.
177 DNS SRV responses. If this field is not specified, its default value is:
180 responses by default, but excluded if the optional param `only_passing = true`
209 not specified the default value is false. See [anti-entropy
227 "tags": [
243 "tags": [
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/website/source/docs/agent/
H A Dservices.html.md35 "tags": ["primary"],
85 default, the IP address of the agent is used, and this does not need to be provided.
92 For performance and security reasons, values as well as keys are limited to 128
122 not specified the default value is false. See [anti-entropy
127 deprecated and has been removed as of Consul 1.1.
178 DNS SRV responses. If this field is not specified, its default value is:
181 responses by default, but excluded if the optional param `only_passing = true`
210 not specified the default value is false. See [anti-entropy
228 "tags": [
244 "tags": [
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/website/source/docs/agent/
H A Dservices.html.md34 "tags": ["primary"],
84 default, the IP address of the agent is used, and this does not need to be provided.
91 For performance and security reasons, values as well as keys are limited to 128
121 not specified the default value is false. See [anti-entropy
126 deprecated and has been removed as of Consul 1.1.
177 DNS SRV responses. If this field is not specified, its default value is:
180 responses by default, but excluded if the optional param `only_passing = true`
209 not specified the default value is false. See [anti-entropy
227 "tags": [
243 "tags": [
[all …]
/dports/graphics/minder/Minder-1.13.1/src/
H A DUndoTextBuffer.vala6 * License as published by the Free Software Foundation; either
26 public CanvasText? ct { set; get; default = null; }
28 public bool mergeable { set; get; default = true; }
29 public bool do_undo { set; get; default = true; }
43 return( (_undo_buffer.index( _undo_buffer.length - 1 ) as UndoTextItem).merge( ct, item ) );
67 var item = new UndoTextDelete( orig_text, start, tags, start_cursor, ct.cursor );
75 var item = new UndoTextReplace( orig_text, text, start, tags, start_cursor, ct.cursor );
93 public void add_tag_clear( int start, int end, Array<UndoTagInfo> tags, int cursor ) {
94 var item = new UndoTextClearTags( start, end, tags, cursor );
102 (item as UndoTextItem).undo_text( _da, ct );
[all …]
/dports/devel/py-dogpile.cache/dogpile.cache-0.9.2/docs/build/
H A Dchangelog.rst40 default is conservatively being left at True, but it's likely this should
44 thread-local Redis lock should be used. This is the default, but it breaks
73 of the test suite against the default installed Python interpreter.
244 either as a setuptools entrypoint or as a registered backend.
280 which takes keyword arguments as well as positional arguments into
561 Fixes to routines on Windows, including that default unit tests pass,
576 implementation. This allows for drop-in replacement of the default
693 for the ``expiration_time`` argument as well
694 as an integer, courtesy Jack Lutz.
856 API correctly; fixed docs as well. Courtesy
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/cbor2/docs/
H A Dusage.rst8 # Serialize an object as a bytestring
15 with open('input.cbor', 'rb') as fp:
19 with open('output.cbor', 'wb') as fp:
22 Some data types, however, require extra considerations, as detailed below.
27 The ``str`` type is encoded as binary on Python 2. If you want to encode strings as text on
35 to. To this end, you can specify a default timezone by passing a :class:`~datetime.tzinfo` instance
39 By default, datetimes are serialized in a manner that retains their timezone offsets. You can
48 by default raise :exc:`~cbor2.encoder.CBOREncodeError` indicating that a cyclic reference has been
56 values must be tagged as such.
61 In addition to all standard CBOR tags, this library supports many extended tags:
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/cbor2/docs/
H A Dusage.rst8 # Serialize an object as a bytestring
15 with open('input.cbor', 'rb') as fp:
19 with open('output.cbor', 'wb') as fp:
22 Some data types, however, require extra considerations, as detailed below.
27 The ``str`` type is encoded as binary on Python 2. If you want to encode strings as text on
35 to. To this end, you can specify a default timezone by passing a :class:`~datetime.tzinfo` instance
39 By default, datetimes are serialized in a manner that retains their timezone offsets. You can
48 by default raise :exc:`~cbor2.encoder.CBOREncodeError` indicating that a cyclic reference has been
56 values must be tagged as such.
61 In addition to all standard CBOR tags, this library supports many extended tags:
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/cbor2/docs/
H A Dusage.rst8 # Serialize an object as a bytestring
15 with open('input.cbor', 'rb') as fp:
19 with open('output.cbor', 'wb') as fp:
22 Some data types, however, require extra considerations, as detailed below.
27 The ``str`` type is encoded as binary on Python 2. If you want to encode strings as text on
35 to. To this end, you can specify a default timezone by passing a :class:`~datetime.tzinfo` instance
39 By default, datetimes are serialized in a manner that retains their timezone offsets. You can
48 by default raise :exc:`~cbor2.encoder.CBOREncodeError` indicating that a cyclic reference has been
56 values must be tagged as such.
61 In addition to all standard CBOR tags, this library supports many extended tags:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/cbor2/docs/
H A Dusage.rst8 # Serialize an object as a bytestring
15 with open('input.cbor', 'rb') as fp:
19 with open('output.cbor', 'wb') as fp:
22 Some data types, however, require extra considerations, as detailed below.
27 The ``str`` type is encoded as binary on Python 2. If you want to encode strings as text on
35 to. To this end, you can specify a default timezone by passing a :class:`~datetime.tzinfo` instance
39 By default, datetimes are serialized in a manner that retains their timezone offsets. You can
48 by default raise :exc:`~cbor2.encoder.CBOREncodeError` indicating that a cyclic reference has been
56 values must be tagged as such.
61 In addition to all standard CBOR tags, this library supports many extended tags:
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/wiki/default-pages/
H A DTracBrowser8 Each repository has a name which is used as a path prefix in a "virtual" file hierarchy encompassin…
9default repository. When such a default repository is present, its top-level files and directories…
20 … possible to browse directories or files as they were in history, at any given repository revision…
24 …hich you can use to select some interesting places in the repository, for example branches or tags.
25 This is sometimes referred to as the ''browser quickjump'' facility.
27default the top-level trunk directory and sub-directories of the top-level branches and tags direc…
35as HTML, regardless of the file extension. It also allows selecting the character encoding used in…
37 MMM: I found this section a bit hard to understand. I changed the first item as I understood that w…
39 cboos: in the meantime, I've added the ''advanced'' word as a hint this can be a bit complex...
/dports/multimedia/quodlibet/quodlibet-4.3.0/docs/guide/tags/
H A Dtied_tags.rst6 Tied tags are expressions to produce a readable formatted output of more
7 than one tag. Tag values are outputted left to right, with the default
8 output separator as ``-``. To combine multiple tags start the expression
24 Tied tags can be used in tag patterns and searches as if they were normal
25 tags:
/dports/devel/re2c/re2c-2.2/doc/manual/configurations/
H A Dconfigurations.rst_23 The default value is ``@@``.
142 ``re2c:flags:T``, ``re2c:flags:tags``
143 Same as ``-T --tags`` command-line option.
148 ``re2c:tags:expression``
155 For example, setting ``re2c:tags:expression = "p->@@";`` results in
158 ``re2c:tags:prefix``
164 ``re2c:flags:optimize-tags``
165 Same as inverted ``--no-optimize-tags`` command-line option.
217 The default value is ``yyc``.
323 The default value is zero.
[all …]
/dports/www/gregarius/gregarius/intl/ar/LC_MESSAGES/
H A Dmessages.po3 # This file is distributed under the same license as the gregarius package.
68 "Register as Feed Handler [<a "
456 #: cls/taglist.php:69 tags.php:129 themes/default/mobile/item.php:22
745 #: tags.php:117 tags.php:152
856 msgid "Logged in as <strong>%s</strong>"
883 msgid "Mark These Items as Read"
906 msgid "Mark This Category as Read"
911 msgid "Mark This Folder as Read"
916 msgid "Mark This Feed as Read"
962 #: tags.php:81 tags.php:117 tags.php:81 tags.php:117
[all …]
/dports/www/gohugo/hugo-0.91.2/docs/content/en/content-management/
H A Drelated.md18 … be tuned to the desired set of indices and parameters or left to Hugo's default [Related Content …
23 To list up to 5 related pages (which share the same _date_ or _keyword_ parameters) is as simple as
52 {{ $related := .Site.RegularPages.RelatedIndices . "tags" "date" }}
58 In order to build those set and pass them as argument, one must use the `keyVals` function where th…
61 {{ $related := .Site.RegularPages.RelatedTo ( keyVals "tags" "hugo" "rocks") ( keyVals "date" .Dat…
69 Hugo provides a sensible default configuration of Related Content, but you can fine-tune this in yo…
87 Note that if you have configured `tags` as a taxonomy, `tags` will also be added to the default con…
109 … param. Hugo supports string values (`author` in the example) and lists (`tags`, `keywords` etc.) …
115default value for date indexes) as the pattern for a date index will add weight to pages published…
128 …Related Content" section built using the `intersect` template function on tags, and the build time…
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/old-docs/
H A DNEWS.exuberant52 * Added support for .ctags as well as ctags.cnf on Windows [Bug #1246506].
99 * Added .mk as extension recognized as a make language file [Make].
168 * Changed tags within interfaces to be disabled by default (like prototypes in
200 * Fixed missing tags when variable has same name as keyword [Fortran].
535 * Changed -h option to accept new "default" parameter.
585 * Changed default for member tags to 'on' [C/C++].
586 * Changed default for local entities to 'off' [Eiffel].
760 (disabled by default).
763 * Added ".hh" extension to the default list of files recognized as header
768 with the extended format disabled by default.
[all …]
/dports/www/gregarius/gregarius/intl/ja/LC_MESSAGES/
H A Dmessages.po53 msgid "Register as Feed Handler [<a href=\"http://www.bengoodger.com/software/mb/feeds/feed-handlin…
297 msgid "default"
391 #: tags.php:131 tags.php:152 tags.php:170
686 #: tags.php:121 tags.php:131 tags.php:152 tags.php:170
783 msgid "Logged in as <strong>%s</strong>"
808 msgid "Mark These Items as Read"
830 msgid "Mark This Category as Read"
835 msgid "Mark This Folder as Read"
840 msgid "Mark This Feed as Read"
887 #: tags.php:81 tags.php:82 tags.php:117 tags.php:124 tags.php:132
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A DNEWS37 * Added support for .ctags as well as ctags.cnf on Windows [Bug #1246506].
84 * Added .mk as extension recognized as a make language file [Make].
153 * Changed tags within interfaces to be disabled by default (like prototypes in
185 * Fixed missing tags when variable has same name as keyword [Fortran].
520 * Changed -h option to accept new "default" parameter.
570 * Changed default for member tags to 'on' [C/C++].
571 * Changed default for local entities to 'off' [Eiffel].
745 (disabled by default).
748 * Added ".hh" extension to the default list of files recognized as header
753 with the extended format disabled by default.
[all …]
/dports/devel/ctags/ctags-5.8/
H A DNEWS37 * Added support for .ctags as well as ctags.cnf on Windows [Bug #1246506].
84 * Added .mk as extension recognized as a make language file [Make].
153 * Changed tags within interfaces to be disabled by default (like prototypes in
185 * Fixed missing tags when variable has same name as keyword [Fortran].
520 * Changed -h option to accept new "default" parameter.
570 * Changed default for member tags to 'on' [C/C++].
571 * Changed default for local entities to 'off' [Eiffel].
745 (disabled by default).
748 * Added ".hh" extension to the default list of files recognized as header
753 with the extended format disabled by default.
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A DNEWS37 * Added support for .ctags as well as ctags.cnf on Windows [Bug #1246506].
84 * Added .mk as extension recognized as a make language file [Make].
153 * Changed tags within interfaces to be disabled by default (like prototypes in
185 * Fixed missing tags when variable has same name as keyword [Fortran].
520 * Changed -h option to accept new "default" parameter.
570 * Changed default for member tags to 'on' [C/C++].
571 * Changed default for local entities to 'off' [Eiffel].
745 (disabled by default).
748 * Added ".hh" extension to the default list of files recognized as header
753 with the extended format disabled by default.
[all …]
/dports/www/gregarius/gregarius/intl/zh_CN/LC_MESSAGES/
H A Dmessages.po54 msgid "Register as Feed Handler [<a href=\"http://www.bengoodger.com/software/mb/feeds/feed-handlin…
391 #: tags.php:131 tags.php:152 tags.php:170
686 #: tags.php:121 tags.php:131 tags.php:152 tags.php:170
783 msgid "Logged in as <strong>%s</strong>"
808 msgid "Mark These Items as Read"
830 msgid "Mark This Category as Read"
835 msgid "Mark This Folder as Read"
840 msgid "Mark This Feed as Read"
887 #: tags.php:81 tags.php:82 tags.php:117 tags.php:124 tags.php:132
891 #: tags.php:117 tags.php:122 tags.php:131 tags.php:153 tags.php:171
[all …]
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmetad/
H A Dgmetad.conf.in30 # note that the web frontend determines a host as down if its TN value is less
33 # incorrectly display hosts as down even though they are not.
38 # default: There is no default value
61 # authority tags. If off, we take on 2.5.0-era behavior: we do not wrap our output
62 # in <GRID></GRID> tags, we ignore all <GRID> tags we see, and always assume
79 # where hostname is the name of this machine, as defined by gethostname().
85 # default: There is no default value
132 # default: There is no default value
192 # Metrics will be stored in memcached as follows HOST/METRIC_NAME. If you
216 # | tags(comma-sep) | tags* |
[all …]
/dports/sysutils/py-ranger/ranger-1.9.3/doc/
H A Dcolorschemes.md9 Context tags provide information about the context and are Boolean values (`True`
13 The default context tags are specified in `/ranger/gui/context.py` in the
14 constant `CONTEXT_KEYS`. Custom tags can be specified in a custom plugin file in
24 # Set it to False (the default value)
79 the methods `color(*tags)`, `color_at(y, x, wid, *tags)` and `color_reset()`.
86 others as `False`, and passes it to the colorscheme's `use(context)` method.
103 Once the color for a set of tags is determined, it will be cached by default. If
104 you want more dynamic colorschemes (such as a different color for very large
119 rc.conf: `set colorscheme default`.
123 `/path/to/ranger/colorschemes/default.py`.
[all …]
/dports/www/p5-HTML-Clean/HTML-Clean-1.4/
H A DChanges22 match, only use alpha as the paramater name. Reported by
25 - Removed regexes for removing space within tags and border=0 case.
38 - Add alt="" items to images without alt tags.
45 - Now removes whitespace from within tags, like this:
50 - Remove some default elements from specific tags
53 - Remove default port 80 from URLs
55 - New option, lowercasetags to make all tags lowercase.
73 - Added a larger list of default color names to replace.
81 htmlclean shell script takes -1 .. -9 as command line options.
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/doc/build/changelog/
H A Dchangelog_02.rst67 will use that session by default if the parent object is not
136 currently they are all using the default behavior. tested with postgres, mysql,
205 Table or Column, as well as "quote_schema=True" in Table. Thanks to
228 are tagged with an ordering identifier as they are registered as new
259 to backrefs by default. specifying a backref() will override this behavior.
288 fixed mysql reflection of default values to be PassiveDefault
528 well as table.exists()
946 out will use the default metadata.
1053 db modules as well as Session and Mapper.
1078 no threadlocal scope is installed by default. Provides a binding
[all …]

12345678910>>...2402