Home
last modified time | relevance | path

Searched +refs:refer +refs:convert +refs:string +refs:to +refs:list +refs:of +refs:strings (Results 1 – 25 of 12225) sorted by relevance

12345678910>>...489

/dports/databases/sqlcipher/sqlcipher-3.4.2/test/
H A Denc.test3 # The author disclaims copyright to this source code. In place of
31 do_test $testname [list set dummy $gotvals] $expectvals
34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
35 # to change the byte-order of the string.
55 # 1. Convert the string from UTF-8 to UTF-16le and check that the TCL and
61 # 3. Use the SQLite routines to convert the native machine order UTF-16
65 # 4. Add a byte-order mark to each of the UTF-16 representations and
66 # check that the SQLite routines can convert them back to UTF-8. For
67 # byte-order mark info, refer to section 3.10 of the unicode standard.
70 # that SQLite can convert them both to native byte order UTF-16
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/test/
H A Denc.test3 # The author disclaims copyright to this source code. In place of
31 do_test $testname [list set dummy $gotvals] $expectvals
34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
35 # to change the byte-order of the string.
55 # 1. Convert the string from UTF-8 to UTF-16le and check that the TCL and
61 # 3. Use the SQLite routines to convert the native machine order UTF-16
65 # 4. Add a byte-order mark to each of the UTF-16 representations and
66 # check that the SQLite routines can convert them back to UTF-8. For
67 # byte-order mark info, refer to section 3.10 of the unicode standard.
70 # that SQLite can convert them both to native byte order UTF-16
[all …]
/dports/lang/seed7/seed7/lib/
H A Denvironment.s7i30 * Return the argument vector of the program as [[array]] of [[string]]s.
32 * @return an array of strings containing the argument vector.
42 * If several symbolic links refer to one program ''name(PROGRAM)''
107 * @exception MEMORY_ERROR Not enough memory to convert ''name'' to the
108 * system string type or not enough memory to represent the
110 * @exception RANGE_ERROR ''name'' cannot be converted to the system string
123 * @exception MEMORY_ERROR Not enough memory to convert ''name'' or ''value''
124 * to the system string type.
135 * @exception MEMORY_ERROR Not enough memory to convert ''name'' to the
144 * Returns the list of environment variable names as [[array]] of [[string]]s.
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python310/Python-3.10.1/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python38/Python-3.8.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python39/Python-3.9.9/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
399 If you want to read all the lines of a file in a list you can also use
402 ``f.write(string)`` writes the contents of *string* to the file, returning
412 >>> s = str(value) # convert the tuple to string
[all …]
/dports/lang/python37/Python-3.7.12/Doc/tutorial/
H A Dinputoutput.rst25 * To use :ref:`formatted string literals <tut-f-strings>`, begin a string
28 characters that can refer to variables or literal values.
53 strings to a given column width.
56 variables for debugging purposes, you can convert any value to a string with
102 :ref:`Formatted string literals <f-strings>` (also called f-strings for
151 brackets can be used to refer to the position of the object passed into the
311 text mode, the default is to convert occurrences of ``\n`` back to
392 If you want to read all the lines of a file in a list you can also use
395 ``f.write(string)`` writes the contents of *string* to the file, returning
405 >>> s = str(value) # convert the tuple to string
[all …]
/dports/math/gap/gap-4.11.0/lib/
H A Dobject.gi7 ## to list here. Please refer to the COPYRIGHT file for details.
174 # this command is useful to construct strings made of objects. It calls
217 #M PrintString( <obj>, <width> ) . . . . . convert object into a string
299 #M String( <obj>, <width> ) . . . . . convert object into a string
412 #M ViewObj( <obj> ) . . . . . try view string before delegating to PrintObj
483 #M KnownAttributesOfObject( <object> ) . . . . . list of names of attributes
510 #M KnownPropertiesOfObject( <object> ) . . . . . list of names of properties
537 #M KnownPropertiesOfObject( <object> ) . . . . . list of names of properties
538 #M KnownTruePropertiesOfObject( <object> ) list of names of true properties
565 #M CategoriesOfObject( <object> ) . . . . . . . list of names of categories
[all …]
/dports/devel/bazel-buildtools/buildtools-3.2.1/buildozer/
H A DREADME.md21 Here, `label-list` is a comma-separated list of Bazel labels, for example
35 * Use the label notation to refer to a rule: `//buildtools/buildozer:edit`
36 * Use the `__pkg__` suffix to refer to the package declaration:
38 * Use an asterisk to refer to all rules in a file: `//pkg:*`
39 * Use `...` to refer to all descendant BUILD files in a directory: `//pkg/...:*`
40 * Use percent to refer to all rules of a certain kind: `//pkg:%java_library`
41 * Use percent-and-number to refer to a rule that begins at a certain line:
54 * `-shorten_labels` : convert added labels to short form, e.g. //foo:bar => :bar
65 * `add <attr> <value(s)>`: Adds value(s) to a list attribute of a rule. If a
242 list of Bazel labels, chances are that some of them are generated by BUILD
[all …]
/dports/devel/py-semver/semver-2.13.0/docs/
H A Dusage.rst189 If you need to replace different parts of a version, refer to section :ref:`sec.replace.parts`.
290 Sometimes it is needed to convert a :class:`semver.VersionInfo` instance into
293 It is possible to convert a :class:`semver.VersionInfo` instance:
374 * **Two strings**
419 You can use also raw strings to compare::
442 You can also use a dictionary. In contrast to strings, you can have an "incomplete"
463 If you need to convert some types into others, refer to :ref:`sec.convert.versions`.
544 For example, here are the maximum and minimum versions of a list of version strings:
562 For dictionaries, it is very similar to finding the max version tuple: see :ref:`sec.convert.versio…
586 However, "basic" version strings consisting of major, minor,
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Denc.test3 # The author disclaims copyright to this source code. In place of
31 do_test $testname [list set dummy $gotvals] $expectvals
34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
35 # to change the byte-order of the string.
55 # 1. Convert the string from UTF-8 to UTF-16le and check that the TCL and
61 # 3. Use the SQLite routines to convert the native machine order UTF-16
65 # 4. Add a byte-order mark to each of the UTF-16 representations and
66 # check that the SQLite routines can convert them back to UTF-8. For
67 # byte-order mark info, refer to section 3.10 of the unicode standard.
70 # that SQLite can convert them both to native byte order UTF-16
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Denc.test3 # The author disclaims copyright to this source code. In place of
31 do_test $testname [list set dummy $gotvals] $expectvals
34 # $utf16 is a UTF-16 encoded string. Swap each pair of bytes around
35 # to change the byte-order of the string.
55 # 1. Convert the string from UTF-8 to UTF-16le and check that the TCL and
61 # 3. Use the SQLite routines to convert the native machine order UTF-16
65 # 4. Add a byte-order mark to each of the UTF-16 representations and
66 # check that the SQLite routines can convert them back to UTF-8. For
67 # byte-order mark info, refer to section 3.10 of the unicode standard.
70 # that SQLite can convert them both to native byte order UTF-16
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/docs/
H A Dstringguide.rst21 the purpose of this document, we will refer to the 16-bit string classes in
161 The following is a list of the most common concrete classes. Once you are
187 list.
350 ``mozilla/MacStringHelpers.h`` to convert Cocoa strings to XPCOM strings.
402 It is very simple to refer to a substring of an existing string without
628 what happens to non-ASCII, please convert to UTF-8 instead.
724 In case a literal is defined via a macro, you can just convert it to
893 length caused by a sequence of appends (excluding appends that convert
901 list between the ``SetCapacity()`` call and operations from the list):
1028 …` when you have a raw character pointer that you need to convert to an nsAString-compatible string.
[all …]
/dports/www/firefox-esr/firefox-91.8.0/xpcom/docs/
H A Dstringguide.rst21 the purpose of this document, we will refer to the 16-bit string classes in
161 The following is a list of the most common concrete classes. Once you are
187 list.
350 ``mozilla/MacStringHelpers.h`` to convert Cocoa strings to XPCOM strings.
402 It is very simple to refer to a substring of an existing string without
628 what happens to non-ASCII, please convert to UTF-8 instead.
724 In case a literal is defined via a macro, you can just convert it to
893 length caused by a sequence of appends (excluding appends that convert
901 list between the ``SetCapacity()`` call and operations from the list):
1028 …` when you have a raw character pointer that you need to convert to an nsAString-compatible string.
[all …]
/dports/www/firefox/firefox-99.0/xpcom/docs/
H A Dstringguide.rst21 the purpose of this document, we will refer to the 16-bit string classes in
161 The following is a list of the most common concrete classes. Once you are
187 list.
349 ``mozilla/MacStringHelpers.h`` to convert Cocoa strings to XPCOM strings.
401 It is very simple to refer to a substring of an existing string without
627 what happens to non-ASCII, please convert to UTF-8 instead.
723 In case a literal is defined via a macro, you can just convert it to
892 length caused by a sequence of appends (excluding appends that convert
900 list between the ``SetCapacity()`` call and operations from the list):
1027 …` when you have a raw character pointer that you need to convert to an nsAString-compatible string.
[all …]
/dports/japanese/p5-Lingua-JA-Moji/Lingua-JA-Moji-0.36/lib/Lingua/JA/
H A DMoji.pod20 This module provides methods to convert different written forms of
177 liberal and will attempt to convert any romanization it sees into
187 Use an option C<< wapuro => 1 >> to convert long vowels into the
352 systems, to see if they refer to the same word despite the difference
366 These functions convert one form of kana into another.
384 single string or a list of strings. If the input is a list, it
385 converts each element of the list, and in list context it returns a
387 concatenation of the strings.
411 is a list, it converts each element of the list, and in list context,
413 concatenation of the strings.
[all …]
/dports/math/curv/curv-0.5/ideas/language/
H A DUnicode7 * A string literal like "abc" is nothing more than a list of characters.
159 Some sources refer to them as "surrogate code points". Not supported.
187 * A string can be considered a list of characters.
243 convert strings to NFC.
267 It is impossible to view a Unicode string as a list of characters, in the
268 same way we think of an ASCII string as a list of characters, because none of
274 You can convert between strings and lists of code points.
279 convert these strings into identifiers, IE field names in a record.
392 * Buffer of strands: list of non-strand strings.
452 I am considering a change so that a string is a list of 'string elements'
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/paste-1.0.4/
H A DREADME.md10 notoriously underpowered in that its concatenated identifiers can only refer to
16 including using pasted identifiers to define new items.
54 invocation inside of a macro\_rules macro.
61 // Define a struct. This expands to:
104 Use `$var:lower` or `$var:upper` in the segment list to convert an interpolated
105 segment to lower- or uppercase as part of the paste. For example, `[<ld_
108 Use `$var:snake` to convert CamelCase input to snake\_case.
109 Use `$var:camel` to convert snake\_case to CamelCase.
120 ## Pasting documentation strings
123 concatenated together to form a coherent documentation string.
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/dev_guide/
H A Ddeveloping_python_3.rst62 you must decide what string model to use. Strings can be an array of bytes (like in C) or
77 convert from one type to the other to mix values from each.
98 internal portions of our code. When we have to send those strings back out to
103 Unicode Sandwich common borders: places to convert bytes to text in controller code
106 This is a partial list of places where we have to convert to and from bytes
153 functions, the text string will be converted to a byte string inside of the
220 Native strings refer to the type that Python uses when you specify a bare
244 * Functions **must** accept string parameters as either text strings or byte strings.
249 They convert their string parameters into text (using ``ansible.module_utils._text.to_text``)
250 at the beginning of the function, do their work, and then convert
[all …]
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/docs/docsite/rst/dev_guide/
H A Ddeveloping_python_3.rst62 you must decide what string model to use. Strings can be an array of bytes (like in C) or
77 convert from one type to the other to mix values from each.
98 internal portions of our code. When we have to send those strings back out to
103 Unicode Sandwich common borders: places to convert bytes to text in controller code
106 This is a partial list of places where we have to convert to and from bytes
153 functions, the text string will be converted to a byte string inside of the
220 Native strings refer to the type that Python uses when you specify a bare
244 * Functions **must** accept string parameters as either text strings or byte strings.
249 They convert their string parameters into text (using ``ansible.module_utils.common.text.converters…
250 at the beginning of the function, do their work, and then convert
[all …]

12345678910>>...489