Home
last modified time | relevance | path

Searched refs:localonly (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/science/jstrack/jstrack/extlib/tcllib1.19/nns/
H A Dserver.tcl22 variable localonly
46 -local $localonly]
50 log::debug "UP @$port local-only $localonly"
308 variable localonly
313 return [list -localonly $localonly -port $port]
319 -localonly { return $localonly }
335 -localonly {
343 if {$new == $localonly} continue
344 set localonly $new
346 $comm configure -local $localonly
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/nns/
H A Dserver.tcl22 variable localonly
46 -local $localonly]
50 log::debug "UP @$port local-only $localonly"
308 variable localonly
313 return [list -localonly $localonly -port $port]
319 -localonly { return $localonly }
335 -localonly {
343 if {$new == $localonly} continue
344 set localonly $new
346 $comm configure -local $localonly
[all …]
H A Dnns_server.tcllib.man114 [opt_def -localonly [arg bool]]
117 (-localonly 1) or remote connections as well (-localonly 0). The
137 Changed name of -local switch to -localonly.
/dports/devel/tcllibc/tcllib-1.20/modules/nns/
H A Dserver.tcl22 variable localonly
46 -local $localonly]
50 log::debug "UP @$port local-only $localonly"
308 variable localonly
313 return [list -localonly $localonly -port $port]
319 -localonly { return $localonly }
335 -localonly {
343 if {$new == $localonly} continue
344 set localonly $new
346 $comm configure -local $localonly
[all …]
H A Dnns_server.tcllib.man114 [opt_def -localonly [arg bool]]
117 (-localonly 1) or remote connections as well (-localonly 0). The
137 Changed name of -local switch to -localonly.
/dports/devel/clixon/clixon-4.8.0/lib/src/
H A Dclixon_xpath_function.h96 int xp_function_current(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
97 int xp_function_deref(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
98 int xp_function_derived_from(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, int self,…
99 int xp_function_count(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
100 int xp_function_name(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
101 int xp_function_contains(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
102 int xp_function_not(xp_ctx *xc, struct xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
H A Dclixon_xpath_eval.c217 int localonly) in nodetest_eval() argument
222 if (localonly) in nodetest_eval()
257 int localonly, in nodetest_recursive() argument
268 if (nodetest_eval(xsub, nodetest, nsc, localonly) == 1){ in nodetest_recursive()
303 int localonly, in xp_eval_step() argument
413 if (xp_eval(xc, xs->xs_c1, nsc, localonly, xrp) < 0) in xp_eval_step()
456 int localonly, in xp_eval_predicate() argument
472 if (xp_eval(xc, xs->xs_c0, nsc, localonly, &xr0) < 0) in xp_eval_predicate()
929 int localonly, in xp_eval() argument
962 if (xp_eval_step(xc, xs, nsc, localonly, xrp) < 0) in xp_eval()
[all …]
H A Dclixon_xpath_function.c138 int localonly, in xp_function_current() argument
164 int localonly, in xp_function_deref() argument
324 int localonly, in xp_function_derived_from() argument
342 if (xp_eval(xc, xs->xs_c0, nsc, localonly, &xr0) < 0) in xp_function_derived_from()
347 if (xp_eval(xc, xs->xs_c1, nsc, localonly, &xr1) < 0) in xp_function_derived_from()
387 int localonly, in xp_function_count() argument
399 if (xp_eval(xc, xs->xs_c0, nsc, localonly, &xr0) < 0) in xp_function_count()
427 int localonly, in xp_function_name() argument
442 if (xp_eval(xc, xs->xs_c0, nsc, localonly, &xr0) < 0) in xp_function_name()
483 int localonly, in xp_function_contains() argument
[all …]
H A Dclixon_xpath_eval.h48 int xp_eval(xp_ctx *xc, xpath_tree *xs, cvec *nsc, int localonly, xp_ctx **xrp);
/dports/science/nest/nest-simulator-3.1/pynest/nest/
H A Dll_api.py279 def __init__(self, typehint, description, readonly=False, default=None, localonly=False): argument
281 self._localonly = localonly
285 localonly = localonly and "**local only**"
290 + ("\n\n" if readonly or localonly else "")
291 + ", ".join(c for c in (readonly, localonly) if c)
/dports/devel/tcllibc/tcllib-1.20/apps/
H A Dnnsd59 -localonly {
66 nameserv::server::configure -localonly $local
122 set l [expr {[nameserv::server::cget -localonly]
/dports/devel/tcllib/tcllib-1.20/apps/
H A Dnnsd59 -localonly {
66 nameserv::server::configure -localonly $local
122 set l [expr {[nameserv::server::cget -localonly]
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dmboxlist.h155 int mboxlist_update(mbentry_t *mbentry, int localonly);
176 int localonly, int forceuser, int dbonly,
184 int localonly, int forceuser, int dbonly,
193 int localonly, int forceuser, int dbonly,
202 int options, int localonly,
226 int localonly, int force, int keep_intermediaries);
H A Dmbpath.c104 int localonly = 0; in main() local
129 localonly = 1; in main()
215 if (localonly) { in main()
/dports/devel/tortoisehg/tortoisehg-5.9.3/tortoisehg/util/
H A Dcachethg.py28 localonly = False variable
43 localonly = QueryValueEx(hkey, 'LocalDisksOnly')[0] in ('1', 'True') variable
65 debugf('LocalDisksOnly %s', localonly)
115 global enabled, localonly
178 if localonly and not paths.is_on_fixed_drive(hglib.fromunicode(path)):
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/bundledoc/
H A Dbundledoc58 my ($verbose, $keepdirs, $depfile, $localonly); # Taken from the command line
187 if ($localonly) {
257 $localonly = 0;
262 'localonly!' => \$localonly,
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dmboxlist.h157 int mboxlist_update(mbentry_t *mbentry, int localonly);
178 int localonly, int forceuser, int dbonly,
186 int localonly, int forceuser, int dbonly,
195 int localonly, int forceuser, int dbonly,
204 int options, int localonly,
H A Dmbpath.c104 int localonly = 0; in main() local
129 localonly = 1; in main()
215 if (localonly) { in main()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/tools/proxyserver/
H A Dproxyserver.py106 if options.localonly:
200 localonly = False variable in Options
230 localonly=Options.localonly,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/netdoc/
H A DHandler.java59 boolean localonly = tmp.booleanValue(); in openConnection()
65 if (!localonly) { in openConnection()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/net/www/protocol/netdoc/
H A DHandler.java59 boolean localonly = tmp.booleanValue(); in openConnection()
65 if (!localonly) { in openConnection()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dmboxlist.h132 int mboxlist_update(mbentry_t *mbentry, int localonly);
153 int localonly, int forceuser, int dbonly,
172 int localonly,
/dports/irc/inspircd/inspircd-3.11.0/src/modules/
H A Dm_httpd_stats.cpp345 bool localonly = params.getBool("localonly"); in ListUsers() local
353 localonly = true; in ListUsers()
366 localonly = true; in ListUsers()
381 if (localonly && !lu) in ListUsers()
391 if (sorter.order != OB_NONE && !(!localonly && sorter.order == OB_LASTMSG)) in ListUsers()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/server/
H A Dpmix_server_get.c117 bool localonly, in defer_response() argument
129 if (localonly) { in defer_response()
174 bool localonly = false; in pmix_server_get() local
243 localonly = PMIX_INFO_TRUE(&cd->info[n]); in pmix_server_get()
291 if (localonly) { in pmix_server_get()
340 rc = defer_response(nspace, rank, cd, localonly, cbfunc, cbdata, &tv, &lcd); in pmix_server_get()
364 rc = defer_response(nspace, rank, cd, localonly, cbfunc, cbdata, &tv, &lcd); in pmix_server_get()
447 rc = defer_response(nspace, rank, cd, localonly, cbfunc, cbdata, &tv, &lcd); in pmix_server_get()
507 rc = defer_response(nspace, rank, cd, localonly, cbfunc, cbdata, NULL, &lcd); in pmix_server_get()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/vbackup/
H A Ddisknfs.c45 if(srv->localonly == 0) in threadmain()
46 srv->localonly = 1; in threadmain()

123456789