Home
last modified time | relevance | path

Searched refs:cleanUp (Results 1 – 25 of 2430) sorted by relevance

12345678910>>...98

/dports/www/ilias/ILIAS-5.4.25/include/Unicode/
H A DCleanUpTest.php71 bin2hex(UtfNormal::cleanUp($text))
100 $clean = UtfNormal::cleanUp($char);
145 $clean = UtfNormal::cleanUp($char);
190 $clean = UtfNormal::cleanUp($char);
335 bin2hex(UtfNormal::cleanUp($text))
372 bin2hex(UtfNormal::cleanUp($text))
399 bin2hex(UtfNormal::cleanUp($text))
416 bin2hex(UtfNormal::cleanUp($text))
433 bin2hex(UtfNormal::cleanUp($text))
444 bin2hex(UtfNormal::cleanUp($text))
[all …]
/dports/www/ilias6/ILIAS-6.14/include/Unicode/
H A DCleanUpTest.php71 bin2hex(UtfNormal::cleanUp($text))
100 $clean = UtfNormal::cleanUp($char);
145 $clean = UtfNormal::cleanUp($char);
190 $clean = UtfNormal::cleanUp($char);
335 bin2hex(UtfNormal::cleanUp($text))
372 bin2hex(UtfNormal::cleanUp($text))
399 bin2hex(UtfNormal::cleanUp($text))
416 bin2hex(UtfNormal::cleanUp($text))
433 bin2hex(UtfNormal::cleanUp($text))
444 bin2hex(UtfNormal::cleanUp($text))
[all …]
/dports/biology/fastdnaml/fastDNAml_1.2.2/scripts/
H A DfastDNAml_loop11 cleanUp=1
20 elif test $1 = $cleanflag; then cleanUp=0; shift
21 elif test $1 = "-c"; then cleanUp=0; shift
66 if test $cleanUp -ne 0; then cleanflag=""; fi
82 if test $cleanUp -ne 0 -a \( -f "$out.tree" -o -f "$out.out" \); then
94 if test $cleanUp -ne 0 -a -f "$out.summary"; then
118 if test $cleanUp -ne 0; then clean_jumbles "$out"; fi
H A DfastDNAml_boot12 cleanUp=1
26 elif test $1 = $cleanflag; then cleanUp=0; shift
27 elif test $1 = "-c"; then cleanUp=0; shift
87 if test $cleanUp -ne 0; then cleanflag=""; fi
126 if test $cleanUp -ne 0; then
/dports/devel/py-zope.testing/zope.testing-4.1.0/src/zope/testing/
H A Dcleanup.py51 def cleanUp(self): member in CleanUp
53 cleanUp()
55 setUp = tearDown = cleanUp
58 def cleanUp(): function
63 setUp = tearDown = cleanUp
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/
H A DMissingTypesGuesser.java65 this.cleanUp((TypeReference)typeReference); in cleanUp()
70 this.cleanUp((TypeReference)typeReference); in cleanUp()
86 this.cleanUp(singleTypeReference); in visit()
92 this.cleanUp(singleTypeReference); in visit()
98 this.cleanUp(wildcard); in visit()
104 this.cleanUp(wildcard); in visit()
110 this.cleanUp(arrayTypeReference); in visit()
116 this.cleanUp(arrayTypeReference); in visit()
134 this.cleanUp(qualifiedTypeReference); in visit()
140 this.cleanUp(qualifiedTypeReference); in visit()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dvim.c427 goto cleanUp; in parseCommand()
441 goto cleanUp; in parseCommand()
468 goto cleanUp; in parseCommand()
482 goto cleanUp; in parseCommand()
494 cleanUp: in parseCommand()
519 goto cleanUp; in parseVariableOrConstant()
528 goto cleanUp; in parseVariableOrConstant()
532 goto cleanUp; in parseVariableOrConstant()
539 goto cleanUp; in parseVariableOrConstant()
554 cleanUp: in parseVariableOrConstant()
[all …]
/dports/devel/py-zope.publisher/zope.publisher-3.13.1/src/zope/publisher/tests/
H A Dtest_skinnable.py22 def cleanUp(test): function
23 zope.testing.cleanup.cleanUp()
29 setUp=cleanUp, tearDown=cleanUp))
/dports/devel/py-fixtures/fixtures-3.0.0/fixtures/tests/
H A Dtest_fixture.py45 fixture.cleanUp()
117 parent.cleanUp()
282 fixture.cleanUp()
291 fixture.cleanUp()
308 fixture.cleanUp()
321 fixture.cleanUp()
331 fixture.cleanUp()
342 fixture.cleanUp()
355 fixture.cleanUp()
367 fixture.cleanUp()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/quickfix/
H A DChangeNonStaticToStaticTest.java134 ICleanUp cleanUp= createCleanUp(); in testNonStaticAccessTest01() local
135 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest01()
167 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest02()
199 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest03()
244 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest04()
296 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest05()
344 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest06()
393 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest07()
445 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest08()
500 refactoring.addCleanUp(cleanUp); in testNonStaticAccessTest09()
[all …]
/dports/security/lego/lego-4.5.3/challenge/dns01/
H A Ddns_challenge_test.go19 present, cleanUp error member
23 func (p *providerMock) CleanUp(domain, token, keyAuth string) error { return p.cleanUp }
26 present, cleanUp error member
31 func (p *providerTimeoutMock) CleanUp(domain, token, keyAuth string) error { return p.cleanUp }
63 cleanUp: nil,
89 cleanUp: errors.New("OOPS"),
146 cleanUp: nil,
173 cleanUp: errors.New("OOPS"),
234 cleanUp: nil,
259 cleanUp: errors.New("OOPS"),
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/challenge/dns01/
H A Ddns_challenge_test.go19 present, cleanUp error member
23 func (p *providerMock) CleanUp(domain, token, keyAuth string) error { return p.cleanUp }
26 present, cleanUp error member
31 func (p *providerTimeoutMock) CleanUp(domain, token, keyAuth string) error { return p.cleanUp }
63 cleanUp: nil,
89 cleanUp: errors.New("OOPS"),
146 cleanUp: nil,
173 cleanUp: errors.New("OOPS"),
234 cleanUp: nil,
259 cleanUp: errors.New("OOPS"),
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Database/
H A DTransactionTest.php198 $this->cleanUp();
206 $this->cleanUp();
218 $this->cleanUp();
234 $this->cleanUp();
243 $this->cleanUp();
258 $this->cleanUp();
311 protected function cleanUp() { function in Drupal\\KernelTests\\Core\\Database\\TransactionTest
367 $this->cleanUp();
384 $this->cleanUp();
402 $this->cleanUp();
[all …]
/dports/www/owncloud/owncloud/apps/files/lib/BackgroundJob/
H A DDeleteOrphanedItems.php77 protected function cleanUp($table, $idCol, $typeCol) { function in OCA\\Files\\BackgroundJob\\DeleteOrphanedItems
114 $deletedEntries = $this->cleanUp('systemtag_object_mapping', 'objectid', 'objecttype');
125 $deletedEntries = $this->cleanUp('vcategory_to_object', 'objid', 'type');
136 $deletedEntries = $this->cleanUp('comments', 'object_id', 'object_type');
147 $deletedEntries = $this->cleanUp('comments_read_markers', 'object_id', 'object_type');
/dports/www/nextcloud/nextcloud/apps-pkg/files/lib/BackgroundJob/
H A DDeleteOrphanedItems.php78 protected function cleanUp($table, $idCol, $typeCol) { function in OCA\\Files\\BackgroundJob\\DeleteOrphanedItems
115 $deletedEntries = $this->cleanUp('systemtag_object_mapping', 'objectid', 'objecttype');
126 $deletedEntries = $this->cleanUp('vcategory_to_object', 'objid', 'type');
137 $deletedEntries = $this->cleanUp('comments', 'object_id', 'object_type');
148 $deletedEntries = $this->cleanUp('comments_read_markers', 'object_id', 'object_type');
/dports/misc/perkeep/perkeep-0.11/pkg/blobserver/localdisk/
H A Dlocaldisk_test.go33 func cleanUp(ds *DiskStorage) { func
59 defer cleanUp(ds)
67 defer cleanUp(ds)
89 defer cleanUp(ds)
133 defer cleanUp(ds)
153 return ds, func() { cleanUp(ds) }
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/util/
H A DByteBufferInputStream.scala34 cleanUp()
47 cleanUp()
61 cleanUp()
72 private def cleanUp() { method
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Database/
H A DTransactionTest.php229 $this->cleanUp();
237 $this->cleanUp();
249 $this->cleanUp();
265 $this->cleanUp();
274 $this->cleanUp();
289 $this->cleanUp();
341 protected function cleanUp() { function in Drupal\\KernelTests\\Core\\Database\\TransactionTest
402 $this->cleanUp();
419 $this->cleanUp();
437 $this->cleanUp();
[all …]
/dports/sysutils/terraform-switcher/terraform-switcher-0.13.1201/lib/
H A Dfiles_test.go66 cleanUp(installLocation)
103 cleanUp(installLocation)
139 cleanUp(installLocation)
152 cleanUp(installLocation)
171 cleanUp(installLocation)
240 cleanUp(installLocation)
293 cleanUp(installLocation)
326 cleanUp(test_dir_path)
327 cleanUp(installLocation)
358 cleanUp(installLocation)
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt4/dbusaddons/
H A Dfcitxqtinputcontextproxy_p.h42 cleanUp(); in serviceUnregistered()
55 cleanUp(); in recheck()
59 void cleanUp() { in cleanUp() function
79 cleanUp(); in createInputContext()
93 cleanUp(); in createInputContext()
123 cleanUp(); in createInputContextFinished()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt5/dbusaddons/
H A Dfcitxqtinputcontextproxy_p.h29 cleanUp(); in FcitxQtInputContextProxyPrivate()
52 cleanUp(); in recheck()
56 void cleanUp() { in cleanUp() function
76 cleanUp(); in createInputContext()
90 cleanUp(); in createInputContext()
120 cleanUp(); in createInputContextFinished()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/fcitx5-qt/qt6/dbusaddons/
H A Dfcitxqtinputcontextproxy_p.h29 cleanUp(); in FcitxQtInputContextProxyPrivate()
52 cleanUp(); in recheck()
56 void cleanUp() { in cleanUp() function
76 cleanUp(); in createInputContext()
90 cleanUp(); in createInputContext()
120 cleanUp(); in createInputContextFinished()
/dports/math/libmesh/libmesh-1.6.2/contrib/tecplot/tecio/tecsrc/
H A Dq_msg.cpp199 Boolean_t cleanUp = TRUE; in Warning() local
208cleanUp = FALSE; // ...this boolean allows us to "carefully" cast away the const'ness in Warning()
226 if (cleanUp) in Warning()
281 Boolean_t cleanUp = TRUE; in PostErrorMessage() local
285 cleanUp = FALSE; // ...this boolean allows us to "carefully" cast away the const'ness in PostErrorMessage()
304 if (cleanUp) in PostErrorMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/
H A DKeyboardHideHelper.java47 cleanUp(); in KeyboardHideHelper()
70 cleanUp(); in monitorForKeyboardHidden()
96 cleanUp(); in onGlobalLayout()
114 private void cleanUp() { in cleanUp() method in KeyboardHideHelper
/dports/devel/py-fixtures/fixtures-3.0.0/fixtures/
H A Dfixture.py100 def cleanUp(self, raise_first=True): member in Fixture
206 errors = [err] + self.cleanUp(raise_first=False)
241 self.cleanUp()
270 self.addCleanup(fixture.cleanUp)
398 def cleanUp(self): member in MethodFixture
399 super(MethodFixture, self).cleanUp()

12345678910>>...98