Home
last modified time | relevance | path

Searched refs:clearAll (Results 1 – 25 of 1689) sorted by relevance

12345678910>>...68

/dports/www/e107/e107/e107_admin/
H A Dcache.php57 e107::getCache()->clearAll('content');
62 e107::getCache()->clearAll('system');
67 e107::getCache()->clearAll('db');
72 e107::getCache()->clearAll('image');
83 e107::getCache()->clearAll('js');
84 e107::getCache()->clearAll('css');
91 e107::getCache()->clearAll('system');
92 e107::getCache()->clearAll('db');
93 e107::getCache()->clearAll('image');
95 e107::getCache()->clearAll('js');
[all …]
/dports/deskutils/itinerary/itinerary-21.12.3/autotests/
H A Dapplicationcontrollertest.cpp53 Test::clearAll(&passMgr); in testImportData()
58 Test::clearAll(&resMgr); in testImportData()
63 Test::clearAll(&docMgr); in testImportData()
99 Test::clearAll(&passMgr); in testImportFile()
104 Test::clearAll(&resMgr); in testImportFile()
109 Test::clearAll(&docMgr); in testImportFile()
144 Test::clearAll(&resMgr); in testExportFile()
147 Test::clearAll(&docMgr); in testExportFile()
186 Test::clearAll(&resMgr); in testExportFile()
187 Test::clearAll(&docMgr); in testExportFile()
[all …]
H A Dtripgrouptest.cpp44 Test::clearAll(&resMgr); in testGrouping()
59 Test::clearAll(&resMgr); in testGrouping()
72 Test::clearAll(&resMgr); in testGrouping()
98 Test::clearAll(&resMgr); in testGrouping()
112 Test::clearAll(&resMgr); in testDynamicGrouping()
130 Test::clearAll(&resMgr); in testChanges()
147 Test::clearAll(&resMgr); in testChanges()
174 Test::clearAll(&resMgr); in testGroupName()
190 Test::clearAll(&resMgr); in testLeadingAppendixRemoval()
206 Test::clearAll(&resMgr); in testDeletion()
H A Dtesthelper.h18 inline void clearAll(ReservationManager *mgr) in clearAll() function
28 inline void clearAll(PkPassManager *mgr) in clearAll() function
37 inline void clearAll(DocumentManager *docMgr) in clearAll() function
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIrcConnectionRequestQueue.cpp65 void KviIrcConnectionRequestQueue::clearAll() in clearAll() function in KviIrcConnectionRequestQueue
92 clearAll(); // disconnected in timerSlot()
102 clearAll(); // disconnected in timerSlot()
112 clearAll(); // disconnected in timerSlot()
135 clearAll(); // disconnected in timerSlot()
142 clearAll(); // disconnected in timerSlot()
154 clearAll(); // disconnected in timerSlot()
179 clearAll(); // disconnected in timerSlot()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hopkins/
H A Dglobals.cpp172 void Globals::clearAll() { in clearAll() function in Hopkins::Globals
173 _vm->_fontMan->clearAll(); in clearAll()
174 _vm->_dialog->clearAll(); in clearAll()
180 _vm->_linesMan->clearAll(); in clearAll()
181 _vm->_objectsMan->clearAll(); in clearAll()
186 _vm->_events->clearAll(); in clearAll()
/dports/games/scummvm/scummvm-2.5.1/engines/hopkins/
H A Dglobals.cpp174 void Globals::clearAll() { in clearAll() function in Hopkins::Globals
175 _vm->_fontMan->clearAll(); in clearAll()
176 _vm->_dialog->clearAll(); in clearAll()
182 _vm->_linesMan->clearAll(); in clearAll()
183 _vm->_objectsMan->clearAll(); in clearAll()
188 _vm->_events->clearAll(); in clearAll()
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/Plugins/
H A DPostgreSQLStorageArea.cpp36 bool clearAll) in ConfigureDatabase() argument
46 if (clearAll) in ConfigureDatabase()
73 bool clearAll) : in PostgreSQLStorageArea() argument
80 ConfigureDatabase(database, parameters, clearAll); in PostgreSQLStorageArea()
H A DPostgreSQLStorageArea.h34 bool clearAll);
44 bool clearAll);
/dports/science/jmol/jmol-14.32.7/src/org/jmol/awtjs/swing/
H A DJTable.java39 bsSelectedCells.clearAll(); in clearSelection()
40 bsSelectedRows.clearAll(); in clearSelection()
48 bsSelectedRows.clearAll(); in setRowSelectionInterval()
50 bsSelectedCells.clearAll(); in setRowSelectionInterval()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/net/
H A DIndexListParser.java104 clearAll(); in IndexListParser()
133 clearAll(); in IndexListParser()
138 clearAll(); in IndexListParser()
145 void clearAll() in clearAll() method in IndexListParser
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/net/
H A DIndexListParser.java104 clearAll(); in IndexListParser()
133 clearAll(); in IndexListParser()
138 clearAll(); in IndexListParser()
145 void clearAll() in clearAll() method in IndexListParser
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/net/
H A DIndexListParser.java104 clearAll(); in IndexListParser()
133 clearAll(); in IndexListParser()
138 clearAll(); in IndexListParser()
145 void clearAll() in clearAll() method in IndexListParser
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/net/
H A DIndexListParser.java104 clearAll(); in IndexListParser()
133 clearAll(); in IndexListParser()
138 clearAll(); in IndexListParser()
145 void clearAll() in clearAll() method in IndexListParser
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/net/
H A DIndexListParser.java104 clearAll(); in IndexListParser()
133 clearAll(); in IndexListParser()
138 clearAll(); in IndexListParser()
145 void clearAll() in clearAll() method in IndexListParser
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/tests/
H A Dqmlprofilertraceview_test.cpp44 modelManager.clearAll(); in testStateChanges()
56 modelManager.clearAll(); in testStateChanges()
62 modelManager.clearAll(); in testStateChanges()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/Plugins/
H A DMySQLStorageArea.cpp39 bool clearAll) in ConfigureDatabase() argument
61 if (clearAll) in ConfigureDatabase()
90 bool clearAll) : in MySQLStorageArea() argument
97 ConfigureDatabase(database, parameters, clearAll); in MySQLStorageArea()
H A DMySQLStorageArea.h37 bool clearAll);
47 bool clearAll);
/dports/polish/qnapi/qnapi-0.2.3/gui/src/forms/
H A Dsubdatawidget.cpp24 void subDataWidget::clearAll() { in clearAll() function in subDataWidget
40 this->clearAll(); in setSubData()
51 this->clearAll(); in setSubData()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/formatter/
H A DOptions.properties13 newline.clearAll.number=3
14 newline.clearAll.category=Newline
15 newline.clearAll.name=Clear all &blank lines
16 newline.clearAll.possibleValues=2|Clear|Preserve one
17 newline.clearAll.description=When Clear, all blank lines are removed. When Preserve one, only one i…
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DGeolocationPermissionsAdapter.java60 public void clearAll() { in clearAll() method in GeolocationPermissionsAdapter
65 mChromeGeolocationPermissions.clearAll(); in clearAll()
71 mChromeGeolocationPermissions.clearAll(); in clearAll()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Daddsuperstakerpage.cpp34 void AddSuperStakerPage::clearAll() in clearAll() function in AddSuperStakerPage
42 clearAll(); in accept()
48 clearAll(); in reject()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.progress/src/org/eclipse/e4/ui/progress/
H A DClearAllHandler.java29 public static void clearAll(FinishedJobs finishedJobs) { in clearAll() method in ClearAllHandler
30 finishedJobs.clearAll(); in clearAll()
/dports/comms/qsstv/qsstv/editor/
H A Deditor.cpp121 clearAll= new QAction(QIcon(":/icons/eraser.png"),tr("Clear &All"),this); in initActions()
122 clearAll->setShortcut(tr("Ctrl+A")); in initActions()
123clearAll->setStatusTip(tr("Delete all objects and fill the background with the background color")); in initActions()
124 connect(clearAll, SIGNAL(triggered()), ev, SLOT(slotClearAll())); in initActions()
154 editMenu->addAction(clearAll); in initMenubar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/api/internal/scope/
H A DClearAllListener.java53 mTaskQueue.execute(Task.CLEAR_ALL, TaskType.IMMEDIATE, this::clearAll); in onLifecycleEvent()
64 private void clearAll() { in clearAll() method in ClearAllListener
82 clearAll(); in clearAllWithRefresh()

12345678910>>...68