Home
last modified time | relevance | path

Searched refs:setPropertyInternal (Results 1 – 16 of 16) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/utils/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/utils/IdealGraphVisualizer/Data/src/main/java/com/sun/hotspot/igv/data/
H A DProperties.java120 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties.SharedProperties
382 setPropertyInternal(name.intern(), value != null ? value.intern() : null); in setProperty()
385 protected void setPropertyInternal(String name, String value) { in setPropertyInternal() method in Properties
419 setPropertyInternal(p.getName(), p.getValue()); in add()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/css/
H A DCSSMutableStyleDeclaration.cpp584 void CSSMutableStyleDeclaration::setPropertyInternal(const CSSProperty& property, CSSProperty* slot) in setPropertyInternal() function in WebCore::CSSMutableStyleDeclaration
601 setPropertyInternal(property); in setProperty()
610 setPropertyInternal(property); in setProperty()
620 setPropertyInternal(CSSProperty(propertyId, CSSPrimitiveValue::create(value, type), important)); in setStringProperty()
628 setPropertyInternal(CSSProperty(propertyId, CSSImageValue::create(url), important)); in setImageProperty()
772 setPropertyInternal(toMerge, old); in merge()
H A DCSSMutableStyleDeclaration.h168 void setPropertyInternal(const CSSProperty&, CSSProperty* slot = 0);
/dports/devel/pear-phing/phing-2.6.1/
H A DProject.php279 private function setPropertyInternal($name, $value) { function in Project
506 $this->setPropertyInternal("project.basedir", $this->basedir->getAbsolutePath());
542 $this->setPropertyInternal($name, $value);
551 $this->setPropertyInternal('env.' . $name, $value);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_document.cpp652 return setPropertyInternal(pRuntime, vp, "Author"); in set_author()
732 CJS_Result CJS_Document::setPropertyInternal(CJS_Runtime* pRuntime, in setPropertyInternal() function in CJS_Document
757 return setPropertyInternal(pRuntime, vp, "CreationDate"); in set_creation_date()
766 return setPropertyInternal(pRuntime, vp, "Creator"); in set_creator()
804 return setPropertyInternal(pRuntime, vp, "Keywords"); in set_keywords()
813 return setPropertyInternal(pRuntime, vp, "ModDate"); in set_mod_date()
822 return setPropertyInternal(pRuntime, vp, "Producer"); in set_producer()
831 return setPropertyInternal(pRuntime, vp, "Subject"); in set_subject()
844 return setPropertyInternal(pRuntime, vp, "Title"); in set_title()
H A Dcjs_document.h306 CJS_Result setPropertyInternal(CJS_Runtime* pRuntime,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_document.cpp654 return setPropertyInternal(pRuntime, vp, "Author"); in set_author()
734 CJS_Result CJS_Document::setPropertyInternal(CJS_Runtime* pRuntime, in setPropertyInternal() function in CJS_Document
759 return setPropertyInternal(pRuntime, vp, "CreationDate"); in set_creation_date()
768 return setPropertyInternal(pRuntime, vp, "Creator"); in set_creator()
806 return setPropertyInternal(pRuntime, vp, "Keywords"); in set_keywords()
815 return setPropertyInternal(pRuntime, vp, "ModDate"); in set_mod_date()
824 return setPropertyInternal(pRuntime, vp, "Producer"); in set_producer()
833 return setPropertyInternal(pRuntime, vp, "Subject"); in set_subject()
846 return setPropertyInternal(pRuntime, vp, "Title"); in set_title()
H A Dcjs_document.h306 CJS_Result setPropertyInternal(CJS_Runtime* pRuntime,
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2009-06-1664123 (WebCore::CSSMutableStyleDeclaration::setPropertyInternal):