Home
last modified time | relevance | path

Searched refs:progress (Results 26 – 50 of 435) sorted by relevance

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOperation.php76 public $progress; variable in Google\\Service\\Compute\\Operation
301 public function setProgress($progress) argument
303 $this->progress = $progress;
310 return $this->progress;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DOperation.php76 public $progress; variable in Google\\Service\\DeploymentManager\\Operation
301 public function setProgress($progress) argument
303 $this->progress = $progress;
310 return $this->progress;
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php57 private $progress; variable in Google\\Http\\MediaFileUpload
97 $this->progress = 0;
117 return $this->progress;
130 $chunk = substr($this->data, $this->progress, $this->chunkSize);
133 $lastBytePos = $this->progress + strlen($chunk) - 1;
135 'content-range' => "bytes $this->progress-$lastBytePos/$this->size",
178 $this->progress = $range_array[1] + 1;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItemStatus.php132 public function setProgress(ApproximateProgress $progress) argument
134 $this->progress = $progress;
141 return $this->progress;
/plugin/batchedit/
H A Dengine.php523 @unlink(self::getFileName($id, 'progress'));
919 private $progress; variable in BatcheditProgress
926 $this->fileName = BatcheditSessionCache::getFileName($sessionId, 'progress');
929 $this->progress = 0;
941 $this->progress += $progressDelta;
952 $progress = @filesize($this->fileName);
954 if ($progress === FALSE) {
958 if ($progress <= self::SCALE) {
959 return array(self::SEARCH, $progress);
962 return array(self::APPLY, $progress
[all...]
/plugin/statdisplay/
H A Dstyle.css1 div.statdisplay-progress {
8 div.statdisplay-progress span {
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.min.js1progress&&"function"==typeof g.progress&&void 0===g._progress&&(g._progress=g.progress,g.progress=…
H A Ddataloader.js197 …if ( options.progress !== undefined && typeof( options.progress ) === 'function' && options._progr…
198 options._progress = options.progress;
199 options.progress = function( percent ) { function
543 if ( options.progress !== undefined && typeof( options.progress ) === 'function' ) {
546 options.progress.call( this, complete );
/plugin/elasticsearch/vendor/react/promise/src/
H A DLazyPromise.php38 public function progress(callable $onProgress) function in React\\Promise\\LazyPromise
40 return $this->promise()->progress($onProgress);
H A DExtendedPromiseInterface.php87 * Registers a handler for progress updates from promise. It is a shortcut for:
97 public function progress(callable $onProgress); function
/plugin/html5video2/
H A Dprint.css114 div.dokuwiki .vjs-default-skin div.vjs-progress-control {
119 div.dokuwiki .vjs-default-skin .vjs-progress-holder {
122 div.dokuwiki .vjs-default-skin .vjs-progress-holder .vjs-play-progress,
123 div.dokuwiki .vjs-default-skin .vjs-progress-holder .vjs-load-progress { /* Progress Bars */
127 div.dokuwiki .vjs-default-skin .vjs-play-progress {
130 div.dokuwiki .vjs-default-skin .vjs-load-progress {
H A Dstyle.css827 .video-js .vjs-progress-control {
853 .video-js .vjs-progress-holder {
859 .video-js .vjs-progress-control .vjs-progress-holder {
863 .video-js .vjs-progress-control:hover .vjs-progress-holder {
867 .video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
871 .video-js .vjs-progress-holder .vjs-play-progress,
872 .video-js .vjs-progress-holder .vjs-load-progress,
873 .video-js .vjs-progress-holder .vjs-load-progress div {
882 .video-js .vjs-play-progress {
893 .video-js .vjs-load-progress {
[all …]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php145 var $progress; variable in PHPUnit_GUI_Gtk
374 $this->progress =& new GtkProgressBar(new GtkAdjustment(0, 0, 1, .1, 1, 0));
377 $this->progress->set_show_text(true);
379 return $this->progress;
729 $this->progress->set_percentage($percentage);
/plugin/redproject/
H A Dsyntax.php54 $progress = $p * 100;
55 return round($progress, 1);
204 $progress = $this->getPercent($diffIssue,$issueTotal['total_count']);
212 aria-valuemin="0" aria-valuemax="100" style="width:'.$progress.'%">';
213 $renderer->doc .= '<span class="doku">'.$progress.'% Complete</span>';
/plugin/abc2/abc-libraries/abcjs/
H A Dabcjs-midi.css88 .abcjs-inline-midi .abcjs-midi-progress-background {
100 .abcjs-inline-midi .abcjs-midi-progress-indicator {
153 .abcjs-large .abcjs-midi-progress-background {
157 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md29 * [ExtendedPromiseInterface::progress()](#extendedpromiseinterfaceprogress)
52 * [Progress event forwarding](#progress-event-forwarding)
107 The deprecated `notify` method is for progress notification.
156 Triggers progress notifications, to indicate to consumers that the computation
157 is making progress toward its result.
189 The `then()` method registers new fulfilled, rejection and progress handlers
197 triggers progress notifications and passed a single argument (whatever it
198 wants) to indicate progress.
325 #### ExtendedPromiseInterface::progress()
330 $promise->progress(callabl
[all...]
H A DCHANGELOG.md104 * Mark legacy progress support / notification API as deprecated
181 * Add new `progress()` method (part of the `ExtendedPromiseInterface`).
182 * Rename `Deferred::progress` to `Deferred::notify` to avoid confusion with
183 `ExtendedPromiseInterface::progress` (a `Deferred::progress` alias is
/plugin/bootswrapper/exe/help/
H A Dbar.txt1 progress.txt
H A Dmenu.txt21 * [[progress-bar]]
/plugin/abc2/
H A Dstyle.css107 .abcjs-inline-midi .abcjs-midi-progress-background {
119 .abcjs-inline-midi .abcjs-midi-progress-indicator {
172 .abcjs-large .abcjs-midi-progress-background {
176 .abcjs-large .abcjs-midi-progress-indicator {
/plugin/move/admin/
H A Dmain.php200 $progress = $this->plan->getProgress();
213 echo '<div class="progress" data-progress="' . $progress . '">' . $progress . '%</div>';
/plugin/sync/lang/en/
H A Dsync.txt3 The synchronization process has been initiated. Check the progress below.
/plugin/sync/lang/fr/
H A Dsync.txt3 Check the progress below.Le processus de synchronisation a été lancé. Vérifier l'état d'avancement …
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt62 --columns <n> Number of columns to use for progress output.
63 --columns max Use maximum number of columns for progress output.
78 --teamcity Report test execution progress in TeamCity format.
79 --testdox Report test execution progress in TestDox format.
H A Dhelp2.phpt63 --columns <n> Number of columns to use for progress output.
64 --columns max Use maximum number of columns for progress output.
79 --teamcity Report test execution progress in TeamCity format.
80 --testdox Report test execution progress in TestDox format.

12345678910>>...18