Home
last modified time | relevance | path

Searched refs:CommandExt (Results 1 – 25 of 229) sorted by relevance

12345678910

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_base/
H A Dcreate.bat68 set "CommandExt=mm"
70 set "CommandExt=cpp"
75 ) else if exist "!CommandPathWin!.!CommandExt!" (
79 echo Generating source !CommandPathUnix!.!CommandExt!..
80 mkdir "!CommandPathWin!.!CommandExt!"
81 rmdir "!CommandPathWin!.!CommandExt!"
83 call :write_comment !CommandPathWin!.!CommandExt!
90 )>> "!CommandPathWin!.!CommandExt!"
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/async-process-1.3.0/src/
H A Dwindows.rs4 use std::os::windows::process::CommandExt as _;
9 pub trait CommandExt { trait
18 impl CommandExt for Command {
H A Dunix.rs5 use std::os::unix::process::CommandExt as _;
10 pub trait CommandExt { interface
91 impl CommandExt for Command {
/dports/textproc/jql/jql-3.0.6/cargo-crates/async-process-1.3.0/src/
H A Dwindows.rs4 use std::os::windows::process::CommandExt as _;
9 pub trait CommandExt { interface
18 impl CommandExt for Command {
H A Dunix.rs5 use std::os::unix::process::CommandExt as _;
10 pub trait CommandExt { trait
91 impl CommandExt for Command {
/dports/deskutils/just/just-0.10.5/src/
H A Dcommand_ext.rs3 pub(crate) trait CommandExt { interface
9 impl CommandExt for Command {
/dports/misc/broot/broot-1.7.0/cargo-crates/open-2.0.0/src/
H A Dlib.rs128 trait CommandExt { trait
132 impl CommandExt for Command {
225 use crate::{CommandExt, IntoResult, Result};
248 use crate::{CommandExt, IntoResult, Result};
286 use crate::{CommandExt, IntoResult, Result};
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/open-2.0.1/src/
H A Dlib.rs175 trait CommandExt { interface
179 impl CommandExt for Command {
272 use crate::{CommandExt, IntoResult, Result};
295 use crate::{CommandExt, IntoResult, Result};
333 use crate::{CommandExt, IntoResult, Result};
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/open-2.0.1/src/
H A Dlib.rs175 trait CommandExt { trait
179 impl CommandExt for Command {
272 use crate::{CommandExt, IntoResult, Result};
295 use crate::{CommandExt, IntoResult, Result};
333 use crate::{CommandExt, IntoResult, Result};
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/open-2.0.2/src/
H A Dlib.rs175 trait CommandExt { interface
179 impl CommandExt for Command {
272 use crate::{CommandExt, IntoResult, Result};
295 use crate::{CommandExt, IntoResult, Result};
333 use crate::{CommandExt, IntoResult, Result};
/dports/www/zola/zola-0.15.2/cargo-crates/open-2.0.2/src/
H A Dlib.rs175 trait CommandExt { interface
179 impl CommandExt for Command {
272 use crate::{CommandExt, IntoResult, Result};
295 use crate::{CommandExt, IntoResult, Result};
333 use crate::{CommandExt, IntoResult, Result};
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/open-2.0.1/src/
H A Dlib.rs175 trait CommandExt { interface
179 impl CommandExt for Command {
272 use crate::{CommandExt, IntoResult, Result};
295 use crate::{CommandExt, IntoResult, Result};
333 use crate::{CommandExt, IntoResult, Result};
/dports/lang/rust/rustc-1.58.1-src/library/std/src/os/linux/
H A Dprocess.rs142 pub trait CommandExt: Sealed { interface
160 impl CommandExt for process::Command {
/dports/x11/alacritty/alacritty-0.9.0/alacritty/src/
H A Ddaemon.rs5 use std::os::unix::process::CommandExt;
7 use std::os::windows::process::CommandExt;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-process-0.2.5/
H A DREADME.md28 use tokio_process::CommandExt;
32 // then execute it via the `CommandExt` trait.
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-process-0.2.5/
H A DREADME.md28 use tokio_process::CommandExt;
32 // then execute it via the `CommandExt` trait.
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-process-0.2.5/
H A DREADME.md28 use tokio_process::CommandExt;
32 // then execute it via the `CommandExt` trait.
/dports/misc/xplr/xplr-0.17.0/cargo-crates/mlua-0.7.0/build/
H A Dmain.rs47 trait CommandExt { interface
51 impl CommandExt for Command {
/dports/lang/rust/rustc-1.58.1-src/library/std/src/os/windows/
H A Dprocess.rs133 pub trait CommandExt: Sealed { interface
167 impl CommandExt for process::Command {
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/command/
H A Dcommand-argv0-debug.rs6 use std::os::unix::process::CommandExt;
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-process-0.2.5/tests/
H A Dsmoke.rs3 use tokio_process::CommandExt;
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-process-0.2.5/tests/
H A Dsmoke.rs3 use tokio_process::CommandExt;
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-process-0.2.4/tests/
H A Dsmoke.rs3 use tokio_process::CommandExt;
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-process-0.2.5/tests/
H A Dsmoke.rs3 use tokio_process::CommandExt;
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-process-0.2.3/tests/
H A Dsmoke.rs4 use tokio_process::CommandExt;

12345678910