Home
last modified time | relevance | path

Searched defs:can_execute (Results 1 – 25 of 25) sorted by relevance

/dports/devel/hyperscan/boost_1_75_0/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
248 struct can_execute : struct
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/execution/
H A Dexecute.hpp63 struct can_execute : struct
261 struct can_execute : struct
/dports/devel/R-cran-BH/BH/inst/include/boost/asio/execution/
H A Dexecute.hpp64 struct can_execute : struct
266 struct can_execute : struct
/dports/games/wesnoth/wesnoth-1.14.17/src/hotkey/
H A Dcommand_executor.cpp709 bool can_execute = can_execute_command(command_obj); in set_button_state() local
733 bool can_execute = can_execute_command(command_obj); in set_button_state() local
/dports/www/hiawatha/hiawatha-10.12/src/
H A Dlibfs.c153 t_fs_bool can_execute(char *file, uid_t uid, gid_t gid, t_groups *groups) { in can_execute() function
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-selected-info.c62 gboolean can_execute; member
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-mail-signature.c400 gboolean can_execute; in e_source_mail_signature_load_sync() local
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_derived_jit.cpp710 Jitable::can_execute() const in can_execute() function in ascent::runtime::expressions::Jitable
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/include/llvm/Support/
H A DFileSystem.h378 inline bool can_execute(const Twine &Path) { in can_execute() function
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-file-private.h180 eel_boolean_bit can_execute : 1; member
H A Dnautilus-file.c2445 …gboolean can_read, can_write, can_execute, can_delete, can_trash, can_rename, can_mount, can_unmou… in update_info_internal() local
/dports/x11-fm/caja/caja-1.26.0/libcaja-private/
H A Dcaja-file-private.h218 eel_boolean_bit can_execute : 1; member
H A Dcaja-file.c2106 …gboolean can_read, can_write, can_execute, can_delete, can_trash, can_rename, can_mount, can_unmou… in update_info_internal() local
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/gtk/
H A Dwebview_webkit2.cpp693 gboolean can_execute = webkit_web_view_can_execute_editing_command_finish(m_web_view, in CanExecuteEditingCommand() local
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/gtk/
H A Dwebview_webkit2.cpp693 gboolean can_execute = webkit_web_view_can_execute_editing_command_finish(m_web_view, in CanExecuteEditingCommand() local
/dports/x11-fm/nemo/nemo-4.8.3/libnemo-private/
H A Dnemo-file-private.h210 eel_boolean_bit can_execute : 1; member
H A Dnemo-file.c2242 …gboolean can_read, can_write, can_execute, can_delete, can_trash, can_rename, can_mount, can_unmou… in update_info_internal() local
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/gtk/
H A Dwebview_webkit2.cpp904 gboolean can_execute = webkit_web_view_can_execute_editing_command_finish(m_web_view, in CanExecuteEditingCommand() local
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dpath.c899 static_fn int can_execute(Shell_t *shp, char *path, int isfun) { in can_execute() function
/dports/x11-wm/xfce4-desktop/xfdesktop-4.16.0/src/
H A Dxfdesktop-file-utils.c106 gboolean can_execute = FALSE; in xfdesktop_file_utils_file_is_executable() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/commands/
H A Deditor_command.cc247 bool (*can_execute)(LocalFrame&, EditorCommandSource); member in blink::EditorInternalCommand
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/commands/
H A Deditor_command.cc249 bool (*can_execute)(LocalFrame&, EditorCommandSource); member in blink::EditorInternalCommand
/dports/science/py-abipy/abipy-0.9.0/abipy/flowtk/
H A Dflows.py2971 def can_execute(self): member in FlowCallback