Home
last modified time | relevance | path

Searched refs:noexport (Results 1 – 25 of 75) sorted by relevance

123

/dports/textproc/hs-pandoc/pandoc-2.14.2/test/command/
H A D4284.md6 * NOEXPORT should appear if not specified in EXCLUDE_TAGS :noexport:
11noexport-should-appear-if-not-specified-in-excludetags",[],[]) [Str "NOEXPORT",Space,Str "should",…
29 * This should appear :noexport:
31 …,Space,Str "appear",Space,Span ("",["tag"],[("tag-name","noexport")]) [SmallCaps [Str "noexport"]]…
37 * NOEXPORT should appear if not specified in EXCLUDE_TAGS :noexport:
39noexport-should-appear-if-not-specified-in-excludetags",[],[]) [Str "NOEXPORT",Space,Str "should",…
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/test/command/
H A D4284.md6 * NOEXPORT should appear if not specified in EXCLUDE_TAGS :noexport:
11noexport-should-appear-if-not-specified-in-excludetags",[],[]) [Str "NOEXPORT",Space,Str "should",…
29 * This should appear :noexport:
31 …,Space,Str "appear",Space,Span ("",["tag"],[("tag-name","noexport")]) [SmallCaps [Str "noexport"]]…
37 * NOEXPORT should appear if not specified in EXCLUDE_TAGS :noexport:
39noexport-should-appear-if-not-specified-in-excludetags",[],[]) [Str "NOEXPORT",Space,Str "should",…
/dports/shells/es/es-0.9-beta1/
H A Desdebug74 noexport = $noexport _untraced-$func
122 noexport = $noexport _unbroken-$func
253 noexport = $noexport $commands
340 noexport = (
341 $noexport
354 noexport = $noexport %seq if while
H A Dvar.c18 static Dict *noexport; variable
98 if (noexport == NULL) in isexported()
100 return dictget(noexport, name) == NULL; in isexported()
107 noexport = NULL; in setnoexport()
111 for (noexport = mkdict(); list != NULL; list = list->next) in setnoexport()
112 noexport = dictput(noexport, getstr(list->term), (void *) setnoexport); in setnoexport()
345 globalroot(&noexport); in initvars()
349 noexport = NULL; in initvars()
H A Dinitial.es237 # unless it is on the noexport list.
280 if {if {~ $var $noexport} $priv $export} {
709 set-noexport = $&setnoexport
734 # noexport lists the variables that are not exported. It is not
745 noexport = noexport pid signals apid bqstatus fn-%dispatch path home
/dports/devel/R-cran-foreach/foreach/R/
H A Dutils.R27 noexport <- union(e1$noexport, e2$noexport) functionVar
30 packages=packages, export=export, noexport=noexport, nameattr
H A Dforeach.R283 export=.export, noexport=.noexport, options=options, nameattr
/dports/math/polymake/polymake-4.5/support/
H A Dinstall.pl493 my (%noexport, @noexport_patterns, $next_created);
495 open my $noexport, "$src/.noexport"
498 while (<$noexport>) {
506 $noexport{$file} = $status;
512 my $noexport = $noexport{$f};
513 unless ($noexport) {
516 $noexport = $pat->[1];
521 if ($noexport) {
522 next if $noexport ne "local";
/dports/devel/R-cran-foreach/foreach/tests/testthat/
H A Dtest_merge.R31 expect_equal(sort(f$noexport), c('bar', 'foo'))
34 expect_equal(sort(f$noexport), c('bar', 'baz', 'foo'))
37 expect_equal(sort(f$noexport), c('foo'))
/dports/editors/neovim/neovim-0.6.1/src/nvim/generators/
H A Dgen_api_ui_events.lua57 if ev.since == nil and not ev.noexport then
68 if not ev.remote_impl and not ev.noexport then
77 if not ev.bridge_impl and not ev.noexport then
184 if not ev.noexport then
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dexec.c44 static_fn void noexport(Namval_t *np, void *data) { in noexport() function
65 nv_scan(shp->var_tree, noexport, 0, NV_EXPORT, NV_EXPORT); in exec_args()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/niklasfasching/go-org/org/testdata/
H A Dsetup_file_org2 #+EXCLUDE_TAGS: noexport custom_noexport
H A Dheadlines.org29 By default =EXCLUDE_TAGS= is just =:noexport:=.
H A Dheadlines.pretty_org29 By default =EXCLUDE_TAGS= is just =:noexport:=.
/dports/math/polymake/polymake-4.5/perllib/Polymake/Core/
H A DInteractiveCommands.pm287 open my $noexport, ">", "$app_dir/.noexport";
288 print $noexport "testsuite test\n";
289 close $noexport;
314 open my $noexport, ">", "$app_dir/.noexport";
315 print $noexport "testsuite test\n";
316 close $noexport;
/dports/devel/p5-Util-Any/Util-Any-0.25/
H A DMANIFEST61 t/16-noexport-disable.t
62 t/16-noexport.t
/dports/devel/R-cran-doParallel/doParallel/R/
H A DdoParallel.R414 noexport <- union(obj$noexport, obj$argnames) functionVar
415 packages <- getexports(expr, exportenv, envir, bad=noexport)
/dports/editors/fte/fte/config/
H A Dm_unrealscript.fte28 'coerce', 'noexport', 'ignores',
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dmisc.c51 static void noexport(Namval_t*,void*);
92 static void noexport(register Namval_t* np, void *data) in noexport() function
127 nv_scan(shp->var_tree,noexport,0,NV_EXPORT,NV_EXPORT); in B_login()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dmisc.c51 static void noexport(Namval_t*,void*);
92 static void noexport(register Namval_t* np, void *data) in noexport() function
127 nv_scan(shp->var_tree,noexport,0,NV_EXPORT,NV_EXPORT); in B_login()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dmisc.c51 static void noexport(Namval_t*,void*);
92 static void noexport(register Namval_t* np, void *data) in noexport() function
127 nv_scan(shp->var_tree,noexport,0,NV_EXPORT,NV_EXPORT); in B_login()
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Dpdfextra.py158 readonly=0, required=0, noexport=0, multiline=0, password=0, fileselect=0,
350 norotate=0, noview=0, readonly=0, required=0, noexport=0, notoggletooff=0)
399 norotate=0, noview=0, readonly=0, required=0, noexport=0)
617 norotate=0, noview=0, readonly=0, required=0, noexport=0, combo=1,
/dports/net/netpipes/netpipes-4.2/
H A DMakefile187 cd release; tar cf ../netpipes-$(RELEASE)-noexport.tar *
/dports/editors/emacs-devel/emacs-4d1968b/doc/misc/
H A Dorg-setup.org39 #+exclude_tags: noexport
/dports/devel/R-cran-foreach/foreach/man/
H A Dforeach.Rd23 .noexport = NULL,
105 \item{.noexport}{character vector of variables to exclude from exporting.

123