Home
last modified time | relevance | path

Searched defs:directives (Results 51 – 75 of 1680) sorted by relevance

12345678910>>...68

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/builders/
H A DOSGiManifestBuilderFactory.java207 String[] directives = element.getDirectives(key); in checkForDuplicateDirectivesAttributes() local
282 Map<String, String> directives = getDirectives(bsnElement); in getSymbolicNameAndVersion() local
328 Map<String, String> directives = getDirectives(exportElement); in getPackageExports() local
364 Map<String, String> directives = getDirectives(importElement); in addPackageImports() local
422 Map<String, String> directives = new HashMap<>(1); in addImplicitImports() local
429 Map<String, String> directives = new HashMap<>(); in getDirectives() local
446 Map<String, String> directives = getDirectives(requireElement); in getRequireBundle() local
492 Map<String, String> directives = getDirectives(fragmentHost); in getFragmentHost() local
553 HashMap<String, String> directives = new HashMap<>(); in addRequireEclipsePlatform() local
733 Map<String, String> directives = new HashMap<>(1); in convertBREEs() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DControlParser.cs48 …lic static Control ParseControl (IDesignerHost designerHost, string controlText, string directives) in ParseControl()
66 …static ITemplate ParseTemplate (IDesignerHost designerHost, string templateText, string directives) in ParseTemplate()
/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/
H A DCacheControl.php13 protected $directives; variable in Guzzle\\Http\\Message\\Header\\CacheControl
112 protected function updateFromDirectives(array $directives)
/dports/lang/cython/Cython-0.29.24/bin/
H A Dpcython57 def run_python_stdin(python, file_args=None, directives=None): argument
71 def run_python_file(python, file_args, directives=None): argument
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/mca/psec/none/
H A Dpsec_none.c65 const pmix_info_t directives[], size_t ndirs, in create_cred()
76 const pmix_info_t directives[], size_t ndirs, in validate_cred()
/dports/math/octave-forge-doctest/doctest-0.7.0/inst/
H A Ddoctest.m278 directives = doctest_default_directives(); variable
306 directives = doctest_default_directives(directives, directive, enable); variable
/dports/textproc/py-genshi/Genshi-0.7.3/genshi/template/
H A Ddirectives.py85 def __call__(self, stream, directives, ctxt, **vars): argument
166 def __call__(self, stream, directives, ctxt, **vars): argument
298 def __call__(self, stream, directives, ctxt, **vars): argument
367 def __call__(self, stream, directives, ctxt, **vars): argument
408 def __call__(self, stream, directives, ctxt, **vars): argument
455 def __call__(self, stream, directives, ctxt, **vars): argument
537 def __call__(self, stream, directives, ctxt, **vars): argument
599 def __call__(self, stream, directives, ctxt, **vars): argument
628 def __call__(self, stream, directives, ctxt, **vars): argument
667 def __call__(self, stream, directives, ctxt, **vars): argument
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/container/
H A DModuleCapability.java26 private final Map<String, String> directives; field in ModuleCapability
31 …ModuleCapability(String namespace, Map<String, String> directives, Map<String, Object> attributes,… in ModuleCapability() argument
/dports/databases/py-alembic14/alembic-1.4.3/alembic/autogenerate/
H A Drewriter.py108 def __call__(self, context, revision, directives): argument
150 def _traverse_list(self, context, revision, directives): argument
157 def process_revision_directives(self, context, revision, directives): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DUtil.cs650 …internal static string GetAndRemoveNonEmptyAttribute(IDictionary directives, string key, bool requ… in GetAndRemoveNonEmptyAttribute()
686 internal static string GetAndRemoveNonEmptyAttribute(IDictionary directives, string key) { in GetAndRemoveNonEmptyAttribute()
690 … internal static VirtualPath GetAndRemoveVirtualPathAttribute(IDictionary directives, string key) { in GetAndRemoveVirtualPathAttribute()
751 internal static string GetAndRemoveRequiredAttribute(IDictionary directives, string key) { in GetAndRemoveRequiredAttribute()
759 internal static string GetAndRemoveNonEmptyNoSpaceAttribute(IDictionary directives, in GetAndRemoveNonEmptyNoSpaceAttribute()
770 internal static string GetAndRemoveNonEmptyNoSpaceAttribute(IDictionary directives, in GetAndRemoveNonEmptyNoSpaceAttribute()
785 internal static string GetAndRemoveNonEmptyIdentifierAttribute(IDictionary directives, in GetAndRemoveNonEmptyIdentifierAttribute()
857 internal static bool GetAndRemoveBooleanAttribute(IDictionary directives, in GetAndRemoveBooleanAttribute()
887 internal static bool GetAndRemoveNonNegativeIntegerAttribute(IDictionary directives, in GetAndRemoveNonNegativeIntegerAttribute()
921 internal static bool GetAndRemovePositiveIntegerAttribute(IDictionary directives, in GetAndRemovePositiveIntegerAttribute()
[all …]
/dports/lang/cython/Cython-0.29.24/Demos/benchmarks/
H A Dsetup.py4 directives = { variable
/dports/lang/cython-devel/cython-2b1e743/Demos/benchmarks/
H A Dsetup.py4 directives = { variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/
H A DDeclarativeRewrites.md696 ### `location`
728 ### `replaceWithValue`
748 ### `returnType`
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi.compatibility.state/src/org/eclipse/osgi/compatibility/state/
H A DStateConverter.java98 Map<String, String> directives = capability.getDirectives(); in creatExportPackage() local
113 Map<String, String> directives = capability.getDirectives(); in createProvideCapability() local
151 Map<String, String> directives = new HashMap<>(requirement.getDirectives()); in createRequireCapability() local
192 Map<String, String> directives = new HashMap<>(requirement.getDirectives()); in createOSGiRequirement() local
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/executor/
H A DnodeTableFuncscan.c68 * Get the next tuple from tuplestore.
81 TableFuncRecheck(TableFuncScanState *node, TupleTableSlot *slot) in directives()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/processors8/org/eclipse/jdt/compiler/apt/tests/processors/elements/
H A DJava9ElementProcessor.java425 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaBase1() local
454 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaBase2() local
470 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaBase3() local
486 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaBase4() local
502 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaBase5() local
540 List<? extends Directive> directives = base.getDirectives(); in testModuleJavaSql1() local
559 List<? extends Directive> directives = mod.getDirectives(); in testSourceModule1() local
583 List<? extends Directive> directives = mod.getDirectives(); in testSourceModule2() local
617 List<? extends Directive> directives = mod.getDirectives(); in testUnnamedModule1() local
716 List<? extends Directive> directives = mod.getDirectives(); in testDirectiveVisitor() local
[all …]
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-domain-cpp/
H A Dindex.rst4 directives section in test-domain-cpp
/dports/textproc/py-sphinx/Sphinx-3.5.2/tests/roots/test-domain-c/
H A Dindex.rst4 directives section in test-domain-c
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DSharedContext.cpp38 Directives directives, SourceExtent extent) in SharedContext()
80 const JS::ReadOnlyCompileOptions& options, Directives directives, in GlobalSharedContext()
107 Directives directives, SourceExtent extent, bool isGenerator, bool isAsync) in SuspendableContext()
115 Directives directives, GeneratorKind generatorKind, in FunctionBox()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/parsers/rst/languages/
H A Dde.py20 directives = { variable
H A Den.py18 directives = { variable
H A Deo.py18 directives = { variable
H A Dpt_br.py18 directives = { variable
H A Dzh_tw.py19 directives = { variable
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/parsers/rst/languages/
H A Dca.py18 directives = { variable

12345678910>>...68