Home
last modified time | relevance | path

Searched refs:needConfirm (Results 1 – 10 of 10) sorted by relevance

/dports/security/keybase/client-v5.7.1/shared/fs/common/path-item-action/
H A Dmenu-container.tsx92 const needConfirm = (pathItem: Types.PathItem) =>
131 return needConfirm(stateProps._pathItem)
146 return needConfirm(stateProps._pathItem)
/dports/sysutils/rundeck2/pkgs/webapp/assets/
H A DleavePageConfirm.js.map7 "names":["PageConfirm","message","self","needConfirm","setNeedsConfirm","self.setNeedsConfirm","cle…
/dports/devel/hyperscan/hyperscan-5.4.0/chimera/
H A Dch_runtime.c377 char needConfirm = pattern->fixedWidth == ~0U; in multiCallback() local
379 if (needConfirm && in multiCallback()
411 if (needConfirm) { in multiCallback()
/dports/net/freeswitch/freeswitch-1.10.3.-release/scripts/javascript/js_modules/
H A DSpeechTools.jm233 this.needConfirm = false;
397 this.needConfirm = false;
417 this.needConfirm = true;
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-PKI-PARTICIPATION-MIB.my328 'needConfirm' - Further continuation of execution of
337 needConfirm (5)
878 cpkiLastActionResult will be 'needConfirm'. This action
969 object cpkiActionResult will be 'needConfirm' after a
981 cpkiActionResult will be 'needConfirm' after a successfull
1013 object cpkiActionResult is 'needConfirm', will result in
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-PKI-PARTICIPATION-MIB328 'needConfirm' - Further continuation of execution of
337 needConfirm (5)
878 cpkiLastActionResult will be 'needConfirm'. This action
969 object cpkiActionResult will be 'needConfirm' after a
981 cpkiActionResult will be 'needConfirm' after a successfull
1013 object cpkiActionResult is 'needConfirm', will result in
/dports/editors/calligra/calligra-3.2.1/libs/main/
H A DKoMainWindow.cpp1104 …bool needConfirm = d->rootDocument->confirmNonNativeSave(false) && !d->rootDocument->isNativeForma… in saveDocument() local
1106 if (!needConfirm || in saveDocument()
1107 (needConfirm && exportConfirmation(oldOutputFormat /* not so old :) */)) in saveDocument()
H A DKoDocument.cpp1650 const bool needConfirm = !isNativeFormat(d->mimeType); in setMimeTypeAfterLoading() local
1651 setConfirmNonNativeSave(false, needConfirm); in setMimeTypeAfterLoading()
1652 setConfirmNonNativeSave(true, needConfirm); in setMimeTypeAfterLoading()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/main/
H A DKoDocument.cpp1648 const bool needConfirm = !isNativeFormat(d->mimeType); in setMimeTypeAfterLoading() local
1649 setConfirmNonNativeSave(false, needConfirm); in setMimeTypeAfterLoading()
1650 setConfirmNonNativeSave(true, needConfirm); in setMimeTypeAfterLoading()
H A DKoMainWindow.cpp1133 …bool needConfirm = d->rootDocument->confirmNonNativeSave(false) && !d->rootDocument->isNativeForma… in saveDocument() local
1135 if (!needConfirm || in saveDocument()
1136 (needConfirm && exportConfirmation(oldOutputFormat /* not so old :) */)) in saveDocument()