Home
last modified time | relevance | path

Searched refs:creationContext (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/games/palapeli/palapeli-21.12.3/src/file-io/
H A Dcomponents-retailstorage.cpp28 Palapeli::PuzzleCreationContext creationContext; in cast() local
34 creationContext.name = manifest.readName(); in cast()
35 creationContext.author = manifest.desktopGroup().readEntry("X-KDE-PluginInfo-Author", QString()); in cast()
36 creationContext.comment = manifest.readComment(); in cast()
40 creationContext.image.load(dir.absoluteFilePath(imageName)); in cast()
41creationContext.thumbnail = creationContext.image.scaled(Palapeli::PuzzleMetadata::ThumbnailBaseSi… in cast()
42 creationContext.pieceCount = -1; //TODO: not available now in cast()
44 creationContext.slicer = jobGroup.readEntry("Slicer", QString()); in cast()
45 creationContext.slicerMode = jobGroup.readEntry("SlicerMode", QByteArray()); in cast()
56 creationContext.slicerArgs.insert(iter.key().toUtf8(), iter.value()); in cast()
[all …]
H A Dcomponents-directorystorage.cpp92 Palapeli::PuzzleCreationContext creationContext; in cast() local
93 *((Palapeli::PuzzleMetadata*)&creationContext) = metadata; in cast()
97 creationContext.slicer = jobGroup.readEntry("Slicer", QString()); in cast()
98 creationContext.slicerMode = jobGroup.readEntry("SlicerMode", QByteArray()); in cast()
109 creationContext.slicerArgs.insert(iter.key().toUtf8(), iter.value()); in cast()
111 return new Palapeli::CreationContextComponent(creationContext); in cast()
150 const Palapeli::PuzzleCreationContext creationContext = cCreationContext->creationContext; in fromData() local
152 jobGroup.writeEntry("Slicer", creationContext.slicer); in fromData()
153 jobGroup.writeEntry("SlicerMode", creationContext.slicerMode); in fromData()
154 QMapIterator<QByteArray, QVariant> iterSlicerArgs(creationContext.slicerArgs); in fromData()
H A Dcomponents.h46 …xtComponent(const Palapeli::PuzzleCreationContext& creationContext) : creationContext(creationCont… in COMPONENT_SUBCLASS()
48 Palapeli::PuzzleCreationContext creationContext; variable
/dports/games/palapeli/palapeli-21.12.3/src/creator/
H A Dpuzzlecreator.cpp131 Palapeli::PuzzleCreationContext creationContext; in createPuzzle() local
132 creationContext.name = m_nameEdit->text(); in createPuzzle()
133 creationContext.comment = m_commentEdit->text(); in createPuzzle()
134 creationContext.author = m_authorEdit->text(); in createPuzzle()
135 creationContext.pieceCount = job.pieces().count(); in createPuzzle()
136 creationContext.image = image; in createPuzzle()
137creationContext.thumbnail = image.scaled(Palapeli::PuzzleMetadata::ThumbnailBaseSize, Qt::KeepAspe… in createPuzzle()
138 creationContext.modifyProtection = false; //only enabled for default puzzles in createPuzzle()
139 creationContext.slicer = selection.slicerPluginName; in createPuzzle()
140 creationContext.slicerMode = selection.mode ? selection.mode->key() : QByteArray(); in createPuzzle()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/modules/
H A Dv8_test_dictionary_2.cc74 v8::Local<v8::Value> TestDictionary2::ToV8Impl(v8::Local<v8::Object> creationContext, v8::Isolate* … in ToV8Impl() argument
76 if (!toV8TestDictionary2(this, v8Object, creationContext, isolate)) in ToV8Impl()
81 …nary2* impl, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*… in toV8TestDictionary2() argument
99 default_empty_dictionary_value = ToV8(impl->defaultEmptyDictionary(), creationContext, isolate); in toV8TestDictionary2()
102 …default_empty_dictionary_value = ToV8(MakeGarbageCollected<TestDictionary>(), creationContext, iso… in toV8TestDictionary2()
113 …ictionary_for_union_value = ToV8(impl->defaultEmptyDictionaryForUnion(), creationContext, isolate); in toV8TestDictionary2()
116 …onaryOrLong::FromTestDictionary(MakeGarbageCollected<TestDictionary>()), creationContext, isolate); in toV8TestDictionary2()
H A Dv8_test_dictionary_2.h31 …ictionary2*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
39 …e(const CallbackInfo& callbackInfo, TestDictionary2* impl, v8::Local<v8::Object> creationContext) { in V8SetReturnValue() argument
40 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); in V8SetReturnValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/tests/results/core/
H A Dv8_test_dictionary.cc1061 if (!toV8TestDictionary(this, v8Object, creationContext, isolate)) in ToV8Impl()
1086 any_in_record_member_value = ToV8(impl->anyInRecordMember(), creationContext, isolate); in toV8TestDictionary()
1260 element_or_null_member_value = ToV8(impl->elementOrNullMember(), creationContext, isolate); in toV8TestDictionary()
1321 enum_sequence_member_value = ToV8(impl->enumSequenceMember(), creationContext, isolate); in toV8TestDictionary()
1332 event_target_member_value = ToV8(impl->eventTargetMember(), creationContext, isolate); in toV8TestDictionary()
1456 record_member_value = ToV8(impl->recordMember(), creationContext, isolate); in toV8TestDictionary()
1544 string_sequence_member_value = ToV8(Vector<String>(), creationContext, isolate); in toV8TestDictionary()
1599 test_interface_member_value = ToV8(impl->testInterfaceMember(), creationContext, isolate); in toV8TestDictionary()
1671 uint8_array_member_value = ToV8(impl->uint8ArrayMember(), creationContext, isolate); in toV8TestDictionary()
1682 union_in_record_member_value = ToV8(impl->unionInRecordMember(), creationContext, isolate); in toV8TestDictionary()
[all …]
H A Dv8_test_permissive_dictionary.h31 …Dictionary*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
39 …allbackInfo& callbackInfo, TestPermissiveDictionary* impl, v8::Local<v8::Object> creationContext) { in V8SetReturnValue() argument
40 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); in V8SetReturnValue()
H A Dv8_test_dictionary.h31 …Dictionary*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
39 …ue(const CallbackInfo& callbackInfo, TestDictionary* impl, v8::Local<v8::Object> creationContext) { in V8SetReturnValue() argument
40 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); in V8SetReturnValue()
H A Dv8_test_interface_event_init.h31 …eEventInit*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
39 … CallbackInfo& callbackInfo, TestInterfaceEventInit* impl, v8::Local<v8::Object> creationContext) { in V8SetReturnValue() argument
40 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); in V8SetReturnValue()
H A Dv8_test_dictionary_derived.h31 …lementedAs*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
39 …o& callbackInfo, TestDictionaryDerivedImplementedAs* impl, v8::Local<v8::Object> creationContext) { in V8SetReturnValue() argument
40 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate())); in V8SetReturnValue()
H A Dnested_union_type.cc206 …tringOrStringByteStringOrNodeListRecord& impl, v8::Local<v8::Object> creationContext, v8::Isolate*… in ToV8() argument
211 return ToV8(impl.GetAsEvent(), creationContext, isolate); in ToV8()
213 return ToV8(impl.GetAsLongSequence(), creationContext, isolate); in ToV8()
215 return ToV8(impl.GetAsNode(), creationContext, isolate); in ToV8()
219 return ToV8(impl.GetAsStringByteStringOrNodeListRecord(), creationContext, isolate); in ToV8()
221 return ToV8(impl.GetAsXMLHttpRequest(), creationContext, isolate); in ToV8()
H A Dv8_test_interface_event_init.cc62 v8::Local<v8::Value> TestInterfaceEventInit::ToV8Impl(v8::Local<v8::Object> creationContext, v8::Is… in ToV8Impl() argument
64 if (!toV8TestInterfaceEventInit(this, v8Object, creationContext, isolate)) in ToV8Impl()
69 …tInit* impl, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*… in toV8TestInterfaceEventInit() argument
70 if (!toV8EventInit(impl, dictionary, creationContext, isolate)) in toV8TestInterfaceEventInit()
H A Dv8_test_dictionary_derived.cc109 …> TestDictionaryDerivedImplementedAs::ToV8Impl(v8::Local<v8::Object> creationContext, v8::Isolate*… in ToV8Impl() argument
111 if (!toV8TestDictionaryDerivedImplementedAs(this, v8Object, creationContext, isolate)) in ToV8Impl()
116 …tedAs* impl, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*… in toV8TestDictionaryDerivedImplementedAs() argument
117 if (!toV8TestDictionary(impl, dictionary, creationContext, isolate)) in toV8TestDictionaryDerivedImplementedAs()
175 …ouble_sequence_member_value = ToV8(impl->stringOrDoubleSequenceMember(), creationContext, isolate); in toV8TestDictionaryDerivedImplementedAs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.DurableInstancing/System/Runtime/
H A DWorkflowServiceNamespace.cs22 static XName creationContext; field in System.Runtime.WorkflowServiceNamespace
136 if (creationContext == null)
138 creationContext = workflowServiceNamespace.GetName("CreationContext");
140 return creationContext;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextutil.cpp53 QQmlContext *creationContext = component->creationContext(); in createCursor() local
55 if (QObject *object = component->beginCreate(creationContext in createCursor()
56 ? creationContext in createCursor()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquicktextutil.cpp53 QQmlContext *creationContext = component->creationContext(); in createCursor() local
55 if (QObject *object = component->beginCreate(creationContext in createCursor()
56 ? creationContext in createCursor()
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-servicemanager/src/
H A DServiceManager.php65 protected $creationContext; variable in Zend\\ServiceManager\\ServiceManager
151 $this->creationContext = $this;
170 return $this->creationContext;
244 if ($abstractFactory->canCreate($this->creationContext, $name)) {
682 if ($abstractFactory->canCreate($this->creationContext, $name)) {
703 return $factory($this->creationContext, $name, $options);
738 … return $delegatorFactory($this->creationContext, $name, $creationCallback, $options);
742 return $creationCallback($this->creationContext, $name, $creationCallback, $options);
764 $object = $factory($this->creationContext, $resolvedName, $options);
779 $initializer($this->creationContext, $object);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-servicemanager/src/
H A DServiceManager.php66 protected $creationContext; variable in Laminas\\ServiceManager\\ServiceManager
152 $this->creationContext = $this;
171 return $this->creationContext;
245 if ($abstractFactory->canCreate($this->creationContext, $name)) {
683 if ($abstractFactory->canCreate($this->creationContext, $name)) {
704 return $factory($this->creationContext, $name, $options);
739 … return $delegatorFactory($this->creationContext, $name, $creationCallback, $options);
743 return $creationCallback($this->creationContext, $name, $creationCallback, $options);
765 $object = $factory($this->creationContext, $resolvedName, $options);
780 $initializer($this->creationContext, $object);
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-servicemanager/src/
H A DServiceManager.php66 protected $creationContext; variable in Laminas\\ServiceManager\\ServiceManager
152 $this->creationContext = $this;
171 return $this->creationContext;
245 if ($abstractFactory->canCreate($this->creationContext, $name)) {
683 if ($abstractFactory->canCreate($this->creationContext, $name)) {
704 return $factory($this->creationContext, $name, $options);
739 … return $delegatorFactory($this->creationContext, $name, $creationCallback, $options);
743 return $creationCallback($this->creationContext, $name, $creationCallback, $options);
765 $object = $factory($this->creationContext, $resolvedName, $options);
780 $initializer($this->creationContext, $object);
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dunifiedcache.h73 const void *creationContext, UErrorCode &status) const = 0;
162 const void *creationContext, UErrorCode &status) const;
219 const void *creationContext, in get() argument
227 _get(key, value, creationContext, creationStatus); in get()
297 const void *creationContext,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/templates/
H A Ddictionary_v8.h.tmpl20 …pp_class}}*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
28 …lue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, v8::Local<v8::Object> creationContext) {
29 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate()));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/templates/
H A Ddictionary_v8.h.tmpl20 …pp_class}}*, v8::Local<v8::Object> dictionary, v8::Local<v8::Object> creationContext, v8::Isolate*…
28 …lue(const CallbackInfo& callbackInfo, {{cpp_class}}* impl, v8::Local<v8::Object> creationContext) {
29 V8SetReturnValue(callbackInfo, ToV8(impl, creationContext, callbackInfo.GetIsolate()));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dunifiedcache.h75 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const;
226 const void *creationContext, in get() argument
234 _get(key, value, creationContext, creationStatus); in get()
391 const void *creationContext,
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dunifiedcache.h75 const void *creationContext, UErrorCode &status) const = 0;
165 const void *creationContext, UErrorCode &status) const;
226 const void *creationContext, in get() argument
234 _get(key, value, creationContext, creationStatus); in get()
391 const void *creationContext,

12345678910>>...12