Home
last modified time | relevance | path

Searched refs:standalone (Results 101 – 125 of 21062) sorted by relevance

12345678910>>...843

/dports/textproc/docbook-xsl/docbook-xsl-1.79.1/html/
H A Dchunker.xsl149 standalone="{$standalone}">
162 standalone="{$standalone}">
175 standalone="{$standalone}">
187 standalone="{$standalone}">
204 standalone="{$standalone}">
216 standalone="{$standalone}">
228 standalone="{$standalone}">
264 standalone="{$standalone}">
278 standalone="{$standalone}">
292 standalone="{$standalone}">
[all …]
/dports/textproc/docbook-xsl-ns/docbook-xsl-ns-1.79.1/html/
H A Dchunker.xsl150 standalone="{$standalone}">
163 standalone="{$standalone}">
176 standalone="{$standalone}">
188 standalone="{$standalone}">
205 standalone="{$standalone}">
217 standalone="{$standalone}">
229 standalone="{$standalone}">
265 standalone="{$standalone}">
279 standalone="{$standalone}">
293 standalone="{$standalone}">
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/core/results_processor/
H A Dcommand_line.py23 def ArgumentParser(standalone=False): argument
26 if not standalone:
28 parser, group = _CreateTopLevelParser(standalone)
34 metavar='FORMAT', choices=all_output_formats, required=standalone,
39 '' if standalone else 'Defaults to: html.'))
41 '--intermediate-dir', metavar='DIR_PATH', required=standalone,
44 '' if standalone else 'If not provided, the default is to create a '
153 def _CreateTopLevelParser(standalone): argument
155 if standalone:
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Djit-reader-simple.exp103 proc jit_test_reread {standalone change_addr} {
108 if {$standalone} {
132 if {$standalone} {
166 foreach standalone {1 0} {
167 with_test_prefix [expr ($standalone)?"standalone":"shared"] {
169 jit_test_reread $standalone 1
172 jit_test_reread $standalone 0
/dports/java/wildfly15/wildfly-15.0.1.Final/.galleon/hashes/standalone/configuration/
H A Dhashes5 standalone-full.xml
11 standalone-full-ha.xml
15 standalone.xml
17 standalone-ha.xml
19 standalone-load-balancer.xml
/dports/math/p5-Math-Prime-Util-GMP/Math-Prime-Util-GMP-0.52/xt/
H A Dcreate-standalone.sh3 if [ ! -d standalone ]
5 mkdir standalone
8 cp -p ptypes.h standalone/
10 cp -p gmp_main.[ch] real.[ch] standalone/
13 cp -p primality.[ch] standalone/
15 cp -p xt/proof-text-format.txt standalone/
16 cp -p examples/verify-cert.pl standalone/
17 cp -p examples/vcert.c standalone/
25 cp -p class_poly_data.h standalone/
30 cat << 'EOSIMPQSH' > standalone/simpqs.h
[all …]
/dports/www/mod_security/modsecurity-2.9.3/doc/
H A DMakefile.am13 standalone: target
14 $(DOXYGEN) doxygen-standalone
15 touch standalone.stamp
23 all-local: iis nginx standalone
27 rm -rf apache iis nginx standalone
/dports/audio/supercollider/SuperCollider-3.11.0-Source/cmake_modules/
H A DMacAppFolder.cmake3 ###### The user may set the app name, causing a standalone build
4 ###### cmake -D standalone:string=MyFabApp ../
5 if ("${standalone}" STREQUAL "")
8 # We're building a standalone, change the app name.
9 set(scappbundlename ${standalone})
10 message(STATUS "Building sc in STANDALONE mode. App name: " ${standalone})
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Cli/
H A DParams.php27 protected $standalone = array(); variable in Icinga\\Cli\\Params
68 $this->standalone[] = $argv[$i];
83 if (isset($this->standalone[$pos])) {
84 return $this->standalone[$pos];
96 return count($this->standalone) + count($this->params);
116 return $this->standalone;
251 if (count($this->standalone) > 0) {
252 return array_shift($this->standalone);
301 array_unshift($this->standalone, $key);
/dports/devel/py-pymisp/pymisp-2.4.128/pymisp/tools/
H A Dmachoobject.py24 def make_macho_objects(lief_parsed: lief.Binary, misp_file: FileObject, standalone: bool=True, defa…
25 …macho_object = MachOObject(parsed=lief_parsed, standalone=standalone, default_attributes_parameter…
35 …: Optional[Union[Path, str]]=None, pseudofile: Optional[BytesIO]=None, standalone: bool=True, **kw…
38 super(MachOObject, self).__init__('macho', standalone=standalone, **kwargs)
78 def __init__(self, section: lief.MachO.Section, standalone: bool=True, **kwargs):
81 super(MachOSectionObject, self).__init__('macho-section', standalone=standalone, **kwargs)
H A Delfobject.py24 def make_elf_objects(lief_parsed: lief.Binary, misp_file: FileObject, standalone: bool=True, defaul…
25 …elf_object = ELFObject(parsed=lief_parsed, standalone=standalone, default_attributes_parameters=de…
35 …lepath: Union[Path, str]=None, pseudofile: Union[BytesIO, bytes]=None, standalone: bool=True, **kw…
36 super(ELFObject, self).__init__('elf', standalone=standalone, **kwargs)
76 def __init__(self, section: lief.ELF.Section, standalone: bool=True, **kwargs):
79 super(ELFSectionObject, self).__init__('elf-section', standalone=standalone, **kwargs)
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Dom/
H A DXmlDeclaration.cs21 …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(SR.Format(SR.Xdom_standalone, standalone)); in XmlDeclaration()
29 this.Standalone = standalone; in XmlDeclaration()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/representations/html/
H A Dhtml_outline_representation.cpp127 void HtmlOutlineRepresentation::header(string& html, string* basePath, bool standalone, int yScroll… in header() argument
168 if(standalone) { in header()
197 if(standalone || config.isUiEnableMathInMd()) { in header()
209 if(standalone) { in header()
230 if(standalone) { in header()
265 header(*html, basePath, standalone, yScrollTo); in to()
270 header(*html, basePath, standalone, yScrollTo); in to()
296 to(markdown, html, nullptr, standalone, yScrollTo); in toNoMeta()
304 bool standalone, in to() argument
311 return toNoMeta(outline, html, standalone, yScrollTo); in to()
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/docs/ref/
H A Dtransforms.txt52 references.Substitutions standalone (r), pep (r) 220
54 references.PropagateTargets standalone (r), pep (r) 260
56 frontmatter.DocTitle standalone (r) 320
58 frontmatter.DocInfo standalone (r) 340
60 frontmatter.SectSubTitle standalone (r) 350
68 references.AnonymousHyperlinks standalone (r), pep (r) 440
70 references.IndirectHyperlinks standalone (r), pep (r) 460
80 references.Footnotes standalone (r), pep (r) 620
82 references.ExternalTargets standalone (r), pep (r) 640
84 references.InternalTargets standalone (r), pep (r) 660
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/tools/
H A DMakefile6 STANDALONE_RUNNER_SUPPORT_ASSEMBLY = $(CLASSLIB_DIR)/standalone-runner-support.dll
9 standalone-runner.cs \
35 all-local: HtmlWriter.dll standalone-runner.exe cache-pq-test-generator.exe
40 standalone-runner.exe: deps $(STANDALONE_RUNNER_SOURCES)
54 $(MAKE) -C ../../ standalone-runner-support
59 rm -f standalone-runner.exe standalone-runner.*db
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmlpm/
H A Dmosmlpm.sml7 \ -standalone Pass the option -standalone on to mosmlc\n"
14 val standalone = ref false value
19 val options = if !standalone then ["-standalone "]
35 ,("-standalone", ArgParse.Unit (assignTrue standalone))
/dports/databases/pgloader3/cl-ppcre-20190521-git/
H A Dregex-class-util.lisp151 (defmethod copy-regex ((standalone standalone))
153 (make-instance 'standalone
222 (defmethod remove-registers ((standalone standalone))
224 (make-instance 'standalone
305 (defmethod everythingp ((standalone standalone))
307 (everythingp (regex standalone)))
368 (defmethod regex-length ((standalone standalone))
370 (regex-length (regex standalone)))
435 (defmethod regex-min-length ((standalone standalone))
437 (regex-min-length (regex standalone)))
[all …]
/dports/textproc/cl-ppcre/cl-ppcre-2.1.1/
H A Dregex-class-util.lisp151 (defmethod copy-regex ((standalone standalone))
153 (make-instance 'standalone
222 (defmethod remove-registers ((standalone standalone))
224 (make-instance 'standalone
305 (defmethod everythingp ((standalone standalone))
307 (everythingp (regex standalone)))
368 (defmethod regex-length ((standalone standalone))
370 (regex-length (regex standalone)))
435 (defmethod regex-min-length ((standalone standalone))
437 (regex-min-length (regex standalone)))
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DSC_LanguageConfig.cpp96 bool SC_LanguageConfig::readLibraryConfigYAML(const Path& fileName, bool standalone) { in readLibraryConfigYAML() argument
98 gLanguageConfig = new SC_LanguageConfig(standalone); in readLibraryConfigYAML()
181 bool SC_LanguageConfig::defaultLibraryConfig(bool standalone) { in defaultLibraryConfig() argument
183 gLanguageConfig = new SC_LanguageConfig(standalone); in defaultLibraryConfig()
188 bool SC_LanguageConfig::readLibraryConfig(bool standalone) { in readLibraryConfig() argument
192 configured = readLibraryConfigYAML(gConfigFile, standalone); in readLibraryConfig()
194 if (!configured && !standalone) { in readLibraryConfig()
199 configured = readLibraryConfigYAML(userYamlConfigFile, standalone); in readLibraryConfig()
205 configured = readLibraryConfigYAML(globalYamlConfigFile, standalone); in readLibraryConfig()
210 configured = SC_LanguageConfig::defaultLibraryConfig(standalone); in readLibraryConfig()
/dports/lang/ruby26/ruby-2.6.9/lib/rexml/
H A Dxmldecl.rb20 def initialize(version=DEFAULT_VERSION, encoding=nil, standalone=nil) argument
28 @standalone = version.standalone
33 @standalone = standalone
59 other.standalone == @standalone
62 def xmldecl version, encoding, standalone
65 @standalone = standalone
/dports/devel/llvm10/llvm-10.0.1.src/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn7 "//compiler-rt/lib/scudo/standalone:sources",
37 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
38 "//compiler-rt/lib/scudo/standalone:sources",
50 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
51 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
52 "//compiler-rt/lib/scudo/standalone:sources",
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn7 "//compiler-rt/lib/scudo/standalone:sources",
37 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
38 "//compiler-rt/lib/scudo/standalone:sources",
50 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
51 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
52 "//compiler-rt/lib/scudo/standalone:sources",
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn9 deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
39 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
40 "//compiler-rt/lib/scudo/standalone:sources",
53 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
54 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
55 "//compiler-rt/lib/scudo/standalone:sources",
/dports/devel/llvm11/llvm-11.0.1.src/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn9 deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
39 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
40 "//compiler-rt/lib/scudo/standalone:sources",
53 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
54 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
55 "//compiler-rt/lib/scudo/standalone:sources",
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/
H A DBUILD.gn9 deps = [ "//compiler-rt/lib/scudo/standalone:sources" ]
39 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
40 "//compiler-rt/lib/scudo/standalone:sources",
53 "//compiler-rt/lib/scudo/standalone:c_wrapper_sources",
54 "//compiler-rt/lib/scudo/standalone:cxx_wrapper_sources",
55 "//compiler-rt/lib/scudo/standalone:sources",

12345678910>>...843