Home
last modified time | relevance | path

Searched refs:attributes (Results 101 – 125 of 37404) sorted by relevance

12345678910>>...1497

/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Mono.Cecil/
H A DMethodDefinition.cs38 ushort attributes; field in Mono.Cecil.MethodDefinition
249 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Static, value); }
254 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Final, value); }
259 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Virtual, value); }
264 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HideBySig, value); }
284 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Abstract, value); }
289 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.SpecialName, value); }
294 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.PInvokeImpl, value); }
304 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.RTSpecialName, value); }
309 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HasSecurity, value); }
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins.CecilReflector/Mono.Cecil/Mono.Cecil/
H A DMethodDefinition.cs38 ushort attributes; field in Mono.Cecil.MethodDefinition
249 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Static, value); }
254 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Final, value); }
259 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Virtual, value); }
264 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HideBySig, value); }
284 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Abstract, value); }
289 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.SpecialName, value); }
294 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.PInvokeImpl, value); }
304 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.RTSpecialName, value); }
309 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HasSecurity, value); }
[all …]
/dports/textproc/xmlwrapp/xmlwrapp-0.7.0/src/libxml/
H A Dattributes.cxx109 attributes::attributes() in attributes() function in xml::attributes
115 attributes::attributes(int) in attributes() function in xml::attributes
121 attributes::attributes(const attributes& other) in attributes() function in xml::attributes
127 attributes& attributes::operator=(const attributes& other) in operator =()
135 void attributes::swap(attributes& other) in swap()
141 attributes::~attributes() in ~attributes()
163 attributes::iterator attributes::begin() in begin()
169 attributes::const_iterator attributes::begin() const in begin()
175 attributes::iterator attributes::end() in end()
181 attributes::const_iterator attributes::end() const in end()
[all …]
H A Dait_impl.cxx158 attributes::iterator& attributes::iterator::operator=(const iterator& other) in operator =()
184 attributes::iterator::reference attributes::iterator::operator*() const in operator *()
190 attributes::iterator::pointer attributes::iterator::operator->() const in operator ->()
196 attributes::iterator& attributes::iterator::operator++() in operator ++()
203 attributes::iterator attributes::iterator::operator++(int) in operator ++()
277 attributes::const_iterator::pointer attributes::const_iterator::operator->() const in operator ->()
283 attributes::const_iterator& attributes::const_iterator::operator++() in operator ++()
290 attributes::const_iterator attributes::const_iterator::operator++(int) in operator ++()
316 attributes::attr& attributes::attr::operator=(const attr& other) in operator =()
384 bool operator==(const attributes::iterator& lhs, const attributes::iterator& rhs) in operator ==()
[all …]
/dports/devel/lua-luarocks/luarocks-3.8.0/spec/
H A Dmake_spec.lua138 assert.is.truthy(lfs.attributes("lxsh-0.8.6-2.all.rock"))
166 assert.is.truthy(lfs.attributes(lockfilename))
208 assert.is.truthy(lfs.attributes(lockfilename))
249 assert.is.truthy(lfs.attributes(lockfilename))
277 assert.is.truthy(lfs.attributes(deploy_lua_dir.."/ddt.lua"))
281 assert.is.falsy(lfs.attributes(deploy_lua_dir.."/ddt.lua~"))
286 assert.is.truthy(lfs.attributes(deploy_lua_dir.."/ddt.lua"))
290 assert.is.falsy(lfs.attributes(deploy_lua_dir.."/ddt.lua~"))
297 assert.is.truthy(lfs.attributes(deploy_lua_dir.."/ddt.lua"))
301 assert.is.falsy(lfs.attributes(deploy_lua_dir.."/ddt.lua~"))
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/test/src/Assets/
H A DModelDefinitionTest.cpp36 Model::EntityAttributes attributes; in TEST() local
37 ASSERT_TRUE(definition->matches(attributes)); in TEST()
53 Model::EntityAttributes attributes; in TEST() local
54 ASSERT_FALSE(definition->matches(attributes)); in TEST()
57 ASSERT_FALSE(definition->matches(attributes)); in TEST()
60 ASSERT_TRUE(definition->matches(attributes)); in TEST()
76 Model::EntityAttributes attributes; in TEST() local
86 ASSERT_TRUE(definition->matches(attributes)); in TEST()
104 Model::EntityAttributes attributes; in TEST() local
130 Model::EntityAttributes attributes; in TEST() local
[all …]
/dports/editors/kakoune/kakoune-2021.11.08/test/regression/3219-scroll-json-ui/
H A Dscript2attributes": [] }, "contents": "0" }, { "face": { "fg": "default", "bg": "default", "underline": "…
5attributes": [] }, "contents": "out 1:1 " }, { "face": { "fg": "black", "bg": "yellow", "underline…
9attributes": [] }, "contents": "0" }, { "face": { "fg": "default", "bg": "default", "underline": "…
11attributes": [] }, "contents": "out 3:1 " }, { "face": { "fg": "black", "bg": "yellow", "underline…
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Composition.Convention/tests/
H A DPartBuilderOfTTests.cs123 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributesOnAnyMember()
126 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributesOnAnyMember()
129 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributesOnAnyMember()
132 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributesOnAnyMember()
142 Assert.Equal(1, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
146 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
149 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
152 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
163 Assert.Equal(1, attributes.Count()); in ExportOfT_ShouldGenerateSingleExportAttributeWithContractType()
172 Assert.Equal(0, attributes.Count()); in ExportOfT_ShouldGenerateSingleExportAttributeWithContractType()
[all …]
H A DPartBuilderTests.cs165 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributes()
168 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributes()
171 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributes()
174 Assert.Equal(0, attributes.Count()); in NoOperations_ShouldGenerateNoAttributes()
184 Assert.Equal(1, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
188 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
191 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
194 Assert.Equal(0, attributes.Count()); in ExportSelf_ShouldGenerateSingleExportAttribute()
205 Assert.Equal(1, attributes.Count()); in ExportOfT_ShouldGenerateSingleExportAttributeWithContractType()
214 Assert.Equal(0, attributes.Count()); in ExportOfT_ShouldGenerateSingleExportAttributeWithContractType()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/factories/
H A DElementFactory.java112 String destination = attributes in getChunk()
260 .getFont(attributes))); in getList()
290 cell.setHorizontalAlignment(attributes in getCell()
292 cell.setVerticalAlignment(attributes in getCell()
316 setRectangleProperties(cell, attributes); in getCell()
406 Properties attributes) { in setRectangleProperties() argument
477 setSectionParameters(chapter, attributes); in getChapter()
488 setSectionParameters(section, attributes); in getSection()
497 Properties attributes) { in setSectionParameters() argument
541 if ("true".equalsIgnoreCase(attributes in getImage()
[all …]
/dports/www/matomo/piwik/libs/HTML/
H A DCommon2.php63 protected $attributes = array(); variable in HTML_Common2
147 $attributes = array();
168 return $attributes;
180 if (is_string($attributes)) {
216 if (is_array($attributes)) {
265 return isset($this->attributes[$name])? $this->attributes[$name]: null;
276 $attributes = self::prepareAttributes($attributes);
289 $this->attributes = array_merge($watched, $attributes);
304 return $this->attributes;
316 $attributes = self::prepareAttributes($attributes);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/report/ohrmWidgets/
H A DohrmReportWidgetServicePeriod.php12 $this->id = $attributes['id'];
89 $this->attributes['id'],
90 $this->attributes['id'],
91 $this->attributes['id'],
92 $this->attributes['id'],
93 $this->attributes['id'],
94 $this->attributes['id'],
95 $this->attributes['id'],
96 $this->attributes['id'],
97 $this->attributes['id'],
[all …]
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DMethodDefinition.cs21 ushort attributes; field in Mono.Cecil.MethodDefinition
52 attributes = (ushort) value;
297 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Static, value); }
302 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Final, value); }
307 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Virtual, value); }
312 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HideBySig, value); }
332 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Abstract, value); }
337 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.SpecialName, value); }
342 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.PInvokeImpl, value); }
357 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HasSecurity, value); }
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DMethodDefinition.cs21 ushort attributes; field in Mono.Cecil.MethodDefinition
52 attributes = (ushort) value;
297 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Static, value); }
302 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Final, value); }
307 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Virtual, value); }
312 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HideBySig, value); }
332 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.Abstract, value); }
337 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.SpecialName, value); }
342 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.PInvokeImpl, value); }
357 set { attributes = attributes.SetAttributes ((ushort) MethodAttributes.HasSecurity, value); }
[all …]
/dports/print/cups/cups-2.3.3op2/test/
H A D4.2-cups-printer-ops.test18 # The attributes to send
30 EXPECT attributes-charset
41 # The attributes to send
51 EXPECT attributes-charset
62 # The attributes to send
72 EXPECT attributes-charset
83 # The attributes to send
93 EXPECT attributes-charset
104 # The attributes to send
131 # The attributes to send
[all …]
/dports/devel/pear-HTML_Template_Flexy/HTML_Template_Flexy-1.3.13/HTML/Template/Flexy/
H A DElement.php75 var $attributes = array();
139 $this->setAttributes($attributes);
145 * @param array $attributes
219 function parseAttributes($attributes)
221 if (is_array($attributes)) {
232 } elseif (is_string($attributes)) {
273 … switch (isset($this->attributes['type']) ? strtolower($this->attributes['type']) : '') {
283 … if (isset($this->attributes['name']) && (substr($this->attributes['name'],-2) == '[]')) {
541 …$child->attributes['value'] = isset($child->attributes['value']) ? $child->attributes['value'] : '…
585 function setAttributes($attributes)
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dassembler_x86.cpp1295 attributes.set_rex_vex_w_reverted(); in addsd()
1305 attributes.set_rex_vex_w_reverted(); in addsd()
1679 attributes.set_rex_vex_w_reverted(); in comisd()
1688 attributes.set_rex_vex_w_reverted(); in comisd()
1822 attributes.set_rex_vex_w_reverted(); in cvtsd2ss()
1832 attributes.set_rex_vex_w_reverted(); in cvtsd2ss()
1986 attributes.set_rex_vex_w_reverted(); in vcvtpd2ps()
2067 attributes.set_rex_vex_w_reverted(); in divsd()
8625 set_attributes(attributes); in vex_prefix()
8672 set_attributes(attributes); in vex_prefix_and_encode()
[all …]
/dports/devel/mono-addins/mono-addins-mono-addins-1.3/Mono.Addins/Mono.Addins.Description/
H A DExtensionNodeDescription.cs43 string[] attributes; field in Mono.Addins.Description.ExtensionNodeDescription
204 Element.SetAttribute (attributes[n], attributes[n+1]); in SaveXml()
224 if (attributes == null) in GetAttribute()
254 attributes [0] = key; in SetAttribute()
255 attributes [1] = value; in SetAttribute()
267 attributes = newList; in SetAttribute()
268 attributes [attributes.Length - 2] = key; in SetAttribute()
269 attributes [attributes.Length - 1] = value; in SetAttribute()
285 if (attributes == null) in RemoveAttribute()
292 Array.Copy (attributes, n+2, newar, n, attributes.Length - n - 2); in RemoveAttribute()
[all …]
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/
H A DDrawing.pm150 my @attributes = (
193 my @attributes = ();
436 my @attributes = (
457 my @attributes = (
541 my @attributes = (
587 my @attributes = (
651 my @attributes = (
671 my @attributes = (
754 my @attributes = (
941 @attributes =
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/apps/orangehrm/lib/form/widget/
H A DohrmWidgetButton.php7 protected $attributes; variable in ohrmWidgetButton
10 if (empty($attributes)) {
11 $attributes = array();
16 $this->attributes = empty($attributes) ? array() : $attributes;
31 if (empty($attributes)) {
32 $attributes = $this->attributes;
35 if (is_array($attributes)) {
37 $attributes['id'] = $name;
43 $attributes['id'] = $name;
44 $attributes['class'] = 'plainbtn';
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dupdater_state_unittest.cc68 attributes = updater_state.BuildAttributes(); in TEST_F()
69 EXPECT_EQ(0u, attributes.count("version")); in TEST_F()
72 attributes = updater_state.BuildAttributes(); in TEST_F()
77 attributes = updater_state.BuildAttributes(); in TEST_F()
82 attributes = updater_state.BuildAttributes(); in TEST_F()
87 attributes = updater_state.BuildAttributes(); in TEST_F()
92 attributes = updater_state.BuildAttributes(); in TEST_F()
97 attributes = updater_state.BuildAttributes(); in TEST_F()
102 attributes = updater_state.BuildAttributes(); in TEST_F()
107 attributes = updater_state.BuildAttributes(); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dupdater_state_unittest.cc68 attributes = updater_state.BuildAttributes(); in TEST_F()
69 EXPECT_EQ(0u, attributes.count("version")); in TEST_F()
72 attributes = updater_state.BuildAttributes(); in TEST_F()
77 attributes = updater_state.BuildAttributes(); in TEST_F()
82 attributes = updater_state.BuildAttributes(); in TEST_F()
87 attributes = updater_state.BuildAttributes(); in TEST_F()
92 attributes = updater_state.BuildAttributes(); in TEST_F()
97 attributes = updater_state.BuildAttributes(); in TEST_F()
102 attributes = updater_state.BuildAttributes(); in TEST_F()
107 attributes = updater_state.BuildAttributes(); in TEST_F()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/core/lib/
H A DACL.php73 public function allows(array $attributes) { argument
78 if (!self::match($attributes, $rule)) {
108 return self::opAnd($attributes, $rule);
110 return self::opEquals($attributes, $rule);
112 return self::opEqualsPreg($attributes, $rule);
114 return self::opHas($attributes, $rule);
116 return self::opHasPreg($attributes, $rule);
118 return !self::match($attributes, $rule);
120 return self::opOr($attributes, $rule);
137 if (!self::match($attributes, $subRule)) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/smartattributes/lib/Auth/Process/
H A DSmartName.php16 private $attributes = array(); variable in sspmod_smartattributes_Auth_Process_SmartName
19 private function getFullName($attributes) argument
21 if (isset($attributes['displayName'])) {
25 if (isset($attributes['cn'])) {
27 return $attributes['cn'][0];
31 if (isset($attributes['sn']) && isset($attributes['givenName'])) {
32 return $attributes['givenName'][0].' '.$attributes['sn'][0];
35 if (isset($attributes['cn'])) {
36 return $attributes['cn'][0];
39 if (isset($attributes['sn'])) {
[all …]
/dports/misc/dartsim/dart-6.11.1/dart/utils/mjcf/detail/
H A DGeomAttributes.cpp73 attributes.mType = GeomType::PLANE; in appendGeomAttributes()
77 attributes.mType = GeomType::HFIELD; in appendGeomAttributes()
81 attributes.mType = GeomType::SPHERE; in appendGeomAttributes()
85 attributes.mType = GeomType::CAPSULE; in appendGeomAttributes()
93 attributes.mType = GeomType::CYLINDER; in appendGeomAttributes()
97 attributes.mType = GeomType::BOX; in appendGeomAttributes()
101 attributes.mType = GeomType::MESH; in appendGeomAttributes()
225 attributes.mQuat.w() = vec4d[0]; in appendGeomAttributes()
226 attributes.mQuat.x() = vec4d[1]; in appendGeomAttributes()
227 attributes.mQuat.y() = vec4d[2]; in appendGeomAttributes()
[all …]

12345678910>>...1497