Home
last modified time | relevance | path

Searched refs:progress (Results 51 – 75 of 435) sorted by relevance

12345678910>>...18

/plugin/pixelyear/
H A Dplugin.info.txt6 desc Outputs a colour coded chart displaying progress throughout a year
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml16 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md102 progress | | Set this to function reference to track progress of the load. The function will be pas…
198 * "progress"
221 "progress": function( totalPercent, filePercent, url ) {
311 * Added "progress" handler, which can be used to monitor data load progress
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml21 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml18 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/progrecss/
H A Dplugin.info.txt6 desc Prints CSS-based progress bars with <progrecss x% /> or <progrecss x/y />
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml16 - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml18 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml21 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/authgoogle/google/contrib/
H A DGoogle_CoordinateService.php580 public $progress; variable in Google_JobState
625 public function setProgress( $progress) { argument
626 $this->progress = $progress;
629 return $this->progress;
/plugin/statdisplay/
H A Dcli.php59 $this->info(sprintf('%.2f%%', $helper->progress()));
/plugin/photogallery/lightGallery/js/
H A Dlg-autoplay.js86 _this.progress();
111 Autoplay.prototype.progress = function() { method in Autoplay
H A Dlg-autoplay.min.js4progress(),a.core.s.autoplay&&a.startlAuto(),a.$el.on("onDragstart.lg.tm touchstart.lg.tm",functio… method in c
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php123 'progress',
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml27 - composer update --no-interaction --no-progress --no-suggest --prefer-dist $COMPOSER_FLAGS
/plugin/elasticsearch/vendor/react/promise/src/
H A DFulfilledPromise.php63 public function progress(callable $onProgress) function in React\\Promise\\FulfilledPromise
H A DDeferred.php61 public function progress($update = null) function in React\\Promise\\Deferred
H A DRejectedPromise.php71 public function progress(callable $onProgress) function in React\\Promise\\RejectedPromise
/plugin/confmanager/
H A Dstyle.css138 #confmanager .progress {
147 #confmanager .progress .bar {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php476 $progress = $options['progress'];
477 if (!is_callable($progress)) {
483 $conf[CURLOPT_PROGRESSFUNCTION] = function () use ($progress) {
489 call_user_func_array($progress, $args);
/plugin/docsearch/conf/
H A Dconverter.php.dist8 # progress it uses a given set of external tools to convert it.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml31 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au…
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java475 void onProgress(int progress); in onProgress() argument
556 progress(); in post()
564 progress(); in post()
569 private void progress() { in post()
680 public void onProgress(int progress) { in actionPerformed()
681 setProgress(progress); in actionPerformed()
698 public void onProgress(int progress) { in actionPerformed()
699 setProgress(progress); in actionPerformed()
741 int progress = (Integer) evt.getNewValue(); in actionPerformed()
742 editor.status("Uploaded "+progress+"%"); in actionPerformed()
/plugin/chat/
H A Dlocal.php.dist9 $conf['chat']['show-progress'] = true; // display info bar
/plugin/move/script/
H A Dprogress.js4 // initialize the progress bar
5 var $progressbar = $this.find('.progress');
8 value: $progressbar.data('progress')
50 $progressbar.progressbar('option', 'value', data.progress);
75 // move in progress, no more preview

12345678910>>...18