Home
last modified time | relevance | path

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

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DCopyBackupMetadata.php68 public function setProgress(OperationProgress $progress) argument
70 $this->progress = $progress;
77 return $this->progress;
H A DCreateBackupMetadata.php82 public function setProgress(OperationProgress $progress) argument
84 $this->progress = $progress;
91 return $this->progress;
H A DOptimizeRestoredDatabaseMetadata.php46 public function setProgress(OperationProgress $progress) argument
48 $this->progress = $progress;
55 return $this->progress;
H A DRestoreDatabaseMetadata.php102 public function setProgress(OperationProgress $progress) argument
104 $this->progress = $progress;
111 return $this->progress;
H A DUpdateDatabaseDdlMetadata.php73 public function setProgress($progress) argument
75 $this->progress = $progress;
82 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/guzzlehttp/guzzle/
H A DCHANGELOG.md384 * Added a "progress" event so that you can get upload and download progress
1336 * Added the ability to set arbitrary curl options on requests (disable_wire, progress, etc.). See C…
H A DUPGRADING.md513 - `curl.callback.progress` has been removed. Use a custom `StreamInterface` to
/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/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md94 …psalm --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format…
/plugin/authnc/
H A DREADME.md6 **This is mostly work in progress**
/plugin/avtaskbox/
H A DREADME.md41 * Fix broken blank image in progress bar.
H A Dsyntax.php105 …$progress = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? intval(preg_replace('[^0-9]', '…
110 if ($progress<0) {
111 $progress=0;
113 if ($progress>100) {
114 $progress=100;
116 $sizeLeft = 100-$progress;
121progress <= 0 ? '' : '<span style="margin:0;padding:0;background-color:#74a6c9; height:8px; width:…
125 …$resultStr .= '<tr><td><span style="float:right;font-size:0.9em;">('.$progress.'%'.$estimate.') '.…
/plugin/backup/
H A DCHANGELOG.md30 - [BT-39] - When the backup completes, we now hide the "backup progress" text
/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...]
H A Dinterface.css231 #batchedit #be-mainform #be-progress {
H A Dinterface.js286 var $progress = jQuery('#be-progress');
289 $progress.text(data.operation).width((data.progress / 10) + "%");
299 if (hidden && data.progress < 400) {
H A Dserver.php36 case 'progress':
81 $progress = new BatcheditProgress($_REQUEST['session']);
83 list($operation, $progress) = $progress->get();
89 $this->sendResponse(array('operation' => $this->getProgressLabel($operation), 'progress' => $progress));
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt120 …4:13. Now this was not the beginning, but an increase, and progress of heathenish and foreign mann…
H A DGalatians.txt14 …1:14. And I made progress in the Jew's religion above many of my equals in my own nation, being mo…
/plugin/bootswrapper/exe/help/
H A Dbar.txt1 progress.txt
H A Dmenu.txt21 * [[progress-bar]]
H A Dprogress.txt11 <progress>
13 </progress>
18 <progress>
20 </progress>
27 <progress>
29 </progress>
43 <progress>
47 <progress>
51 <progress>
55 <progress>
[all …]
/plugin/chat/
H A Dlocal.php.dist9 $conf['chat']['show-progress'] = true; // display info bar
H A Dreadme.txt14 In the info-bar you can see the AJAX engine progress.
136 * Added ''$conf['chat']['show-progress']'' for enabling info bar

12345678910>>...18