Searched refs:property (Results 1 – 18 of 18) sorted by relevance
76 function getCachedValue(div, property, attrName) { argument81 value = div[property];440 function saveStyleProperty(node, property, actionLog) { argument441 var savedName = "data-" + property;442 node.setAttribute(savedName, node.style[property]);443 actionLog.push([undoSetProperty, node, [property, savedName]]);446 function undoSetProperty(property, savedProperty) { argument447 this.style[property] = savedProperty ? this.getAttribute(savedProperty) : "";
311 String preference, String property ) { in removePreferenceIfPropertyMissing() argument312 if (SystemProperties.get(property).equals("")) { in removePreferenceIfPropertyMissing()317 Log.d(LOG_TAG, "Property '" + property + "' missing and no '" in removePreferenceIfPropertyMissing()341 private void setValueSummary(String preference, String property) { in setValueSummary() argument344 SystemProperties.get(property, in setValueSummary()517 private boolean isPropertyMissing(String property) {518 return SystemProperties.get(property).equals("");
40 public void addProperty(VCardProperty property) { in addProperty() argument41 super.addProperty(property); in addProperty()42 mAllProperties.put(property.getName(), property); in addProperty() local
130 public void onPropertyCreated(VCardProperty property) { in onPropertyCreated() argument131 mCurrentEntry.addProperty(property); in onPropertyCreated()
98 ICalendar.Property property = component.getFirstProperty("DTSTART"); in testParseQuotedParam() local99 assertEquals(2, property.getParameterNames().size()); in testParseQuotedParam()100 assertEquals("GMT+03:00", property.getFirstParameter("TZID").value); in testParseQuotedParam()101 final List<ICalendar.Parameter> testParameters = property.getParameters("TEST"); in testParseQuotedParam()
42 private static boolean isPropertyOn(String property) { in isPropertyOn() argument43 return ON_VALUE.equals(SystemProperties.get(property, OFF_VALUE)); in isPropertyOn()
2 # to define the proguard.config property as described in that file.8 # include property in project.properties.
277 private void setSummary(String preference, String property, String alt) { in setSummary() argument280 SystemProperties.get(property, alt)); in setSummary()
549 public boolean hasProperty(int property) { in hasProperty() argument550 return mTelecommCall.getDetails().hasProperty(property); in hasProperty()
26 dictionary/property/ngram_context.cpp \
253 # and setter methods for a property. Setting this option to YES (the default)254 # will make doxygen to replace the get and set methods by a property in the
1dictionary=main:en,locale=en,description=English,date=1414726273, ...
1dictionary=main:de,locale=de,description=Deutsch,date=1414726263, ...