Top "Attributes" questions

The attributes tag should be used for any issues relating to a property of an object, element, or file, etc.

Ruby: Boolean attribute naming convention and use

Learning ruby. I'm under the impression that boolean attributes should be named as follows: my_boolean_attribute? However, I get …

ruby attributes conventions boolean-expression
How do I set permissions (attributes) on a file in a ZIP file using Python's zipfile module?

When I extract files from a ZIP file created with the Python zipfile module, all the files are not writable, …

python attributes zip file-permissions zipfile
XmlSerializer and nullable attributes

I have a class with numerous Nullable<T> properties which I want to be serializable to XML as …

c# .net attributes nullable xmlserializer
How can I do Java annotation like @name("Luke") with no attribute inside parenthesis?

How I can do custom Java annotation with no attribute name inside parentheses? I don't want this: @annotation_name(att=…

java attributes annotations default parentheses
What is XHTML role attribute? What do you use it for?

I have read W3C's page on this, but it is still vague to me. Is the role attribute's purpose …

javascript html attributes xhtml
Python: Make class iterable

I have inherited a project with many large classes constituent of nothing but class objects (integers, strings, etc). I'd like …

python syntax attributes static-methods loops
To see the content POST data trasferred by jQuery

How can you see what the attribute rel contains when it is transferred by POST? I transfer a variable by …

jquery post attributes rel
How do I remove spaces in all attribute values using xslt?

I want to remove spaces from all attributes in my xmls using xslt. I used strip-space, but that removes the …

xslt attributes xslt-1.0 removing-whitespace
Array Attribute for Ruby Model

Is it possible to create an attribute for a class that is an array? I tried reading this but I …

ruby database-design attributes migration ruby-on-rails-3.1
OpenCV3.0 - module has no attribute SIFT

I am using Ubuntu 12.04. I recently installed OpenCV 3.0 from https://github.com/Itseez/opencv/archive/3.0.0-alpha.zip. I want to …

opencv attributes matching sift