Home
last modified time | relevance | path

Searched refs:standalone (Results 51 – 75 of 15686) sorted by relevance

12345678910>>...628

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/
H A Dstandalone-runner-support.dll.sources18 Test/standalone-runner-support/Helpers.cs
19 Test/standalone-runner-support/ITestCase.cs
20 Test/standalone-runner-support/ITestRunner.cs
21 Test/standalone-runner-support/StandaloneTest.cs
22 Test/standalone-runner-support/TestCallback.cs
23 Test/standalone-runner-support/TestCaseAttribute.cs
24 Test/standalone-runner-support/TestCaseFailureException.cs
25 Test/standalone-runner-support/TestRunItem.cs
26 Test/standalone-runner-support/TestRunner.cs
27 Test/standalone-runner-support/TestWorkerRequest.cs
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/cmdline-opts/
H A Dgen.pl62 my($standalone, $data)=@_;
63 if($standalone) {
73 my ($standalone, $data)=@_;
74 if($standalone) {
83 my ($standalone, $data)=@_;
84 if($standalone) {
93 my ($standalone, $data)=@_;
94 if($standalone) {
103 my ($f, $standalone)=@_;
181 if($standalone) {
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/docs/cmdline-opts/
H A Dgen.pl77 my($standalone, $data)=@_;
78 if($standalone) {
88 my ($standalone, $data)=@_;
89 if($standalone) {
98 my ($standalone, $data)=@_;
99 if($standalone) {
108 my ($standalone, $data)=@_;
109 if($standalone) {
118 my ($f, $standalone)=@_;
196 if($standalone) {
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/docs/cmdline-opts/
H A Dgen.pl62 my($standalone, $data)=@_;
63 if($standalone) {
73 my ($standalone, $data)=@_;
74 if($standalone) {
83 my ($standalone, $data)=@_;
84 if($standalone) {
93 my ($standalone, $data)=@_;
94 if($standalone) {
103 my ($f, $standalone)=@_;
181 if($standalone) {
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Dom/
H A DXmlDeclaration.cs20 private string standalone; field in System.Xml.XmlDeclaration
22 …protected internal XmlDeclaration( string version, string encoding, string standalone, XmlDocument… in XmlDeclaration() argument
25 if( ( standalone != null ) && ( standalone.Length > 0 ) ) in XmlDeclaration()
26 if ( ( standalone != YES ) && ( standalone != NO ) ) in XmlDeclaration()
27 throw new ArgumentException( Res.GetString(Res.Xdom_standalone, standalone) ); in XmlDeclaration()
29 this.Standalone = standalone; in XmlDeclaration()
49 get { return this.standalone; }
52 this.standalone = String.Empty;
54 this.standalone = value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/tools/internal_ci/linux/
H A Dgrpc_python_bazel_test_in_docker.sh27 bazel test --spawn_strategy=standalone --genrule_strategy=standalone --test_output=errors //src/pyt…
28 bazel test --spawn_strategy=standalone --genrule_strategy=standalone --test_output=errors //example…
30 bazel test --config=python3 --spawn_strategy=standalone --genrule_strategy=standalone --test_output…
31 bazel test --config=python3 --spawn_strategy=standalone --genrule_strategy=standalone --test_output…
/dports/graphics/cairo/cairo-1.17.4/src/
H A DMakefile.am.analysis23 headers-standalone: $(enabled_cairo_headers) $(enabled_cairo_private)
24 @echo Checking that enabled public/private headers can be compiled standalone
27 echo "#include \"$(srcdir)/$$f\"" > headers-standalone-tmp.c; \
28 echo "int main(int argc, char * argv[]) { return 0; }" >> headers-standalone-tmp.c; \
29 $(COMPILE) -o headers-standalone-tmp headers-standalone-tmp.c || status=false; \
30 $(RM) headers-standalone-tmp headers-standalone-tmp.c; \
33 CLEANFILES += headers-standalone
35 analysis: all headers-standalone sparse splint uno
/dports/www/firefox-esr/firefox-91.8.0/gfx/cairo/cairo/src/
H A DMakefile.am.analysis23 headers-standalone: $(enabled_cairo_headers) $(enabled_cairo_private)
24 @echo Checking that enabled public/private headers can be compiled standalone
27 echo "#include \"$(srcdir)/$$f\"" > headers-standalone-tmp.c; \
28 echo "int main(int argc, char * argv[]) { return 0; }" >> headers-standalone-tmp.c; \
29 $(COMPILE) -o headers-standalone-tmp headers-standalone-tmp.c || status=false; \
30 $(RM) headers-standalone-tmp headers-standalone-tmp.c; \
33 CLEANFILES += headers-standalone
35 analysis: all headers-standalone sparse splint uno
/dports/www/firefox/firefox-99.0/gfx/cairo/cairo/src/
H A DMakefile.am.analysis23 headers-standalone: $(enabled_cairo_headers) $(enabled_cairo_private)
24 @echo Checking that enabled public/private headers can be compiled standalone
27 echo "#include \"$(srcdir)/$$f\"" > headers-standalone-tmp.c; \
28 echo "int main(int argc, char * argv[]) { return 0; }" >> headers-standalone-tmp.c; \
29 $(COMPILE) -o headers-standalone-tmp headers-standalone-tmp.c || status=false; \
30 $(RM) headers-standalone-tmp headers-standalone-tmp.c; \
33 CLEANFILES += headers-standalone
35 analysis: all headers-standalone sparse splint uno
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/cairo/cairo/src/
H A DMakefile.am.analysis23 headers-standalone: $(enabled_cairo_headers) $(enabled_cairo_private)
24 @echo Checking that enabled public/private headers can be compiled standalone
27 echo "#include \"$(srcdir)/$$f\"" > headers-standalone-tmp.c; \
28 echo "int main(int argc, char * argv[]) { return 0; }" >> headers-standalone-tmp.c; \
29 $(COMPILE) -o headers-standalone-tmp headers-standalone-tmp.c || status=false; \
30 $(RM) headers-standalone-tmp headers-standalone-tmp.c; \
33 CLEANFILES += headers-standalone
35 analysis: all headers-standalone sparse splint uno
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/docs/cmdline-opts/
H A Dgen.pl78 my($standalone, $data)=@_;
79 if($standalone) {
89 my ($standalone, $data)=@_;
90 if($standalone) {
99 my ($standalone, $data)=@_;
100 if($standalone) {
109 my ($standalone, $data)=@_;
110 if($standalone) {
119 my ($f, $standalone)=@_;
206 if($standalone) {
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/docs/cmdline-opts/
H A Dgen.pl78 my($standalone, $data)=@_;
79 if($standalone) {
89 my ($standalone, $data)=@_;
90 if($standalone) {
99 my ($standalone, $data)=@_;
100 if($standalone) {
109 my ($standalone, $data)=@_;
110 if($standalone) {
119 my ($f, $standalone)=@_;
204 if($standalone) {
[all …]
/dports/net-im/freetalk/freetalk-4.1/
H A DMakefile.am6 EXTRA_DIST = autogen.sh contrib/argp-standalone
17 -rm -fr $(CONTRIBDIR)/argp-standalone/autom4te.cache
18 -rm -f $(CONTRIBDIR)/argp-standalone/aclocal.m4
19 -rm -f $(CONTRIBDIR)/argp-standalone/config.h.in
20 -rm -f $(CONTRIBDIR)/argp-standalone/configure
21 -rm -f $(CONTRIBDIR)/argp-standalone/depcomp
22 -rm -f $(CONTRIBDIR)/argp-standalone/install-sh
23 -rm -f $(CONTRIBDIR)/argp-standalone/missing
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/agent_tests/Functional/
H A DcliTest.php53 private function runMonk($args="", $files=array(), $standalone=FALSE) argument
55 if($standalone) {
111 public function testRunMonkScan($standalone) argument
156 public function testRunMultipleMonkScansFulls($standalone) argument
162 list($output,$retCode) = $this->runMonk("", $testFiles, $standalone);
180 public function testRunMultipleMonkScansDiff($standalone) argument
186 list($output,$retCode) = $this->runMonk("", $testFiles, $standalone);
203 public function testRunMonkHelpMode($standalone) argument
207 list($output,$retCode) = $this->runMonk("-h", array(), $standalone);
219 public function testRunMonkScansWithNegativeMatch($standalone) argument
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/
H A D.gitignore10 vstgui/tests/ios standalone/build
11 vstgui/tests/ios standalone/DerivedData
12 vstgui/tests/ios standalone/iOS Standalone.xcodeproj/project.xcworkspace
13 vstgui/tests/ios standalone/iOS Standalone.xcodeproj/xcuserdata
21 vstgui/tests/standalone/mac/build
22 vstgui/tests/standalone/mac/DerivedData
23 vstgui/tests/standalone/mac/VSTGUIStandalone.xcodeproj/project.xcworkspace
24 vstgui/tests/standalone/mac/VSTGUIStandalone.xcodeproj/xcuserdata
25 vstgui/tests/standalone/win/vs2015/x64
27 vstgui/tests/standalone/win/vs2015/.vs
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/
H A D.gitignore10 vstgui/tests/ios standalone/build
11 vstgui/tests/ios standalone/DerivedData
12 vstgui/tests/ios standalone/iOS Standalone.xcodeproj/project.xcworkspace
13 vstgui/tests/ios standalone/iOS Standalone.xcodeproj/xcuserdata
21 vstgui/tests/standalone/mac/build
22 vstgui/tests/standalone/mac/DerivedData
23 vstgui/tests/standalone/mac/VSTGUIStandalone.xcodeproj/project.xcworkspace
24 vstgui/tests/standalone/mac/VSTGUIStandalone.xcodeproj/xcuserdata
25 vstgui/tests/standalone/win/vs2015/x64
27 vstgui/tests/standalone/win/vs2015/.vs
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cros_system_api/
H A DBUILD.gn65 standalone = true
82 standalone = true
111 standalone = true
127 standalone = true
137 standalone = true
144 standalone = true
161 standalone = true
180 standalone = true
196 standalone = true
213 standalone = true
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/docs/cmdline-opts/
H A Dgen.pl87 my($standalone, $data)=@_;
88 if($standalone) {
98 my ($standalone, $data)=@_;
99 if($standalone) {
108 my ($standalone, $data)=@_;
109 if($standalone) {
118 my ($standalone, $data)=@_;
119 if($standalone) {
128 my ($f, $standalone)=@_;
228 if($standalone) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cros_system_api/
H A DBUILD.gn60 standalone = true
76 standalone = true
104 standalone = true
122 standalone = true
132 standalone = true
141 standalone = true
160 standalone = true
183 standalone = true
199 standalone = true
220 standalone = true
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_General_Mpeg4.csv2 isom;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
3 iso2;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
4 iso4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
5 iso5;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
8 avc1;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;JVT
22 3gp8;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
23 3gp9;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
26 FACE;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Facebook
49 mmp4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Mobile version
53 qt ;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;QuickTime
[all …]
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_General_Mpeg4.csv2 isom;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
3 iso2;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
4 iso4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
5 iso5;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
8 avc1;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;JVT
22 3gp8;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
23 3gp9;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
26 FACE;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Facebook
49 mmp4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Mobile version
53 qt ;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;QuickTime
[all …]
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/Resource/Text/DataBase/
H A DCodecID_General_Mpeg4.csv2 isom;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
3 iso2;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
4 iso4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
5 iso5;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Base Media
8 avc1;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;JVT
22 3gp8;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
23 3gp9;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;
26 FACE;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Facebook
49 mmp4;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;Mobile version
53 qt ;MPEG-4;;;http://www.apple.com/quicktime/download/standalone.html;QuickTime
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/docs/cmdline-opts/
H A Dgen.pl109 my($standalone, $data)=@_;
110 if($standalone) {
120 my ($standalone, $data)=@_;
121 if($standalone) {
130 my ($standalone, $data)=@_;
131 if($standalone) {
157 my ($standalone, $data)=@_;
162 if($standalone) {
171 my ($f, $standalone)=@_;
275 if($standalone) {
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/docs/cmdline-opts/
H A Dgen.pl109 my($standalone, $data)=@_;
110 if($standalone) {
120 my ($standalone, $data)=@_;
121 if($standalone) {
130 my ($standalone, $data)=@_;
131 if($standalone) {
157 my ($standalone, $data)=@_;
162 if($standalone) {
171 my ($f, $standalone)=@_;
275 if($standalone) {
[all …]
/dports/textproc/p5-ack/ack-v3.5.0/
H A DMakefile.PL105 --exclude=ack-standalone \
114 ack-standalone : $(ACK) $(CODE_PM) squash Makefile
115 $(PERL) squash $(ACK) $(CODE_PM) File::Next %s > ack-standalone
116 $(FIXIN) ack-standalone
117 -$(NOECHO) $(CHMOD) $(PERM_RWX) ack-standalone
118 $(PERL) -c ack-standalone
131 test_standalone: all ack-standalone
147 time-head: ack-standalone
148 time $(PERL) ./ack-standalone --noenv $(TIMER_ARGS)
150 timings: ack-standalone
[all …]

12345678910>>...628