Home
last modified time | relevance | path

Searched defs:recordId (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Ddatasets.cpp53 uint16_t recordId, in DataSet()
64 uint16_t recordId, in RecordInfo()
454 int IptcDataSets::dataSetIdx(uint16_t number, uint16_t recordId) in dataSetIdx()
478 TypeId IptcDataSets::dataSetType(uint16_t number, uint16_t recordId) in dataSetType()
485 std::string IptcDataSets::dataSetName(uint16_t number, uint16_t recordId) in dataSetName()
503 const char* IptcDataSets::dataSetDesc(uint16_t number, uint16_t recordId) in dataSetDesc()
517 bool IptcDataSets::dataSetRepeatable(uint16_t number, uint16_t recordId) in dataSetRepeatable()
525 uint16_t recordId) in dataSet()
541 std::string IptcDataSets::recordName(uint16_t recordId) in recordName()
553 const char* IptcDataSets::recordDesc(uint16_t recordId) in recordDesc()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Ddatasets.cpp59 uint16_t recordId, in DataSet()
70 uint16_t recordId, in RecordInfo()
460 int IptcDataSets::dataSetIdx(uint16_t number, uint16_t recordId) in dataSetIdx()
484 TypeId IptcDataSets::dataSetType(uint16_t number, uint16_t recordId) in dataSetType()
491 std::string IptcDataSets::dataSetName(uint16_t number, uint16_t recordId) in dataSetName()
509 const char* IptcDataSets::dataSetDesc(uint16_t number, uint16_t recordId) in dataSetDesc()
523 bool IptcDataSets::dataSetRepeatable(uint16_t number, uint16_t recordId) in dataSetRepeatable()
531 uint16_t recordId) in dataSet()
547 std::string IptcDataSets::recordName(uint16_t recordId) in recordName()
559 const char* IptcDataSets::recordDesc(uint16_t recordId) in recordDesc()
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/
H A DTags.php57 public function getAllLinkTagsById(int $recordId): string
80 public function getAllTagsById(int $recordId): array
119 public function saveTags(int $recordId, array $tags): bool
252 public function deleteTagsFromRecordId(int $recordId): bool
H A DFaq.php1068 public function deleteRecord($recordId, $recordLang)
1199 public function hasTranslation($recordId, $recordLang)
1234 public function commentDisabled($recordId, $recordLang, $commentType = 'faq')
1276 public function addCategoryRelations(array $categories, $recordId, $language)
1309 public function deleteCategoryRelations($recordId, $recordLang)
1704 public function addNewRevision($recordId, $recordLang)
1769 public function getRecordPreview($recordId, $wordCount = 12)
2442 public function addPermission($mode, $recordId, $ids)
2509 public function getPermission(string $mode, int $recordId): array
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/aws/aws-lambda-go/events/testdata/
H A Dkinesis-firehose-response.json5 "recordId": "record1", string
10 "recordId": "record2", string
H A Dkinesis-firehose-event.json9 "recordId": "record1", string
21 "recordId": "record2", string
H A Dkinesis-analytics-output-delivery-response.json4 "recordId": "49571347871967966406409637155186850213682522142927749122", string
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/import/ftable/
H A Dgff3_annot_assembler.cpp79 auto recordId = record.Id(); in ProcessRecord() local
103 const std::string& recordId, in xProcessFeatureDefault()
123 const std::string& recordId, in xProcessFeatureCds()
175 const std::string& recordId, in xProcessFeatureRna()
208 const std::string& recordId, in xProcessFeatureExon()
/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHCollector.cpp282 void libfreehand::FHCollector::collectXform(unsigned recordId, in collectXform()
337 void libfreehand::FHCollector::collectAGDFont(unsigned recordId, const FHAGDFont &font) in collectAGDFont()
342 void libfreehand::FHCollector::collectTEffect(unsigned recordId, const FHTEffect &tEffect) in collectTEffect()
378 void libfreehand::FHCollector::collectColor(unsigned recordId, const FHRGBColor &color) in collectColor()
388 void libfreehand::FHCollector::collectBasicFill(unsigned recordId, const FHBasicFill &fill) in collectBasicFill()
408 void libfreehand::FHCollector::collectTileFill(unsigned recordId, const FHTileFill &fill) in collectTileFill()
423 void libfreehand::FHCollector::collectArrowPath(unsigned recordId, const FHPath &path) in collectArrowPath()
459 void libfreehand::FHCollector::collectDataList(unsigned recordId, const FHDataList &list) in collectDataList()
464 void libfreehand::FHCollector::collectImage(unsigned recordId, const FHImageImport &image) in collectImage()
479 void libfreehand::FHCollector::collectLensFill(unsigned recordId, const FHLensFill &fill) in collectLensFill()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php73 …public function processDatamap_afterDatabaseOperations($status, $table, $recordId, array $updatedF…
106 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler …
145 …public function moveRecord_firstElementPostProcess($table, $recordId, $destinationPid, array $move…
171 …public function moveRecord_afterAnotherElementPostProcess($table, $recordId, $destinationPid, $ori…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php72 …public function processDatamap_afterDatabaseOperations($status, $table, $recordId, array $updatedF…
105 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler …
141 …public function moveRecord_firstElementPostProcess($table, $recordId, $destinationPid, array $move…
167 …public function moveRecord_afterAnotherElementPostProcess($table, $recordId, $destinationPid, $ori…
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php73 …public function processDatamap_afterDatabaseOperations($status, $table, $recordId, array $updatedF…
106 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler …
142 …public function moveRecord_firstElementPostProcess($table, $recordId, $destinationPid, array $move…
168 …public function moveRecord_afterAnotherElementPostProcess($table, $recordId, $destinationPid, $ori…
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Parameters/
H A DGetRecordingsParameters.php35 private $recordId; variable in BigBlueButton\\Parameters\\GetRecordingsParameters
73 public function setRecordId($recordId)
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAttendancePlugin/lib/dao/
H A DAttendanceDao.php65 … function checkForPunchOutOverLappingRecords($punchInTime, $punchOutTime, $employeeId, $recordId) {
263 …ckForPunchInOutOverLappingRecordsWhenEditing($punchInTime, $punchOutTime, $employeeId, $recordId) {
348 …checkForPunchInOverLappingRecordsWhenEditing($punchInTime, $employeeId, $recordId, $punchOutTime) {
397 …heckForPunchOutOverLappingRecordsWhenEditing($punchInTime, $punchOutTime, $employeeId, $recordId) {
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dajax.autosave.php65 $recordId = Filter::filterInput(INPUT_POST, 'recordId', FILTER_VALIDATE_INT); variable
121 $recordId = $faq->addRecord($recordData, false); variable
147 $recordId = $faq->addRecord($recordData); variable
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAttendancePlugin/lib/service/
H A DAttendanceService.php73 …c function checkForPunchOutOverLappingRecords($punchInTime, $punchOutTime, $employeeId,$recordId) {
235 …tion checkForPunchInOverLappingRecordsWhenEditing($punchInTime, $employeeId,$recordId, $punchOut) {
245 …unction checkForPunchOutOverLappingRecordsWhenEditing($punchIn, $punchOut, $employeeId,$recordId) {
254 …ction checkForPunchInOutOverLappingRecordsWhenEditing($punchIn, $punchOut, $employeeId,$recordId) {
/dports/finance/alkimia/alkimia-8.1.0/autotests/
H A Dalkcompanytest.cpp53 QString recordId = QString("A1337"); in copyCtor() local
77 QString recordId = QString("A1337"); in settersAndGetters() local
/dports/math/pdal/PDAL-2.3.0/io/
H A DLasVLR.hpp71 LasVLR(const std::string& userId, uint16_t recordId, in LasVLR()
81 uint16_t recordId() const in recordId() function in pdal::LasVLR
119 ExtLasVLR(const std::string& userId, uint16_t recordId, in ExtLasVLR()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/imsglobal/lti/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
120 public function setRecordId($recordId)
/dports/www/moodle310/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
120 public function setRecordId($recordId)
/dports/www/moodle311/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
120 public function setRecordId($recordId)
/dports/www/moodle39/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
120 public function setRecordId($recordId)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/catalog/
H A Dindex_consistency.cpp123 const RecordId& recordId, in addDocKey()
136 const RecordId& recordId, in addIndexKey()
325 const RecordId& recordId, in _addDocKey_inlock()
372 const RecordId& recordId, in _addIndexKey_inlock()
422 const RecordId& recordId, in _generateInfo()
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/sql/drilldown/
H A Dimageitem.h69 int recordId; variable
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_languages/controllers/
H A Dlanguage.php29 protected function getRedirectToItemAppend($recordId = null, $key = 'lang_id')

12345678