Home
last modified time | relevance | path

Searched refs:doing (Results 76 – 100 of 26365) sorted by relevance

12345678910>>...1055

/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/mysql-test/storage_engine/
H A Doptimize_table.rdiff7 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
12 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
18 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
20 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
26 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
28 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
35 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/mysql-test/storage_engine/
H A Doptimize_table.rdiff7 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
12 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
18 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
20 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
26 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
28 +test.t2 optimize note Table does not support optimize, doing recreate + analyze instead
35 +test.t1 optimize note Table does not support optimize, doing recreate + analyze instead
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmFindBase.cxx100 doing = DoingNames; in ParseArguments()
103 doing = DoingPaths; in ParseArguments()
106 doing = DoingHints; in ParseArguments()
109 doing = DoingPathSuffixes; in ParseArguments()
112 doing = DoingNone; in ParseArguments()
120 doing = DoingNone; in ParseArguments()
123 doing = DoingNone; in ParseArguments()
127 doing = DoingNone; in ParseArguments()
132 if (doing == DoingNames) { in ParseArguments()
134 } else if (doing == DoingPaths) { in ParseArguments()
[all …]
H A DcmProjectCommand.cxx99 Doing doing = DoingLanguages; in cmProjectCommand() local
112 doing = DoingLanguages; in cmProjectCommand()
131 doing = DoingVersion; in cmProjectCommand()
150 doing = DoingDescription; in cmProjectCommand()
166 doing = DoingHomepage; in cmProjectCommand()
176 } else if (doing == DoingVersion) { in cmProjectCommand()
177 doing = DoingLanguages; in cmProjectCommand()
180 } else if (doing == DoingDescription) { in cmProjectCommand()
181 doing = DoingLanguages; in cmProjectCommand()
184 } else if (doing == DoingHomepage) { in cmProjectCommand()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmFindBase.cxx100 doing = DoingNames; in ParseArguments()
103 doing = DoingPaths; in ParseArguments()
106 doing = DoingHints; in ParseArguments()
109 doing = DoingPathSuffixes; in ParseArguments()
112 doing = DoingNone; in ParseArguments()
120 doing = DoingNone; in ParseArguments()
123 doing = DoingNone; in ParseArguments()
127 doing = DoingNone; in ParseArguments()
132 if (doing == DoingNames) { in ParseArguments()
134 } else if (doing == DoingPaths) { in ParseArguments()
[all …]
H A DcmProjectCommand.cxx99 Doing doing = DoingLanguages; in cmProjectCommand() local
112 doing = DoingLanguages; in cmProjectCommand()
131 doing = DoingVersion; in cmProjectCommand()
150 doing = DoingDescription; in cmProjectCommand()
166 doing = DoingHomepage; in cmProjectCommand()
176 } else if (doing == DoingVersion) { in cmProjectCommand()
177 doing = DoingLanguages; in cmProjectCommand()
180 } else if (doing == DoingDescription) { in cmProjectCommand()
181 doing = DoingLanguages; in cmProjectCommand()
184 } else if (doing == DoingHomepage) { in cmProjectCommand()
[all …]
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmFindBase.cxx100 doing = DoingNames; in ParseArguments()
103 doing = DoingPaths; in ParseArguments()
106 doing = DoingHints; in ParseArguments()
109 doing = DoingPathSuffixes; in ParseArguments()
112 doing = DoingNone; in ParseArguments()
120 doing = DoingNone; in ParseArguments()
123 doing = DoingNone; in ParseArguments()
127 doing = DoingNone; in ParseArguments()
132 if (doing == DoingNames) { in ParseArguments()
134 } else if (doing == DoingPaths) { in ParseArguments()
[all …]
H A DcmProjectCommand.cxx99 Doing doing = DoingLanguages; in cmProjectCommand() local
112 doing = DoingLanguages; in cmProjectCommand()
131 doing = DoingVersion; in cmProjectCommand()
150 doing = DoingDescription; in cmProjectCommand()
166 doing = DoingHomepage; in cmProjectCommand()
176 } else if (doing == DoingVersion) { in cmProjectCommand()
177 doing = DoingLanguages; in cmProjectCommand()
180 } else if (doing == DoingDescription) { in cmProjectCommand()
181 doing = DoingLanguages; in cmProjectCommand()
184 } else if (doing == DoingHomepage) { in cmProjectCommand()
[all …]
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/causal/
H A D_causalImpact.py45 doing: Union[str, NameSet],
70 sdoing = {doing} if isinstance(doing, str) else doing
106 doing: NameSet,
130 nDo = list(doing)
144 cm.causalBN(), set(nY), set(nK)), on, doing, knowing)
155 cm, nDo[0], nY[0], bd), on, doing, knowing)
165 cm, nDo[0], nY[0], fd), on, doing, knowing)
292 twincm, on=on, doing=whatif, values=values)
H A D_doCalculus.py41 def doCalculusWithObservation(cm: CausalModel, on: str, doing: NameSet,
55 return doCalculus(cm, on, doing)
58 iDoing = {cm.idFromName(i) for i in doing}
79 return doCalculusWithObservation(cm, on, doing | {cm.names()[i]}, knowing - {cm.names()[i]})
83 p = doCalculus(cm, on | knowing, doing)
84 q = doCalculus(cm, knowing, doing)
86 return CausalFormula(cm, ASTdiv(p.root, q.root), on, doing, knowing)
137 def doCalculus(cm: CausalModel, on: Union[str, NameSet], doing: Union[str, NameSet]) -> CausalFormu…
148 X = doing if isinstance(doing, set) else {doing} # set of keys in doing
151 return CausalFormula(cm, identifyingIntervention(cm, Y, X), on, doing)
/dports/net-mgmt/observium/observium/
H A Dpoller.php91 $doing = "all"; variable
99 $doing = $options['h']; variable
104 $doing = $options['h']; variable
121 $doing = $options['n'] ."/".$options['i']; variable
195 …if (is_numeric($doing)) { $doing = $device['hostname']; } // Single device ID convert to hostname … variable
200 $string = $argv[0] . ": $doing - $polled_devices devices polled in $poller_time secs";
/dports/sysutils/parallel/parallel-20211122/src/
H A Dparset88 E.g. by doing: echo '. `which env_parallel.bash`' >> $HOME/.bashrc
92 E.g. by doing: echo 'source `which env_parallel.ksh`' >> $HOME/.kshrc
96 E.g. by doing: echo 'source `which env_parallel.mksh`' >> $HOME/.mkshrc
100 E.g. by doing: echo '. `which env_parallel.pdksh`' >> $HOME/.profile
104 E.g. by doing: echo '. `which env_parallel.zsh`' >> $HOME/.zshenv
108 E.g. by doing: echo '. `which env_parallel.ash`' >> $HOME/.profile
112 E.g. by doing: echo '. `which env_parallel.dash`' >> $HOME/.profile
/dports/devel/py-ioflo/ioflo-2.0.0/ioflo/base/test/
H A Dtest_acting.py20 from ioflo.base import doing
92 @doing.doify("BlackSmith")
100 self.assertIn("BlackSmith", doing.Doer.Registry)
101 actor, inits, ioinits, parms = doing.Doer.__fetch__("BlackSmith")
111 self.assertIsInstance(actor, doing.Doer )
130 @doing.doify("TestDoer")
137 self.assertIn("TestDoer", doing.Doer.Registry)
148 self.assertIn(act.actor.name, doing.Doer.Registry)
150 self.assertIsInstance(act.actor, doing.Doer)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-dumpfile.cpp17 void dumpfile_t::open(const char *filename_stem, las_todo_entry const & doing, int side) in open() argument
24 doing.side, in open()
25 (mpz_srcptr) doing.p, in open()
26 (mpz_srcptr) doing.r, in open()
H A Dlas.cpp666 doing.side, in check_whether_q_above_lare_prime_bound()
680 cxx_mpz const & p(doing.p); in check_whether_special_q_is_root()
681 cxx_mpz const & r(doing.r); in check_whether_special_q_is_root()
691 os << doing; in per_special_q_banner()
841 ws.Q.doing = aux.doing; /* will be set by choose_sieve_area anyway */ in do_one_special_q()
848 per_special_q_banner(aux.doing); in do_one_special_q()
890 if (ws.Q.doing.depth) in do_one_special_q()
1220 (mpz_srcptr) doing.p, (mpz_srcptr) doing.r, in las_subjob()
1389 aux.doing = *doing_p; in quick_subjob_loop_using_cache()
1396 per_special_q_banner(aux.doing); in quick_subjob_loop_using_cache()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/runner/util/db/
H A DDataSource.java92 String doing = null; in registerAs() local
95 doing = "creating database context"; in registerAs()
101 doing = "revoking previously registered data source"; in registerAs()
128 doing = "storing database document to temporary location (" + docURL + ")"; in registerAs()
133 doing = "registering the data source at the database context"; in registerAs()
138 throw new StatusException( "DataSource.registerAs: error during " + doing, e ); in registerAs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/runner/util/db/
H A DDataSource.java92 String doing = null; in registerAs() local
95 doing = "creating database context"; in registerAs()
101 doing = "revoking previously registered data source"; in registerAs()
128 doing = "storing database document to temporary location (" + docURL + ")"; in registerAs()
133 doing = "registering the data source at the database context"; in registerAs()
138 throw new StatusException( "DataSource.registerAs: error during " + doing, e ); in registerAs()
/dports/net-mgmt/librenms/librenms-21.5.1/
H A Dpoller.php49 $doing = 'all'; variable
53 $doing = $options['h']; variable
60 $doing = $options['h']; variable
76 $doing = $options['n'] . '/' . $options['i']; variable
163 $string = $argv[0] . " $doing " . date(Config::get('dateformat.compact')) . " - $polled_devices dev…
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/retry-error/src/
H A Dlib.rs81 doing: String, field
115 pub fn in_attempt_to<T: Into<String>>(doing: T) -> Self { in in_attempt_to()
117 doing: doing.into(), in in_attempt_to()
197 doing: self.doing.clone(), in clone()
244 0 => write!(f, "Unable to {}. (No errors given)", self.doing), in fmt()
245 1 => write!(f, "Unable to {}: {}", self.doing, self.errors[0].1), in fmt()
250 self.doing, n in fmt()
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java471 String doing = null; in cleanup() local
474 doing = "revoking data source registration"; in cleanup()
475 log.println( doing ); in cleanup()
478 doing = "closing database document"; in cleanup()
479 log.println( doing ); in cleanup()
490 doing = "disposing row set"; in cleanup()
491 log.println( doing ); in cleanup()
498 doing = "closing connection"; in cleanup()
499 log.println( doing ); in cleanup()
508 log.println( doing ); in cleanup()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/mod/_dbaccess/
H A DORowSet.java471 String doing = null; in cleanup() local
474 doing = "revoking data source registration"; in cleanup()
475 log.println( doing ); in cleanup()
478 doing = "closing database document"; in cleanup()
479 log.println( doing ); in cleanup()
490 doing = "disposing row set"; in cleanup()
491 log.println( doing ); in cleanup()
498 doing = "closing connection"; in cleanup()
499 log.println( doing ); in cleanup()
508 log.println( doing ); in cleanup()
[all …]
/dports/textproc/p5-Pod-Autopod/Pod-Autopod-1.215/example/out/pod/Example/
H A DClassD.pod18 This method is doing foo.
24 It is not doing bar, only foo.
40 This method is doing foo.
46 It is not doing bar, only foo.
/dports/irc/pisg/pisg-0.73/modules/Pisg/Parser/Format/
H A Dmozbot.pm76 my $doing = convert($4);
85 $hash{nick} = $doing;
90 $hash{newmode} = $doing;
96 $hash{newtopic} = $doing;
/dports/editors/libreoffice/libreoffice-7.2.6.2/external/coinmp/
H A Dlibtool.patch9 + # '-mllvm $arg' options when doing the link step.
36 + # '-mllvm $arg' options when doing the link step.
63 + # '-mllvm $arg' options when doing the link step.
90 + # '-mllvm $arg' options when doing the link step.
117 + # '-mllvm $arg' options when doing the link step.
144 + # '-mllvm $arg' options when doing the link step.
/dports/editors/libreoffice6/libreoffice-6.4.7.2/external/coinmp/
H A Dlibtool.patch9 + # '-mllvm $arg' options when doing the link step.
36 + # '-mllvm $arg' options when doing the link step.
63 + # '-mllvm $arg' options when doing the link step.
90 + # '-mllvm $arg' options when doing the link step.
117 + # '-mllvm $arg' options when doing the link step.
144 + # '-mllvm $arg' options when doing the link step.

12345678910>>...1055