Home
last modified time | relevance | path

Searched refs:checkReadOnly (Results 1 – 25 of 106) sorted by relevance

12345

/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Deditablemap.cpp246 else if (!checkReadOnly()) in addTileset()
280 else if (!checkReadOnly()) in replaceTileset()
302 else if (!checkReadOnly()) in removeTileset()
361 if (checkReadOnly()) in resize()
377 if (checkReadOnly()) in autoMap()
440 else if (!checkReadOnly()) in setTileWidth()
448 else if (!checkReadOnly()) in setTileHeight()
454 if (checkReadOnly()) in setTileSize()
473 else if (!checkReadOnly()) in setInfinite()
481 else if (!checkReadOnly()) in setHexSideLength()
[all …]
H A Deditabletileset.cpp142 if (checkReadOnly()) in addTile()
168 } else if (!checkReadOnly()) { in removeTiles()
182 } else if (!checkReadOnly()) { in addWangSet()
199 } else if (!checkReadOnly()) { in removeWangSet()
215 else if (!checkReadOnly()) in setName()
231 } else if (!checkReadOnly()) { in setImage()
251 } else if (!checkReadOnly()) { in setTileSize()
263 else if (!checkReadOnly()) in setObjectAlignment()
271 else if (!checkReadOnly()) in setTileOffset()
279 else if (!checkReadOnly()) in setOrientation()
[all …]
H A Deditablelayer.cpp120 else if (!checkReadOnly()) in setName()
128 else if (!checkReadOnly()) in setOpacity()
136 else if (!checkReadOnly()) in setVisible()
144 else if (!checkReadOnly()) in setLocked()
152 else if (!checkReadOnly()) in setOffset()
160 else if (!checkReadOnly()) in setParallaxFactor()
H A Deditablewangset.cpp102 else if (!checkReadOnly()) in setWangId()
110 else if (!checkReadOnly()) in setName()
119 } else if (!checkReadOnly()) { in setType()
135 else if (!checkReadOnly()) in setImageTile()
143 } else if (!checkReadOnly()) { in setColorCount()
H A Deditabletile.cpp134 else if (!checkReadOnly()) in setType()
148 } else if (!checkReadOnly()) { in setImageFileName()
158 else if (!checkReadOnly()) in setProbability()
174 if (checkReadOnly()) in setObjectGroup()
197 if (checkReadOnly()) in setFrames()
H A Deditablemapobject.cpp172 } else if (!checkReadOnly()) { in setPos()
221 } else if (!checkReadOnly()) { in setPolygon()
259 } else if (!checkReadOnly()) { in setTile()
282 } else if (!checkReadOnly()) { in setTileFlippedHorizontally()
297 } else if (!checkReadOnly()) { in setTileFlippedVertically()
331 } else if (!checkReadOnly()) { in setMapObjectProperty()
H A Deditablegrouplayer.cpp62 else if (!checkReadOnly()) in removeLayerAt()
101 } else if (!checkReadOnly()) { in insertLayerAt()
H A Deditabletilelayer.cpp54 else if (!checkReadOnly()) in setSize()
62 else if (!checkReadOnly()) in resize()
H A Deditableobject.cpp70 else if (!checkReadOnly()) in removeProperty()
79 bool EditableObject::checkReadOnly() const in checkReadOnly() function in Tiled::EditableObject
H A Deditableasset.cpp82 if (checkReadOnly()) in push()
H A Deditableobject.h73 bool checkReadOnly() const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/core/api/
H A Dresultset.cxx544 checkReadOnly(); in updateNull()
554 checkReadOnly(); in updateBoolean()
564 checkReadOnly(); in updateByte()
574 checkReadOnly(); in updateShort()
584 checkReadOnly(); in updateInt()
594 checkReadOnly(); in updateLong()
604 checkReadOnly(); in updateFloat()
614 checkReadOnly(); in updateDouble()
624 checkReadOnly(); in updateString()
634 checkReadOnly(); in updateBytes()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/core/api/
H A Dresultset.cxx550 checkReadOnly(); in updateNull()
560 checkReadOnly(); in updateBoolean()
570 checkReadOnly(); in updateByte()
580 checkReadOnly(); in updateShort()
590 checkReadOnly(); in updateInt()
600 checkReadOnly(); in updateLong()
610 checkReadOnly(); in updateFloat()
620 checkReadOnly(); in updateDouble()
630 checkReadOnly(); in updateString()
640 checkReadOnly(); in updateBytes()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h171 …ct(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
175 …on(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySl…
259 …al(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
260 …&, const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
443 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
483 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
525 …putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal()
545 …st Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirect() argument
550 putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, 0); in putDirect()
559 …st Identifier& propertyName, JSCell* value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirectFunction() argument
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h171 …ct(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
175 …on(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySl…
259 …al(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
260 …&, const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
443 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
483 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
525 …putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal()
545 …st Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirect() argument
550 putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, 0); in putDirect()
559 …st Identifier& propertyName, JSCell* value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirectFunction() argument
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSObject.h171 …ct(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
175 …on(const Identifier& propertyName, JSCell* value, unsigned attr, bool checkReadOnly, PutPropertySl…
259 …al(const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
260 …&, const Identifier& propertyName, JSValue value, unsigned attr, bool checkReadOnly, PutPropertySl…
443 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
483 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
525 …putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, getJSFunction(globalData, … in putDirectInternal()
545 …st Identifier& propertyName, JSValue value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirect() argument
550 putDirectInternal(propertyName, value, attributes, checkReadOnly, slot, 0); in putDirect()
559 …st Identifier& propertyName, JSCell* value, unsigned attributes, bool checkReadOnly, PutPropertySl… in putDirectFunction() argument
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.h179 …alData&, const Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySl…
184 …alData&, const Identifier& propertyName, JSCell*, unsigned attr, bool checkReadOnly, PutPropertySl…
296 …alData&, const Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySl…
297 …alData&, const Identifier& propertyName, JSValue, unsigned attr, bool checkReadOnly, PutPropertySl…
575 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
590 if (checkReadOnly && !isExtensible()) in putDirectInternal()
626 if (checkReadOnly && currentAttributes & ReadOnly) in putDirectInternal()
654 if (checkReadOnly && !isExtensible()) in putDirectInternal()
677 …return putDirectInternal(globalData, propertyName, value, attributes, checkReadOnly, slot, getJSFu… in putDirectInternal()
691 return putDirectInternal(globalData, propertyName, value, attributes, checkReadOnly, slot, 0); in putDirect()
[all …]
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A DJSVariableObject.h103 bool symbolTablePut(const Identifier &, JSValue *, bool checkReadOnly);
120 …SVariableObject::symbolTablePut(const Identifier &propertyName, JSValue *value, bool checkReadOnly) in symbolTablePut() argument
127 if (checkReadOnly && (entry.attributes & ReadOnly)) { in symbolTablePut()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libfwbuilder/src/fwbuilder/
H A DFWObject.cpp410 checkReadOnly(); in duplicate()
464 checkReadOnly(); in shallowDuplicate()
650 checkReadOnly(); in remStr()
823 checkReadOnly(); in add()
887 checkReadOnly(); in addRef()
904 checkReadOnly(); in insert_before()
926 checkReadOnly(); in insert_after()
941 checkReadOnly(); in swapObjects()
961 checkReadOnly(); in remove()
988 checkReadOnly(); in removeAllInstances()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/text/
H A DPDESelectAnnotationRulerAction.java65 checkReadOnly(); in update()
74 private void checkReadOnly() { in checkReadOnly() method in PDESelectAnnotationRulerAction
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.ltk.core.refactoring/src/org/eclipse/ltk/core/refactoring/resource/
H A DResourceChange.java143 state.checkReadOnly(result); in isValid()
181 state.checkReadOnly(result); in checkIfModifiable()
266 public void checkReadOnly(RefactoringStatus status) { in checkReadOnly() method in ResourceChange.ValidationState
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialEmailInvalidate.php45 $this->checkReadOnly();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.cm/src/org/eclipse/equinox/internal/cm/
H A DConfigurationImpl.java154 checkReadOnly(); in delete()
171 private void checkReadOnly() { in checkReadOnly() method in ConfigurationImpl
323 checkReadOnly(); in update()
494 checkReadOnly(); in doUpdate()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialEmailInvalidate.php56 $this->checkReadOnly();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialEmailInvalidate.php57 $this->checkReadOnly();

12345