Home
last modified time | relevance | path

Searched refs:last_close (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A Dexceptions_impl.h56 size_t last_close = buffer.find_last_of(')'); in demangler_one() local
58 last_close == std::string::npos) { in demangler_one()
61 std::string function_name = buffer.substr(last_open + 1, last_close - last_open - 1); in demangler_one()
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/mainwindow/
H A Dtabbedbrowser.py418 last_close = 'close'
420 last_close = config.val.tabs.last_close
424 if last_close == 'ignore' and count == 1:
430 if last_close == 'close':
432 elif last_close == 'blank':
434 elif last_close == 'startpage':
437 elif last_close == 'default-page':
494 last_close = config.val.tabs.last_close
496 last_close_replaces = last_close in [
508 last_close_urlstr = urls[last_close].toString().rstrip('/')
/dports/devel/libtool/libtool-2.4.6/tests/
H A Ddlloader-api.at152 last_close (lt_user_data data, lt_module module)
157 printf ("last_close (%s): %s\n", filename, ctx);
248 last->module_close = last_close;
408 last_close (last): last_ctx
/dports/devel/libltdl/libtool-2.4.6/tests/
H A Ddlloader-api.at152 last_close (lt_user_data data, lt_module module)
157 printf ("last_close (%s): %s\n", filename, ctx);
248 last->module_close = last_close;
408 last_close (last): last_ctx
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sunrpc/
H A Dcache.c391 cd->last_close = 0; in sunrpc_init_cache_detail()
1060 cd->last_close = seconds_since_boot(); in cache_release()
1159 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1160 detail->last_warn = detail->last_close; in warn_no_listener()
1162 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1170 if (detail->last_close == 0) in cache_listeners_exist()
1173 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
H A Drpc_pipe.c244 int last_close; in rpc_pipe_release() local
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()
273 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sunrpc/
H A Dcache.c391 cd->last_close = 0; in sunrpc_init_cache_detail()
1060 cd->last_close = seconds_since_boot(); in cache_release()
1159 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1160 detail->last_warn = detail->last_close; in warn_no_listener()
1162 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1170 if (detail->last_close == 0) in cache_listeners_exist()
1173 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
H A Drpc_pipe.c244 int last_close; in rpc_pipe_release() local
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()
273 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sunrpc/
H A Dcache.c391 cd->last_close = 0; in sunrpc_init_cache_detail()
1060 cd->last_close = seconds_since_boot(); in cache_release()
1159 if (detail->last_warn != detail->last_close) { in warn_no_listener()
1160 detail->last_warn = detail->last_close; in warn_no_listener()
1162 detail->warn_no_listener(detail, detail->last_close != 0); in warn_no_listener()
1170 if (detail->last_close == 0) in cache_listeners_exist()
1173 if (detail->last_close < seconds_since_boot() - 30) in cache_listeners_exist()
H A Drpc_pipe.c244 int last_close; in rpc_pipe_release() local
272 last_close = pipe->nwriters == 0 && pipe->nreaders == 0; in rpc_pipe_release()
273 if (last_close && pipe->ops->release_pipe) in rpc_pipe_release()
/dports/www/qutebrowser/qutebrowser-2.4.0/tests/end2end/features/
H A Dtabs.feature798 And I set tabs.last_close to blank
811 And I set tabs.last_close to blank
989 When I set tabs.last_close to close
1037 # tabs.last_close
1041 Scenario: tabs.last_close = blank
1043 And I set tabs.last_close to blank
1050 Scenario: tabs.last_close = startpage
1072 Scenario: tabs.last_close = close
1074 And I set tabs.last_close to close
1412 When I set tabs.last_close to close
[all …]
H A Deditor.feature128 And I set tabs.last_close to blank
H A Ddownloads.feature60 When I set tabs.last_close to blank
68 When I set tabs.last_close to blank
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.cpp661 size_t last_close(name.size()-1); in unique_name() local
667 if (name.substr(last_close) != ")") in unique_name()
674 if (last_open+2 > last_close) in unique_name()
677 String between(name.substr(last_open+1, last_close - (last_open+1))); in unique_name()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.cpp661 size_t last_close(name.size()-1); in unique_name() local
667 if (name.substr(last_close) != ")") in unique_name()
674 if (last_open+2 > last_close) in unique_name()
677 String between(name.substr(last_open+1, last_close - (last_open+1))); in unique_name()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/valuenodes/
H A Dvaluenode_bone.cpp661 size_t last_close(name.size()-1); in unique_name() local
667 if (name.substr(last_close) != ")") in unique_name()
674 if (last_open+2 > last_close) in unique_name()
677 String between(name.substr(last_open+1, last_close - (last_open+1))); in unique_name()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h113 time64_t last_close; /* if no writers, when did last close */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h113 time64_t last_close; /* if no writers, when did last close */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h113 time64_t last_close; /* if no writers, when did last close */ member
/dports/multimedia/minisatip/minisatip-1.1.52/src/
H A Dsatipc.c104 int64_t last_setup, last_connect, last_close, last_response_sent; member
358 sip->last_close = getTick(); in satipc_close_rtsp_socket()
610 sip->last_close = 0; in satipc_open_device()
/dports/math/R/R-4.1.2/src/main/
H A Dengine.c2541 static void (*last_close)(pDevDesc dd); in GEMetricInfo() local
2543 static void (*last_close)(); in GEMetricInfo() local
2549 if (dd == last_dd && dd->dev->close == last_close && abs(c) == 77 in GEMetricInfo()
2557 last_dd = dd; last_close = dd->dev->close; in GEMetricInfo()
/dports/math/libRmath/R-4.1.1/src/main/
H A Dengine.c2541 static void (*last_close)(pDevDesc dd); in GEMetricInfo() local
2543 static void (*last_close)(); in GEMetricInfo() local
2549 if (dd == last_dd && dd->dev->close == last_close && abs(c) == 77 in GEMetricInfo()
2557 last_dd = dd; last_close = dd->dev->close; in GEMetricInfo()
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/fm/
H A Dfm_formats.c766 char *last_close = strrchr(typ, ')'); in gen_FMTypeDesc() local
767 if ((first_open && !last_close) || (!first_open && last_close)) { in gen_FMTypeDesc()
/dports/textproc/hevea/hevea-2.34/
H A Dtext.ml677 "par: last_close=%s, r=%i\n"
/dports/lang/perl5.30/perl-5.30.3/
H A Dregcomp.c7967 SSize_t last_close = 0; /* pointed to by data */ in Perl_re_op_compile() local
8113 data.last_closep = &last_close; in Perl_re_op_compile()
8235 SSize_t last_close = 0; in Perl_re_op_compile() local
8242 data.last_closep = &last_close; in Perl_re_op_compile()

12