Home
last modified time | relevance | path

Searched +refs:empty +refs:top +refs:syntax +refs:literal +refs:instance (Results 251 – 275 of 6935) sorted by relevance

1...<<11121314151617181920>>...278

/dports/editors/gedit/gedit-40.1/help/ja/
H A Dja.po345 …clude <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the …
347 …e>URI</replaceable> は <literal>http:</literal>、 <literal>ftp:</literal>、 <literal>file:</literal>、…
703 … display a shortcut for an <gui>empty document</gui> and seven of your most recently-used files. C…
1239 msgid "Make sure the syntax is set appropriately."
1984 #| msgid "Find the next instance of the string."
1985 msgid "Find the next instance of the string"
1992 #| msgid "Find the previous instance of the string."
1993 msgid "Find the previous instance of the string"
2099 #| msgid "Print syntax highlighting"
2100 msgid "Turn on syntax highlighting"
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/problem/
H A Dmessages.properties64 …osing instance of type {0} is accessible. Must qualify the allocation with an enclosing instance o…
180 154 = The literal {1} of type {0} is out of range
227 202 = Cannot specify an array dimension after an empty dimension
261 251 = Invalid hex literal number
262 252 = Invalid octal literal number
267 257 = Invalid float literal number
269 259 = String literal is not properly closed by a double-quote
276 266 = Invalid binary literal number (only '0' and '1' are expected)
448 462 = Invalid URL reference. Double quote the reference or use the href syntax
546 558 = Illegal class literal for the type parameter {0}
[all …]
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dsearching.texi174 For instance, searching for @samp{ball boy} matches @samp{ball boyee},
491 alternatives. For instance, @samp{[^[:ascii:]]} matches any
563 bracket), followed by a literal @samp{]}.
786 happen, for instance, if it is followed by @samp{*}), only the last
790 matched---for instance, if it appears inside of an alternative that
1078 matches the empty string.@*
1320 @item @code{(syntax @var{syntax})}
1509 @item (literal @var{expr})
1510 @cindex @code{literal} in rx
1663 @code{rx-let} can be used not only inside a function, but also at top
[all …]
/dports/editors/pluma/pluma-1.26.0/help/ko/
H A Dko.po750 "</menuchoice>. The search box appears at the top of the display area."
757 " first instance after the cursor position is also selected."
940 " </menuchoice>. The line number box appears at the top of the display area."
1979 msgid "Find the next instance of the string."
1989 msgid "Find the previous instance of the string."
2952 "To create a new, empty text file in the current folder shown in the browser,"
3377 " all languages, choose Global at the top of the list. The syntax of the "
3414 "plugin-syntax\"/>."
3605 "The full filename of the document, or an empty string if the document isn't "
3617 "The basename of the filename of the document, or an empty string if the "
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Dfunctions.rst57 is empty). Equivalent to::
170 instance method receives the instance. To declare a class method, use this
194 Function decorator syntax added.
541 of the *value* argument, however there is a standard formatting syntax that
637 Formerly only returned an unsigned literal.
675 *base*. Optionally, the literal can be
878 Formerly only returned an unsigned literal.
1002 the top of your module::
1369 Function decorator syntax added.
1600 an empty list.
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Dfunctions.rst57 is empty). Equivalent to::
170 instance method receives the instance. To declare a class method, use this
194 Function decorator syntax added.
541 of the *value* argument, however there is a standard formatting syntax that
637 Formerly only returned an unsigned literal.
675 *base*. Optionally, the literal can be
878 Formerly only returned an unsigned literal.
1002 the top of your module::
1369 Function decorator syntax added.
1600 an empty list.
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/problem/
H A Dmessages.properties190 154 = The literal {1} of type {0} is out of range
237 202 = Cannot specify an array dimension after an empty dimension
272 251 = Invalid hex literal number
273 252 = Invalid octal literal number
278 257 = Invalid float literal number
280 259 = String literal is not properly closed by a double-quote
460 462 = Invalid URL reference. Double quote the reference or use the href syntax
558 558 = Illegal class literal for the type parameter {0}
914 1311 = The package {0} does not exist or is empty
986 1601 = A switch expression should have a non-empty switch block
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/gui-doc/scribblings/gui/
H A Dwxme.scrbl12 @(define-syntax-rule (in mod . content)
14 (define-syntax-rule (intro)
46 a valid Racket program into text that is a syntax error,
93 stream is not a @tech{WXME} stream, the result is two empty lists. The
152 (or/c syntax? eof-object?)]{
183 Called when an instance of the data type is encountered in the
303 interface. Naturally, the @racket[snip-class%] instance and
304 @racket[snip-reader<%>] instance are expected to parse the same format, but
347 special-comment content is the readable instance. XML, Racket, and
414 Returns an offset into the actual image to be used as the top of the
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rustfmt/
H A DCHANGELOG.md59 - rustfmt will now skip files that are annotated with `@generated` at the top of the file [#3958](h…
349 - Support `RUSTFMT` environment variable in `cargo fmt` to run specified `rustfmt` instance
705 - Makes brace behavior consistent with empty bodies for traits and impls 2727d41
708 - Get rid of extra commas in Visual struct literal formatting #3077
841 - Do not insert spaces around braces with empty body or multiple lines 2f65852
878 - Update rustc-ap-syntax to 128.0.0 and ustc-ap-rustc_target to 128.0.0 195395f
919 - Update rustc-ap-syntax to 103.0.0 dd807e2
954 - Do not insert newline when item is empty a8022f3
955 - Do not indent or unindent inside string literal ec1907b
970 - Support `dyn trait` syntax.
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dexns.scrbl14 handler} for a primitive error is always an instance of the
250 is below @racket[lower-bound], the value is characterized as ``empty.'' If @racket[alt-lower-bound]
430 field ``value'' that causes literal text to be printed as the field
492 unless the argument to the handler is an instance of @racket[exn:break:hang-up].
493 If the argument to the handler is an instance of @racket[exn:break:hang-up]
554 (raise-syntax-error #f "a syntax error"))
771 Raised for a reference to a not-yet-defined @tech{top-level variable}
786 Raised by @racket[#%top] or @racket[set!] for an
934 value---the structure type instance from which to extract source
1019 The fields of a @racket[srcloc] instance are as follows:
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python37/Python-3.7.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python38/Python-3.8.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/lang/python39/Python-3.9.9/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/whatsnew/
H A D3.0.rst319 instance, and :func:`os.getcwdb` returns the current working
320 directory as a :class:`bytes` instance. Note that when
380 stuff``. The ``rest`` object is always a (possibly empty) list; the
391 * Set literals, e.g. ``{1, 2}``. Note that ``{}`` is an empty
392 dictionary; use ``set()`` for an empty set. Set comprehensions are
515 * :ref:`pep-3112`. The ``b"..."`` string literal notation (and its
517 produces a literal of type :class:`bytes`.
539 * :ref:`pep-3127`. As mentioned above, the new octal literal
700 exceptions that should only be handled at the top level, such as
740 exception at the top. (Java users may recognize this behavior.)
[all …]
/dports/editors/pluma/pluma-1.26.0/help/pt_BR/
H A Dpt_BR.po778 "</menuchoice>. The search box appears at the top of the display area."
785 " first instance after the cursor position is also selected."
968 " </menuchoice>. The line number box appears at the top of the display area."
2011 msgid "Find the next instance of the string."
2021 msgid "Find the previous instance of the string."
2986 "To create a new, empty text file in the current folder shown in the browser,"
3411 " all languages, choose Global at the top of the list. The syntax of the "
3448 "plugin-syntax\"/>."
3639 "The full filename of the document, or an empty string if the document isn't "
3651 "The basename of the filename of the document, or an empty string if the "
[all …]
/dports/lang/zig/zig-0.9.0/doc/
H A Dlangref.html.in43 top:0;
157 margin-top: 0;
539 in top-level doc comments. A top-level doc comment is one that
2403 test "anonymous list literal syntax" {
3044 // Declare an instance of a struct.
3098 // you can still instantiate an empty struct
3529 // Declare a specific instance of the enum variant.
3903 test "anonymous union literal syntax" {
6311 test "pointer to empty struct" {
10986 const add = result.instance.exports.add;
[all …]
/dports/lang/zig-devel/zig-0.9.0/doc/
H A Dlangref.html.in43 top:0;
157 margin-top: 0;
539 in top-level doc comments. A top-level doc comment is one that
2403 test "anonymous list literal syntax" {
3044 // Declare an instance of a struct.
3098 // you can still instantiate an empty struct
3529 // Declare a specific instance of the enum variant.
3903 test "anonymous union literal syntax" {
6311 test "pointer to empty struct" {
10986 const add = result.instance.exports.add;
[all …]
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Dast.rst19 abstract syntax grammar. The abstract syntax itself might change with each
67 Each instance of a concrete class has one attribute for each child node,
134 instantiating them will return an instance of a different class.
140 In the meantime, instantiating them will return an instance of
172 * ``value`` is any expression node (such as a literal, a variable, or a
494 they can be empty lists. ``starargs`` and ``kwargs`` are optional.
987 Optional clauses such as ``else`` are stored as an empty list if they're
1338 A match literal pattern that compares by identity. ``value`` is the
1907 attribute of :class:`Module` (otherwise it is always an empty list).
1985 Now supports creating empty sets with ``'set()'``.
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Dast.rst19 abstract syntax grammar. The abstract syntax itself might change with each
67 Each instance of a concrete class has one attribute for each child node,
134 instantiating them will return an instance of a different class.
140 In the meantime, instantiating them will return an instance of
172 * ``value`` is any expression node (such as a literal, a variable, or a
494 they can be empty lists. ``starargs`` and ``kwargs`` are optional.
987 Optional clauses such as ``else`` are stored as an empty list if they're
1338 A match literal pattern that compares by identity. ``value`` is the
1907 attribute of :class:`Module` (otherwise it is always an empty list).
1985 Now supports creating empty sets with ``'set()'``.
[all …]
/dports/editors/pluma/pluma-1.26.0/help/zh_CN/
H A Dzh_CN.po838 "</menuchoice>. The search box appears at the top of the display area."
847 " first instance after the cursor position is also selected."
1047 " </menuchoice>. The line number box appears at the top of the display area."
2119 msgid "Find the next instance of the string."
2129 msgid "Find the previous instance of the string."
3139 "To create a new, empty text file in the current folder shown in the browser,"
3564 " all languages, choose Global at the top of the list. The syntax of the "
3601 "plugin-syntax\"/>."
3792 "The full filename of the document, or an empty string if the document isn't "
3804 "The basename of the filename of the document, or an empty string if the "
[all …]

1...<<11121314151617181920>>...278