Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 25 of 6042) sorted by relevance

12345678910>>...242

/dports/devel/gdb/gdb-11.1/gdb/dwarf2/
H A Dattribute.h44 struct attribute struct
79 ULONGEST as_unsigned_reprocess () const in as_unsigned_reprocess()
88 ULONGEST as_unsigned () const in as_unsigned()
97 bool is_nonnegative () const in is_nonnegative()
225 /* Set the block value for this attribute. */ argument
239 /* Set this attribute to a signed integer. */ argument
263 /* Set this attribute to an address. */ argument
313 attribute alignment. */ argument
314 unsigned int string_is_canonical : 1;
317 {
[all …]
/dports/net/phpldapadmin/phpLDAPadmin-1.2.6.3/lib/
H A DPageRender.php154 protected function getPostAttribute($attribute,$i) {
376 final protected function drawNameAttribute($attribute) {
397 protected function drawNotesAttribute($attribute) {
417 protected function getNoteAliasAttribute($attribute) {
434 protected function getNoteRequiredAttribute($attribute) {
476 protected function getNoteRDNAttribute($attribute) {
489 protected function getNoteHintAttribute($attribute) {
502 protected function getNoteROAttribute($attribute) {
549 protected function drawOldValuesAttribute($attribute) {
588 protected function drawFormValueAttribute($attribute,$i) {
[all …]
H A DTemplateRender.php1381 protected function drawInternalAttribute($attribute) {
1775 protected function drawTitleAttribute($attribute) {
1812 protected function drawEndValueLineAttribute($attribute) {
1826 protected function drawTemplateAttribute($attribute) {
1863 protected function drawIconAttribute($attribute,$val) {
1919 protected function drawJavascriptAttribute($attribute) {
2022 protected function drawMenuAttribute($attribute) {
2139 protected function getRenameMenuItemAttribute($attribute) {
2153 protected function drawValueAttribute($attribute,$i) {
2185 protected function drawHelperAttribute($attribute,$i) {
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/templates/3rdParty/pla/lib/
H A DPageRender.php125 protected function getPostAttribute($attribute,$i) {
321 final protected function drawNameAttribute($attribute) {
338 protected function drawNotesAttribute($attribute) {
356 protected function getNoteAliasAttribute($attribute) {
361 protected function getNoteRequiredAttribute($attribute) {
398 protected function getNoteRDNAttribute($attribute) {
406 protected function getNoteHintAttribute($attribute) {
414 protected function getNoteROAttribute($attribute) {
447 protected function drawOldValuesAttribute($attribute) {
477 protected function drawFormValueAttribute($attribute,$i) {
[all …]
H A DTemplateRender.php1230 protected function drawInternalAttribute($attribute) {
1585 protected function drawTitleAttribute($attribute) {
1618 protected function drawEndValueLineAttribute($attribute) {
1630 protected function drawTemplateAttribute($attribute) {
1663 protected function drawIconAttribute($attribute,$val) {
1711 protected function drawJavascriptAttribute($attribute) {
1804 protected function drawMenuAttribute($attribute) {
1899 protected function getRenameMenuItemAttribute($attribute) {
1908 protected function drawValueAttribute($attribute,$i) {
1938 protected function drawHelperAttribute($attribute,$i) {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/Linq/
H A DXAttribute.cs230 public static explicit operator string (XAttribute attribute) in operator string()
249 public static explicit operator bool (XAttribute attribute) in operator bool()
265 public static explicit operator bool? (XAttribute attribute) in operator bool?()
284 public static explicit operator int (XAttribute attribute) in operator int()
300 public static explicit operator int? (XAttribute attribute) in operator int?()
319 public static explicit operator uint (XAttribute attribute) in operator uint()
335 public static explicit operator uint? (XAttribute attribute) in operator uint?()
354 public static explicit operator long (XAttribute attribute) in operator long()
370 public static explicit operator long? (XAttribute attribute) in operator long?()
389 public static explicit operator ulong (XAttribute attribute) in operator ulong()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dcascading_namespace_setting_attribute.rb78 def define_attr_reader(attribute) argument
93 def define_attr_writer(attribute) argument
102 def define_lock_attr_writer(attribute) argument
111 def define_lock_methods(attribute) argument
129 def alias_boolean(attribute) argument
138 def define_validator_methods(attribute) argument
167 def define_after_update(attribute) argument
178 def locked_value(attribute) argument
185 def locked_ancestor(attribute) argument
197 def locked_by_ancestor?(attribute) argument
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpc_server/mdssvc/
H A Delasticsearch_mappings.json5 "attribute": "" string
9 "attribute": "content" string
13 "attribute": "file.content_type" string
17 "attribute": "file.content_type" string
29 "attribute": "file.created" string
33 "attribute": "file.filename" string
45 "attribute": "file.filesize" string
49 "attribute": "path.real" string
57 "attribute": "meta.author" string
61 "attribute": "file.created" string
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Validation/Concerns/
H A DValidatesAttributes.php37 public function validateAccepted($attribute, $value)
51 public function validateActiveUrl($attribute, $value)
172 protected function getDateFormat($attribute)
250 public function validateAlpha($attribute, $value)
358 public function validateDate($attribute, $value)
568 protected function getDistinctValues($attribute)
833 public function guessColumnForQuery($attribute)
869 public function validateFile($attribute, $value)
1107 public function validateIp($attribute, $value)
1851 public function validateUrl($attribute, $value)
[all …]
H A DReplacesAttributes.php18 protected function replaceBetween($message, $attribute, $rule, $parameters)
32 protected function replaceDateFormat($message, $attribute, $rule, $parameters)
60 protected function replaceDigits($message, $attribute, $rule, $parameters)
88 protected function replaceMin($message, $attribute, $rule, $parameters)
102 protected function replaceMax($message, $attribute, $rule, $parameters)
130 protected function replaceIn($message, $attribute, $rule, $parameters)
148 protected function replaceNotIn($message, $attribute, $rule, $parameters)
274 protected function replaceGt($message, $attribute, $rule, $parameters)
292 protected function replaceLt($message, $attribute, $rule, $parameters)
310 protected function replaceGte($message, $attribute, $rule, $parameters)
[all …]
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dattrconverters.py34 def cnv_angle(attribute, arg, element): argument
40 def cnv_anyURI(attribute, arg, element): argument
43 def cnv_boolean(attribute, arg, element): argument
55 def cnv_color(attribute, arg, element): argument
73 def cnv_date(attribute, arg, element): argument
85 def cnv_double(attribute, arg, element): argument
96 def cnv_family(attribute, arg, element): argument
122 def cnv_ID(attribute, arg, element): argument
125 def cnv_IDREF(attribute, arg, element): argument
146 def cnv_length(attribute, arg, element): argument
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dattrconverters.py40 def cnv_anyURI(attribute, arg, element): argument
44 def cnv_boolean(attribute, arg, element): argument
54 def cnv_color(attribute, arg, element): argument
76 def cnv_date(attribute, arg, element): argument
90 def cnv_double(attribute, arg, element): argument
98 def cnv_family(attribute, arg, element): argument
126 def cnv_ID(attribute, arg, element): argument
130 def cnv_IDREF(attribute, arg, element): argument
147 def cnv_length(attribute, arg, element): argument
283 def cnv_time(attribute, arg, element): argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/scripts/
H A Dv8_attributes.py341 def is_origin_trial_enabled(attribute): argument
345 def is_secure_context(attribute): argument
360 def is_data_attribute(attribute): argument
518 def is_keep_alive_for_gc(interface, attribute): argument
729 def is_writable(attribute): argument
743 def has_setter(interface, attribute): argument
753 def property_attributes(interface, attribute): argument
767 def has_custom_getter(attribute): argument
774 def has_custom_setter(attribute): argument
788 def is_constructor_attribute(attribute): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/scripts/
H A Dv8_attributes.py341 def is_origin_trial_enabled(attribute): argument
345 def is_secure_context(attribute): argument
360 def is_data_attribute(attribute): argument
521 def is_keep_alive_for_gc(interface, attribute): argument
734 def is_writable(attribute): argument
746 def has_setter(interface, attribute): argument
756 def property_attributes(interface, attribute): argument
770 def has_custom_getter(attribute): argument
777 def has_custom_setter(attribute): argument
791 def is_constructor_attribute(attribute): argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_node.h184 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute()
200 bool GetFloatAttribute(ax::mojom::FloatAttribute attribute, in GetFloatAttribute()
205 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const { in HasIntAttribute()
208 int GetIntAttribute(ax::mojom::IntAttribute attribute) const { in GetIntAttribute()
219 ax::mojom::StringAttribute attribute) const { in GetStringAttribute()
222 bool GetStringAttribute(ax::mojom::StringAttribute attribute, in GetStringAttribute()
227 bool GetString16Attribute(ax::mojom::StringAttribute attribute, in GetString16Attribute()
232 ax::mojom::StringAttribute attribute) const { in GetString16Attribute()
240 ax::mojom::IntListAttribute attribute) const { in GetIntListAttribute()
243 bool GetIntListAttribute(ax::mojom::IntListAttribute attribute, in GetIntListAttribute()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/accessibility/
H A Dax_node.h194 bool HasBoolAttribute(ax::mojom::BoolAttribute attribute) const { in HasBoolAttribute()
210 bool GetFloatAttribute(ax::mojom::FloatAttribute attribute, in GetFloatAttribute()
215 bool HasIntAttribute(ax::mojom::IntAttribute attribute) const { in HasIntAttribute()
218 int GetIntAttribute(ax::mojom::IntAttribute attribute) const { in GetIntAttribute()
229 ax::mojom::StringAttribute attribute) const { in GetStringAttribute()
232 bool GetStringAttribute(ax::mojom::StringAttribute attribute, in GetStringAttribute()
237 bool GetString16Attribute(ax::mojom::StringAttribute attribute, in GetString16Attribute()
242 ax::mojom::StringAttribute attribute) const { in GetString16Attribute()
250 ax::mojom::IntListAttribute attribute) const { in GetIntListAttribute()
253 bool GetIntListAttribute(ax::mojom::IntListAttribute attribute, in GetIntListAttribute()
[all …]
/dports/devel/inilib/inilib-1.0.7b3/doc/
H A Dattribute.tex15 \subsection[attribute]{{\tt attribute} Class} subsection in \\parsearg\\chapteryyy
59 \subsubsection{Type Enumeration}
69 \subsubsection{Constructors}
80 \subsubsection{Destructors}
88 \subsubsection{Assignment Operator}
101 \subsubsection{Casting Operator}
119 \subsubsection{Other Overloaded Operators}
125 \subsubsection{{\tt get\_type}}
135 \subsubsection{Double Precision Setting}
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/widgets/
H A DTbActiveForm.php71 $attribute,
185 public function textField($model, $attribute, $htmlOptions = array())
211 public function urlField($model, $attribute, $htmlOptions = array())
224 public function emailField($model, $attribute, $htmlOptions = array())
237 public function numberField($model, $attribute, $htmlOptions = array())
250 public function rangeField($model, $attribute, $htmlOptions = array())
262 public function dateField($model, $attribute, $htmlOptions = array())
275 public function textArea($model, $attribute, $htmlOptions = array())
288 public function fileField($model, $attribute, $htmlOptions = array())
301 public function radioButton($model, $attribute, $htmlOptions = array())
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/command/jsonprovider/
H A Dattribute.go10 type attribute struct { struct
11 AttributeType json.RawMessage `json:"type,omitempty"`
12 AttributeNestedType *nestedType `json:"nested_type,omitempty"`
13 Description string `json:"description,omitempty"`
14 DescriptionKind string `json:"description_kind,omitempty"`
15 Deprecated bool `json:"deprecated,omitempty"`
16 Required bool `json:"required,omitempty"`
17 Optional bool `json:"optional,omitempty"`
18 Computed bool `json:"computed,omitempty"`
19 Sensitive bool `json:"sensitive,omitempty"`
/dports/www/limesurvey/limesurvey/framework/web/widgets/
H A DCActiveForm.php583 public function label($model,$attribute,$htmlOptions=array())
598 public function labelEx($model,$attribute,$htmlOptions=array())
614 public function urlField($model,$attribute,$htmlOptions=array())
678 public function dateField($model,$attribute,$htmlOptions=array())
695 public function timeField($model,$attribute,$htmlOptions=array())
743 public function weekField($model,$attribute,$htmlOptions=array())
775 public function telField($model,$attribute,$htmlOptions=array())
790 public function textField($model,$attribute,$htmlOptions=array())
851 public function textArea($model,$attribute,$htmlOptions=array())
866 public function fileField($model,$attribute,$htmlOptions=array())
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/bindings/Fortran/modules/
H A Dadios2_attribute_data_mod.f9042 type(adios2_attribute), intent(in):: attribute local
56 type(adios2_attribute), intent(in):: attribute local
69 type(adios2_attribute), intent(in):: attribute local
82 type(adios2_attribute), intent(in):: attribute local
95 type(adios2_attribute), intent(in):: attribute local
108 type(adios2_attribute), intent(in):: attribute local
121 type(adios2_attribute), intent(in):: attribute local
135 type(adios2_attribute), intent(in):: attribute local
157 type(adios2_attribute), intent(in):: attribute local
172 type(adios2_attribute), intent(in):: attribute local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/
H A DNativeLibAttributeConfiguration.java35 public ImageDescriptor getImageDescriptor(ClasspathAttributeAccess attribute) { in getImageDescriptor()
40 public String getNameLabel(ClasspathAttributeAccess attribute) { in getNameLabel()
45 public String getValueLabel(ClasspathAttributeAccess attribute) { in getValueLabel()
54 public boolean canEdit(ClasspathAttributeAccess attribute) { in canEdit()
59 public boolean canRemove(ClasspathAttributeAccess attribute) { in canRemove()
64 public IClasspathAttribute performEdit(Shell shell, ClasspathAttributeAccess attribute) { in performEdit()
73 public IClasspathAttribute performRemove(ClasspathAttributeAccess attribute) { in performRemove()
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dstyles.c91 struct xml_attribute *attribute; in lxw_styles_write_string_fragment() local
134 struct xml_attribute *attribute; in _write_style_sheet() local
151 struct xml_attribute *attribute; in _write_num_fmt() local
227 struct xml_attribute *attribute; in _write_num_fmts() local
267 struct xml_attribute *attribute; in _write_font_size() local
284 struct xml_attribute *attribute; in _write_font_color_theme() local
301 struct xml_attribute *attribute; in _write_font_color_rgb() local
321 struct xml_attribute *attribute; in _write_font_color_indexed() local
339 struct xml_attribute *attribute; in _write_font_name() local
363 struct xml_attribute *attribute; in _write_font_family() local
[all …]
/dports/textproc/scew/scew-1.2.0/scew/
H A Dattribute.c48 scew_attribute *attribute = NULL; in scew_attribute_create() local
69 scew_attribute_copy (scew_attribute const *attribute) in scew_attribute_copy()
94 scew_attribute_free (scew_attribute *attribute) in scew_attribute_free()
121 scew_attribute_name (scew_attribute const *attribute) in scew_attribute_name()
129 scew_attribute_value (scew_attribute const *attribute) in scew_attribute_value()
137 scew_attribute_set_name (scew_attribute *attribute, XML_Char const *name) in scew_attribute_set_name()
159 scew_attribute_set_value (scew_attribute *attribute, XML_Char const *value) in scew_attribute_set_value()
181 scew_attribute_parent (scew_attribute const *attribute) in scew_attribute_parent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/ui/wizards/
H A DClasspathAttributeConfiguration.java69 public abstract ImageDescriptor getImageDescriptor(ClasspathAttributeAccess attribute); in getImageDescriptor()
78 public abstract String getNameLabel(ClasspathAttributeAccess attribute); in getNameLabel()
87 public abstract String getValueLabel(ClasspathAttributeAccess attribute); in getValueLabel()
96 public abstract boolean canEdit(ClasspathAttributeAccess attribute); in canEdit()
105 public abstract boolean canRemove(ClasspathAttributeAccess attribute); in canRemove()
114 public abstract IClasspathAttribute performEdit(Shell shell, ClasspathAttributeAccess attribute); in performEdit()
122 public abstract IClasspathAttribute performRemove(ClasspathAttributeAccess attribute); in performRemove()

12345678910>>...242