Home
last modified time | relevance | path

Searched defs:all (Results 101 – 125 of 21999) sorted by relevance

12345678910>>...880

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/accessibility/inspect/
H A Dchromium-events.ps12 $all = ps | where {$_.ProcessName -eq 'chrome'} |where MainWindowTitle -like "*$($args[0])*chromium… variable
3 echo $all variable
5 If (@($all).length -gt 1) { variable
H A Dchrome-events.ps12 $all = ps | where {$_.ProcessName -eq 'chrome'} |where MainWindowTitle -like "*$($args[0])*chrome" … variable
3 echo $all variable
5 If (@($all).length -gt 1) { variable
H A Dchromium-tree.ps12 $all = ps | where {$_.ProcessName -eq 'chrome'} |where MainWindowTitle -like "*$($args[0])*Google C… variable
3 echo $all variable
5 If (@($all).length -gt 1) { variable
/dports/games/megaglest/megaglest-source-3.13.0/source/tools/convert_faction_xml2html/
H A Dmegapack.ini1 [all] section
2 debug = 1;
5 relative_paths = 1
8 generate_g3d_images = 1
15 build_clickable_map=1
17 version=Megapack
20 link_to_single_units=1
23 level_hp=1.5
24 level_ep=1.5
25 level_sight=1.2
[all …]
/dports/math/clblas/clBLAS-2.10/src/library/blas/generic/
H A Dfunctor_cache.cc49 static clblasFunctorCacheSet * all = new clblasFunctorCacheSet ; in getFunctorCacheSet() local
59 clblasFunctorCacheSet & all = getFunctorCacheSet() ; in cleanFunctorCaches() local
72 clblasFunctorCacheSet & all = getFunctorCacheSet() ; in clblasFunctorCacheBase() local
78 clblasFunctorCacheSet & all = getFunctorCacheSet() ; in ~clblasFunctorCacheBase() local
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dcoeffs.m113 all = false; variable
119 all = true; variable
121 all = false; variable
126 all = true; variable
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dparser.cc227 void reset_source(vw& all, size_t numbits) in reset_source()
640 void set_done(vw& all) in set_done()
716 example* get_unused_example(vw& all) in get_unused_example()
757 void feature_limit(vw& all, example* ex) in feature_limit()
771 void setup_example(vw& all, example* ae) in setup_example()
860 example* new_unused_example(vw& all) { in new_unused_example()
1035 vw* all = (vw*) in; in main_parse_loop() local
1148 void initialize_examples(vw& all) in initialize_examples()
1164 void adjust_used_index(vw& all) in adjust_used_index()
1191 void free_parser(vw& all) in free_parser()
[all …]
H A Dparse_args.cc174 void parse_diagnostics(vw& all, int argc) in parse_diagnostics()
241 void parse_source(vw& all) in parse_source()
308 void parse_feature_tweaks(vw& all) in parse_feature_tweaks()
538 void parse_example_tweaks(vw& all) in parse_example_tweaks()
612 void parse_output_preds(vw& all) in parse_output_preds()
664 void parse_output_model(vw& all) in parse_output_model()
723 LEARNER::base_learner* setup_base(vw& all) in setup_base()
732 void parse_reductions(vw& all) in parse_reductions()
780 vw& all = *(new vw()); in parse_args() local
943 vw& all = parse_args(argc, argv); in initialize() local
[all …]
/dports/audio/nas/nas-1.9.4/doc/man/lib/
H A DMakefile14 all:: target
1067 all:: target
1110 all:: AuBAttr.$(MANNEWSUFFIX) target
1209 all:: AuClSer.$(MANNEWSUFFIX) target
1242 all:: AuCrBuc.$(MANNEWSUFFIX) target
1308 all:: AuDAttr.$(MANNEWSUFFIX) target
1638 all:: AuElmnt.$(MANNEWSUFFIX) target
1704 all:: AuEvent.$(MANNEWSUFFIX) target
3684 all:: AuRdEl.$(MANNEWSUFFIX) target
4146 all:: AuSP.$(MANNEWSUFFIX) target
[all …]
/dports/science/plumed/plumed2-2.7.2/vim/
H A DMakefile12 all: target
19 all: target
24 all: target
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dbool.c83 return true;
191 * boolsend - converts bool to binary format in wsrep_run_commit_hook()
192 */ in wsrep_run_commit_hook()
193 Datum in wsrep_run_commit_hook()
227 *****************************************************************************/ in wsrep_before_prepare()
250 bool arg1 = PG_GETARG_BOOL(0); in wsrep_after_prepare()
268 bool arg1 = PG_GETARG_BOOL(0); in wsrep_before_commit()
296 PG_RETURN_BOOL(PG_GETARG_BOOL(0) && PG_GETARG_BOOL(1)); in wsrep_ordered_commit()
313 int64 aggcount; /* number of non-null values aggregated */ in wsrep_after_commit()
337 BoolAggState *state; in wsrep_before_rollback()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/engine/
H A DProvisioningContextTest.java81 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextOneRepoNoFollow() local
98 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextOneRepoWithFollow() local
114 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextTwoRepoNoFollow() local
131 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextTwoRepoWithFollow() local
147 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextThreeRepoNoFollow() local
164 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextThreeRepoWithFollow() local
175 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextNoReposNoFollow() local
186 …IQuery<IArtifactRepository> all = new ExpressionMatchQuery<>(IArtifactRepository.class, Expression… in testContextNoReposWithFollow() local
/dports/security/ossec-hids-local/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini2 … dcid : TTY=pts/4 ; PWD=/home/dcid ; USER=root ; COMMAND=/usr/bin/tail /var/log/snort/alert.fast
3 ….1a/src/analysisd ; USER=root ; COMMAND=/bin/cp -pr ../../bin/addagent ../../bin/osaudit-logaudit …
4 …enigma sudo: dcid : TTY=ttyp3 ; PWD=/var/www/alex ; USER=root ; COMMAND=/sbin/chown dcid.dcid .
5 …test sudo: cplummer : TTY=pts/2 ; PWD=/home/cplummer1 ; USER=root ; TSID=0000UM ; COMMAND=/bin/bash
7 rule = 5403
8 alert = 4
9 decoder = sudo
/dports/security/ossec-hids-server/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini2 … dcid : TTY=pts/4 ; PWD=/home/dcid ; USER=root ; COMMAND=/usr/bin/tail /var/log/snort/alert.fast
3 ….1a/src/analysisd ; USER=root ; COMMAND=/bin/cp -pr ../../bin/addagent ../../bin/osaudit-logaudit …
4 …enigma sudo: dcid : TTY=ttyp3 ; PWD=/var/www/alex ; USER=root ; COMMAND=/sbin/chown dcid.dcid .
5 …test sudo: cplummer : TTY=pts/2 ; PWD=/home/cplummer1 ; USER=root ; TSID=0000UM ; COMMAND=/bin/bash
7 rule = 5403
8 alert = 4
9 decoder = sudo
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/contrib/ossec-testing/tests/
H A Dsudo.ini2 … dcid : TTY=pts/4 ; PWD=/home/dcid ; USER=root ; COMMAND=/usr/bin/tail /var/log/snort/alert.fast
3 ….1a/src/analysisd ; USER=root ; COMMAND=/bin/cp -pr ../../bin/addagent ../../bin/osaudit-logaudit …
4 …enigma sudo: dcid : TTY=ttyp3 ; PWD=/var/www/alex ; USER=root ; COMMAND=/sbin/chown dcid.dcid .
5 …test sudo: cplummer : TTY=pts/2 ; PWD=/home/cplummer1 ; USER=root ; TSID=0000UM ; COMMAND=/bin/bash
7 rule = 5403
8 alert = 4
9 decoder = sudo
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dremap_tests.cpp73 PalettePicks all(map.size()); in TEST() local
106 PalettePicks all(map.size()); in TEST() local
133 PalettePicks all(map.size()); in TEST() local
160 PalettePicks all(map.size()); in TEST() local
187 PalettePicks all(map.size()); in TEST() local
213 PalettePicks all(map.size()); in TEST() local
/dports/textproc/libmwaw03/libmwaw-0.3.20/docs/doxygen/
H A DMakefile.am18 all: target
23 all: target
31 all: target
/dports/lang/elixir-devel/elixir-1.13.1/lib/mix/lib/mix/dep/
H A Dconverger.ex56 defp all(acc, lock, opts, callback) do function
122 defp all(main, apps, callback, rest, lock, env_target, cache) do function
170 defp all([dep | t], acc, upper_breadths, breadths, callback, rest, lock, env_target, cache) do function
210 defp all([], acc, _upper, _current, _callback, rest, lock, _env_target, _cache) do function
/dports/lang/elixir/elixir-1.12.3/lib/mix/lib/mix/dep/
H A Dconverger.ex56 defp all(acc, lock, opts, callback) do function
122 defp all(main, apps, callback, rest, lock, env_target, cache) do function
170 defp all([dep | t], acc, upper_breadths, breadths, callback, rest, lock, env_target, cache) do function
210 defp all([], acc, _upper, _current, _callback, rest, lock, _env_target, _cache) do function
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/gzip/
H A DMakefile17 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
18 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
19 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/gzip/
H A DMakefile16 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
18 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target
/dports/archivers/zstd/zstd-1.5.0/tests/gzip/
H A DMakefile17 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
18 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
19 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/gzip/
H A DMakefile16 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
18 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/gzip/
H A DMakefile16 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
18 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/gzip/
H A DMakefile16 all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed target
17 all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid target
18 all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix target

12345678910>>...880