Home
last modified time | relevance | path

Searched refs:pos (Results 426 – 450 of 1609) sorted by last modified time

1...<<11121314151617181920>>...65

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php72 private $pos; variable in phpseclib3\\Net\\SFTP\\Stream
332 $this->pos += strlen($result);
364 $this->pos += strlen($data);
365 if ($this->pos > $this->size) {
366 $this->size = $this->pos;
380 return $this->pos;
418 $offset += $this->pos;
424 $this->pos = $offset;
559 $this->pos = 0;
572 if (isset($this->entries[$this->pos])) {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php141 if (false !== ($pos = strpos($userInfo, ':'))) {
142 return $uri->withUserInfo(substr($userInfo, 0, $pos), '***');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php21 private $pos = 0; variable in GuzzleHttp\\Psr7\\AppendStream
77 $this->pos = $this->current = 0;
96 $this->pos = $this->current = 0;
110 return $this->pos;
161 $this->pos = $this->current = 0;
174 while ($this->pos < $offset && !$this->eof()) {
175 $result = $this->read(min(8096, $offset - $this->pos));
217 $this->pos += strlen($buffer);
H A DUtils.php129 $pos = $stream->tell();
131 if ($pos > 0) {
141 $stream->seek($pos);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php162 $pos = 2 * $i;
163 $npoints[$pos] = $p;
164 $nscalars[$pos] = $this->factory->newInteger($k1);
166 $pos++;
167 $npoints[$pos] = $beta;
168 $nscalars[$pos] = $this->factory->newInteger($k2);
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php831 $pos = strpos($s, ' ');
832 if ($pos !== false) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php208 $pos = $match[0][1];
209 …$format = Utils::substr($format, 0, $pos) . '%c' . $match[1][0] . '%c' . Utils::substr($format, $p…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1172 $pos = 0;
1180 while ($pos < $len) {
1181 $temp = ord($content[$pos++]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3134 $pos = strlen($match) ? strpos($this->interactiveBuffer, $match) : false;
3135 if ($pos !== false) {
3136 return Strings::shift($this->interactiveBuffer, $pos + strlen($match));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php64 public $pos; variable in Google\\Service\\ShoppingContent
1954 'pos',
1958 'path' => 'pos/batch',
1962 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}',
1982 'path' => '{merchantId}/pos/{targetMerchantId}/store/{storeCode}',
2002 'path' => '{merchantId}/pos/{targetMerchantId}/store',
2017 'path' => '{merchantId}/pos/{targetMerchantId}/inventory',
2032 'path' => '{merchantId}/pos/{targetMerchantId}/store',
2047 'path' => '{merchantId}/pos/{targetMerchantId}/sale',
/plugin/a2s/
H A Dsyntax.php72 * @param int $pos The position in the document
76 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/foldablelist/
H A Dsyntax.php64 * @param int $pos The position in the document
68 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/c3chart/assets/
H A Djs-yaml.min.js2pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=function(e,t){if(t=Objec…
/plugin/c3chart/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/vshare/syntax/
H A Dvideo.php65 public function handle($match, $state, $pos, Doku_Handler $handler)
63 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Ddebug.php40 public function handle($match, $state, $pos, Doku_Handler $handler)
38 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/instructions/
H A Dsyntax.php31 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/translate/
H A Daction.php155 $pos = $form->findPositionByType('textarea');
156 if ($pos===false) return;
160 $pos = $form->findElementByType('wikitext');
161 if ($pos===false) return;
173 $pos++;
174 $form->addTagClose('div', $pos++);
186 $form->addTagClose('div', $pos++);
187 $form->addTagOpen('div', $pos++)->addClass('clearer');
188 $form->addTagClose('div', $pos++);
198 $pos++;
[all …]
/plugin/tablelayout/
H A Dsyntax.php59 * @param int $pos The position in the document
64 public function handle($match, $state, $pos, Doku_Handler $handler) argument
/plugin/gemini/
H A Drenderer.php35 public function header($text, $level, $pos) argument
443 public function table_open($maxcols = null, $numrows = null, $pos = null) argument
451 public function table_close($pos = null) argument
/plugin/layeranimation/syntax/
H A Ditem.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
53 $handler->_addCall('cdata',array($match), $pos);
H A Danimation.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
60 return array('animation__start', $option, $pos);
65 return array('animation__end', null, $pos + strlen($match));
80 list($instr, $data, $pos) = $input;
88 …xists($renderer, "finishSectionEdit") ? ' ' . $renderer->startSectionEdit($pos, array( 'target' =>…
95 … if ( method_exists($renderer, "finishSectionEdit") ) { $renderer->finishSectionEdit($pos); }
H A Dlayer.php41 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/lms/syntax/
H A Dinclude.php54 public function handle($match, $state, $pos, Doku_Handler $handler)
52 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dlms.php54 public function handle($match, $state, $pos, Doku_Handler $handler)
52 handle($match, $state, $pos, Doku_Handler $handler) global() argument

1...<<11121314151617181920>>...65