Home
last modified time | relevance | path

Searched refs:Cmd (Results 1 – 25 of 5108) sorted by relevance

12345678910>>...205

/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/RaspberryPi/Drivers/RpiFirmwareDxe/
H A DRpiFirmwareDxe.c192 ZeroMem (Cmd, sizeof (*Cmd));
258 ZeroMem (Cmd, sizeof (*Cmd));
315 ZeroMem (Cmd, sizeof (*Cmd));
370 ZeroMem (Cmd, sizeof (*Cmd));
433 ZeroMem (Cmd, sizeof (*Cmd));
488 ZeroMem (Cmd, sizeof (*Cmd));
530 ZeroMem (Cmd, sizeof (*Cmd));
823 ZeroMem (Cmd, sizeof (*Cmd));
864 ZeroMem (Cmd, sizeof (*Cmd));
913 ZeroMem (Cmd, sizeof (*Cmd));
[all …]
/dports/lang/v8/v8-9.6.180.12/tools/release/
H A Dtest_scripts.py97 def Cmd(*args, **kwargs): function
304 Cmd("git fetch", ""),
316 Cmd("git fetch", ""),
327 Cmd("git fetch", ""),
345 Cmd("git fetch", ""),
347 Cmd("git fetch", ""),
349 Cmd("git fetch", ""),
351 Cmd("git fetch", ""),
473 Cmd("git fetch", ""),
481 Cmd("git gc", ""),
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/release/
H A Dtest_scripts.py97 def Cmd(*args, **kwargs): function
304 Cmd("git fetch", ""),
316 Cmd("git fetch", ""),
327 Cmd("git fetch", ""),
345 Cmd("git fetch", ""),
347 Cmd("git fetch", ""),
349 Cmd("git fetch", ""),
351 Cmd("git fetch", ""),
475 Cmd("git fetch", ""),
483 Cmd("git gc", ""),
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/release/
H A Dtest_scripts.py97 def Cmd(*args, **kwargs): function
304 Cmd("git fetch", ""),
316 Cmd("git fetch", ""),
327 Cmd("git fetch", ""),
345 Cmd("git fetch", ""),
347 Cmd("git fetch", ""),
349 Cmd("git fetch", ""),
351 Cmd("git fetch", ""),
475 Cmd("git fetch", ""),
483 Cmd("git gc", ""),
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/tools/release/
H A Dtest_scripts.py235 def Cmd(*args, **kwargs): function
444 Cmd("git fetch", ""),
456 Cmd("git fetch", ""),
467 Cmd("git fetch", ""),
485 Cmd("git fetch", ""),
487 Cmd("git fetch", ""),
489 Cmd("git fetch", ""),
491 Cmd("git fetch", ""),
774 Cmd("git fetch", ""),
797 Cmd("git fetch", ""),
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdldrv.adb255 My_Spawn (Cmd, Cmd.Compiler_Path.all, Args (1 .. P + 3));
547 Cmd.Compiler_Path := Locate_Exec_Tool (Cmd.Compiler_Cmd.all);
565 if Cmd.Assembler_Path = null and not Cmd.Flag_Asm then
574 Cmd.Linker_Path := Locate_Exec_On_Path (Cmd.Linker_Cmd.all);
999 (Cmd.Output_File (Cmd.Output_File'First .. Dir_Pos)
1001 & Cmd.Output_File (Dir_Pos + 1 .. Cmd.Output_File'Last));
1138 My_Spawn (Cmd, Cmd.Linker_Path.all, Args (1 .. P));
1184 Bind (Cmd);
1289 Bind (Cmd);
1331 Bind (Cmd);
[all …]
H A Dghdlmain.adb61 First_Cmd := Cmd;
65 Last_Cmd := Cmd;
71 Cmd : Command_Acc; variable
73 Cmd := First_Cmd;
74 while Cmd /= null loop
76 return Cmd;
78 Cmd := Cmd.Next;
320 Cmd : Command_Acc; variable
324 if Cmd = null then
329 return Cmd;
[all …]
/dports/editors/wordgrinder/wordgrinder-0.6/tests/
H A Dsmartquotes-selection.lua16 Cmd.SetStyle("b")
19 Cmd.SetStyle("o")
21 Cmd.SetStyle("i")
23 Cmd.SetStyle("b")
25 Cmd.SetStyle("o")
41 Cmd.SetMark()
45 Cmd.Smartquotify()
60 Cmd.ReplaceThenFind()
64 Cmd.ReplaceThenFind()
71 Cmd.SetMark()
[all …]
H A Dclipboard.lua4 Cmd.SetMark()
8 Cmd.Copy()
9 Cmd.UnsetMark()
17 Cmd.Paste()
23 Cmd.SetMark()
27 Cmd.Copy()
28 Cmd.UnsetMark()
35 Cmd.Paste()
51 Cmd.SetMark()
54 Cmd.Copy()
[all …]
H A Dfind-and-replace.lua10 Cmd.SplitCurrentParagraph()
19 Cmd.Find("WordTwo")
23 Cmd.Find("One Word")
27 Cmd.Find("Two Word")
32 Cmd.ReplaceThenFind()
36 Cmd.Find("two", "TWO")
37 Cmd.ReplaceThenFind()
42 Cmd.ReplaceThenFind()
47 Cmd.ReplaceThenFind()
51 Cmd.Find("fred", " ")
[all …]
H A Dweirdness-styled-clipboard.lua9 Cmd.SetMark()
10 Cmd.GotoEndOfWord()
11 Cmd.SetStyle("i")
14 Cmd.UnsetMark()
16 Cmd.SetMark()
17 Cmd.GotoEndOfWord()
18 Cmd.Copy()
20 Cmd.Paste()
23 Cmd.UnsetMark()
29 Cmd.SetMark()
[all …]
/dports/editors/wordgrinder/wordgrinder-0.6/src/lua/
H A Dmenu.lua81 local cp = Cmd.Checkpoint
198 …{"ZSU", nil, "Selection up", "SUP", { Cmd.SetMark, Cmd.GotoPreviousLine }…
199 {"ZSR", nil, "Selection right", "SRIGHT", { Cmd.SetMark, Cmd.GotoNextCharW }},
200 {"ZSD", nil, "Selection down", "SDOWN", { Cmd.SetMark, Cmd.GotoNextLine }},
201 …{"ZSL", nil, "Selection left", "SLEFT", { Cmd.SetMark, Cmd.GotoPreviousCharW …
207 …{"ZSWL", nil, "Select to previous word", "S^LEFT", { Cmd.SetMark, Cmd.GotoPreviousWordW …
208 {"ZSWR", nil, "Select to next word", "S^RIGHT", { Cmd.SetMark, Cmd.GotoNextWordW }},
214 {"ZSE", nil, "Select to end of line", "SEND", { Cmd.SetMark, Cmd.GotoEndOfLine }},
221 …{"ZSPGUP", nil, "Selection page up", "SPGUP", { Cmd.SetMark, Cmd.GotoPreviousPage }…
222 {"ZSPGDN", nil, "Selection page down", "SPGDN", { Cmd.SetMark, Cmd.GotoNextPage }},
[all …]
H A Dnavigate.lua118 return Cmd.GotoPreviousParagraphW() and Cmd.GotoEndOfParagraph()
125 return Cmd.GotoNextParagraphW() and Cmd.GotoBeginningOfParagraph()
158 return Cmd.GotoPreviousWordW() and Cmd.GotoEndOfWord()
165 return Cmd.GotoNextWordW() and Cmd.GotoBeginningOfWord()
293 return Cmd.GotoPreviousCharW() and Cmd.DeleteNextChar()
559 Cmd.UnsetMark()
726 Cmd.SetMark() and
740 function Cmd.Cut()
741 return Cmd.Copy(true) and Cmd.Delete()
870 return Cmd.GotoBeginningOfWord() and Cmd.GotoPreviousCharW()
[all …]
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.unisa.ac.za4 Disallow: /default.asp?Cmd=ViewContent&ContentID=16328
5 Disallow: /default.asp?Cmd=ViewContent&ContentID=16608
6 Disallow: /default.asp?Cmd=ViewContent&ContentID=16693
7 Disallow: /default.asp?Cmd=ViewContent&ContentID=15139
8 Disallow: /default.asp?Cmd=ViewContent&ContentID=15168
9 Disallow: /default.asp?Cmd=ViewContent&ContentID=18632
10 Disallow: /default.asp?Cmd=ViewContent&ContentID=18764
11 Disallow: /default.asp?Cmd=ViewContent&ContentID=18068
12 Disallow: /default.asp?Cmd=ViewContent&ContentID=15347
13 Disallow: /default.asp?Cmd=ViewContent&ContentID=18038
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/rustyline-7.1.0/src/
H A Dcommand.rs20 cmd: Cmd, in execute()
29 Cmd::CompleteHint => { in execute()
57 Cmd::Overwrite(c) => { in execute()
60 Cmd::EndOfFile => { in execute()
84 Cmd::ClearScreen => { in execute()
89 Cmd::NextHistory => { in execute()
126 Cmd::AcceptLine | Cmd::AcceptOrInsertLine { .. } | Cmd::Newline => { in execute()
202 Cmd::UpcaseWord => { in execute()
206 Cmd::YankPop => { in execute()
214 Cmd::Undo(n) => { in execute()
[all …]
H A Dkeymap.rs19 pub enum Cmd { enum
127 impl Cmd { implementation
136 | Cmd::Noop in should_reset_kill_ring()
149 | Cmd::Kill(_) in is_repeatable_change()
154 | Cmd::Yank(..) in is_repeatable_change()
169 Cmd::Dedent(ref mvt) => Cmd::Dedent(mvt.redo(new)), in redo()
170 Cmd::Indent(ref mvt) => Cmd::Indent(mvt.redo(new)), in redo()
174 Cmd::Kill(ref mvt) => Cmd::Kill(mvt.redo(new)), in redo()
175 Cmd::Move(ref mvt) => Cmd::Move(mvt.redo(new)), in redo()
201 Cmd::ViYankTo(ref mvt) => Cmd::ViYankTo(mvt.redo(new)), in redo()
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/rustyline-9.0.0/src/
H A Dcommand.rs20 cmd: Cmd, in execute()
29 Cmd::CompleteHint => { in execute()
57 Cmd::Overwrite(c) => { in execute()
60 Cmd::EndOfFile => { in execute()
80 Cmd::ClearScreen => { in execute()
85 Cmd::NextHistory => { in execute()
122 Cmd::AcceptLine | Cmd::AcceptOrInsertLine { .. } | Cmd::Newline => { in execute()
198 Cmd::UpcaseWord => { in execute()
202 Cmd::YankPop => { in execute()
210 Cmd::Undo(n) => { in execute()
[all …]
/dports/devel/9base/9base-6/sam/
H A Dparse.h2 typedef struct Cmd Cmd; typedef
17 struct Cmd struct
54 int nl_cmd(File*, Cmd*), a_cmd(File*, Cmd*), b_cmd(File*, Cmd*);
55 int c_cmd(File*, Cmd*), cd_cmd(File*, Cmd*), d_cmd(File*, Cmd*);
56 int D_cmd(File*, Cmd*), e_cmd(File*, Cmd*);
57 int f_cmd(File*, Cmd*), g_cmd(File*, Cmd*), i_cmd(File*, Cmd*);
58 int k_cmd(File*, Cmd*), m_cmd(File*, Cmd*), n_cmd(File*, Cmd*);
59 int p_cmd(File*, Cmd*), q_cmd(File*, Cmd*);
60 int s_cmd(File*, Cmd*), u_cmd(File*, Cmd*), w_cmd(File*, Cmd*);
61 int x_cmd(File*, Cmd*), X_cmd(File*, Cmd*), plan9_cmd(File*, Cmd*);
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/sam/
H A Dparse.h2 typedef struct Cmd Cmd; typedef
17 struct Cmd struct
54 int nl_cmd(File*, Cmd*), a_cmd(File*, Cmd*), b_cmd(File*, Cmd*);
55 int c_cmd(File*, Cmd*), cd_cmd(File*, Cmd*), d_cmd(File*, Cmd*);
56 int D_cmd(File*, Cmd*), e_cmd(File*, Cmd*);
57 int f_cmd(File*, Cmd*), g_cmd(File*, Cmd*), i_cmd(File*, Cmd*);
58 int k_cmd(File*, Cmd*), m_cmd(File*, Cmd*), n_cmd(File*, Cmd*);
59 int p_cmd(File*, Cmd*), q_cmd(File*, Cmd*);
60 int s_cmd(File*, Cmd*), u_cmd(File*, Cmd*), w_cmd(File*, Cmd*);
61 int x_cmd(File*, Cmd*), X_cmd(File*, Cmd*), plan9_cmd(File*, Cmd*);
[all …]
/dports/graphics/comical/comical-0.8/unrar/
H A Dextract.cpp28 Cmd->ArcNames->Rewind(); in DoExtract()
69 if (*Cmd->Password!=0) in ExtractArchiveInit()
84 Archive Arc(Cmd); in ExtractArchive()
117 if (*Cmd->Command=='T' || *Cmd->Command=='I') in ExtractArchive()
118 Cmd->Test=true; in ExtractArchive()
124 if (Cmd->Test) in ExtractArchive()
207 !Cmd->Recurse && MatchedArgs>=Cmd->FileArgs->ItemsCount() && in ExtractCurrentFile()
226 *Cmd->ArcPath=0; in ExtractCurrentFile()
230 if (Cmd->FileArgs->GetString(Cmd->ArcPath,NULL,sizeof(Cmd->ArcPath),MatchNumber-1)) in ExtractCurrentFile()
353Cmd->Callback(UCM_NEEDPASSWORD,Cmd->UserData,(LONG)Cmd->Password,sizeof(Cmd->Password))==-1) in ExtractCurrentFile()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/acme/
H A Dedit.h5 typedef struct Cmd Cmd; typedef
33 struct Cmd struct
80 int nl_cmd(Text*, Cmd*), a_cmd(Text*, Cmd*), b_cmd(Text*, Cmd*);
81 int c_cmd(Text*, Cmd*), d_cmd(Text*, Cmd*);
82 int B_cmd(Text*, Cmd*), D_cmd(Text*, Cmd*), e_cmd(Text*, Cmd*);
83 int f_cmd(Text*, Cmd*), g_cmd(Text*, Cmd*), i_cmd(Text*, Cmd*);
84 int k_cmd(Text*, Cmd*), m_cmd(Text*, Cmd*), n_cmd(Text*, Cmd*);
85 int p_cmd(Text*, Cmd*);
86 int s_cmd(Text*, Cmd*), u_cmd(Text*, Cmd*), w_cmd(Text*, Cmd*);
87 int x_cmd(Text*, Cmd*), X_cmd(Text*, Cmd*), pipe_cmd(Text*, Cmd*);
[all …]
/dports/devel/p5-Devel-MAT/Devel-MAT-0.44/lib/Devel/MAT/Tool/
H A DShow.pm61 Devel::MAT::Cmd->format_sv( $sv ),
104 Devel::MAT::Cmd->printf( "\n" );
125 Devel::MAT::Cmd->printf( $str . "%s\n",
127 Devel::MAT::Cmd->format_sv( $sv ),
154 Devel::MAT::Cmd->printf( " UV=%s\n",
157 Devel::MAT::Cmd->printf( " IV=%s\n",
160 Devel::MAT::Cmd->printf( " NV=%s\n",
165 Devel::MAT::Cmd->printf( " PV=%s\n",
253 Devel::MAT::Cmd->printf( "%s, ", Devel::MAT::Cmd->format_sv( $_ ) ) for @globs;
254 Devel::MAT::Cmd->printf( "\n" );
[all …]
/dports/archivers/libunrar/unrar/
H A Dextract.cpp29 Cmd->ArcNames->Rewind(); in DoExtract()
99 Archive Arc(Cmd); in ExtractArchive()
165 if (*Cmd->Command=='T' || *Cmd->Command=='I') in ExtractArchive()
166 Cmd->Test=true; in ExtractArchive()
172 if (Cmd->Test) in ExtractArchive()
270 !Cmd->Recurse && MatchedArgs>=Cmd->FileArgs->ItemsCount() && in ExtractCurrentFile()
289 *Cmd->ArcPath=0; in ExtractCurrentFile()
293 if (Cmd->FileArgs->GetString(Cmd->ArcPath,NULL,sizeof(Cmd->ArcPath),MatchNumber-1)) in ExtractCurrentFile()
417Cmd->Callback(UCM_NEEDPASSWORD,Cmd->UserData,(LPARAM)Cmd->Password,sizeof(Cmd->Password))==-1) in ExtractCurrentFile()
452 if (*Cmd->ExtrPath==0 && *Cmd->ExtrPathW!=0) in ExtractCurrentFile()
[all …]
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/unrar/
H A Dextract.cpp29 Cmd->ArcNames->Rewind(); in DoExtract()
82 if (*Cmd->Password!=0) in ExtractArchiveInit()
100 Archive Arc(Cmd); in ExtractArchive()
166 if (*Cmd->Command=='T' || *Cmd->Command=='I') in ExtractArchive()
167 Cmd->Test=true; in ExtractArchive()
174 if (Cmd->Test) in ExtractArchive()
272 !Cmd->Recurse && MatchedArgs>=Cmd->FileArgs->ItemsCount() && in ExtractCurrentFile()
291 *Cmd->ArcPath=0; in ExtractCurrentFile()
295 if (Cmd->FileArgs->GetString(Cmd->ArcPath,NULL,sizeof(Cmd->ArcPath),MatchNumber-1)) in ExtractCurrentFile()
433 GetWideName(PasswordA,NULL,Cmd->Password,ASIZE(Cmd->Password)); in ExtractCurrentFile()
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Ds_tr_set.cc43 if (Cmd.match1("'\"({") || Cmd.is_pfloat()) { in setup()
45 Cmd >> arg1; in setup()
46 if (Cmd.match1("'\"({") || Cmd.is_float()) { in setup()
47 Cmd >> arg2; in setup()
50 if (Cmd.match1("'\"({") || Cmd.is_float()) { in setup()
51 Cmd >> arg3; in setup()
119 if (Cmd.match1("'\"({") || Cmd.is_pfloat()) { in setup()
120 Cmd >> _dtmax_in; in setup()
123 options(Cmd); in setup()
198 || outset(Cmd,&_out) in options()
[all …]

12345678910>>...205