Home
last modified time | relevance | path

Searched refs:recordId (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/dports/graphics/libfreehand/libfreehand-0.1.2/src/lib/
H A DFHCollector.h34 void collectPath(unsigned recordId, const FHPath &path);
35 void collectXform(unsigned recordId, double m11, double m21,
37 void collectFHTail(unsigned recordId, const FHTail &fhTail);
38 void collectBlock(unsigned recordId, const FHBlock &block);
39 void collectList(unsigned recordId, const FHList &lst);
40 void collectLayer(unsigned recordId, const FHLayer &layer);
41 void collectGroup(unsigned recordId, const FHGroup &group);
42 void collectClipGroup(unsigned recordId, const FHGroup &group);
46 void collectAGDFont(unsigned recordId, const FHAGDFont &font);
64 void collectOpacityFilter(unsigned recordId, double opacity);
[all …]
/dports/www/phpmyfaq/phpmyfaq/admin/
H A Dajax.autosave.php88 'id' => $recordId,
107 if ('saveentry' == $do || $recordId) {
109 $faq->addNewRevision($recordId, $recordLang);
116 $visits->logViews($recordId);
130 $tagging->deleteTagsFromRecordId($recordId);
133 $faq->deletePermission('user', $recordId);
138 $faq->deletePermission('group', $recordId);
147 $recordId = $faq->addRecord($recordData); variable
148 if ($recordId) {
152 $visits->add($recordId);
[all …]
H A Drecord.save.php136 $faq->addNewRevision($recordId, $recordLang);
141 'id' => $recordId,
166 $visits->logViews($recordId);
169 if ($faq->hasTranslation($recordId, $recordLang)) {
172 $recordId = $faq->addRecord($recordData, false); variable
175 if ($recordId) {
190 $faq->deleteCategoryRelations($recordId, $recordLang);
198 $tagging->deleteTagsFromRecordId($recordId);
202 $faq->deletePermission('user', $recordId);
206 $faq->deletePermission('group', $recordId);
[all …]
H A Drecord.add.php66 $recordId = Filter::filterInput(INPUT_POST, 'id', FILTER_VALIDATE_INT); variable
144 $recordId = $faq->addRecord($recordData); variable
146 if ($recordId) {
153 $visits->logViews($recordId);
159 $tagging->saveTags($recordId, explode(',', trim($tags)));
163 $faq->addPermission('user', $recordId, $permissions['restricted_user']);
185 $recordId,
199 LinkVerifierHelper::linkOndemandJavascript($recordId, $recordData['lang']);
206 'id' => $recordId,
230 $recordId,
[all …]
/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() argument
114 if (!recordId.empty()) { in xProcessFeatureDefault()
123 const std::string& recordId, in xProcessFeatureCds() argument
162 if (!recordId.empty()) { in xProcessFeatureCds()
166 mXrefMap[recordId] = parentId; in xProcessFeatureCds()
175 const std::string& recordId, in xProcessFeatureRna() argument
182 if (!recordId.empty()) { in xProcessFeatureRna()
186 mXrefMap[recordId] = parentId; in xProcessFeatureRna()
201 mPendingFeatures.MarkFeaturesDone(recordId); in xProcessFeatureRna()
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/MVC/Controller/
H A DFormController.php233 if ($recordId)
305 $recordId = $this->input->getInt($key);
308 if ($recordId && property_exists($table, 'checked_out') && $model->checkin($recordId) === false)
325 $this->releaseEditId($context, $recordId);
417 $this->holdEditId($context, $recordId);
482 if ($recordId)
570 $recordId = $table->$key;
650 $data[$key] = $recordId;
827 $model->checkout($recordId);
913 $data[$key] = $recordId;
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_privacy/controllers/
H A Drequest.php52 $recordId = $this->input->getInt($urlVar);
54 $item = $model->getItem($recordId);
73 $key => $recordId,
109 $model->logRequestCompleted($recordId);
144 $recordId = $this->input->getUint('id');
146 if (!$model->emailDataExport($recordId))
206 $recordId = $this->input->getInt($urlVar);
208 $item = $model->getItem($recordId);
227 $key => $recordId,
263 $model->logRequestInvalidated($recordId);
[all …]
/dports/graphics/exiv2/exiv2-0.27.5-Source/src/
H A Ddatasets.cpp53 uint16_t recordId, in DataSet() argument
64 uint16_t recordId, in RecordInfo() argument
456 if( recordId != envelope && recordId != application2 ) return -1; in dataSetIdx()
468 if( recordId != envelope && recordId != application2 ) return -1; in dataSetIdx()
482 return records_[recordId][idx].type_; in dataSetType()
500 return records_[recordId][idx].title_; in dataSetTitle()
507 return records_[recordId][idx].desc_; in dataSetDesc()
543 if (recordId == envelope || recordId == application2) { in recordName()
549 << std::hex << recordId; in recordName()
555 if (recordId != envelope && recordId != application2) { in recordDesc()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/src/
H A Ddatasets.cpp59 uint16_t recordId, in DataSet() argument
70 uint16_t recordId, in RecordInfo() argument
462 if( recordId != envelope && recordId != application2 ) return -1; in dataSetIdx()
474 if( recordId != envelope && recordId != application2 ) return -1; in dataSetIdx()
488 return records_[recordId][idx].type_; in dataSetType()
506 return records_[recordId][idx].title_; in dataSetTitle()
513 return records_[recordId][idx].desc_; in dataSetDesc()
549 if (recordId == envelope || recordId == application2) { in recordName()
555 << std::hex << recordId; in recordName()
561 if (recordId != envelope && recordId != application2) { in recordDesc()
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_finder/controllers/
H A Dfilter.php57 $recordId = $input->get($urlVar, '', 'int');
59 if (!$this->checkEditId($context, $recordId))
62 $this->setError(JText::sprintf('JLIB_APPLICATION_ERROR_UNHELD_ID', $recordId));
70 $data[$key] = $recordId;
139 …his->option . '&view=' . $this->view_item . $this->getRedirectToItemAppend($recordId, $key), false)
189 …? $this->text_prefix : 'JLIB_APPLICATION') . ($recordId === 0 && $app->isClient('site') ? '_SUBMIT…
198 $recordId = $model->getState($this->context . '.id');
199 $this->holdEditId($context, $recordId);
201 $model->checkout($recordId);
212 $this->releaseEditId($context, $recordId);
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmPimPlugin/modules/pim/templates/
H A DviewImmigrationSuccess.php145 …<input type="hidden" id="type_flag_<?php echo $record->recordId; ?>" value="<?php echo $record->ty…
146 …<input type="hidden" id="number_<?php echo $record->recordId; ?>" value="<?php echo htmlentities($…
153 $serializableRecord->recordId = $record->recordId;
165 … <?php echo "recordsAsJSON[{$record->recordId}] = " . json_encode($serializableRecord) . ';'; ?>
167 …<input type="hidden" id="passport_issue_date_<?php echo $record->recordId; ?>" value="<?php echo $…
168 …<input type="hidden" id="passport_expire_date_<?php echo $record->recordId; ?>" value="<?php echo …
169 …<input type="hidden" id="i9_status_<?php echo $record->recordId; ?>" value="<?php echo htmlentitie…
170 …<input type="hidden" id="country_<?php echo $record->recordId; ?>" value="<?php echo $record->coun…
171 …<input type="hidden" id="i9_review_date_<?php echo $record->recordId; ?>" value="<?php echo $revie…
175 …checkbox' class='checkbox' name='chkImmigration[]' value='<?php echo $record->recordId; ?>' /></td>
[all …]
/dports/www/phpmyfaq/phpmyfaq/
H A Dfaq.php78 $faq->getRecord($recordId);
82 $recordId = $faq->faqRecord['id']; variable
85 $faqSession->userTracking('article_view', $recordId);
91 $faqVisits->logViews($recordId);
93 $question = $faq->getRecordTitle($recordId);
189 $recordId,
217 isset($numComments[$recordId]) ? $numComments[$recordId] : 0,
232 $recordId,
270 if ('-' !== $faqTagging->getAllLinkTagsById($recordId)) {
349 'saveVotingID' => $recordId,
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/words/mobi/
H A DMobiHeaderGenerator.cpp165 int recordId = 0; in generatePalmDataBase() local
168 m_dbHeader->recordUniqueId = recordId; in generatePalmDataBase()
170 recordId++; in generatePalmDataBase()
188 recordId++; in generatePalmDataBase()
196 recordId++; in generatePalmDataBase()
205 recordId++; in generatePalmDataBase()
211 recordId++; in generatePalmDataBase()
215 m_dbHeader->recordUniqueId = recordId; in generatePalmDataBase()
218 recordId++; in generatePalmDataBase()
220 m_dbHeader->recordUniqueId = recordId; in generatePalmDataBase()
[all …]
/dports/finance/alkimia/alkimia-8.1.0/autotests/
H A Dalkcompanytest.cpp43 QVERIFY(company.recordId().isEmpty()); in emptyCtor()
53 QString recordId = QString("A1337"); in copyCtor() local
59 company.setRecordId(recordId); in copyCtor()
67 QCOMPARE(copy.recordId(), recordId); in copyCtor()
77 QString recordId = QString("A1337"); in settersAndGetters() local
83 company.setRecordId(recordId); in settersAndGetters()
89 QCOMPARE(company.recordId(), recordId); in settersAndGetters()
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Parameters/
H A DGetRecordingsParameters.php35 private $recordId; variable in BigBlueButton\\Parameters\\GetRecordingsParameters
66 return $this->recordId;
70 * @param string $recordId
73 public function setRecordId($recordId) argument
75 $this->recordId = $recordId;
106 'recordID' => $this->recordId,
/dports/graphics/exiv2/exiv2-0.27.5-Source/include/exiv2/
H A Ddatasets.hpp50 RecordInfo(uint16_t recordId, const char* name, const char* desc);
69 uint16_t recordId,
192 static std::string dataSetName(uint16_t number, uint16_t recordId);
199 static const char* dataSetTitle(uint16_t number, uint16_t recordId);
206 static const char* dataSetDesc(uint16_t number, uint16_t recordId);
221 static bool dataSetRepeatable(uint16_t number, uint16_t recordId);
234 static TypeId dataSetType(uint16_t number, uint16_t recordId);
242 static std::string recordName(uint16_t recordId);
248 static const char* recordDesc(uint16_t recordId);
255 static uint16_t recordId(const std::string& recordName);
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/exiv2/include/exiv2/
H A Ddatasets.hpp55 RecordInfo(uint16_t recordId, const char* name, const char* desc);
74 uint16_t recordId,
197 static std::string dataSetName(uint16_t number, uint16_t recordId);
204 static const char* dataSetTitle(uint16_t number, uint16_t recordId);
211 static const char* dataSetDesc(uint16_t number, uint16_t recordId);
226 static bool dataSetRepeatable(uint16_t number, uint16_t recordId);
239 static TypeId dataSetType(uint16_t number, uint16_t recordId);
247 static std::string recordName(uint16_t recordId);
253 static const char* recordDesc(uint16_t recordId);
260 static uint16_t recordId(const std::string& recordName);
[all …]
/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
72 $this->recordId = DataConnector::getRandomString(32);
84 $this->recordId = null;
111 return $this->recordId;
118 * @param int $recordId Tool Proxy record ID value
120 public function setRecordId($recordId) argument
123 $this->recordId = $recordId;
/dports/www/moodle310/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
72 $this->recordId = DataConnector::getRandomString(32);
84 $this->recordId = null;
111 return $this->recordId;
118 * @param int $recordId Tool Proxy record ID value
120 public function setRecordId($recordId) argument
123 $this->recordId = $recordId;
/dports/www/moodle311/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
72 $this->recordId = DataConnector::getRandomString(32);
84 $this->recordId = null;
111 return $this->recordId;
118 * @param int $recordId Tool Proxy record ID value
120 public function setRecordId($recordId) argument
123 $this->recordId = $recordId;
/dports/www/moodle39/moodle/lib/ltiprovider/src/ToolProvider/
H A DToolProxy.php44 private $recordId = null; variable in IMSGlobal\\LTI\\ToolProvider\\ToolProxy
72 $this->recordId = DataConnector::getRandomString(32);
84 $this->recordId = null;
111 return $this->recordId;
118 * @param int $recordId Tool Proxy record ID value
120 public function setRecordId($recordId) argument
123 $this->recordId = $recordId;
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_fields/controllers/
H A Dfield.php75 $recordId = (int) isset($data[$key]) ? $data[$key] : 0;
79 if (!$recordId)
85 if ($user->authorise('core.edit', $this->component . '.field.' . $recordId))
91 if ($user->authorise('core.edit.own', $this->component . '.field.' . $recordId))
94 $record = $this->getModel()->getItem($recordId);
133 * @param integer $recordId The primary key id for the item.
140 protected function getRedirectToItemAppend($recordId = null, $urlVar = 'id') argument
142 return parent::getRedirectToItemAppend($recordId) . '&context=' . $this->internalContext;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php69 …* @param mixed $recordId The record's uid for update records, a string to look the record's uid up…
81 $affectedPageUid = $dataHandler->substNEWwithIDs[$recordId];
85 $affectedPageUid = $recordId;
88 $fullPageRecord = BackendUtility::getRecord($table, $recordId);
102 * @param int $recordId The record's uid
106 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler … argument
110 $affectedRecord = BackendUtility::getRecord($table, $recordId, '*', '', false);
139 * @param int $recordId The record's uid
148 $affectedPageUid = $recordId;
164 * @param int $recordId The record's uid
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php68 …* @param mixed $recordId The record's uid for update records, a string to look the record's uid up…
80 $affectedPageUid = $dataHandler->substNEWwithIDs[$recordId];
84 $affectedPageUid = $recordId;
87 $fullPageRecord = BackendUtility::getRecord($table, $recordId);
101 * @param int $recordId The record's uid
105 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler … argument
109 $affectedRecord = BackendUtility::getRecord($table, $recordId, '*', '', false);
135 * @param int $recordId The record's uid
144 $affectedPageUid = $recordId;
160 * @param int $recordId The record's uid
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/frontend/Classes/Hooks/
H A DTreelistCacheUpdateHooks.php69 …* @param mixed $recordId The record's uid for update records, a string to look the record's uid up…
81 $affectedPageUid = $dataHandler->substNEWwithIDs[$recordId];
85 $affectedPageUid = $recordId;
88 $fullPageRecord = BackendUtility::getRecord($table, $recordId);
102 * @param int $recordId The record's uid
106 …public function processCmdmap_postProcess($command, $table, $recordId, $commandValue, DataHandler … argument
110 $affectedRecord = BackendUtility::getRecord($table, $recordId, '*', '', false);
136 * @param int $recordId The record's uid
145 $affectedPageUid = $recordId;
161 * @param int $recordId The record's uid
[all …]

12345678910>>...14