Home
last modified time | relevance | path

Searched refs:foreignId (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/Search/
H A DQuery.php67 …$foreignId = current(array_diff($this->_table->getColumnNames(), array('keyword', 'field', 'positi…
69 …$this->_condition = $foreignId . ' %s (SELECT ' . $foreignId . ' FROM ' . $this->_table->getTableN…
77 …$foreignId = current(array_diff($this->_table->getColumnNames(), array('keyword', 'field', 'positi…
82 $select = 'SELECT COUNT(keyword) AS relevance, ' . $foreignId;
84 $select = 'SELECT ' . $foreignId;
88 $select = 'SELECT SUM(sub_relevance) AS relevance, ' . $foreignId;
90 $select = 'SELECT ' . $foreignId;
98 $groupby = 'GROUP BY ' . $foreignId;
120 …$foreignId = current(array_diff($this->_table->getColumnNames(), array('keyword', 'field', 'positi…
/dports/misc/artikulate/artikulate-21.12.3/autotests/unittests/editablecourseresource/
H A Dtest_editablecourseresource.cpp48 QCOMPARE(course->foreignId(), "artikulate-basic"); in loadCourseResource()
60 QCOMPARE(unit->foreignId(), "{dd60f04a-eb37-44b7-9787-67aaf7d3578d}"); in loadCourseResource()
69 QCOMPARE(firstPhrase->foreignId(), "{3a4c1926-60d7-44c6-80d1-03165a641c75}"); in loadCourseResource()
155 QCOMPARE(course->foreignId(), value); in coursePropertyChanges()
216 QVERIFY(course->foreignId() == loadedCourse->foreignId()); in fileLoadSaveCompleteness()
225 QCOMPARE(compareUnit->foreignId(), testUnit->foreignId()); in fileLoadSaveCompleteness()
239 QVERIFY(testPhrase->foreignId() == comparePhrase->foreignId()); in fileLoadSaveCompleteness()
360 if (unit->foreignId() == importUnit->id()) { in skeletonUpdate()
366 QCOMPARE(importedUnit->foreignId(), importUnit->id()); in skeletonUpdate()
372 QCOMPARE(importedPhrase->foreignId(), importPhrase->id()); in skeletonUpdate()
/dports/misc/artikulate/artikulate-21.12.3/autotests/unittests/skeletonresource/
H A Dtest_skeletonresource.cpp46 QCOMPARE(skeleton->foreignId(), "skeleton-testdata"); // always same as ID in loadSkeletonResource()
159 QCOMPARE(loadedSkeleton->foreignId(), skeleton->foreignId()); in fileLoadSaveCompleteness()
168 QCOMPARE(testUnit->foreignId(), compareUnit->foreignId()); in fileLoadSaveCompleteness()
182 QVERIFY(testPhrase->foreignId() == comparePhrase->foreignId()); in fileLoadSaveCompleteness()
/dports/misc/artikulate/artikulate-21.12.3/autotests/unittests/unit/
H A Dtest_unit.cpp41 QString foreignId("foreignId"); in unitPropertyChanges() local
42 unit->setForeignId(foreignId); in unitPropertyChanges()
43 QCOMPARE(unit->foreignId(), foreignId); in unitPropertyChanges()
/dports/misc/artikulate/artikulate-21.12.3/src/core/resources/
H A Deditablecourseresource.cpp67 QString EditableCourseResource::foreignId() const in foreignId() function in EditableCourseResource
69 return m_course->foreignId(); in foreignId()
72 void EditableCourseResource::setForeignId(QString foreignId) in setForeignId() argument
74 m_course->setForeignId(std::move(foreignId)); in setForeignId()
209 …[skeletonUnit](std::shared_ptr<Unit> compareUnit) { return compareUnit->foreignId() == skeletonUni… in updateFrom()
223 …Phrase](std::shared_ptr<IPhrase> comparePhrase) { return comparePhrase->foreignId() == skeletonPhr… in updateFrom()
H A Dcourseresource.cpp176 QString CourseResource::foreignId() const in foreignId() function in CourseResource
181 void CourseResource::setForeignId(const QString &foreignId) in setForeignId() argument
183 if (d->m_foreignId == foreignId) { in setForeignId()
186 d->m_foreignId = foreignId; in setForeignId()
H A Dcourseresource.h44 QString foreignId() const override;
46 void setForeignId(const QString &foreignId);
H A Dcourseparser.cpp310 if (!unit->foreignId().isEmpty()) { in serializedDocument()
312 unitForeignIdElement.appendChild(document.createTextNode(unit->foreignId())); in serializedDocument()
322 if (!course->foreignId().isEmpty()) { in serializedDocument()
324 courseForeignIdElement.appendChild(document.createTextNode(course->foreignId())); in serializedDocument()
361 if (!phrase->foreignId().isEmpty()) { in serializedPhrase()
363 phraseForeignIdElement.appendChild(document.createTextNode(phrase->foreignId())); in serializedPhrase()
H A Deditablecourseresource.h50 QString foreignId() const override;
52 void setForeignId(QString foreignId) override;
H A Dskeletonresource.h32 QString foreignId() const override;
/dports/misc/artikulate/artikulate-21.12.3/data/schemes/
H A Dcourse.xsd10 <xs:element name="foreignId" type="xs:string" minOccurs="0" maxOccurs="1" />
28 <xs:element name="foreignId" type="xs:string" minOccurs="0" maxOccurs="1" />
43 <xs:element name="foreignId" type="xs:string" minOccurs="0" maxOccurs="1" />
/dports/misc/artikulate/artikulate-21.12.3/autotests/unittests/courseresource/
H A Dtest_courseresource.cpp52 QCOMPARE(course->foreignId(), "artikulate-basic"); in loadCourseResource()
64 QCOMPARE(unit->foreignId(), "{dd60f04a-eb37-44b7-9787-67aaf7d3578d}"); in loadCourseResource()
73 QCOMPARE(firstPhrase->foreignId(), "{3a4c1926-60d7-44c6-80d1-03165a641c75}"); in loadCourseResource()
157 QCOMPARE(course->foreignId(), value); in coursePropertyChanges()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/CustomVariable/
H A DCustomVariables.php205 $foreignId = $object->get('id');
213 $foreignColumn => $foreignId,
223 $where = $db->quoteInto(sprintf('%s = ?', $foreignColumn), (int) $foreignId)
/dports/audio/libechonest/libechonest-2.3.1/src/
H A DCatalogItem.h55 QByteArray foreignId() const;
H A DCatalogItem.cpp55 QByteArray Echonest::CatalogItem::foreignId() const in foreignId() function in Echonest::CatalogItem
H A DTrack.h127 QByteArray foreignId() const;
/dports/misc/artikulate/artikulate-21.12.3/src/core/
H A Dcontributorrepository.cpp285 if (course->foreignId().isEmpty()) { in updateCourseFromSkeleton()
291 if (iter->id() == course->foreignId()) { in updateCourseFromSkeleton()
297 … qCritical() << "Could not find skeleton with id " << course->foreignId() << ", aborting update."; in updateCourseFromSkeleton()
H A Diunit.h31 virtual QString foreignId() const = 0;
H A Dieditablecourse.h29 virtual void setForeignId(QString foreignId) = 0;
H A Dicourse.h34 virtual QString foreignId() const = 0;
H A Diphrase.h36 virtual QString foreignId() const = 0;
H A Dunit.h34 QString foreignId() const override;
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/BackgroundJob/
H A DUpdateCalendarResourcesRoomsBackgroundJob.php217 * @param int $foreignId
222 int $foreignId, argument
228 $foreignKey => $query->createNamedParameter($foreignId),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Session/Console/stubs/
H A Ddatabase.stub18 $table->foreignId('user_id')->nullable()->index();
/dports/misc/artikulate/artikulate-21.12.3/autotests/mocks/
H A Dcoursestub.h42 QString foreignId() const override in foreignId() function

12