Home
last modified time | relevance | path

Searched refs:parentObjectId (Results 1 – 25 of 60) sorted by relevance

123

/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Slides/
H A DPlaceholder.php21 public $parentObjectId; variable in Google_Service_Slides_Placeholder
32 public function setParentObjectId($parentObjectId) argument
34 $this->parentObjectId = $parentObjectId;
38 return $this->parentObjectId;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Slides/
H A DPlaceholder.php21 public $parentObjectId; variable in Google_Service_Slides_Placeholder
32 public function setParentObjectId($parentObjectId) argument
34 $this->parentObjectId = $parentObjectId;
38 return $this->parentObjectId;
/dports/www/ilias6/ILIAS-6.14/Services/AssessmentQuestion/examples/
H A Dclass.exObjQuestionPoolGUI.php54 $parentObjectId = 0; // init with question pool object id
56 $questionDataArray = $DIC->question()->getQuestionDataArray($parentObjectId);
84 $parentObjectId = 0; // init with question pool object id
97 $questionInstance->setParentId($parentObjectId);
115 $parentObjectId = 0; // init with question pool object id
120 $questions = $DIC->question()->getQuestionInstances($parentObjectId);
/dports/www/ilias6/ILIAS-6.14/Services/AssessmentQuestion/classes/
H A Dclass.ilAsqFactory.php24 * @param integer $parentObjectId
27 public function getQuestionDataArray($parentObjectId) : array argument
33 $list->setParentObjIdsFilter(array($parentObjectId));
45 * @param integer $parentObjectId
48 public function getQuestionInstances($parentObjectId) : array argument
54 $list->setParentObjIdsFilter(array($parentObjectId));
H A Dclass.ilAsqService.php51 * @param integer $parentObjectId
55 public function questionTitleExists($parentObjectId, $questionTitle) : bool argument
62 array($parentObjectId, $questionTitle)
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/qt/
H A Dmtpobjectsmodel.cpp52 void MtpObjectsModel::setParent(mtp::ObjectId parentObjectId) in setParent() argument
56 _parentObjectId = parentObjectId; in setParent()
60 handles = _session->GetObjectHandles(_storageId, mtp::ObjectFormat::Any, parentObjectId); in setParent()
242 mtp::ObjectId MtpObjectsModel::createDirectory(mtp::ObjectId parentObjectId, const QString &name, m… in createDirectory() argument
249 auto noi = _session->CreateDirectory(toUtf8(name), parentObjectId, storageId, type); in createDirectory()
250 if (parentObjectId == _parentObjectId) in createDirectory()
259 bool MtpObjectsModel::uploadFile(mtp::ObjectId parentObjectId, const QString &filePath, QString fil… in uploadFile() argument
285 needReset = parentObjectId == _parentObjectId; in uploadFile()
304 …oi, _storageId != mtp::Session::AllStorages? _storageId: mtp::Session::AnyStorage, parentObjectId); in uploadFile()
312 if (parentObjectId == _parentObjectId) in uploadFile()
H A Dmtpobjectsmodel.h88 void setParent(mtp::ObjectId parentObjectId);
97 mtp::ObjectId parentObjectId() const in parentObjectId() function
100 …mtp::ObjectId createDirectory(mtp::ObjectId parentObjectId, const QString &name, mtp::AssociationT…
104 …bool uploadFile(mtp::ObjectId parentObjectId, const QString &filePath, QString filename = QString(…
H A Dcommandqueue.cpp115 _directories[parentPath] = _model->parentObjectId(); in uploadFile()
116 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in uploadFile()
127 if (_model->parentObjectId() != parent.value()) //needed for overwrite protection in uploadFile()
239 _directories[parentPath] = _model->parentObjectId(); in createDirectory()
240 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in createDirectory()
H A Dfileuploader.cpp54 mtp::ObjectId currentParentId = _model->parentObjectId(); in tryCreateLibrary()
94 mtp::ObjectId currentParentId = _model->parentObjectId(); in upload()
153 mtp::ObjectId currentParentId = _model->parentObjectId(); in download()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/qt/
H A Dmtpobjectsmodel.cpp52 void MtpObjectsModel::setParent(mtp::ObjectId parentObjectId) in setParent() argument
56 _parentObjectId = parentObjectId; in setParent()
60 handles = _session->GetObjectHandles(_storageId, mtp::ObjectFormat::Any, parentObjectId); in setParent()
242 mtp::ObjectId MtpObjectsModel::createDirectory(mtp::ObjectId parentObjectId, const QString &name, m… in createDirectory() argument
249 auto noi = _session->CreateDirectory(toUtf8(name), parentObjectId, storageId, type); in createDirectory()
250 if (parentObjectId == _parentObjectId) in createDirectory()
259 bool MtpObjectsModel::uploadFile(mtp::ObjectId parentObjectId, const QString &filePath, QString fil… in uploadFile() argument
285 needReset = parentObjectId == _parentObjectId; in uploadFile()
304 …oi, _storageId != mtp::Session::AllStorages? _storageId: mtp::Session::AnyStorage, parentObjectId); in uploadFile()
312 if (parentObjectId == _parentObjectId) in uploadFile()
H A Dmtpobjectsmodel.h88 void setParent(mtp::ObjectId parentObjectId);
97 mtp::ObjectId parentObjectId() const in parentObjectId() function
100 …mtp::ObjectId createDirectory(mtp::ObjectId parentObjectId, const QString &name, mtp::AssociationT…
104 …bool uploadFile(mtp::ObjectId parentObjectId, const QString &filePath, QString filename = QString(…
H A Dcommandqueue.cpp115 _directories[parentPath] = _model->parentObjectId(); in uploadFile()
116 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in uploadFile()
127 if (_model->parentObjectId() != parent.value()) //needed for overwrite protection in uploadFile()
239 _directories[parentPath] = _model->parentObjectId(); in createDirectory()
240 qDebug() << "directories[0]: " << parentPath << " -> " << _model->parentObjectId().Id; in createDirectory()
H A Dfileuploader.cpp54 mtp::ObjectId currentParentId = _model->parentObjectId(); in tryCreateLibrary()
94 mtp::ObjectId currentParentId = _model->parentObjectId(); in upload()
153 mtp::ObjectId currentParentId = _model->parentObjectId(); in download()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Serialization.Formatters.Soap/System.Runtime.Serialization.Formatters.Soap/
H A DSoapReader.cs703 long parentObjectId, in RecordFixup() argument
713 objMgr.RecordDelayedFixup(parentObjectId, fieldName, childObjectId); in RecordFixup()
718 objMgr.RecordArrayElementFixup (parentObjectId, indices[0], childObjectId); in RecordFixup()
720 objMgr.RecordArrayElementFixup (parentObjectId, (int[])indices.Clone(), childObjectId); in RecordFixup()
724 objMgr.RecordFixup (parentObjectId, memberInfo, childObjectId); in RecordFixup()
732 long parentObjectId, in RegisterObject() argument
736 if (parentObjectId == 0) indices = null; in RegisterObject()
738 if (!objectInstance.GetType ().IsValueType || parentObjectId == 0) { in RegisterObject()
750 parentObjectId, in RegisterObject()
/dports/www/qt5-webchannel/kde-qtwebchannel-5.15.2p2/src/webchannel/
H A Dqmetaobjectpublisher_p.h229 const QString &parentObjectId = QString());
237 const QString &parentObjectId = QString());
245 const QString &parentObjectId = QString());
H A Dqmetaobjectpublisher.cpp723 const QString &parentObjectId) in wrapResult() argument
745 oi.transports = wrappedObjects.value(parentObjectId).transports; in wrapResult()
791 return wrapResult(result.value<QJSValue>().toVariant(), transport, parentObjectId); in wrapResult()
816 …t(const QVariantList &list, QWebChannelAbstractTransport *transport, const QString &parentObjectId) in wrapList() argument
820 array.append(wrapResult(arg, transport, parentObjectId)); in wrapList()
825 …Map(const QVariantMap &map, QWebChannelAbstractTransport *transport, const QString &parentObjectId) in wrapMap() argument
829 obj.insert(i.key(), wrapResult(i.value(), transport, parentObjectId)); in wrapMap()
/dports/multimedia/libopenshot/libopenshot-0.2.7/src/
H A DClip.h127 std::string parentObjectId; ///< Id of the bounding box that this clip is attached to variable
207 std::string GetAttachedId() const { return parentObjectId; }; in GetAttachedId()
209 void SetAttachedId(std::string value) { parentObjectId = value; }; in SetAttachedId()
H A DClip.cpp61 parentObjectId = ""; in init_settings()
774 if (!parentObjectId.empty()) { in PropertiesJSON()
775 …root["parentObjectId"] = add_property_json("Parent", 0.0, "string", parentObjectId, NULL, -1, -1, … in PropertiesJSON()
913 root["parentObjectId"] = parentObjectId; in JsonValue()
989 parentObjectId = root["parentObjectId"].asString(); in SetJsonValue()
990 if (parentObjectId.size() > 0 && parentObjectId != ""){ in SetJsonValue()
991 AttachToObject(parentObjectId); in SetJsonValue()
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/
H A Dactor.cpp372 _actor->_parentObjectId = parentObjectId; in linkToObject()
408 uint32 parentObjectId = getSubActorParent(); in getPriority() local
409 Control *parentControl = _vm->_dict->getObjectControl(parentObjectId); in getPriority()
479 uint32 parentObjectId = _objectId; in getSubActorParent() local
481 Actor *actor = _vm->_dict->getObjectControl(parentObjectId)->_actor; in getSubActorParent()
483 parentObjectId = actor->_parentObjectId; in getSubActorParent()
487 return parentObjectId; in getSubActorParent()
1299 uint32 parentObjectId = foundControl->getSubActorParent(); in getOverlappedObject() local
1300 foundControl = _vm->_dict->getObjectControl(parentObjectId); in getOverlappedObject()
1334 uint32 parentObjectId = foundControl->getSubActorParent(); in getOverlappedObjectAccurate() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/
H A Dactor.cpp372 _actor->_parentObjectId = parentObjectId; in linkToObject()
408 uint32 parentObjectId = getSubActorParent(); in getPriority() local
409 Control *parentControl = _vm->_dict->getObjectControl(parentObjectId); in getPriority()
479 uint32 parentObjectId = _objectId; in getSubActorParent() local
481 Actor *actor = _vm->_dict->getObjectControl(parentObjectId)->_actor; in getSubActorParent()
483 parentObjectId = actor->_parentObjectId; in getSubActorParent()
487 return parentObjectId; in getSubActorParent()
1298 uint32 parentObjectId = foundControl->getSubActorParent(); in getOverlappedObject() local
1299 foundControl = _vm->_dict->getObjectControl(parentObjectId); in getOverlappedObject()
1333 uint32 parentObjectId = foundControl->getSubActorParent(); in getOverlappedObjectAccurate() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c575 tags->objectId, oh->parentObjectId)); in yaffs_VerifyObjectHeader()
579 oh->parentObjectId != obj->parent->objectId && in yaffs_VerifyObjectHeader()
3666 oh->parentObjectId = in->parent->objectId; in yaffs_UpdateObjectHeader()
3668 oh->parentObjectId = 0; in yaffs_UpdateObjectHeader()
3689 || oh->parentObjectId == in yaffs_UpdateObjectHeader()
5739 (dev, oh->parentObjectId, in yaffs_Scan()
6321 __u32 parentObjectId = in yaffs_ScanBackwards() local
6323 parentObjectId : tags. in yaffs_ScanBackwards()
6332 if (parentObjectId == in yaffs_ScanBackwards()
6334 || parentObjectId == in yaffs_ScanBackwards()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c575 tags->objectId, oh->parentObjectId)); in yaffs_VerifyObjectHeader()
579 oh->parentObjectId != obj->parent->objectId && in yaffs_VerifyObjectHeader()
3666 oh->parentObjectId = in->parent->objectId; in yaffs_UpdateObjectHeader()
3668 oh->parentObjectId = 0; in yaffs_UpdateObjectHeader()
3689 || oh->parentObjectId == in yaffs_UpdateObjectHeader()
5739 (dev, oh->parentObjectId, in yaffs_Scan()
6321 __u32 parentObjectId = in yaffs_ScanBackwards() local
6323 parentObjectId : tags. in yaffs_ScanBackwards()
6332 if (parentObjectId == in yaffs_ScanBackwards()
6334 || parentObjectId == in yaffs_ScanBackwards()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c575 tags->objectId, oh->parentObjectId)); in yaffs_VerifyObjectHeader()
579 oh->parentObjectId != obj->parent->objectId && in yaffs_VerifyObjectHeader()
3666 oh->parentObjectId = in->parent->objectId; in yaffs_UpdateObjectHeader()
3668 oh->parentObjectId = 0; in yaffs_UpdateObjectHeader()
3689 || oh->parentObjectId == in yaffs_UpdateObjectHeader()
5739 (dev, oh->parentObjectId, in yaffs_Scan()
6321 __u32 parentObjectId = in yaffs_ScanBackwards() local
6323 parentObjectId : tags. in yaffs_ScanBackwards()
6332 if (parentObjectId == in yaffs_ScanBackwards()
6334 || parentObjectId == in yaffs_ScanBackwards()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c575 tags->objectId, oh->parentObjectId)); in yaffs_VerifyObjectHeader()
579 oh->parentObjectId != obj->parent->objectId && in yaffs_VerifyObjectHeader()
3666 oh->parentObjectId = in->parent->objectId; in yaffs_UpdateObjectHeader()
3668 oh->parentObjectId = 0; in yaffs_UpdateObjectHeader()
3689 || oh->parentObjectId == in yaffs_UpdateObjectHeader()
5739 (dev, oh->parentObjectId, in yaffs_Scan()
6321 __u32 parentObjectId = in yaffs_ScanBackwards() local
6323 parentObjectId : tags. in yaffs_ScanBackwards()
6332 if (parentObjectId == in yaffs_ScanBackwards()
6334 || parentObjectId == in yaffs_ScanBackwards()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/fs/yaffs2/
H A Dyaffs_guts.c575 tags->objectId, oh->parentObjectId)); in yaffs_VerifyObjectHeader()
579 oh->parentObjectId != obj->parent->objectId && in yaffs_VerifyObjectHeader()
3666 oh->parentObjectId = in->parent->objectId; in yaffs_UpdateObjectHeader()
3668 oh->parentObjectId = 0; in yaffs_UpdateObjectHeader()
3689 || oh->parentObjectId == in yaffs_UpdateObjectHeader()
5739 (dev, oh->parentObjectId, in yaffs_Scan()
6321 __u32 parentObjectId = in yaffs_ScanBackwards() local
6323 parentObjectId : tags. in yaffs_ScanBackwards()
6332 if (parentObjectId == in yaffs_ScanBackwards()
6334 || parentObjectId == in yaffs_ScanBackwards()
[all …]

123