Home
last modified time | relevance | path

Searched refs:offset (Results 201 – 225 of 852) sorted by relevance

12345678910>>...35

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php48 * Try to get token in buffer at offset position.
51 * @param integer $offset
54 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
55 if ($token = $this->matchCharacters($buffer, $offset, $this->_tokenChars)) {
58 if ($token = $this->matchPatterns($buffer, $offset, $this->_tokenPatterns)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php231 $offset = $publicLength + 4;
237 … $flavour = trim(preg_replace('#Key-Derivation: (.*)#', '$1', $key[$offset++]));
238 … $memory = trim(preg_replace('#Argon2-Memory: (\d+)#', '$1', $key[$offset++]));
239 … $passes = trim(preg_replace('#Argon2-Passes: (\d+)#', '$1', $key[$offset++]));
240 … $parallelism = trim(preg_replace('#Argon2-Parallelism: (\d+)#', '$1', $key[$offset++]));
241 … $salt = Hex::decode(trim(preg_replace('#Argon2-Salt: ([0-9a-f]+)#', '$1', $key[$offset++])));
263 $privateLength = trim(preg_replace('#Private-Lines: (\d+)#', '$1', $key[$offset++]));
264 …$private = Base64::decode(implode('', array_map('trim', array_slice($key, $offset, $privateLength)…
275 $hmac = trim(preg_replace('#Private-MAC: (.+)#', '$1', $key[$offset + $privateLength]));
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt434 ['offset']=>integer() //
442 ['offset']=>integer() //
446 ['offset']=>integer() //
1114 ['offset']=>integer() //
1488 ['offset']=>integer() //
1499 ['offset']=>integer() //
1504 ['offset']=>integer() //
1510 ['offset']=>integer() //
1525 ['offset']=>integer() //
2075 ['offset']=>integer() //
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dinternet_globe.svg1offset="0" stop-color="#fdc125"/><stop offset="1" stop-color="#d03604"/></linearGradient><linearGr…
H A Dactive_directory.svg1offset="0" stop-color="#0274fc"/><stop offset="1" stop-color="#96cefe"/></linearGradient><linearGr…
H A Dserver_farm.svg1offset="0" stop-color="#05239a"/><stop offset="1" stop-color="#91bcf8"/></linearGradient><linearGr…
H A Dwiki_site.svg1offset="0" stop-color="#fe5d02"/><stop offset="1" stop-color="#fff835"/></linearGradient><linearGr…
/plugin/sql2wiki/action/
H A Dsqlite.php122 $offset = 0;
127 $updated_content = substr_replace($page_content, $wrapped_tag, $pos + $offset, strlen($match));
128 $offset = strlen($updated_content) - strlen($page_content);
135 $offset = 0;
172 $updated_content = substr_replace($page_content, $query_result_csv, $start + $offset, $length);
173 $offset = strlen($updated_content) - strlen($page_content);
/plugin/nspages/printers/
H A DprinterTree.php232 public function offsetSet($offset, $value) { argument
235 public function offsetExists($offset) { argument
236 return $offset == "sort";
238 public function offsetUnset($offset) { argument
241 public function offsetGet($offset) { argument
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php53 public function seek($offset, $whence = SEEK_SET) argument
56 $byte = $offset;
58 $byte = $offset + $this->tell();
64 $byte = $size + $offset;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DFixedReader.php65 foreach ($this->subSections as $offset => list($startObject, $objectCount)) {
67 $position = $offset + 20 * ($objectNumber - $startObject);
188 foreach ($subSections as $offset => list($startObject, $objectCount)) {
189 $this->subSections[$offset] = [$startObject - 1, $objectCount];
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.legend.php37 $this->offset(units2pt(LEGEND_HORIZONTAL_OFFSET) + $this->get_extra_left(),
40 $parent->offset(0, -$height/2);
44 $parent->content[$i]->offset(0, -$height/2);
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js5 …startContainer.type==CKEDITOR.NODE_TEXT&&(this.textNode=a.startContainer,this.offset=a.startOffset-
6 …:!1}}function q(a,b){var d=c.createRange();d.setStart(a.textNode,b?a.offset:a.offset+1);d.setEndAt…
7offset)this.offset--;else if(b&&this.offset<b.getLength()-1)this.offset++;else{for(b=null;!b&&!(b=…
8 … null}else d=b[0],b=b[b.length-1],a.setStart(d.textNode,d.offset),a.setEnd(b.textNode,b.offset+1);…
14 …tartAt(c.editable(),CKEDITOR.POSITION_AFTER_START);g.setEnd(h.textNode,h.offset);h=g;p=q(p);h.trim…
24 …n(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?this.textNode.getText…
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js5 …n(){return{textNode:this.textNode,offset:this.offset,character:this.textNode?this.textNode.getText…
6 …,this.offset=a.startOffset-1);this._={matchWord:b,walker:c,matchBoundary:!1}}function y(a,b){var d…
7 a.offset+1);d.setEndAt(c.editable(),CKEDITOR.POSITION_BEFORE_END);return d}function r(a){var b=c.ge…
8offset)this.offset--;else if(b&&this.offset<b.getLength()-1)this.offset++;else{for(b=null;!b&&!(b=…
9 … null}else d=b[0],b=b[b.length-1],a.setStart(d.textNode,d.offset),a.setEnd(b.textNode,b.offset+1);…
15 …tartAt(c.editable(),CKEDITOR.POSITION_AFTER_START);m.setEnd(g.textNode,g.offset);g=m;p=y(p);g.trim…
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DZip.php103 @fseek($this->fh, $centd['offset']);
146 $pos_entry = $cdir['offset']; // begin of the central file directory
154 fseek($this->fh, $header['offset']); // seek to beginning of file header
320 $offset = $this->dataOffset();
379 ), $offset + self::LOCAL_FILE_HEADER_CRC_OFFSET);
385 $offset,
424 $offset = $this->dataOffset();
447 $offset,
476 $offset = $this->dataOffset();
489 $offset)); // offse
812 writebytesAt($data, $offset) global() argument
907 makeCentralFileRecord($offset, $ts, $crc, $len, $clen, $name, $comp = null) global() argument
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.misc.pdf.php65 foreach ($info['pdf']['xref']['offset'] as $objectNumber => $offset) {
70 $this->fseek($offset);
75 $this->fseek($offset + strlen($matches[0]));
92 $this->error('Unexpected structure "'.$line.'" at offset '.$offset);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php140 public function seek($offset, $whence = SEEK_SET) argument
161 while ($this->pos < $offset && !$this->eof()) {
162 $this->read(min(8096, $offset - $this->pos));
165 return $this->pos == $offset;
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php60 function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
75 function mb_stripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_stripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
87 function mb_strripos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strripos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
90 function mb_strrpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null): int|false { return p\Mbstring::mb_strrpos((string) $haystack, (string) $needle, (int) $offset, $encoding); } argument
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js1025 offset: { class in AmCharts._this.capture.group
1046 offset: { class in AmCharts._this.capture.group
1063 offset.height = group.legend.height > offset.height ? group.legend.height : offset.height;
1356 group.offset.x = offset.x;
1357 group.offset.y = offset.y;
1363 group.offset.y += offset.pY;
1367 group.offset.y += offset.pY;
1420 group.offset.x = offset.x;
1421 group.offset.y = offset.y + offset.pY;
1446 tmp.top = offset.height - group.offset.height - group.offset.bottom;
[all …]
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DSecure_Building.svg1offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#a7a9ac"/></linearGradient><use xlin…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php32 * current offset
51 * @param integer $offset start offset
53 * @return integer new offset
55 public function scan(array &$target, string $string, int $offset = 0): int { argument
57 $this->_offset = $offset;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DPdfDate.php18 * HH The absolute value of the offset from UT in hours specified as 00 to 23.
19 * mm The absolute value of the offset from UT in minutes specified as 00 to 59.
26 $offset = substr($z, 0, 3) . "'" . substr($z, 3, 2) . "'"; // +02'00'
27 return date('YmdHis', $date) . $offset;
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DIPatchSupport.php42 * @param int $offset
45 function patch($data, $rangeType, $offset = null); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DIPatchSupport.php42 * @param int $offset
45 function patch($data, $rangeType, $offset = null); argument
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js102 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
120 FCKDragTableHandler._MinimumX = minX + offset.x ;
121 FCKDragTableHandler._MaximumX = maxX + offset.x ;
312 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
313 mouseX -= offset.x ;
314 mouseY -= offset.y ;
376 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
377 mouse.x += offset.x ;
378 mouse.y += offset.y ;
432 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
[all …]

12345678910>>...35