Home
last modified time | relevance | path

Searched refs:Silent (Results 101 – 125 of 3641) sorted by relevance

12345678910>>...146

/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkGL2PSExporter.cxx40 this->Silent = 0; in vtkCxxSetObjectMacro()
74 if (this->Silent == 1) in GetGL2PSOptions()
181 << (this->Silent ? "On\n" : "Off\n"); in PrintSelf()
/dports/games/pcgen/pcgen/data/3e/fantasy_flight_games/legends_and_lairs/cityworks/
H A Dcityworks_equip_potionsscrolls.lst7 Potion (Erad's Silent Killer) OUTPUTNAME:Potion of [NAME] TYPE:Magic.Potion.Consumable COST:300…
8 Potion (Silent Steel) OUTPUTNAME:Potion of [NAME] TYPE:Magic.Potion.Consumable COST:50 WT:0 …
12 Scroll (Erad's Silent Killer) TYPE:Magic.Scroll.Consumable.Arcane COST:150 WT:0.01 …
14 Scroll (Silent Steel) TYPE:Magic.Scroll.Consumable.Arcane.Divine COST:25 WT:0.01 SO…
/dports/devel/git-town/git-town-7.6.0/src/cmd/
H A Dsync.go63 currentBranch, err := prodRepo.Silent.CurrentBranch()
84 result.hasOrigin, err = repo.Silent.HasRemote("origin")
95 result.initialBranch, err = repo.Silent.CurrentBranch()
100 branches, err := repo.Silent.LocalBranchesMainFirst()
H A Dprune_branches.go51 hasOrigin, err := repo.Silent.HasRemote("origin")
62 result.initialBranchName, err = repo.Silent.CurrentBranch()
66 …result.localBranchesWithDeletedTrackingBranches, err = repo.Silent.LocalBranchesWithDeletedTrackin…
H A Dappend.go61 result.parentBranch, err = repo.Silent.CurrentBranch()
66 result.hasOrigin, err = repo.Silent.HasRemote("origin")
76 hasBranch, err := repo.Silent.HasLocalOrRemoteBranch(result.targetBranch)
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/helpers/system/
H A Dccsystem_posix.c35 int RunCommand(anynode *p, const tchar_t *Cmd, const tchar_t *CmdParams, bool_t Silent) in RunCommand() argument
44 if (Silent) in RunCommand()
H A Dccsystem_win32.c35 int RunCommand(anynode *p, const tchar_t *Cmd, const tchar_t *CmdParams, bool_t Silent) in RunCommand() argument
41 int Flags = Silent ? CREATE_NO_WINDOW : 0; in RunCommand()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/helpers/system/
H A Dccsystem_posix.c35 int RunCommand(anynode *p, const tchar_t *Cmd, const tchar_t *CmdParams, bool_t Silent) in RunCommand() argument
44 if (Silent) in RunCommand()
H A Dccsystem_win32.c35 int RunCommand(anynode *p, const tchar_t *Cmd, const tchar_t *CmdParams, bool_t Silent) in RunCommand() argument
41 int Flags = Silent ? CREATE_NO_WINDOW : 0; in RunCommand()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/helpers/system/
H A Dccsystem_posix.c35 int RunCommand(anynode *p, const tchar_t *Cmd, const tchar_t *CmdParams, bool_t Silent) in RunCommand() argument
44 if (Silent) in RunCommand()
/dports/devel/p5-Log-Agent/Log-Agent-1.005/t/
H A Dcarp_silent.t21 require Log::Agent::Driver::Silent;
29 my $driver = Log::Agent::Driver::Silent->make();
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/mongoreplay/
H A Dmongoreplay.go13 Silent bool `short:"s" long:"silent" description:"silence all log output"` member
20 if opts.Silent {
/dports/games/eureka/eureka-1.27b-source/ports/
H A Dxdoom.ugh43 line 350 x "W1 XDOOM: Silent door"
44 line 351 x "S1 XDOOM: Silent door"
45 line 352 x "M1 XDOOM: Silent door"
/dports/news/inn/inn-2.6.4/frontends/
H A Dctlinnd.c191 bool Silent; in main() local
206 Silent = false; in main()
220 Silent = true; in main()
331 else if (!Silent) in main()
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dctlinnd.c192 bool Silent; in main() local
207 Silent = false; in main()
221 Silent = true; in main()
330 else if (!Silent) in main()
/dports/math/vtk6/VTK-6.2.0/IO/Export/
H A DvtkGL2PSExporter.h223 vtkSetMacro(Silent, int);
224 vtkGetMacro(Silent, int);
225 vtkBooleanMacro(Silent, int);
361 int Silent; variable
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dctlinnd.c191 bool Silent; in main() local
206 Silent = false; in main()
220 Silent = true; in main()
331 else if (!Silent) in main()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/source/TagSystemUGens/sc/Help/
H A DDfsm_test.rtf16 \cf3 Silent\cf0 .ar;\
27 \cf3 Silent\cf0 .ar;\
38 \cf3 Silent\cf0 .ar;\
/dports/devel/git-town/git-town-7.6.0/src/steps/
H A Dcommit_open_changes_step.go25 step.previousSha, err = repo.Silent.CurrentSha()
33 currentBranch, err := repo.Silent.CurrentBranch()
H A Drebase_branch_step.go34 step.previousSha, err = repo.Silent.CurrentSha()
40 repo.Silent.CurrentBranchCache.Invalidate()
H A Ddelete_remote_branch_step.go28 trackingBranchName := repo.Silent.TrackingBranchName(step.BranchName)
29 step.branchSha, err = repo.Silent.ShaForBranch(trackingBranchName)
H A Ddelete_local_branch_step.go25 step.branchSha, err = repo.Silent.ShaForBranch(step.BranchName)
29 hasUnmergedCommits, err := repo.Silent.BranchHasUnmergedCommits(step.BranchName)
H A Dpush_branch_step.go27 shouldPush, err := repo.Silent.ShouldPushBranch(step.BranchName)
37 currentBranch, err := repo.Silent.CurrentBranch()
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/mongoreplay/
H A Dmongoreplay.go17 Silent bool `short:"s" long:"silent" description:"silence all log output"` member
27 if opts.Silent {
/dports/security/nmap/nmap-7.91/scripts/
H A Dhttp-vuln-cve2017-5689.nse40 -- | https://www.embedi.com/files/white-papers/Silent-Bob-is-Silent.pdf
70 -- <elem>https://www.embedi.com/files/white-papers/Silent-Bob-is-Silent.pdf</elem>
102 'https://www.embedi.com/files/white-papers/Silent-Bob-is-Silent.pdf',

12345678910>>...146