Home
last modified time | relevance | path

Searched refs:defaultAttributes (Results 1 – 25 of 226) sorted by relevance

12345678910

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/loader/classpath/
H A DManifestPackageAttributes.java52 … implementationVersion, String implementationVendor, ManifestPackageAttributes defaultAttributes) { in of() argument
53 if (defaultAttributes == null) { in of()
54 defaultAttributes = NONE; in of()
57 or(specificationTitle, defaultAttributes.getSpecification().getTitle()), // in of()
58 or(specificationVersion, defaultAttributes.getSpecification().getVersion()), // in of()
59 or(specificationVendor, defaultAttributes.getSpecification().getVendor()), // in of()
60 or(implementationTitle, defaultAttributes.getImplementation().getTitle()), // in of()
61 or(implementationVersion, defaultAttributes.getImplementation().getVersion()), // in of()
62 or(implementationVendor, defaultAttributes.getImplementation().getVendor())// in of()
H A DClasspathEntry.java116 … manifestPackageAttributesFor(Attributes attributes, ManifestPackageAttributes defaultAttributes) { in manifestPackageAttributesFor() argument
123 defaultAttributes); in manifestPackageAttributesFor()
126 …ibutesMapFor(Set<Entry<String, Attributes>> entries, ManifestPackageAttributes defaultAttributes) { in manifestPackageAttributesMapFor() argument
136 result.put(packageName, manifestPackageAttributesFor(attributes, defaultAttributes)); in manifestPackageAttributesMapFor()
/dports/sysutils/kubectl/kubernetes-1.22.2/plugin/pkg/auth/authorizer/rbac/
H A Drbac_test.go110 type defaultAttributes struct { struct
120 func (d *defaultAttributes) String() string { argument
125 func (d *defaultAttributes) GetUser() user.Info { argument
133 func (d *defaultAttributes) GetName() string { return "" } argument
135 func (d *defaultAttributes) GetAPIVersion() string { return "" } argument
137 func (d *defaultAttributes) GetPath() string { return "" } argument
157 &defaultAttributes{"admin", "", "get", "Pods", "", "ns1", ""},
164 &defaultAttributes{"admin", "", "GET", "Pods", "", "ns2", ""},
165 &defaultAttributes{"admin", "", "GET", "Nodes", "", "", ""},
220 &defaultAttributes{"admin", "", "get", "pods", "", "ns1", ""},
[all …]
H A Dsubject_locator_test.go59 &defaultAttributes{"", "", "get", "Pods", "", "ns1", ""},
70 &defaultAttributes{"", "", "*", "Pods", "", "*", ""},
79 &defaultAttributes{"", "", "*", "Pods", "", "", ""},
105 &defaultAttributes{"", "", "get", "Pods", "", "ns1", ""},
117 &defaultAttributes{"", "", "create", "Pods", "", "ns1", ""},
127 &defaultAttributes{"", "", "get", "Pods", "", "ns2", ""},
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/hotdraw/figures/defaultAttributes/
H A Dmodule.mk13 hotdraw/figures/defaultAttributes/hdFillAttribute.cpp \
14 hotdraw/figures/defaultAttributes/hdFontAttribute.cpp \
15 hotdraw/figures/defaultAttributes/hdFontColorAttribute.cpp \
16 hotdraw/figures/defaultAttributes/hdLineAttribute.cpp
19 hotdraw/figures/defaultAttributes/module.mk
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/hotdraw/figures/defaultAttributes/
H A Dmodule.mk13 include/hotdraw/figures/defaultAttributes/hdFillAttribute.h \
14 include/hotdraw/figures/defaultAttributes/hdFontAttribute.h \
15 include/hotdraw/figures/defaultAttributes/hdFontColorAttribute.h \
16 include/hotdraw/figures/defaultAttributes/hdLineAttribute.h
19 include/hotdraw/figures/defaultAttributes/module.mk
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Plugins/MediaEmbed/Configurator/
H A DTemplateGenerator.php22 protected $defaultAttributes = [ variable in s9e\\TextFormatter\\Plugins\\MediaEmbed\\Configurator\\TemplateGenerator
44 $this->attributes = $attributes + $this->defaultAttributes;
211 * @param array $defaultAttributes
215 protected function mergeAttributes(array $defaultAttributes, array $newAttributes) argument
217 $attributes = array_merge($defaultAttributes, $newAttributes);
218 if (isset($defaultAttributes['style'], $newAttributes['style']))
221 $attributes['style'] += $defaultAttributes['style'];
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/jdeps/
H A DMRJarWarning.java60 private Attributes defaultAttributes; field in MRJarWarning
64 defaultAttributes = new Attributes(); in setup()
65 defaultAttributes.putValue("Manifest-Version", "1.0"); in setup()
66 defaultAttributes.putValue("Created-By", "1.8.0-internal"); in setup()
73 Attributes mrJarAttrs = new Attributes(defaultAttributes); in setup()
78 build(nonMRjar, defaultAttributes); in setup()
83 Attributes allCapsAttrs = new Attributes(defaultAttributes); in setup()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/jdeps/
H A DMRJarWarning.java60 private Attributes defaultAttributes; field in MRJarWarning
64 defaultAttributes = new Attributes(); in setup()
65 defaultAttributes.putValue("Manifest-Version", "1.0"); in setup()
66 defaultAttributes.putValue("Created-By", "1.8.0-internal"); in setup()
73 Attributes mrJarAttrs = new Attributes(defaultAttributes); in setup()
78 build(nonMRjar, defaultAttributes); in setup()
83 Attributes allCapsAttrs = new Attributes(defaultAttributes); in setup()
/dports/devel/p5-Class-Prototyped/Class-Prototyped-1.13/t/
H A DdefaultAttributes.t20 ok( scalar($p1->reflect->_defaults) ne scalar($p1->reflect->defaultAttributes) );
28 my $temp = Data::Dumper->Dump([$p1->reflect->_defaults, $p1->reflect->defaultAttributes]);
31 $temp = $p1->reflect->defaultAttributes;
33 $p1->reflect->defaultAttributes($temp);
/dports/www/limesurvey/limesurvey/application/libraries/PluginManager/Question/
H A DQuestionBase.php33 private $defaultAttributes; variable in LimeSurvey\\PluginManager\\QuestionBase
96 $this->defaultAttributes = array(
164 $allAttributes = array_merge($this->defaultAttributes, $this->attributes);
165 … if (count($allAttributes) != count($this->defaultAttributes) + count($this->attributes)) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/email/model/
H A DDefaultTemplateForAccount.php30 protected function defaultAttributes() { function in GO\\Email\\Model\\DefaultTemplateForAccount
31 $attr = parent::defaultAttributes();
H A DDefaultTemplate.php53 protected function defaultAttributes() { function in GO\\Email\\Model\\DefaultTemplate
54 $attr = parent::defaultAttributes();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/files/model/
H A DFolderNotificationMessage.php85 public function defaultAttributes() { function in GO\\Files\\Model\\FolderNotificationMessage
86 $attr = parent::defaultAttributes();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DPropertyDescriptor.h35 : m_attributes(defaultAttributes) in PropertyDescriptor()
68 static unsigned defaultAttributes;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.h35 : m_attributes(defaultAttributes) in PropertyDescriptor()
68 static unsigned defaultAttributes;
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.h35 : m_attributes(defaultAttributes) in PropertyDescriptor()
68 static unsigned defaultAttributes;
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DPropertyDescriptor.h35 : m_attributes(defaultAttributes) in PropertyDescriptor()
68 static unsigned defaultAttributes;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXNodeValidator.cs22 ArrayList defaultAttributes; field in System.Xml.Schema.XNodeValidator
226 if (defaultAttributes == null) { in ValidateAttributes()
227 defaultAttributes = new ArrayList(); in ValidateAttributes()
230 defaultAttributes.Clear(); in ValidateAttributes()
232 validator.GetUnspecifiedDefaultAttributes(defaultAttributes); in ValidateAttributes()
233 foreach (XmlSchemaAttribute sa in defaultAttributes) { in ValidateAttributes()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/Schema/
H A DXNodeValidator.cs26 ArrayList defaultAttributes; field in System.Xml.Schema.XNodeValidator
276 if (defaultAttributes == null) in ValidateAttributes()
278 defaultAttributes = new ArrayList(); in ValidateAttributes()
282 defaultAttributes.Clear(); in ValidateAttributes()
284 validator.GetUnspecifiedDefaultAttributes(defaultAttributes); in ValidateAttributes()
285 foreach (XmlSchemaAttribute sa in defaultAttributes) in ValidateAttributes()
/dports/lang/ghc/ghc-8.10.7/libraries/terminfo/System/Console/Terminfo/
H A DEffects.hs14 defaultAttributes,
151 defaultAttributes :: Attributes
152 defaultAttributes = Attributes False False False False False False False False function
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/olivere/elastic/trace/opencensus/
H A Dtransport.go20 defaultAttributes []trace.Attribute member
39 t.defaultAttributes = attrs
57 attrs := append([]trace.Attribute(nil), t.defaultAttributes...)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/olivere/elastic/trace/opencensus/
H A Dtransport.go20 defaultAttributes []trace.Attribute member
39 t.defaultAttributes = attrs
57 attrs := append([]trace.Attribute(nil), t.defaultAttributes...)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/olivere/elastic/v7/trace/opencensus/
H A Dtransport.go20 defaultAttributes []trace.Attribute member
39 t.defaultAttributes = attrs
57 attrs := append([]trace.Attribute(nil), t.defaultAttributes...)
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/log/model/
H A DLog.php85 public function defaultAttributes() { function in GO\\Log\\Model\\Log
86 $attr = parent::defaultAttributes();

12345678910