Home
last modified time | relevance | path

Searched refs:offset (Results 26 – 50 of 852) sorted by last modified time

12345678910>>...35

/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2647 /* bit offset */
2772 blob.l = offset + 4;
23172 var exp = (buf[offset + 15] & 127) << 7 | buf[offset + 14] >> 1;
23174 for (var j = offset + 13; j >= offset; --j)
23181 buf[offset + 15] |= exp >> 7;
23481 if (offset == 0)
26048 if(header > 0) offset = 0;
26183 var offset = +!o.skipHeader;
26205 if(dense && !ws[_R + R + offset]) ws[_R + R + offset] = [];
26484 if(header > 0) offset = 0;
[all …]
/plugin/imapmarkers/
H A Djquery.imagemapster.js1407 renderShape: function (context, mapArea, offset) { argument
1409 c = mapArea.coords(null, offset);
1508 var offset = s.options.strokeWidth === 1 ? 0.5 : 0;
1521 me.renderShape(shapeContext, s.mapArea, offset);
3333 coords: function (offset) { argument
3336 coords = coords.concat(el.coords(offset));
3490 coords: function (offset) { argument
3492 return offset ? e : e + offset;
3550 pos = container.offset();
3559 pos = $(image).offset();
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php53 $offset = 0, argument
83 $offset,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php185 $offset = 0;
188 while ($offset < $wl) {
189 $p = mb_strpos($entry, '/', $offset, 'UTF-8');
195 $offset = $p + 1;
H A DMpdf.php7314 // NB If change marker-offset, also need to alter in function _getListMarkerWidth
7548 $adjx += $objattr['offset'];
7552 $adjx = $objattr['offset'];
7574 // NB If change marker-offset, also need to alter in function _getListMarkerWidth
7580 // Use these lines to set as marker-offset, right-aligned - default
10539 $offset = ((sin(deg2rad($angle))) * ($szfont / Mpdf::SCALE));
10542 if ($strlen > $maxlen - $offset) {
10555 $wx = ($this->w / 2) - $adj + $offset / 3;
11534 $offset = 0;
11543 $offset
[all...]
H A DOtl.php1829 $offset = $this->read_ushort();
1830 if ($offset == 0x0000) {
1831 $SubRuleSetOffset[] = $offset;
1833 $SubRuleSetOffset[] = $subtable_offset + $offset;
1912 $offset = $this->read_ushort();
1913 if ($offset == 0x0000) {
1914 $SubClassSetOffset[] = $offset;
1916 $SubClassSetOffset[] = $subtable_offset + $offset;
2120 $offset = $this->read_ushort();
2121 if ($offset
4359 _getClassDefinitionTable($offset) global() argument
4444 _getAnchorTable($offset = 0) global() argument
4456 _getMarkRecord($offset, $MarkPos) global() argument
5956 _getClasses($offset) global() argument
[all...]
H A DOtlDump.php217 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
219 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
238 $record['offset'] = $this->read_ulong();
252 $table = $this->get_chunk($t['offset'], $t['length']);
308 $offset = isset($this->tables[$tag]['offset']) ? $this->tables[$tag]['offset'] : null;
311 return [$offset, $length];
409 function splice($stream, $offset, $value) argument
411 return substr($stream, 0, $offset)
414 _set_ushort($stream, $offset, $value) global() argument
421 _set_short($stream, $offset, $val) global() argument
1136 _getClassDefinitionTable($offset = 0) global() argument
2979 _getClasses($offset) global() argument
3979 _getAnchorTable($offset = 0) global() argument
3992 _getMarkRecord($offset, $MarkPos) global() argument
[all...]
H A DTTFontFile.php286 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
288 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
310 $record['offset'] = $this->read_ulong();
325 $table = $this->get_chunk($t['offset'], $t['length']);
389 $offset = $this->tables[$tag]['offset'];
392 return [$offset, $length];
490 function splice($stream, $offset, $value) argument
492 return substr($stream, 0, $offset) . $value . substr($stream, $offset
495 _set_ushort($stream, $offset, $value) global() argument
502 _set_short($stream, $offset, $val) global() argument
3224 _getClasses($offset) global() argument
[all...]
H A DTTFontFileAnalysis.php44 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
46 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
64 $x[$i]['offset'] = $this->read_ulong();
66 $x[$i]['format'] = $this->get_ushort($cmap_offset + $x[$i]['offset'] );
88 $x[$i]['offset'] = $this->read_ushort();
93 $N = $this->get_chunk($string_data_offset + $x[$i]['offset'] , $x[$i]['length'] );
99 $this->seek($string_data_offset + $x[$i]['offset'] );
135 $offset = $this->read_ushort();
142 $this->seek($string_data_offset + $offset);
157 $N = $this->get_chunk($string_data_offset + $offset,
[all...]
H A DUcdn.php122 $offset = ($code >> 3) & ((1 << 5) - 1);
123 $index = self::$index1[$index + $offset] << 3;
124 $offset = $code & ((1 << 3) - 1);
125 $index = self::$index2[$index + $offset];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php386 $offset = 0;
388 while (($pos = strpos($data, "ICC_PROFILE\0", $offset)) !== false) {
394 $offset = ($pos + 14 + $length);
H A DSvg.php539 if (stristr($gradient_info['color'][$i]['offset'], '%') !== false) {
540 $gradient_info['color'][$i]['offset'] = ((float) $gradient_info['color'][$i]['offset']) / 100;
542 if (isset($gradient_info['color'][($i + 1)]['offset']) && stristr($gradient_info['color'][($i + 1)]['offset'], '%') !== false) {
543 $gradient_info['color'][($i + 1)]['offset'] = ((float) $gradient_info['color'][($i + 1)]['offset']) / 100;
545 if ($gradient_info['color'][$i]['offset'] < 0) {
546 $gradient_info['color'][$i]['offset'] = 0;
548 if ($gradient_info['color'][$i]['offset'] >
[all...]
/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/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php58 $offset = substr($z, 0, 3) . ':' . substr($z, 3, 2);
59 $CreationDate = date('Y-m-d\TH:i:s') . $offset; // 2006-03-10T10:47:26-05:00 2006-06-19T09:05:17Z
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php46 $offset = $reader->getOffset();
49 while (($firstByte = $reader->getByte($offset)) !== false) {
51 $offset++;
64 $sndByte = $reader->getByte($offset + 1);
66 $offset++;
70 $offset++;
73 $reader->setOffset($offset);
74 // let's only save the byte-offset and read the stream only when needed
109 * The stream or its byte-offset position.
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php62 * The byte-offset position in the stream.
69 * The byte-offset position in the buffer.
73 protected $offset; variable in setasign\\Fpdi\\PdfParser\\StreamReader
152 return $this->bufferLength - $this->offset;
177 $string = \substr($this->buffer, $this->offset);
187 * If the $position parameter is set to null the value of $this->offset will be used.
194 $position = (int) ($position !== null ? $position : $this->offset);
205 * Returns a byte at a specific position, and set the offset to the next byte position.
209 * If the $position parameter is set to null the value of $this->offset will be used.
221 $offset
319 setOffset($offset) global() argument
345 addOffset($offset) global() argument
[all...]
H A DPdfParser.php52 * The offset to the file header.
124 $offset = false;
128 $offset = \strpos($buffer, '%PDF-');
129 if ($offset === false) {
141 $this->fileHeaderOffset = $offset;
142 $this->streamReader->setOffset($offset);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php63 $offset = $this->findStartXref();
66 while ($offset != false) { // By doing an unsafe comparsion we ignore faulty references to byte offset 0
68 $reader = $this->readXref($offset + $this->fileHeaderOffset);
70 // sometimes the file header offset is part of the byte offsets, so let's retry by resetting it to zero.
73 $reader = $this->readXref($offset + $this->fileHeaderOffset);
84 $offset = $trailer->value['Prev']->value;
86 $offset = false;
134 * Get the offset by an object number.
142 $offset
204 readXref($offset) global() argument
[all...]
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/combo/ComboStrap/
H A DArrayCaseInsensitive.php21 * A mapping between lower key and original key (ie offset)
53 public function offsetSet($offset, $value): void argument
56 if (is_null($offset)) {
57 LogUtility::msg("The offset (key) is null and this is not supported");
59 if (is_string($offset)) {
60 $lowerCaseOffset = strtolower($offset);
61 $this->_keyMapping[$lowerCaseOffset] = $offset;
62 $this->sourceArray[$offset] = $value;
64 LogUtility::msg("The offset should be a string", LogUtility::LVL_MSG_ERROR);
70 public function offsetExists($offset) argument
76 offsetUnset($offset) global() argument
87 offsetGet($offset) global() argument
[all...]
H A DCallStack.php70 * If true, we are at the offset: end of th array + 1
74 * If true, we are at the offset: start of th array - 1
309 $offset = $this->getActualOffset();
310 array_splice($this->callStack, $offset, 1, []);
318 $this->moveToOffset($offset);
321 array_splice($this->callStack, $offset, 1, []);
328 $this->moveToOffset($offset - 1);
593 $offset = $this->getActualOffset();
594 array_splice($this->callStack, $offset, 0, [$call->toCallArray()]);
596 // we move it to the actual element (ie the key is offset
619 moveToOffset($offset) global() argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php51 * @param integer $offset
55 public function offsetExists($offset): bool { argument
56 return isset($this->_sequences[$offset]);
62 * @param integer $offset
66 public function offsetGet($offset): Sequence { argument
67 return $this->_sequences[$offset];
73 * @param integer|NULL $offset
78 public function offsetSet($offset, $value): void { argument
88 if (is_null($offset)) {
91 $this->_sequences[(int)$offset]
102 offsetUnset($offset) global() argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php40 * Try to get token in buffer at offset position.
43 * @param integer $offset
46 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
47 if ($token = $this->matchCharacters($buffer, $offset, $this->_tokenChars)) {
50 if ($token = $this->matchPatterns($buffer, $offset, $this->_tokenPatterns)) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DDouble.php19 * Try to get token in buffer at offset position.
22 * @param integer $offset
25 public function getToken(string $buffer, int $offset): ?Scanner\Token { argument
26 if ('"' === substr($buffer, $offset, 1)) {
28 Scanner\Token::DOUBLEQUOTE_STRING_END, '"', $offset
31 $tokenString = substr($buffer, $offset, 2);
34 Scanner\Token::STRING_ESCAPED_CHARACTER, $tokenString, $offset
38 $buffer, $offset, '([^\\\\"]+)S'
42 Scanner\Token::STRING_CHARACTERS, $tokenString, $offset
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php18 * Try to get token in buffer at offset position.
21 * @param integer $offset
24 abstract public function getToken(string $buffer, int $offset): ?Token; argument
43 * Checks if the given offset position matches the pattern.
46 * @param integer $offset
50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string { argument
52 $pattern, $buffer, $match, PREG_OFFSET_CAPTURE, $offset
57 $match[0][1] === $offset
64 protected function matchPatterns(string $buffer, int $offset, array $patterns): ?Token { argument
67 $buffer, $offset,
78 matchCharacters(string $buffer, int $offset, array $chars) global() argument
[all...]

12345678910>>...35