Home
last modified time | relevance | path

Searched refs:profileObject (Results 1 – 11 of 11) sorted by relevance

/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DContentFiltersManager.cpp121 else if (profileObject.isEmpty()) in initialize()
123 profileObject = bundledProfileObject; in initialize()
125 title = profileObject.value(QLatin1String("title")).toString(); in initialize()
129 if (profileObject.value(QLatin1String("isHidden")).toBool()) in initialize()
135 title = profileObject.value(QLatin1String("title")).toString(); in initialize()
196 if (profileObject.value(QLatin1String("isHidden")).toBool()) in timerEvent()
215 QJsonObject profileObject; in timerEvent() local
253 profileObject.insert(QLatin1String("languages"), languagesArray); in timerEvent()
256 mainObject.insert(profile->getName(), profileObject); in timerEvent()
337 profileObject.insert(QLatin1String("isHidden"), true); in removeProfile()
[all …]
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/app/qml/
H A DSettingsGeneralTab.qml104 var profileObject = JSON.parse(fileIO.read(url));
105 var name = profileObject.name;
110 … var version = profileObject.version !== undefined ? profileObject.version : 1;
114 delete profileObject.name;
116 … appSettings.appendCustomProfile(name, JSON.stringify(profileObject));
147 var profileObject = appSettings.profilesList.get(currentIndex);
148 var profileSettings = JSON.parse(profileObject.obj_string);
149 profileSettings["name"] = profileObject.text;
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/auth/
H A DMojangAccount.cpp56 QJsonObject profileObject = profileVal.toObject(); in loadFromJson() local
57 QString id = profileObject.value("id").toString(""); in loadFromJson()
58 QString name = profileObject.value("name").toString(""); in loadFromJson()
59 bool legacy = profileObject.value("legacy").toBool(false); in loadFromJson()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/inspector/
H A DInspectorProfilerAgent.cpp208 …:getProfile(ErrorString*, const String& type, unsigned uid, RefPtr<InspectorObject>* profileObject) in getProfile() argument
213 *profileObject = createProfileHeader(*it->second); in getProfile()
214 (*profileObject)->setObject("head", it->second->buildInspectorObjectForHead()); in getProfile()
220 *profileObject = createSnapshotHeader(*snapshot); in getProfile()
H A DInspectorProfilerAgent.h80 …file(ErrorString* error, const String& type, unsigned uid, RefPtr<InspectorObject>* profileObject);
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindiwebmanager.cpp263 QJsonObject profileObject{ { "port", pi->port } }; in syncProfile() local
264 jsonDoc = QJsonDocument(profileObject); in syncProfile()
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Profile/InstallHandler/
H A DTracker.php276 function _export($trackerId, $profileObject) // {{{ argument
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86FOREIGNCALL.sml125 …val profileObject = RunCall.allocateByteMemory(0w1, Word.fromLargeWord(Word8.toLargeWord(Word8.orb… value
127 | clear i = (assignByte(profileObject, i-0w1, 0w0); clear (i-0w1))
130 toMachineWord profileObject
342 val profileObject = createProfileObject functionName value
343 val newCode = codeCreate (functionName, profileObject, debugSwitches)
1668 val profileObject = createProfileObject functionName value
1669 val newCode = codeCreate (functionName, profileObject, debugSwitches)
1696 val profileObject = createProfileObject functionName value
1697 val newCode = codeCreate (functionName, profileObject, debugSwitches)
1722 val profileObject = createProfileObject functionName value
[all …]
H A DX86ICodeToX86Code.ML509 val profileObject = toMachineWord v
543 … [Move{moveSize=opSizeToMove polyWordOpSize, source=AddressConstArg profileObject,
1675 val newCode = codeCreate (functionName, profileObject, debugSwitches)
H A DX86OUTPUTCODE.ML135 profileObject : machineWord (* The profile object for this code. *)
167 profileObject = profObj
3795 code=cvec as Code{procName, printAssemblyCode, printStream, profileObject, ...},
3952 val () = codeVecPutWord (codeSeg, endOfByteArea + 0w2, profileObject)
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/Tracker/
H A DController.php2229 $profileObject = new Tiki_Profile_Object($data, $profile);
2230 $profileTrackerInstallHandler = new Tiki_Profile_InstallHandler_Tracker($profileObject, []);
2232 $export_yaml = $profileTrackerInstallHandler->_export($trackerId, $profileObject);