Home
last modified time | relevance | path

Searched +refs:table +refs:string +refs:to +refs:number +refs:list (Results 51 – 75 of 56894) sorted by relevance

12345678910>>...2276

/dports/editors/emacs-devel/emacs-4d1968b/etc/schema/
H A DOpenDocument-schema-v1.3.rnc486 common-anim-set-values-attlist = attribute smil:to { \string }?
2464 list-source = attribute form:list-source { \string }?
3495 | "to-left"
3496 | "to-top"
4909 & attribute table:link-to-source-data { boolean }?
5256 "from-another-table" | "to-another-table" | "from-same-table"
5394 attribute table:bind-styles-to-content { boolean }?
5471 attribute table:bind-styles-to-content { boolean }?
6069 text-list-level-style-number-attr =
6084 element text:list-level-style-number {
[all …]
/dports/net-mgmt/p5-Net-Netmask/Net-Netmask-2.0001/
H A DREADME68 There are also functions to insert a network block into a table and then
70 functions to turn a IP address range into a list of CIDR blocks. There
71 are functions to turn a list of CIDR blocks into a list of IP addresses.
182 ->bits() Returns the netmask as a number of bits in the
327 ->storeNetblock([$t]) Adds the current block to an table of network
328 blocks. The table can be used to query which
354 ->split($parts) Splits a netmask into a number of sub
355 netblocks. This number must be a base 2 number
357 the number of IPs within this netmask.
425 expected to be a string. If more than one block
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Reference/
H A DServer-Command-Reference.schelp5 The following is a list of all server commands and their arguments.
7 Each command has a command number which can be sent to the server as a 32 bit integer instead of an…
201 list::
334 Move and order a list of nodes.
584 ## strong::int:: || number of frames to read
622 ## strong::int:: || number of frames to read
697 Takes a list of pairs of sample indices and values and sets the samples to those values.
799 Takes a list of pairs of bus indices and values and sets the buses to those values.
830 Takes a list of buses and replies to sender with the corresponding strong::/c_set:: command.
1018 ## strong::int:: || number of samples to copy
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/scribble-lib/scribble/
H A Dmarkdown-render.rkt5 racket/class racket/port racket/list racket/string racket/match
43 format-number
44 number-depth)
57 (let ([number (collected-info-number (part-collected-info d ht))])
59 (printf (string-append (make-string (add1 (number-depth number)) #\#) " "))
60 (let ([s (format-number number '() #t)])
190 (define to-wrap (regexp-replaces (get-output-string o)
193 (define lines (wrap-line (string-trim to-wrap) (- 72 (current-indent))))
286 ;; Link to a part within this document?
369 ;; with a 'hspace element to indent
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/
H A Dtypes.tex1992 qring). If one element belongs to a ring the whole list belongs to that
2073 a type cast to list
2129 inserts or appends a new element to list, returns a new list
2350 map from Z to Z/p, and the image of the number
3165 has to be defined prior to any number declaration. See @ref{Rings and
3254 a type cast to number
3929 to access the elements of a resolution, it has to be assigned to a list,
3932 implicitly a cast to a list).
4380 string s2="how to encode a \" in a string...";
4406 a type cast to string (@pxref{string type cast})
[all …]
/dports/lang/racket/racket-8.3/collects/net/
H A Duri-codec.rkt86 (require racket/string racket/list)
97 (define (self-map-chars str) (map (λ (ch) (cons ch ch)) (string->list str)))
133 (define (number->hex-string number)
135 (string #\% (hex (quotient number 16)) (hex (modulo number 16))))
141 (define encoding-table (build-vector ascii-size number->hex-string))
150 (values encoding-table decoding-table))
165 (write-string (vector-ref table byte) out)]
167 (write-string (number->hex-string byte) out)]))
180 (define hex-n (and (string? hex) (string->number hex 16)))
227 (for/list ([arg (in-list args)])
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/net/
H A Duri-codec.rkt86 (require racket/string racket/list)
97 (define (self-map-chars str) (map (λ (ch) (cons ch ch)) (string->list str)))
133 (define (number->hex-string number)
135 (string #\% (hex (quotient number 16)) (hex (modulo number 16))))
141 (define encoding-table (build-vector ascii-size number->hex-string))
150 (values encoding-table decoding-table))
165 (write-string (vector-ref table byte) out)]
167 (write-string (number->hex-string byte) out)]))
180 (define hex-n (and (string? hex) (string->number hex 16)))
227 (for/list ([arg (in-list args)])
[all …]
/dports/lang/slib/slib-3b6/
H A Dformat.texi17 according to @var{format-string}. If @var{destination} is @code{#t},
23 @var{destination} is a number, the output is to the current error port
229 Indirection (expects indirect arguments as a list).
254 jumps to the 0th argument.
273 Iteration (args come from the next argument (a list)). Iteration
282 args from next arg (a list of lists).
305 print @code{#f} as an empty list (see below).
307 print @code{#f} as an empty list (see below).
369 may also print number strings, i.e. passing a number as a string and
428 (ignores all characters inside the format string up to a newline
[all …]
H A Dhttp-cgi.txi35 @code{http:forwarding-page} returns an HTML string for a page which automatically forwards to
51 If @var{serve-proc} returns a string, it is sent to @var{output-port}. If @var{serve-proc} returns…
55 number, then an error page with the status code 500 and strings from
65 This example services HTTP queries from @var{port-number}:
69 (and (socket:bind socket port-number) ; AF_INET INADDR_ANY
96 If @var{serve-proc} returns a string, it is sent to @code{(current-ouput-port)}.
99 list and strings from the list. If @var{serve-proc} returns a list whose first
100 element isn't an number, then an error page with the status code 500
109 @defun make-query-alist-command-server rdb command-table
120 @var{command-table}.
[all …]
/dports/editors/textadept/textadept_11.1.linux/modules/lua/
H A Dapi34string.char(···)\nReceives zero or more integers. Returns a string with length equal to\nthe numbe…
44table.concat(list [, sep [, i [, j]]])\nGiven a list where all elements are strings or numbers, re…
87table.insert(list, [pos, ] value)\nInserts element `value` at position `pos` in `list`, shifting u…
140table)\nA table to store loaders for specific modules (see `require`).\nThis variable is only a re…
141number of arguments and prints their values to `stdout`, using\nthe `tostring` function to convert…
152table.remove(list [, pos])\nRemoves from `list` the element at position `pos`, returning the value…
175 setmetatable debug.setmetatable(value, table)\nSets the metatable for the given `value` to the give…
182table.sort(list [, comp])\nSorts list elements in a given order, *in-place*, from `list[1]` to\n`l…
202 …ed as a string. The possible\nresults of this function are "\n`nil`" (a string, not the value nil)…
208list [, i [, j]])\nReturns the elements from the given table. This function is equivalent to\nretu…
[all …]
/dports/editors/textadept/textadept-textadept_11.1/modules/lua/
H A Dapi34string.char(···)\nReceives zero or more integers. Returns a string with length equal to\nthe numbe…
44table.concat(list [, sep [, i [, j]]])\nGiven a list where all elements are strings or numbers, re…
87table.insert(list, [pos, ] value)\nInserts element `value` at position `pos` in `list`, shifting u…
140table)\nA table to store loaders for specific modules (see `require`).\nThis variable is only a re…
141number of arguments and prints their values to `stdout`, using\nthe `tostring` function to convert…
152table.remove(list [, pos])\nRemoves from `list` the element at position `pos`, returning the value…
175 setmetatable debug.setmetatable(value, table)\nSets the metatable for the given `value` to the give…
182table.sort(list [, comp])\nSorts list elements in a given order, *in-place*, from `list[1]` to\n`l…
202 …ed as a string. The possible\nresults of this function are "\n`nil`" (a string, not the value nil)…
208list [, i [, j]])\nReturns the elements from the given table. This function is equivalent to\nretu…
[all …]
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/srfi/125/
H A Dtest.sld8 (define number-comparator
16 (define ht-string (make-hash-table string=?))
17 (define ht-string-ci (make-hash-table string-ci=?))
23 (let ((ht (make-hash-table number-comparator)))
120 ;; FIXME: glass-box (implementations not required to raise an exception here)
128 ;; FIXME: glass-box (implementations not required to raise an exception here)
263 (hash-table-map->list list ht-fixnum)))
402 (hash-table=? number-comparator ht-fixnum (hash-table-copy ht-fixnum)))
405 (hash-table=? number-comparator ht-fixnum (hash-table-copy ht-fixnum #f)))
408 (hash-table=? number-comparator ht-fixnum (hash-table-copy ht-fixnum #t)))
[all …]
/dports/lang/racket/racket-8.3/collects/racket/
H A Dcmdline.rkt42 (define (up-to-next-keyword lst)
229 (cond [(number? a) (>= a n)]
252 (format "table as a list of flag-list/procedure pairs (~a)"
261 (unless (list? table)
263 (for ([spec (in-list table)])
294 [(number? a)
305 "a list of string-or-string-list and strings"))
350 ;; starts as #f and is mutated to #t when one of <string> is
366 (for ([set (in-list table)] ; the original table
425 (for ([set (in-list table)] ; the original table
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/
H A Dcmdline.rkt42 (define (up-to-next-keyword lst)
229 (cond [(number? a) (>= a n)]
252 (format "table as a list of flag-list/procedure pairs (~a)"
261 (unless (list? table)
263 (for ([spec (in-list table)])
294 [(number? a)
305 "a list of string-or-string-list and strings"))
350 ;; starts as #f and is mutated to #t when one of <string> is
366 (for ([set (in-list table)] ; the original table
425 (for ([set (in-list table)] ; the original table
[all …]
/dports/textproc/texi2html/texi2html-5.0/test/singular_manual/d2t_singular/
H A Dclassify_lib.tex28 * Hcode:: coding of intvec v according to the number repetitions
113 @expansion{} Milnor number(f) = 4
120 @expansion{} Arnold step number 4
124 @expansion{} Milnor number = 4
150 @expansion{} Arnold step number 4
154 @expansion{} Milnor number = 4
214 intvec, coding v according to the number of successive
245 used by the function debug_log(level, list of strings) to know
246 when to print the list of strings. init_debug() reports only
321 @expansion{} printresult (string f,string typ,int Mu,int m,int corank,int K)
[all …]
H A Dgeneral_lib.tex19 * ASCII:: string of printable ASCII characters (number n to m)
21 * binomial:: n choose m (type int), [type string/type number]
23 * factorial:: n factorial (=n!) (type int), [type string/number]
255 list l=1,2,3,4,5;
475 Euler number e=exp(1) up to n decimal digits (no rounding)
591 If id is not a list, id is treated as a list of polys resp. integers.
649 - if id=list of intvec's or int's: consider a list element, say
669 string); if v[i]<0 and i<=size(id) v[i] is set internally to i;
728 If id is not a list, id is treated as a list of polys resp. integers.
775 polynomials have to be put into eval(...) in order to be
[all …]
/dports/lang/ocaml/ocaml-4.05.0/bytecomp/
H A Dcmo_format.mli16 (* Symbol table information for .cmo and .cma files *)
22 | Reloc_getglobal of Ident.t (* reference to a global *)
24 | Reloc_primitive of string (* C primitive number *)
34 (string * Digest.t option) list; (* Names and CRC of intfs imported *)
38 cu_primitives: string list; (* Primitives declared inside *)
44 magic number (Config.cmo_magic_number)
55 lib_ccobjs: string list; (* C object files needed for -custom *)
56 lib_ccopts: string list; (* Extra opts to C compiler *)
57 lib_dllibs: string list } (* DLLs needed *)
60 magic number (Config.cma_magic_number)
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/bytecomp/
H A Dcmo_format.mli16 (* Symbol table information for .cmo and .cma files *)
22 | Reloc_getglobal of Ident.t (* reference to a global *)
24 | Reloc_primitive of string (* C primitive number *)
34 (string * Digest.t option) list; (* Names and CRC of intfs imported *)
38 cu_primitives: string list; (* Primitives declared inside *)
44 magic number (Config.cmo_magic_number)
55 lib_ccobjs: string list; (* C object files needed for -custom *)
56 lib_ccopts: string list; (* Extra opts to C compiler *)
57 lib_dllibs: string list } (* DLLs needed *)
60 magic number (Config.cma_magic_number)
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/src/lua/share/third-party/stdlib/specs/
H A Dstring_ext_spec.yaml130 subject = "string: %s, number: %d"
174 - it coerces string arguments to a number:
178 expect ("number expected").should_error (f, { "a table" })
199 - it coerces string arguments to a number:
203 expect ("number expected").should_error (f, { "a table" })
214 - it right pads a string to the given width with spaces:
225 - it truncates a string to the given width:
228 - it left pads a string to given width with spaces:
237 - "it coerces non-string arguments to a string":
241 expect ("number expected").should_error (f, subject, { "a table" })
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/deploy/packages/lua/
H A Dlualib5_annot.api61 math.max (v1, ...) returns maximum in a list of one or more values
62 math.min (v1, ...) returns minimum in a list of one or more values
74 os.difftime (t2, t1) returns number of seconds from time t1 to time t2
90 setfenv (f, table) sets env, f can be a function or number (stack level, default=1), 0=global env
102 string.sub (s, i [, j]) returns substring from index i to j of s, default j=-1 (string length)
104 table.concat (table [, sep [, i [, j]]]) returns concatenated table elements i to j separated by sep
106 table.foreachi (table, f) executes f(index,value) in sequential order 1 to n, returns first non-nil…
111 table.sort (table [, comp]) sorts in-place elements 1 to n, comp(v1,v2) true if v1<v2, default <
112 tonumber (e [, base]) convert to number, returns number, nil if non-convertible, 2<=base<=36
113 tostring (e) convert to string, returns string
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/htdp-lib/lang/private/
H A Dadvanced-funs.rkt63 Generates a random number. If given one argument @racket[random] returns a natural number
77 @defproc[(with-output-to-file [f string] [p (-> any)]) any]{
80 @defproc[(with-input-from-string [s string] [p (-> any)]) any]{
84 (string-length (symbol->string (with-input-from-string "hello" read)))]
86 @defproc[(with-output-to-string [p (-> any)]) any]{
89 (with-output-to-string (lambda () (display 10)))]
147 Constructs a list by adding multiple items to a list.
166 Causes the program to sleep for the given number of seconds.
320 value (or used to compute the value) and is added to the hash table
366 Applies a function to each mapping of a hash table for effect only.
[all …]
/dports/lang/ocaml/ocaml-4.05.0/ocamldoc/
H A Dodoc_sig.mli24 (** Create a table from a signature. This table is used by some
34 in the given table.
79 (** Return the couple [(n, list)] where [n] is the number of
80 characters read to retrieve [list], which is the list
83 string -> string -> int * Odoc_types.info list
91 in [str], without any blank line before. [length] is the number
98 in [str]. [length] is the number of chars from the beginning of [str]
108 (Odoc_types.text -> 'a) -> string -> string -> (Odoc_types.info option * 'a list)
115 (** This variable is used to load a file as a string and retrieve characters from it.*)
151 Odoc_env.env -> (string * Odoc_types.info option) list ->
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/ocamldoc/
H A Dodoc_sig.mli24 (** Create a table from a signature. This table is used by some
34 in the given table.
79 (** Return the couple [(n, list)] where [n] is the number of
80 characters read to retrieve [list], which is the list
83 string -> string -> int * Odoc_types.info list
91 in [str], without any blank line before. [length] is the number
98 in [str]. [length] is the number of chars from the beginning of [str]
108 (Odoc_types.text -> 'a) -> string -> string -> (Odoc_types.info option * 'a list)
115 (** This variable is used to load a file as a string and retrieve characters from it.*)
151 Odoc_env.env -> (string * Odoc_types.info option) list ->
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/redex-lib/redex/private/
H A Dterm-fn.rkt28 to-smiley-number
99 (define pattern-symbols '(any number natural integer real string boolean variable
106 (for/list ([table-entry (in-list (if (syntax? table-entries)
107 (syntax->list table-entries)
122 (define (to-smiley-number n)
142 (check-equal? (to-smiley-number 0) "☺")
143 (check-equal? (to-smiley-number 1) "☹")
144 (check-equal? (to-smiley-number 2) "☹☺")
145 (check-equal? (to-smiley-number 3) "☹☹")
146 (check-equal? (to-smiley-number 18) "☹☺☺☹☺")
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/eopl/private/
H A Dsllgen.rkt67 ;; string to replace make-symbol, make-number, and make-string.
438 (lambda (string) (list class (list string) 'make-string))
452 (define sllgen:add-value-to-table!
494 (string-append s (number->string n)))))))
718 (sllgen:add-value-to-table! table
731 (sllgen:add-value-to-table! table
1221 (sllgen:add-value-to-table! datatype-table
1420 ;; action-opcode :: = skip | symbol | number | string
1422 ;; make-symbol, make-number, and make-string are supported
1460 (string->number (list->string (reverse buffer)))
[all …]

12345678910>>...2276