Home
last modified time | relevance | path

Searched refs:IsExecutable (Results 1 – 25 of 913) sorted by relevance

12345678910>>...37

/dports/misc/broot/broot-1.7.0/cargo-crates/is_executable-1.0.1/src/
H A Dlib.rs74 pub trait IsExecutable { trait
87 use super::IsExecutable;
89 impl IsExecutable for Path {
109 use super::IsExecutable;
111 impl IsExecutable for Path {
/dports/devel/grcov/grcov-0.8.2/cargo-crates/is_executable-1.0.1/src/
H A Dlib.rs74 pub trait IsExecutable { interface
87 use super::IsExecutable;
89 impl IsExecutable for Path {
109 use super::IsExecutable;
111 impl IsExecutable for Path {
/dports/devel/tcllib/tcllib-1.20/examples/tepam/
H A D1b_procedure_interactive_widgets.demo18 DemoControl(IsExecutable) {0}
29 DemoControl(IsExecutable) {1}
49 DemoControl(IsExecutable) {1}
65 DemoControl(IsExecutable) {1}
86 DemoControl(IsExecutable) {1}
107 DemoControl(IsExecutable) {1}
125 DemoControl(IsExecutable) {1}
146 DemoControl(IsExecutable) {1}
168 DemoControl(IsExecutable) {1}
191 DemoControl(IsExecutable) {1}
[all …]
H A D2a_argument_dialogbox_all_widgets.demo18 DemoControl(IsExecutable) {0}
28 DemoControl(IsExecutable) {1}
42 DemoControl(IsExecutable) {1}
58 DemoControl(IsExecutable) {1}
81 DemoControl(IsExecutable) {1}
102 DemoControl(IsExecutable) {1}
118 DemoControl(IsExecutable) {1}
136 DemoControl(IsExecutable) {1}
158 DemoControl(IsExecutable) {1}
179 DemoControl(IsExecutable) {1}
[all …]
H A Dtepam_demo.tcl71 global ExampleScript IsExecutable ExecutedSteps
84 foreach Step [array names IsExecutable] {
86 if $IsExecutable($Step) {
103 global RegTestDir ExampleScript LastExecutedExampleStep IsExecutable ExecutedSteps
134 catch {array unset IsExecutable}
146 IsExecutable {set IsExecutable($Step) $ControlExpr}
H A D1a_procedure_subcommand.demo18 DemoControl(IsExecutable) {0}
29 DemoControl(IsExecutable) {[info commands my_procedure]=={}}
61 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
75 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
94 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
H A D1_procedure_introduction.demo18 DemoControl(IsExecutable) {0}
33 DemoControl(IsExecutable) {[info commands {display message}]=={}}
68 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
77 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
88 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
109 DemoControl(IsExecutable) {[info commands {display message}]!={}}
119 DemoControl(IsExecutable) {[info commands {display message}]!={}}
/dports/devel/tcllibc/tcllib-1.20/examples/tepam/
H A D1b_procedure_interactive_widgets.demo18 DemoControl(IsExecutable) {0}
29 DemoControl(IsExecutable) {1}
49 DemoControl(IsExecutable) {1}
65 DemoControl(IsExecutable) {1}
86 DemoControl(IsExecutable) {1}
107 DemoControl(IsExecutable) {1}
125 DemoControl(IsExecutable) {1}
146 DemoControl(IsExecutable) {1}
168 DemoControl(IsExecutable) {1}
191 DemoControl(IsExecutable) {1}
[all …]
H A D2a_argument_dialogbox_all_widgets.demo18 DemoControl(IsExecutable) {0}
28 DemoControl(IsExecutable) {1}
42 DemoControl(IsExecutable) {1}
58 DemoControl(IsExecutable) {1}
81 DemoControl(IsExecutable) {1}
102 DemoControl(IsExecutable) {1}
118 DemoControl(IsExecutable) {1}
136 DemoControl(IsExecutable) {1}
158 DemoControl(IsExecutable) {1}
179 DemoControl(IsExecutable) {1}
[all …]
H A Dtepam_demo.tcl71 global ExampleScript IsExecutable ExecutedSteps
84 foreach Step [array names IsExecutable] {
86 if $IsExecutable($Step) {
103 global RegTestDir ExampleScript LastExecutedExampleStep IsExecutable ExecutedSteps
134 catch {array unset IsExecutable}
146 IsExecutable {set IsExecutable($Step) $ControlExpr}
H A D1a_procedure_subcommand.demo18 DemoControl(IsExecutable) {0}
29 DemoControl(IsExecutable) {[info commands my_procedure]=={}}
61 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
75 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
94 DemoControl(IsExecutable) {[info commands my_procedure]!={} && !$Executed}
H A D1_procedure_introduction.demo18 DemoControl(IsExecutable) {0}
33 DemoControl(IsExecutable) {[info commands {display message}]=={}}
68 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
77 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
88 DemoControl(IsExecutable) {[info commands {display message}]!={} && !$Executed}
109 DemoControl(IsExecutable) {[info commands {display message}]!={}}
119 DemoControl(IsExecutable) {[info commands {display message}]!={}}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_utils/py_utils/
H A Dpy_utils_unittest.py14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))
18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))
19 self.assertTrue(py_utils.IsExecutable(sys.executable))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_utils/py_utils/
H A Dpy_utils_unittest.py14 self.assertFalse(py_utils.IsExecutable('nonexistent_file'))
18 self.assertFalse(py_utils.IsExecutable(_GetFileInTestDir('foo.txt')))
19 self.assertTrue(py_utils.IsExecutable(sys.executable))
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/lang/v8/v8-9.6.180.12/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/build/util/
H A Djava_action.py16 def IsExecutable(path): function
44 if IsExecutable(command):
61 if IsExecutable(path):
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/util/
H A Dpath.py18 IsExecutable = catapult_util.IsExecutable variable
47 if IsExecutable(p):
H A Dpath_unittest.py15 self.assertFalse(path.IsExecutable('nonexistent_file'))
16 self.assertTrue(path.IsExecutable(sys.executable))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/internal/backends/chrome/
H A Ddesktop_browser_finder.py343 if path_module.IsExecutable(normalized_executable):
357 if path_module.IsExecutable(app):
388 if path_module.IsExecutable(mac_canary):
393 if path_module.IsExecutable(mac_system):
398 if reference_build and path_module.IsExecutable(reference_build):
416 if path_module.IsExecutable(browser_path):
419 if reference_build and path_module.IsExecutable(reference_build):

12345678910>>...37