Home
last modified time | relevance | path

Searched refs:pos (Results 51 – 75 of 1609) sorted by path

12345678910>>...65

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js515 var pos = 0
23090 pos = 0;
29625 this.pos = pos;
29755 pos = data.pos;
29792 data.pos = pos;
29799 pos = data.pos;
29806 ret = data.slice(data.pos, data.pos + length);
29807 data.pos = pos;
65341 pos = 2;
65348 pos += this.data.readUInt16BE(pos);
[all …]
H A Dpdfmake.min.js14pos=a,this.parse(),this.name.postscriptName===e)return;throw new Error("Font "+e+" not found in TT…
15pos=this.offset,e=this.file.head.indexToLocFormat,0===e?this.offsets=function(){var e,r,i;for(i=[]…
16pos=8,this.palette=[],this.imgData=[],this.transparency={},this.text={};;){switch(n=this.readUInt3…
H A Dpdfmake.min.js.map1pos","item","equals","inspect","match","join","indexOf","val","byteOffset","arrayIndexOf","foundIn…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1664 function prep_blob(blob, pos) { argument
1665 blob.l = pos;
9414 Directory[val.pos] = val;
H A Dxlsx.min.js3 … "+hexstr+" saw "+m;this.l+=hexstr.length>>1}function prep_blob(blob,pos){blob.l=pos;blob.read_shi… argument
8 …k;case"Prot4Rev":case"Prot4RevPass":break;case"BoundSheet8":{Directory[val.pos]=val;opts.snames.pu…
H A Dxlsx.min.map1 …teUInt16LE","writeUInt32LE","writeDoubleLE","writeInt32LE","hexstr","fld","pos","write_shift","par…
/plugin/amcharts/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/anewssystem/
H A Ddropdowncontent.js115 init:function(anchorid, pos, glidetime, revealbehavior){ argument
124 subobj.dropposition=pos.split("-")
H A Dsyntax.php46 function handle($match, $state, $pos,Doku_Handler &$handler) { argument
/plugin/annotate/
H A Danno.php70 function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/approve/syntax/
H A Dtable.php29 function handle($match, $state, $pos, Doku_Handler $handler){
27 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/articlelinks/
H A Dsyntax.php46 * @param int $pos The position in the document
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
/plugin/asana/syntax/
H A DAsanaSyntax.php51 * @param int $pos The position in the document
55 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
/plugin/asciimath/
H A Dasciimathml148r.js701 var pos = []; // positions of commas
705 pos[i] = [];
715 pos[i][pos[i].length]=j;
716 if (matrix && i>1) matrix = pos[i].length == pos[i-2].length;
728 if (typeof pos[i][k] != "undefined" && j==pos[i][k]){
/plugin/authg2fa/
H A Daction.php32 $pos = $event->data->findElementByAttribute('type', 'submit');
34 $pos = $pos-1;
35 …$event->data->insertElement($pos, form_makePasswordField('t', $this->getLang('g2fa'), '', 'block')…
/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php68 if ($pos = strpos($this->url, '?')) {
69 return substr($this->url, 0, $pos);
80 if ($pos = strpos($this->url, '?')) {
81 $queryStr = substr($this->url, $pos + 1);
/plugin/authgoogle2fa/
H A Daction.php26 $pos = $event->data->findElementByAttribute('type', 'submit');
27 $event->data->replaceElement($pos-1, $twofa_form);
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php432 if (false !== $pos = strrpos($class, '\\')) {
434 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
435 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php601 $pos = $offset;
603 $constructed = (\ord($der[$pos]) >> 5) & 0x01;
604 $type = \ord($der[$pos++]) & 0x1f;
607 $len = \ord($der[$pos++]);
611 while ($n-- && $pos < $size) {
612 $len = ($len << 8) | \ord($der[$pos++]);
619 $data = \substr($der, $pos, $len - 1);
620 $pos += $len - 1;
622 $data = \substr($der, $pos, $len);
623 $pos += $len;
[all …]
/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/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php831 $pos = strpos($s, ' ');
832 if ($pos !== false) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php141 if (false !== ($pos = strpos($userInfo, ':'))) {
142 return $uri->withUserInfo(substr($userInfo, 0, $pos), '***');
H A DSeekException.php13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
16 $msg = $msg ?: 'Could not seek the stream to position ' . $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);

12345678910>>...65