Home
last modified time | relevance | path

Searched refs:stop (Results 426 – 450 of 580) sorted by last modified time

1...<<11121314151617181920>>...24

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/
H A DTestCase.php107 $coverage->stop(
116 $coverage->stop(
125 $coverage->stop(
134 $coverage->stop(
171 $coverage->stop(
180 $coverage->stop(
210 $coverage->stop(
219 $coverage->stop(
278 $coverage->stop();
314 $coverage->stop();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DCodeCoverageTest.php118 $this->coverage->stop(null);
126 $this->coverage->stop(true, null);
/plugin/findologicxmlexport/vendor/phpunit/php-timer/tests/
H A DTimerTest.php21 $this->assertInternalType('float', PHP_Timer::stop());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dstop-on-warning-via-cli.phpt2 phpunit --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
6 $_SERVER['argv'][2] = '--stop-on-warning';
H A Dstop-on-warning-via-config.phpt2 phpunit -c ../_files/configuration_stop_on_warning.xml --stop-on-warning StopOnWarningTestSuite ./t…
7 $_SERVER['argv'][3] = '--stop-on-warning';
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE47 …eserves the right to release the Work under different license terms or to stop distributing the Wo…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md129 - Serialize doctrine entities load linked entities even if the max depth should stop this behavior …
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst53 negative then the sequence will stop that many elements from the end of the
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php275 public function stop($append = true, $linesToBeCovered = [], array $linesToBeUsed = []) function in SebastianBergmann\\CodeCoverage\\CodeCoverage
291 $data = $this->driver->stop();
751 $stop = false;
780 $stop = true;
786 $stop = true;
882 if ($stop) {
884 $stop = false;
1088 $coverage = $this->driver->stop();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Driver/
H A DDriver.php51 public function stop(); function
H A DPHPDBG.php55 public function stop() function in SebastianBergmann\\CodeCoverage\\Driver\\PHPDBG
H A DXdebug.php65 public function stop() function in SebastianBergmann\\CodeCoverage\\Driver\\Xdebug
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md26 $time = PHP_Timer::stop();
/plugin/findologicxmlexport/vendor/phpunit/php-timer/src/
H A DTimer.php48 public static function stop() function in PHP_Timer
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php187 $time = PHP_Timer::stop();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2145.phpt2 --stop-on-failure fails to stop on PHP 7
8 $_SERVER['argv'][3] = '--stop-on-error';
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md43 $coverage->stop();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e0…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md71 …ttps://github.com/sebastianbergmann/phpunit/issues/2145): `--stop-on-failure` fails to stop on PHP…
/plugin/metaeditor/
H A Djstree.js2493 d.children(".jstree-children").stop(true, true);
2509 .children(".jstree-children").stop(true, true)
2601 .children(".jstree-children").stop(true, true).slideUp(animation, function () {
6111 $(document).off("mouseup.vakata.jstree touchend.vakata.jstree", $.vakata.dnd.stop);
6148 if(vakata_dnd.is_drag) { $.vakata.dnd.stop({}); }
6173 $(document).on("mouseup.vakata.jstree touchend.vakata.jstree", $.vakata.dnd.stop);
6276 stop : function (e) { method in $.vakata.dnd
/plugin/likeit/
H A Daction.php54 $stop=strpos($found[$input_index+1],">");
55 if ($stop === FALSE) {
59 $olduserlist = substr($found[$input_index+1],0,$stop);
75 if($stop == 0){
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js167 pnotify.stop(true);
H A Djquery.pnotify.min.js16 …r:function(l){a.nonblock&&l.stopPropagation();a.mouse_reset&&g=="out"&&(b.stop(true),g="in",b.css(…
/plugin/inlineedit/
H A Daction.php85 $stop=strpos($found[$index+1],"</inlineedit>");
86 if ($stop === FALSE) {
90 $oldstr = substr($found[$index+1],0,$stop);
94 if($stop == 0){
/plugin/datepicker/
H A Daction.php103 $stop=strpos($found[$datecount_range+1],">");
104 if ($stop === FALSE) {
107 else if ($stop > 0) {
108 $olddatestr=substr($found[$datecount_range+1],0,$stop);
111 else if ($stop == 0) {

1...<<11121314151617181920>>...24