Home
last modified time | relevance | path

Searched refs:branchId (Results 1 – 25 of 114) sorted by relevance

12345

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/
H A DctkWorkflow.cpp165 Q_ASSERT(!branchId.isEmpty()); in hasTransitionWithSameBranchId()
201 if (branchId.isEmpty()) in createTransitionToNextStep()
208 id = branchId; in createTransitionToNextStep()
238 if (branchId.isEmpty()) in createTransitionToPreviousStep()
245 id = branchId; in createTransitionToPreviousStep()
536 Q_ASSERT(!branchId.isEmpty()); in pathExistsFromNextStep()
582 const QString& branchId, in addTransition() argument
685 if (branchId.isEmpty()) in hasTransition()
902 Q_ASSERT(!branchId.isEmpty()); in goBackward()
1028 if (branchId.isEmpty()) in goToNextStepAfterSuccessfulValidation()
[all …]
H A DctkWorkflow_p.h89 ctkWorkflowStep* forwardStep(QString branchId) in forwardStep()
91 int index = this->ForwardBranchIds.indexOf(branchId); in forwardStep()
168 const QString& branchId,
182 const QString& branchId = "");
195 const QString& branchId = "");
247 bool pathExistsFromNextStep(const QString& goalId, const QString& branchId)const;
H A DctkWorkflow.h91 const QString& branchId = QString(),
105 const QString& branchId = QString(),
207 virtual void evaluateValidationResults(bool validationSucceeded, const QString& branchId);
211 void goToNextStepAfterSuccessfulValidation(const QString& branchId);
H A DctkWorkflowStep.cpp85 …rkflowStepPrivate::validationCompleteInternal(bool validationResults, const QString& branchId)const in validationCompleteInternal()
87 emit validationComplete(validationResults, branchId); in validationCompleteInternal()
213 void ctkWorkflowStep::validationComplete(bool validationResults, const QString& branchId)const in validationComplete()
216 d->validationCompleteInternal(validationResults, branchId); in validationComplete()
H A DctkWorkflowStep_p.h76 void validationCompleteInternal(bool validationSuceeded, const QString& branchId)const;
90 void validationComplete(bool validationSuceeded, const QString& branchId)const;
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/types/
H A Dbankinfo.c33 p_struct->branchId=NULL; in GWEN_LIST_FUNCTIONS()
62 p_struct->branchId=NULL; in AB_BankInfo_free()
121 if (p_struct->branchId) { in AB_BankInfo_dup()
123 p_struct->branchId=NULL; in AB_BankInfo_dup()
124 p_struct->branchId=NULL; in AB_BankInfo_dup()
126 if (p_src->branchId) { in AB_BankInfo_dup()
127 p_struct->branchId=strdup(p_src->branchId); in AB_BankInfo_dup()
278 if (p_struct->branchId) { in AB_BankInfo_copy()
283 if (p_src->branchId) { in AB_BankInfo_copy()
284 p_struct->branchId=strdup(p_src->branchId); in AB_BankInfo_copy()
[all …]
H A Daccount_spec.c44 p_struct->branchId=NULL; in GWEN_LIST_FUNCTIONS()
81 p_struct->branchId=NULL; in AB_AccountSpec_free()
216 if (p_struct->branchId) { in AB_AccountSpec_dup()
218 p_struct->branchId=NULL; in AB_AccountSpec_dup()
219 p_struct->branchId=NULL; in AB_AccountSpec_dup()
221 if (p_src->branchId) { in AB_AccountSpec_dup()
222 p_struct->branchId=strdup(p_src->branchId); in AB_AccountSpec_dup()
369 if (p_struct->branchId) { in AB_AccountSpec_copy()
374 if (p_src->branchId) { in AB_AccountSpec_copy()
375 p_struct->branchId=strdup(p_src->branchId); in AB_AccountSpec_copy()
[all …]
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/backendsupport/
H A Dbankinfoplugin_be.h40 const char *branchId,
49 const char *branchId,
82 const char *branchId,
90 const char *branchId,
H A Daccount.c46 p_struct->branchId=NULL; in GWEN_LIST_FUNCTIONS()
86 free(p_struct->branchId); in AB_Account_free()
87 p_struct->branchId=NULL; in AB_Account_free()
182 return p_struct->branchId; in AB_Account_GetBranchId()
374 if (p_struct->branchId) { in AB_Account_SetBranchId()
376 p_struct->branchId=NULL; in AB_Account_SetBranchId()
382 p_struct->branchId=NULL; in AB_Account_SetBranchId()
641 if (p_struct->branchId) { in AB_Account_ReadDb()
643 p_struct->branchId=NULL; in AB_Account_ReadDb()
834 if (p_struct->branchId) in AB_Account_WriteDb()
[all …]
H A Dbankinfoplugin.c84 const char *branchId, in AB_BankInfoPlugin_GetBankInfo() argument
90 return bip->getBankInfoFn(bip, branchId, bankId); in AB_BankInfoPlugin_GetBankInfo()
114 const char *branchId, in AB_BankInfoPlugin_CheckAccount() argument
121 return bip->checkAccountFn(bip, branchId, bankId, accountId); in AB_BankInfoPlugin_CheckAccount()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkBranchingWorkflowStep.h39 this->branchId = newId; in setBranchId()
45 this->validationComplete(true, this->branchId);
49 QString branchId;
/dports/devel/fossil/fossil-src-2.17/src/
H A Dimport.c1073 gsvn.rev, branchId); in svn_finish_revision()
1189 db_bind_int(&setRid, ":branch", branchId); in svn_finish_revision()
1195 db_bind_int(&setRid, ":branch", branchId); in svn_finish_revision()
1202 branchId, gsvn.rev); in svn_finish_revision()
1205 branchId, gsvn.rev); in svn_finish_revision()
1277 int branchId = 0; in svn_parse_path() local
1324 branchId = db_int(0, in svn_parse_path()
1327 if( branchId==0 ){ in svn_parse_path()
1330 branchId = db_last_insert_rowid(); in svn_parse_path()
1333 return branchId; in svn_parse_path()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DCodeCoverage.cpp161 size_t branchId = 0; in writeScript() local
223 outBRDA_.printf("BRDA:%d,%d,0,", lineno, branchId); in writeScript()
229 outBRDA_.printf("BRDA:%d,%d,1,", lineno, branchId); in writeScript()
239 branchId++; in writeScript()
302 outBRDA_.printf("BRDA:%d,%d,%d,", lineno, branchId, i); in writeScript()
328 outBRDA_.printf("BRDA:%d,%d,%d,", lineno, branchId, numCases); in writeScript()
337 branchId++; in writeScript()
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/aqbanking/
H A Dbanking_bankinfo.h59 const char *branchId,
95 const char *branchId,
H A Dbanking_bankinfo.c96 const char *branchId, in AB_Banking_GetBankInfo() argument
109 return AB_BankInfoPlugin_GetBankInfo(bip, branchId, bankId); in AB_Banking_GetBankInfo()
138 const char *branchId, in AB_Banking_CheckAccount() argument
152 return AB_BankInfoPlugin_CheckAccount(bip, branchId, bankId, accountId); in AB_Banking_CheckAccount()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DCodeCoverage.cpp161 size_t branchId = 0; in writeScript() local
223 outBRDA_.printf("BRDA:%" PRIuSIZE ",%" PRIuSIZE ",0,", lineno, branchId); in writeScript()
229 outBRDA_.printf("BRDA:%" PRIuSIZE ",%" PRIuSIZE ",1,", lineno, branchId); in writeScript()
239 branchId++; in writeScript()
312 lineno, branchId, caseId); in writeScript()
364 lineno, branchId, caseId); in writeScript()
374 branchId++; in writeScript()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DCodeCoverage.cpp165 size_t branchId = 0; in writeScript() local
234 outBRDA_.printf("BRDA:%zu,%zu,0,", lineno, branchId); in writeScript()
240 outBRDA_.printf("BRDA:%zu,%zu,1,", lineno, branchId); in writeScript()
249 branchId++; in writeScript()
338 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()
403 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()
413 branchId++; in writeScript()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/newtab/content-src/aboutwelcome/
H A Daboutwelcome.jsx101 function ComputeMessageId(experimentId, branchId, settings) { argument
109 if (experimentId && branchId) {
110 UTMTerm = `${experimentId}-${branchId}`.toLowerCase();
/dports/www/firefox-esr/firefox-91.8.0/browser/components/newtab/content-src/aboutwelcome/
H A Daboutwelcome.jsx95 function ComputeTelemetryInfo(welcomeContent, experimentId, branchId) { argument
106 if (experimentId && branchId) {
107 UTMTerm = `${experimentId}-${branchId}`.toLowerCase();
/dports/www/firefox/firefox-99.0/browser/components/newtab/content-src/aboutwelcome/
H A Daboutwelcome.jsx89 function ComputeTelemetryInfo(welcomeContent, experimentId, branchId) { argument
100 if (experimentId && branchId) {
101 UTMTerm = `${experimentId}-${branchId}`.toLowerCase();
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/newtab/content-src/aboutwelcome/
H A Daboutwelcome.jsx95 function ComputeTelemetryInfo(welcomeContent, experimentId, branchId) { argument
106 if (experimentId && branchId) {
107 UTMTerm = `${experimentId}-${branchId}`.toLowerCase();
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_finder/models/
H A Dmaps.php210 $branchId = $this->getState('filter.branch');
212 if (is_numeric($branchId))
214 $query->where('a.parent_id = ' . (int) $branchId);
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_finder/helpers/indexer/
H A Dtaxonomy.php133 $branchId = static::addBranch($branch);
140 ->where($db->quoteName('parent_id') . ' = ' . $db->quote($branchId))
166 $node->parent_id = (int) $branchId;
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DCodeCoverage.cpp150 size_t branchId = 0; in writeScript() local
232 outBRDA_.printf("BRDA:%zu,%zu,0,", lineno, branchId); in writeScript()
239 outBRDA_.printf("BRDA:%zu,%zu,1,", lineno, branchId); in writeScript()
251 branchId++; in writeScript()
347 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DCodeCoverage.cpp150 size_t branchId = 0; in writeScript() local
232 outBRDA_.printf("BRDA:%zu,%zu,0,", lineno, branchId); in writeScript()
239 outBRDA_.printf("BRDA:%zu,%zu,1,", lineno, branchId); in writeScript()
251 branchId++; in writeScript()
347 outBRDA_.printf("BRDA:%zu,%zu,%zu,", lineno, branchId, caseId); in writeScript()

12345