Home
last modified time | relevance | path

Searched refs:markForDeletion (Results 1 – 25 of 52) sorted by relevance

123

/dports/mail/nocc/nocc-1.9.10/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/mail/nextcloud-mail/mail/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/finance/prestashop/prestashop/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/xoops_lib/modules/protector/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/devel/pear-htmlpurifier/HTMLPurifier-4.9.2/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/thirtybees/thirtybees-1.1.0/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/moodle310/moodle/lib/htmlpurifier/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/moodle39/moodle/lib/htmlpurifier/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/www/moodle311/moodle/lib/htmlpurifier/HTMLPurifier/Injector/
H A DRemoveSpansWithoutAttributes.php67 $current->markForDeletion = true;
78 if ($token->markForDeletion) {
/dports/misc/dartsim/dart-6.11.1/dart/collision/fcl/
H A DFCLCollisionDetector.cpp1242 const auto checkSize = markForDeletion.size(); in markRepeatedPoints()
1259 markForDeletion[i] = true; in markRepeatedPoints()
1274 const auto checkSize = markForDeletion.size(); in markColinearPoints()
1278 if (markForDeletion[i]) in markColinearPoints()
1285 if (i == j || markForDeletion[j]) in markColinearPoints()
1288 if (markForDeletion[i]) in markColinearPoints()
1302 markForDeletion[i] = true; in markColinearPoints()
1363 if (markForDeletion[i]) in postProcessFCL()
1486 markForDeletion, unfiltered, tol3); in postProcessDART()
1490 markForDeletion, unfiltered, tol); in postProcessDART()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/undo/
H A Dundo.cxx288 void markForDeletion( std::unique_ptr<SfxUndoAction> i_action ) in markForDeletion() function in svl::undo::impl::UndoManagerGuard
396 aGuard.markForDeletion( m_xData->pActUndoArray->Remove( nPos-1 ) ); in SetMaxUndoActionCount()
402 aGuard.markForDeletion( m_xData->pActUndoArray->Remove(0) ); in SetMaxUndoActionCount()
422 i_guard.markForDeletion( m_xData->pActUndoArray->Remove( deletePos ) ); in ImplClearCurrentLevel_NoNotify()
505 i_guard.markForDeletion( m_xData->pActUndoArray->Remove( 0 ) ); in ImplClearUndo()
521 i_guard.markForDeletion( pUndoArray->Remove( deletePos ) ); in ImplClearRedo()
535 i_guard.markForDeletion( std::move(pAction) ); in ImplAddUndoAction_NoNotify()
547 i_guard.markForDeletion( std::move(pAction) ); in ImplAddUndoAction_NoNotify()
561 i_guard.markForDeletion( m_xData->pActUndoArray->Remove(0) ); in ImplAddUndoAction_NoNotify()
640 aGuard.markForDeletion( std::move(m_xData->pActUndoArray->maUndoActions[nPos-1].pAction) ); in RemoveLastUndoAction()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/undo/
H A Dundo.cxx287 void markForDeletion( std::unique_ptr<SfxUndoAction> i_action ) in markForDeletion() function in svl::undo::impl::UndoManagerGuard
395 aGuard.markForDeletion( m_xData->pActUndoArray->Remove( nPos-1 ) ); in SetMaxUndoActionCount()
401 aGuard.markForDeletion( m_xData->pActUndoArray->Remove(0) ); in SetMaxUndoActionCount()
421 i_guard.markForDeletion( m_xData->pActUndoArray->Remove( deletePos ) ); in ImplClearCurrentLevel_NoNotify()
504 i_guard.markForDeletion( m_xData->pActUndoArray->Remove( 0 ) ); in ImplClearUndo()
520 i_guard.markForDeletion( pUndoArray->Remove( deletePos ) ); in ImplClearRedo()
534 i_guard.markForDeletion( std::move(pAction) ); in ImplAddUndoAction_NoNotify()
546 i_guard.markForDeletion( std::move(pAction) ); in ImplAddUndoAction_NoNotify()
560 i_guard.markForDeletion( m_xData->pActUndoArray->Remove(0) ); in ImplAddUndoAction_NoNotify()
639 aGuard.markForDeletion( std::move(m_xData->pActUndoArray->maUndoActions[nPos-1].pAction) ); in RemoveLastUndoAction()
[all …]
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/pop/
H A Dpop.h42 void markForDeletion( uint );
/dports/mail/archiveopteryx-devel/aox-96ab17e/pop/
H A Dpop.h42 void markForDeletion( uint );
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/qtquick/
H A DArchiveBookModel.h187 …Q_INVOKABLE void markArchiveFileForDeletion(const QString& archiveFile, bool markForDeletion = tru…
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/windows/web/
H A DStartPageWidget.h100 void markForDeletion();
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp269 context()->markForDeletion(this); in finishDeref()

123