Home
last modified time | relevance | path

Searched refs:readProperty (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/parsers/
H A Dosdparser.cpp161 QString name = readProperty(elem, PROPERTY_NAME()); in parseStructures()
212 QString name = readProperty(child, PROPERTY_NAME()); in parseEnums()
217 QString value = readProperty(child, PROPERTY_VALUE()); in parseEnums()
243 QString lengthStr = readProperty(xmlElem, PROPERTY_LENGTH()); in arrayFromXML()
344 ppd.type = readProperty(xmlElem, PROPERTY_TYPE()); in primitiveFromXML()
352 bpd.type = readProperty(xmlElem, PROPERTY_TYPE()); in bitfieldFromXML()
353 QString width = readProperty(xmlElem, PROPERTY_WIDTH()); in bitfieldFromXML()
376 epd.type = readProperty(xmlElem, PROPERTY_TYPE()); in enumFromXML()
377 epd.enumName = readProperty(xmlElem, PROPERTY_ENUM_NAME()); in enumFromXML()
398 spd.encoding = readProperty(xmlElem, PROPERTY_ENCODING()); in stringFromXML()
[all …]
/dports/net/kitinerary/kitinerary-21.12.3/autotests/
H A Ddatatypestest.cpp45 …QCOMPARE(JsonLdDocument::readProperty(place, "className").toString(), QLatin1String("Place")); // … in testValueTypeSemantics()
48 … QCOMPARE(JsonLdDocument::readProperty(airport, "className").toString(), QLatin1String("Airport")); in testValueTypeSemantics()
49 … QCOMPARE(JsonLdDocument::readProperty(airport, "name").toString(), QLatin1String("Berlin Tegel")); in testValueTypeSemantics()
53 …QCOMPARE(JsonLdDocument::readProperty(res, "className").toString(), QLatin1String("FlightReservati… in testValueTypeSemantics()
63 … QCOMPARE(JsonLdDocument::readProperty(flight, "className").toString(), QLatin1String("Flight")); in testValueTypeSemantics()
71 … QCOMPARE(JsonLdDocument::readProperty(tt, "className").toString(), QLatin1String("TrainTrip")); in testValueTypeSemantics()
73 … QCOMPARE(JsonLdDocument::readProperty(bus, "className").toString(), QLatin1String("BusTrip")); in testValueTypeSemantics()
76 …QCOMPARE(JsonLdDocument::readProperty(ticket.ticketedSeat(), "className").toString(), QLatin1Strin… in testValueTypeSemantics()
83 …QCOMPARE(JsonLdDocument::readProperty(org, "className").toString(), QLatin1String("Organization")); in testValueTypeSemantics()
109 …QCOMPARE(JsonLdDocument::readProperty(flight.airline(), "className").toString(), QLatin1String("Ai… in testValueTypeSemantics()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/r_util/
H A DRActiveSessions.hpp70 return readProperty("project"); in project()
84 return readProperty("working-dir"); in workingDir()
99 std::string value = readProperty("initial"); in initial()
137 std::string value = readProperty("executing"); in executing()
184 std::string value = readProperty("running"); in running()
197 return readProperty("r-version"); in rVersion()
205 return readProperty("r-version-label"); in rVersionLabel()
213 return readProperty("r-version-home"); in rVersionHome()
234 return readProperty("label"); in label()
371 std::string value = readProperty(property); in timestampProperty()
[all …]
/dports/editors/calligra/calligra-3.2.1/gemini/qml/welcomepages/cloud/
H A DEditGit.qml53 if(accountDetails.readProperty("userForRemote") !== undefined) {
54 credentialsGetter.userForRemote = accountDetails.readProperty("userForRemote");
56 if(accountDetails.readProperty("privateKeyFile") !== undefined) {
57 … credentialsGetter.privateKeyFile = accountDetails.readProperty("privateKeyFile");
59 if(accountDetails.readProperty("publicKeyFile") !== undefined) {
60 credentialsGetter.publicKeyFile = accountDetails.readProperty("publicKeyFile");
62 if(accountDetails.readProperty("needsPrivateKeyPassphrase") !== undefined) {
63 …credentialsGetter.needsPrivateKeyPassphrase = accountDetails.readProperty("needsPrivateKeyPassphra…
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/containers/
H A Ditemextendedproperties.cpp51 return readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreIntellectualGenre)); in intellectualGenre()
66 return readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreJobID)); in jobId()
132 …location.country = readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreCoun… in location()
133 …location.countryCode = readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreCoun… in location()
134 …location.city = readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreCity… in location()
135 …location.location = readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreLoca… in location()
136 …location.provinceState = readProperty(ItemScanner::iptcCorePropertyName(MetadataInfo::IptcCoreProv… in location()
155 QString ItemExtendedProperties::readProperty(const QString& property) in readProperty() function in Digikam::ItemExtendedProperties
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ole/
H A Daxbinaryreader.hxx167 virtual bool readProperty( AxAlignedInputStream& rInStrm ) = 0;
177 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
188 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
198 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
208 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
218 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
228 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ole/
H A Daxbinaryreader.hxx168 virtual bool readProperty( AxAlignedInputStream& rInStrm ) = 0;
178 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
189 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
199 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
209 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
219 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
229 virtual bool readProperty( AxAlignedInputStream& rInStrm ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Daxbinaryreader.cxx130 bool AxBinaryPropertyReader::PairProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::PairProperty
137 bool AxBinaryPropertyReader::StringProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::StringProperty
142 bool AxBinaryPropertyReader::ArrayStringProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::ArrayStringProperty
157 bool AxBinaryPropertyReader::GuidProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::GuidProperty
163 bool AxBinaryPropertyReader::FontProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::FontProperty
168 bool AxBinaryPropertyReader::PictureProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::PictureProperty
255 ensureValid( largeProp->readProperty( maInStrm ) ); in finalizeImport()
268 ensureValid( streamProp->readProperty( maInStrm ) ); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Daxbinaryreader.cxx131 bool AxBinaryPropertyReader::PairProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::PairProperty
138 bool AxBinaryPropertyReader::StringProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::StringProperty
143 bool AxBinaryPropertyReader::ArrayStringProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::ArrayStringProperty
158 bool AxBinaryPropertyReader::GuidProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::GuidProperty
164 bool AxBinaryPropertyReader::FontProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::FontProperty
169 bool AxBinaryPropertyReader::PictureProperty::readProperty( AxAlignedInputStream& rInStrm ) in readProperty() function in oox::ole::AxBinaryPropertyReader::PictureProperty
256 ensureValid( largeProp->readProperty( maInStrm ) ); in finalizeImport()
269 ensureValid( streamProp->readProperty( maInStrm ) ); in finalizeImport()
/dports/editors/calligra/calligra-3.2.1/gemini/qml/welcomepages/cloud/git/
H A DrepositoryContentContainer.qml25 localrepo: (accountDetails !== null) ? accountDetails.readProperty("localrepo") : "";
26 privateKeyFile: (accountDetails !== null) ? accountDetails.readProperty("privateKeyFile") : "";
27 …needsPrivateKeyPassphrase: (accountDetails !== null) ? accountDetails.readProperty("needsPrivateKe…
28 publicKeyFile: (accountDetails !== null) ? accountDetails.readProperty("publicKeyFile") : "";
29 userForRemote: (accountDetails !== null) ? accountDetails.readProperty("userForRemote") : "";
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/app/qml/
H A DBookDetails.qml36 filename = book.readProperty("filename");
37 filetitle = book.readProperty("filetitle");
38 title = book.readProperty("title");
39 series = book.readProperty("series");
40 author = book.readProperty("author");
41 publisher = book.readProperty("publisher");
42 created = book.readProperty("created");
43 lastOpenedTime = book.readProperty("lastOpenedTime");
44 totalPages = book.readProperty("totalPages");
45 currentPage = book.readProperty("currentPage");
[all …]
H A DBookshelf.qml69 root.bookSelected(book.readProperty("filename"), book.readProperty("currentPage"));
73 …ush(bookshelf, { focus: true, headerText: catEntry.readProperty("title"), model: catEntry.readProp…
233 author: bookDetails.currentBook.readProperty("author");
234 publisher: bookDetails.currentBook.readProperty("publisher");
235 title: bookDetails.currentBook.readProperty("title");
236 filename: bookDetails.currentBook.readProperty("filename");
237 thumbnail: bookDetails.currentBook.readProperty("thumbnail");
239 currentPage: bookDetails.currentBook.readProperty("currentPage");
240 totalPages: bookDetails.currentBook.readProperty("totalPages");
241 description: bookDetails.currentBook.readProperty("description");
/dports/graphics/krita/krita-4.4.8/libs/libqml/qml/panels/filterconfigpages/
H A Dblur.qml36 horizRadius.value = configuration.readProperty("halfWidth");
37 vertRadius.value = configuration.readProperty("halfHeight");
38 var lockAspectVal = configuration.readProperty("lockAspect");
40 var rotateVal = configuration.readProperty("rotate");
41 …value = (rotateVal === undefined || rotateVal === null) ? 1 : configuration.readProperty("rotate");
42 strength.value = configuration.readProperty("strength");
43 blurShape.currentIndex = configuration.readProperty("shape");
H A Dhsvadjustment.qml35 var typeVal = configuration.readProperty("type");
37 var hueVal = configuration.readProperty("h");
39 var saturationVal = configuration.readProperty("s");
41 var valVal = configuration.readProperty("v");
43 var colorizeVal = configuration.readProperty("colorize");
/dports/deskutils/plasma5-xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.23.5/src/
H A Dsettings.cpp184 QDBusVariant result = readProperty(group, key); in Read()
198readProperty(QStringLiteral("org.kde.kdeglobals.General"), QStringLiteral("font"))); in fontChanged()
212readProperty(QStringLiteral("org.kde.kdeglobals.General"), QStringLiteral("ColorScheme"))); in globalSettingChanged()
220readProperty(QStringLiteral("org.kde.kdeglobals.KDE"), QStringLiteral("widgetStyle"))); in globalSettingChanged()
236readProperty(QStringLiteral("org.kde.kdeglobals.Icons"), QStringLiteral("Theme"))); in globalSettingChanged()
254readProperty(QStringLiteral("org.kde.kdeglobals.Toolbar style"), QStringLiteral("ToolButtonStyle")… in toolbarStyleChanged()
257 QDBusVariant SettingsPortal::readProperty(const QString &group, const QString &key) in readProperty() function in SettingsPortal
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmleditorwidgets/
H A Dcontextpanetextwidget.cpp118 QVariant variant = propertyReader->readProperty(QLatin1String("font.pointSize")); in setProperties()
134 QVariant variant = propertyReader->readProperty(QLatin1String("font.pixelSize")); in setProperties()
144 QVariant v = propertyReader->readProperty(QLatin1String("font.bold")); in setProperties()
155 QVariant v = propertyReader->readProperty(QLatin1String("font.italic")); in setProperties()
166 QVariant v = propertyReader->readProperty(QLatin1String("font.underline")); in setProperties()
177 QVariant v = propertyReader->readProperty(QLatin1String("font.strikeout")); in setProperties()
187 ui->colorButton->setColor(propertyReader->readProperty(QLatin1String("color")).toString()); in setProperties()
197 QString familyName = propertyReader->readProperty(QLatin1String("font.family")).toString(); in setProperties()
209 … QString alignment = propertyReader->readProperty(QLatin1String("horizontalAlignment")).toString(); in setProperties()
225 … QString alignment = propertyReader->readProperty(QLatin1String("verticalAlignment")).toString(); in setProperties()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/security/auth/Subject/doAs/
H A DNestedActions.java355 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
357 return Subject.doAs(anotherSubject, readProperty); in run()
359 return Subject.doAs(subject, readProperty); in run()
439 ReadPropertyNegativeAction readProperty = in run() local
441 return Subject.doAs(subject, readProperty); in run()
505 ReadPropertyExceptionAction readProperty = in run() local
507 return Subject.doAs(subject, readProperty); in run()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/security/auth/Subject/doAs/
H A DNestedActions.java351 ReadPropertyAction readProperty = new ReadPropertyAction(); in run() local
353 return Subject.doAs(anotherSubject, readProperty); in run()
355 return Subject.doAs(subject, readProperty); in run()
435 ReadPropertyNegativeAction readProperty = in run() local
437 return Subject.doAs(subject, readProperty); in run()
501 ReadPropertyExceptionAction readProperty = in run() local
503 return Subject.doAs(subject, readProperty); in run()

123456789