Home
last modified time | relevance | path

Searched +refs:character +refs:only (Results 1 – 25 of 128416) sorted by relevance

12345678910>>...5137

/dports/devel/R-cran-Hmisc/Hmisc/R/
H A DrequirePackage.s1 requirePackage <- function(package, character.only = FALSE, ...) {
2 if (!character.only) {
3 package <- as.character(substitute(package))
6 if(!require(package, character.only = TRUE, ...)) {
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/parser/
H A Dunicode-character-literal.stderr1 error: character literal may only contain one codepoint
2 --> $DIR/unicode-character-literal.rs:7:18
8 --> $DIR/unicode-character-literal.rs:7:19
17 error: character literal may only contain one codepoint
18 --> $DIR/unicode-character-literal.rs:12:14
24 --> $DIR/unicode-character-literal.rs:12:15
33 error: character literal may only contain one codepoint
34 --> $DIR/unicode-character-literal.rs:17:14
39 | help: consider using the normalized form `\u{c5}` of this character: `Å`
42 --> $DIR/unicode-character-literal.rs:17:15
H A Dascii-only-character-escape.stderr2 --> $DIR/ascii-only-character-escape.rs:2:14
5 | ^^^^ must be a character in the range [\x00-\x7f]
8 --> $DIR/ascii-only-character-escape.rs:3:14
11 | ^^^^ must be a character in the range [\x00-\x7f]
14 --> $DIR/ascii-only-character-escape.rs:4:14
17 | ^^^^ must be a character in the range [\x00-\x7f]
H A Dunicode-character-literal.fixed2 // in character literals.
8 //~^ ERROR: character literal may only contain one codepoint
13 //~^ ERROR: character literal may only contain one codepoint
18 //~^ ERROR: character literal may only contain one codepoint
20 //~| HELP: consider using the normalized form `\u{c5}` of this character
/dports/textproc/jade/jade-1.2.1/lib/
H A DParserMessages.rc9 6, "character %1 invalid: only %2 and token separators allowed"
11 8, "character %1 invalid: only %2 and parameter separators allowed"
19 16, "character %1 invalid: only minimum data characters allowed"
40 37, "%1 invalid: only %2 and parameter separators are allowed"
41 38, "%1 invalid: only %2 and token separators are allowed"
42 39, "%1 invalid: only %2 and token separators are allowed"
63 60, "%1 invalid: only s and tagc allowed here"
89 …86, "a reference to a CDATA or SDATA entity is allowed only in a context where a data character co…
90 …a subdocument entity or external data entity is allowed only in a context where a data character c…
148 145, "%1 invalid: only %2 and parameter separators allowed"
[all …]
H A DParserMessages.msg14 E2+groupCharacter++character %1 invalid: only %2 and token separators allowed
16 E2+markupDeclarationCharacter++character %1 invalid: only %2 and parameter separators allowed
24 E1+literalMinimumData+10.1.7p3+character %1 invalid: only minimum data characters allowed
46 E2+paramInvalidToken++%1 invalid: only %2 and parameter separators are allowed
47 E2+groupTokenInvalidToken++%1 invalid: only %2 and token separators are allowed
48 E2+connectorInvalidToken++%1 invalid: only %2 and token separators are allowed
69 E1+endTagInvalidToken++%1 invalid: only s and tagc allowed here
93 …5.3p9+a reference to a CDATA or SDATA entity is allowed only in a context where a data character c…
94 …a subdocument entity or external data entity is allowed only in a context where a data character c…
151 E2+sdInvalidNameToken++%1 invalid: only %2 and parameter separators allowed
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/wcml/
H A Dm_wcml_geometry.m44 character(len=*), intent(in) :: id
5 character(len=*), intent(in) :: atomRef1
6 character(len=*), intent(in) :: atomRef2
22 character(len=*), intent(in) :: id
23 character(len=*), intent(in) :: atomRef1
24 character(len=*), intent(in) :: atomRef2
41 character(len=*), intent(in) :: id
67 use fox_m_fsys_realtypes, only: sp, dp
68 use FoX_wxml, only: xmlf_t
70 use FoX_wxml, only: xml_NewElement, xml_EndElement
[all …]
H A Dm_wcml_lattice.m410 character(len=*), intent(in), optional :: id
11 character(len=*), intent(in), optional :: title
12 character(len=*), intent(in), optional :: dictref
17 character(len=*), intent(in), optional :: lenfmt
18 character(len=*), intent(in), optional :: angfmt
64 character(len=*), intent(in), optional :: id
70 character(len=*), intent(in), optional :: fmt
112 use fox_m_fsys_realtypes, only: sp, dp
113 use FoX_wxml, only: xmlf_t
116 use FoX_wxml, only: xml_NewElement, xml_EndElement
[all …]
/dports/finance/R-cran-fBasics/fBasics/man/
H A Dutils-listFunctions.Rd19 listFunctions(package, character.only = FALSE)
20 countFunctions(package, character.only = FALSE)
27 a literal character or a character string denoting the name of the
30 \item{character.only}{
32 assumed to be character strings.
H A Dutils-listDescription.Rd18 listDescription(package, character.only = FALSE)
25 a literal character or character string denoting the name of the
28 \item{character.only}{
30 assumed to be character strings.
H A Dutils-listIndex.Rd18 listIndex(package, character.only = FALSE)
25 a literal character string or a character string denoting the name
28 \item{character.only}{
30 assumed to be character strings.
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DParserMessages.rc9 6, "character %1 invalid: only %2 and token separators allowed"
11 8, "character %1 invalid: only %2 and parameter separators allowed"
19 16, "character %1 invalid: only minimum data characters allowed"
41 40, "%1 invalid: only %2 and token separators are allowed"
42 41, "%1 invalid: only %2 and token separators are allowed"
63 62, "%1 invalid: only S separators and TAGC allowed here"
89 …88, "a reference to a CDATA or SDATA entity is allowed only in a context where a data character co…
90 …a subdocument entity or external data entity is allowed only in a context where a data character c…
148 148, "%1 invalid: only %2 and parameter separators allowed"
287 287, "only fixed attributes can be defined in simple LPD"
[all …]
H A DParserMessages.msg15 E2+groupCharacter++character %1 invalid: only %2 and token separators allowed
17 E2+markupDeclarationCharacter++character %1 invalid: only %2 and parameter separators allowed
25 E1+literalMinimumData+ISO 8879:1986 10.1.7p3+character %1 invalid: only minimum data characters all…
47 E2+paramInvalidToken++%1 invalid: only %2 and parameter separators are allowed
48 E2+groupTokenInvalidToken++%1 invalid: only %2 and token separators are allowed
49 E2+connectorInvalidToken++%1 invalid: only %2 and token separators are allowed
70 E1+endTagInvalidToken++%1 invalid: only S separators and TAGC allowed here
94 …5.3p9+a reference to a CDATA or SDATA entity is allowed only in a context where a data character c…
95 …a subdocument entity or external data entity is allowed only in a context where a data character c…
152 E2+sdInvalidNameToken++%1 invalid: only %2 and parameter separators allowed
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nls/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nls/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nls/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
48 only, not to the file contents. You can include several codepages;
60 only, not to the file contents. You can include several codepages;
72 only, not to the file contents. You can include several codepages;
85 only, not to the file contents. You can include several codepages;
101 only, not to the file contents. You can include several codepages;
116 only, not to the file contents. You can include several codepages;
127 only, not to the file contents. You can include several codepages;
138 only, not to the file contents. You can include several codepages;
149 only, not to the file contents. You can include several codepages;
[all …]
/dports/textproc/fox-xml/fox-4.1.2-91-g9c6716e/dom/
H A Dm_dom_parse.m47 use fox_m_fsys_array_str, only: str_vs, vs_str_alloc
8 use fox_m_utils_uri, only: URI, parseURI, rebaseURI, expressURI, destroyURI
11 use m_common_entities, only: entity_t, size, getEntityByIndex
12 use m_common_error, only: FoX_error, in_error
13 use m_common_struct, only: xml_doc_state
14 use FoX_common, only: dictionary_t, getLength
15 use FoX_common, only: getQName, getValue, getURI, isSpecified
16 use m_sax_parser, only: sax_parse
17 use FoX_sax, only: xml_t
18 use FoX_sax, only: open_xml_file, open_xml_string, close_xml_t
[all …]
/dports/japanese/py-jaconv/jaconv-0.3/
H A DREADME.rst38 # half-width character to full-width character
43 # half-width character to full-width character
44 # but only ascii characters
48 # half-width character to full-width character
49 # but only digit characters
53 # half-width character to full-width character
62 # full-width character to half-width character
67 # full-width character to half-width character
68 # but only ascii characters
72 # full-width character to half-width character
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/acd/
H A Dinfoseq.acd32 delimited by a character, which you may specify by using the
41 help: "This string, which is usually a single character only, is
43 could be a space character, a tab character, a pipe character or
44 any other character or string."
73 boolean: only [
91 default: "@(!$(only))"
97 default: "@(!$(only))"
103 default: "@(!$(only))"
109 default: "@(!$(only))"
127 default: "@(!$(only))"
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/sys_vars/r/
H A Dcharacter_set_database_basic.result614 ERROR 42000: Unknown character set: '100'
646 ERROR 42000: Unknown character set: '100'
657 ERROR 42000: Unknown character set: '0'
661 ERROR 42000: Unknown character set: '-1'
663 ERROR 42000: Unknown character set: ''
673 ERROR 42000: Unknown character set: 'ON'
680 ERROR 42000: Unknown character set: 'abc'
684 ERROR 42000: Unknown character set: '0'
688 ERROR 42000: Unknown character set: '-1'
690 ERROR 42000: Unknown character set: ''
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dinfoseq.ihelp20 character, which you may specify by using
25 character only, is used to delimit
27 It could be a space character, a tab
28 character, a pipe character or any other
29 character or string. (Any string)
37 '-only -length'
39 -usa boolean [@(!$(only))] Display the USA of the
42 -name boolean [@(!$(only))] Display 'name' column
46 -type boolean [@(!$(only))] Display 'type' column
47 -length boolean [@(!$(only))] Display 'length' column
[all …]
/dports/lang/voc/voc-63008f6/src/library/ooc2/
H A Dooc2CharClass.Mod26 (**The implementation-defined character used to represent end of line
32 defined here can contain more than one character. For one character eol
34 that the string cannot contain the termination character @code{0X}. *)
38 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a numeric
39 character. *)
45 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a letter. *)
51 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as an upper
58 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a lower case
65 (**Returns @code{TRUE} if and only if @oparam{ch} represents a control
72 (**Returns @code{TRUE} if and only if @oparam{ch} represents a space character
[all …]
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/
H A DCharClass.Mod26 (**The implementation-defined character used to represent end of line
32 defined here can contain more than one character. For one character eol
34 that the string cannot contain the termination character @code{0X}. *)
38 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a numeric
39 character. *)
45 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a letter. *)
51 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as an upper
58 (**Returns @code{TRUE} if and only if @oparam{ch} is classified as a lower case
65 (**Returns @code{TRUE} if and only if @oparam{ch} represents a control
72 (**Returns @code{TRUE} if and only if @oparam{ch} represents a space character
[all …]
/dports/lang/voc/voc-63008f6/src/library/ooc/
H A DoocCharClass.Mod23 - This module boldly assumes ASCII character encoding. ;-)
36 (* the implementation-defined character used to represent end of line
42 defined here can contain more than one character. For one character eol
44 string cannot contain the termination character 0X. *)
48 (* Returns TRUE if and only if ch is classified as a numeric character *)
54 (* Returns TRUE if and only if ch is classified as a letter *)
60 (* Returns TRUE if and only if ch is classified as an upper case letter *)
66 (* Returns TRUE if and only if ch is classified as a lower case letter *)
72 (* Returns TRUE if and only if ch represents a control function *)
78 (* Returns TRUE if and only if ch represents a space character or a format
[all …]
/dports/games/pcgen/pcgen/system/Languages/
H A DLanguageBundle_en_US.properties67 in_newChaTip = Create a new character
68 in_openChaTip = Open an existing character
69 in_closeChaTip = Close the current character
70 in_saveChaTip = Save the current character
72 in_printChaTip = Print the current character
107 in_deselectOne = You can only de-select one item at a time.
109 in_addOne = You can only add item one at a time.
110 in_selectPartA = You can only select
116 in_removeOne = You can only remove one item at a time.
132 in_useDnD = Use D&D character creation settings
[all …]

12345678910>>...5137