Home
last modified time | relevance | path

Searched +refs:already +refs:expanded (Results 1 – 25 of 24929) sorted by relevance

12345678910>>...998

/dports/lang/racket-minimal/racket-8.3/src/expander/expand/
H A Dalready-expanded.rkt4 ;; expanded already by `local-expand-expression`
6 (provide (struct-out already-expanded))
8 (struct already-expanded (s binding-layer)
9 #:reflection-name 'expanded-syntax)
H A Dlocal-expand.rkt15 "already-expanded.rkt"
51 ;; Move introduction scope from the already-expanded syntax object to
53 ;; with an empty set of scopes, and then the already-expanded inside has
56 (datum->syntax #f (already-expanded
/dports/lang/racket/racket-8.3/src/expander/expand/
H A Dalready-expanded.rkt4 ;; expanded already by `local-expand-expression`
6 (provide (struct-out already-expanded))
8 (struct already-expanded (s binding-layer)
9 #:reflection-name 'expanded-syntax)
H A Dlocal-expand.rkt15 "already-expanded.rkt"
51 ;; Move introduction scope from the already-expanded syntax object to
53 ;; with an empty set of scopes, and then the already-expanded inside has
56 (datum->syntax #f (already-expanded
/dports/lang/racket/racket-8.3/share/pkgs/source-syntax/
H A Dsource-syntax.rkt15 ;; location as `lookfor' which is coming from the expanded `orig',
16 ;; given in `expanded'.
17 (define (recover-source-syntax orig expanded #:traverse-now? [now? #f])
34 ;; this maps syntax from expanded to the original
37 ;; if `expanded` is mapped to something, then we'll start with it
39 (hash-ref syntax-locs (syntax-loc expanded) #f))
43 ;; #f as `lookfor` indicates "traverse all of `expanded`
45 ;; stx is expanded syntax, target is source syntax
46 (let loop ([stx expanded] [target initial-target])
54 ;; map `stx` to the best enclosing syntax we have, if it's not already there
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/view/
H A DXViewCursor.idl43 determines whether the text range of the cursor is expanded (`TRUE`)
48 or `FALSE` if it was already in the bottom row.
58 determines whether the text range of the cursor is expanded (`TRUE`)
62 or `FALSE` if it was already in the top row.
72 determines whether the text range of the cursor is expanded (`TRUE`)
76 or `FALSE` if it was already at the leftmost position.
86 determines whether the text range of the cursor is expanded (`TRUE`)
90 or `FALSE` if it was already at the rightmost position.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/view/
H A DXViewCursor.idl43 determines whether the text range of the cursor is expanded (`TRUE`)
48 or `FALSE` if it was already in the bottom row.
58 determines whether the text range of the cursor is expanded (`TRUE`)
62 or `FALSE` if it was already in the top row.
72 determines whether the text range of the cursor is expanded (`TRUE`)
76 or `FALSE` if it was already at the leftmost position.
86 determines whether the text range of the cursor is expanded (`TRUE`)
90 or `FALSE` if it was already at the rightmost position.
/dports/www/thirtybees/thirtybees-1.1.0/themes/niara/modules/blockcategories/
H A Dlist_group_item.tpl2 …* ATENTION! If you would like to have active categories already expanded before the JavaScript loa…
3 …* You must calculate whichs categories should be expanded by override a method in BlockCategories …
9 … $list_item.id == $currentCategoryId) || (!empty($list_item.expanded) && $list_item.expanded)} act…
13 …<a class="btn-toggle{if empty($list_item.expanded)} collapsed{/if} ilvl-{$level|intval}" href="#{$…
17 …<div {if empty($list_item.expanded)} class="list-group collapse" style="height: 0px;"{else} class=…
/dports/www/thirtybees/thirtybees-1.1.0/themes/community-theme-default/modules/blockcategories/
H A Dlist_group_item.tpl2 …* ATENTION! If you would like to have active categories already expanded before the JavaScript loa…
3 …* You must calculate whichs categories should be expanded by override a method in BlockCategories …
9 … $list_item.id == $currentCategoryId) || (!empty($list_item.expanded) && $list_item.expanded)} act…
13 …<a class="btn-toggle{if empty($list_item.expanded)} collapsed{/if} ilvl-{$level|intval}" href="#{$…
17 …<div {if empty($list_item.expanded)} class="list-group collapse" style="height: 0px;"{else} class=…
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter8/abstract-types-lang/
H A Dexpand-type.rkt27 ;; lookup-type-name-in-tenv is already expanded.
47 ;; creates new interface with all types expanded
68 ;; here the expanded type is m.t
69 (let ((expanded-type (qualified-type m-name t-name)))
72 expanded-type
75 (transparent-type-decl t-name expanded-type)
78 (let ((expanded-type (expand-type ty internal-tenv)))
81 expanded-type
84 (transparent-type-decl t-name expanded-type)
87 (let ((expanded-type
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/eopl/tests/chapter8/full-system/
H A Dexpand-type.rkt27 ;; lookup-type-name-in-tenv is already expanded.
47 ;; creates new interface with all types expanded
57 ;; proc-ifaces don't get expanded; their types will be expanded
72 ;; here the expanded type is m.t
73 (let ((expanded-type (qualified-type m-name t-name)))
76 expanded-type
79 (transparent-type-decl t-name expanded-type)
85 expanded-type
88 (transparent-type-decl t-name expanded-type)
91 (let ((expanded-type
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/macros/
H A Dmacro-shadowing.stderr1 error: `macro_two` is already in scope
10 = note: macro-expanded `#[macro_use]`s may not shadow existing macros (see RFC 1560)
19 …= note: ambiguous because of a conflict between a macro-expanded name and a less macro-expanded na…
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/store/dynamic/collections/
H A Dddl.xq45 : the collection with the given expanded QName.
53 : @error zerr:ZDDY0002 if a collection with the given expanded QName already
62 : the collection with the given expanded QName. Moreover, it adds copies
73 : @error zerr:ZDDY0002 if a collection with the given expanded QName already
85 : the collection with the given expanded QName.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/polymer-bundler/node_modules/find-replace/dist/
H A Dindex.mjs7 * - ignores input which is already an array
91 let expanded = [];
94 expanded = expanded.concat(replaceWith(value));
96 expanded.push(replaceWith);
103 replaceWithValue: expanded
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/node/node_modules/polymer-css-build/node_modules/find-replace/dist/
H A Dindex.mjs7 * - ignores input which is already an array
91 let expanded = [];
94 expanded = expanded.concat(replaceWith(value));
96 expanded.push(replaceWith);
103 replaceWithValue: expanded
/dports/graphics/bmeps/dktools-4.31.1/src/libdk4c/
H A Ddk4bml.ctr29 predecessors already evaluated, increased by one.
88 @param pbm Bit matrix representing the graph, must already be expanded.
140 already expanded.
182 @param pbm Bit matrix representing the graph, must already be expanded.
183 @param pbf Bit field, which nodes are already evaluated.
231 Node j is already evaluated
281 else { $? ". already evaluated %lu", (unsigned long)(pdest[i])
301 be expanded.
344 @param pbm Bit matrix representing the graph, must already be expanded.
345 @param pbf Bit field, which nodes are already evaluated.
[all …]
/dports/x11-wm/ctwm/ctwm-4.0.3/tests/
H A DREADME.md5 built binary. Hopefully it'll be expanded over time.
12 and odd behaviors I've already had to work around. However, we already
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/pipelines/components/graph/
H A Dlinked_pipelines_column.vue157 /* If the clicked pipeline has been expanded already, close it, clear, exit */
170 it was already showing a different pipeline, then
180 onPipelineExpandToggle(jobName, expanded) {
186 this.$emit('pipelineExpandToggle', jobName, expanded);
214 :expanded="isExpanded(pipeline.id)"
/dports/lang/racket/racket-8.3/share/pkgs/optimization-coach/optimization-coach/
H A Dprofiling.rkt25 ;; TODO surely this must already exist somewhere
38 (define (load-profile profile-file orig-syntax expanded-syntax)
52 ;; Traverses fully-expanded syntax, and finds all function boundaries.
60 (define (find-all-functions orig-syntax expanded-syntax)
62 (recover-source-syntax orig-syntax expanded-syntax))
64 (let loop ([stx expanded-syntax]
139 samples orig-syntax expanded-syntax)
152 (find-all-functions orig-syntax expanded-syntax))
173 ;; already converted within the same "frame", it's a recursive call, and
211 ;; - we've already seen it
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/com/zorba-xquery/www/modules/store/static/collections/
H A Dddl.xq53 : the collection with the given expanded QName.
61 : @error zerr:ZDDY0001 if the expanded QName $name is not equal
63 : @error zerr:ZDDY0002 if a collection with the given expanded QName already
72 : the collection with the given expanded QName. Moreover, it adds copies
83 : @error zerr:ZDDY0001 if the expanded QName $name is not equal
85 : @error zerr:ZDDY0002 if a collection with the given expanded QName already
97 : the collection with the given expanded QName.
105 : @error zerr:ZDDY0001 if the expanded QName $name is not equal
107 : @error zerr:ZDDY0003 if the expanded QName $name is not equal
/dports/games/scourge/scourge/autom4te.cache/
H A Dtraces.0193 # test to see if srcdir already configured
345 # directories to create, and then abort because `.' already
644 dnl If an already present or preinstalled GNU gettext() is found,
646 dnl gettext is already preinstalled in libintl, we update this
1550 dnl and the already constructed $LIBNAME/$LTLIBNAME.
1650 dnl or the already constructed $LIBNAME
1703 dnl 3. if it's already present in $CPPFLAGS or the already
1752 dnl 3. if it's already present in $LDFLAGS or the already
2006 dnl 2. if it's already present in $CPPFLAGS,
2037 dnl 2. if it's already present in $LDFLAGS,
[all …]
/dports/devel/rgbds/rgbds/test/asm/
H A Dsyntax-error-lexer-mode.asm6 ; the lexer is already in normal mode at the `AF`, so `newline` gets expanded
/dports/science/berkeleygw/BGW-2.0.0/testsuite/Si-EPM/
H A Dnonlinearoptics_tp.inp14 # If we have already calculated vmtxel_uf, read it in.
20 # Are the grids (fine from diag calc) to be expanded using symmetries?
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/wild-2.0.4/
H A DREADME.md5 Unix shells automatically interpret wildcard arguments and pass them expanded (already converted to…
7 …ware of argument quoting, and special characteres in quotes (`"*"`) are intentionally not expanded.
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/wild-2.0.4/
H A DREADME.md5 Unix shells automatically interpret wildcard arguments and pass them expanded (already converted to…
7 …ware of argument quoting, and special characteres in quotes (`"*"`) are intentionally not expanded.

12345678910>>...998