Home
last modified time | relevance | path

Searched refs:pos (Results 101 – 125 of 1609) sorted by last modified time

12345678910>>...65

/plugin/todo/
H A Daction.php216 private function _strnpos($haystack, $needle, $occurance, $pos = 0) {
218 $pos = strpos($haystack, $needle, $pos);
220 if ($pos===false) {return false; }
222 $pos++;
224 return $pos - 1;
192 _strnpos($haystack, $needle, $occurance, $pos = 0) global() argument
/plugin/todo/syntax/
H A Dlist.php51 * @param int $pos The position in the document
55 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/bureaucracy/
H A Dsyntax.php73 * @param int $pos The character position of the matched text
77 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/htmlok/
H A DBaseSyntaxPlugin.php55 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
/plugin/addnewpage/
H A Dsyntax.php61 * @param int $pos The character position of the matched text
66 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/dw2pdf/
H A Drenderer.php71 * @param int $pos argument
73 public function header($text, $level, $pos, $returnonly = false)
/plugin/dw2pdf/syntax/
H A Dpagesetting.php62 * @param int $pos The character position of the matched text
66 public function handle($match, $state, $pos, Doku_Handler $handler)
68 return [$match, $state, $pos];
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
H A Dexportlink.php55 * @param int $pos The character position of the matched text
59 public function handle($match, $state, $pos, Doku_Handler $handler)
80 $pos
54 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php351 for ($pos = ($len - 1); $pos >= 0; --$pos) {
352 $dec = bcadd($dec, bcmul(hexdec($hex[$pos]), $bitval));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DImageProcessor.php382 //$pos = strpos($data, "\xFF\xEE\x00\x0EAdobe\0");
383 //if ($pos !== false) {
388 while (($pos = strpos($data, "ICC_PROFILE\0", $offset)) !== false) {
390 $length = $this->twoBytesToInt(substr($data, $pos - 2, 2)) - 16;
391 $sn = max(1, ord($data[$pos + 12]));
392 $nom = max(1, ord($data[$pos + 13]));
393 $icc[$sn - 1] = substr($data, $pos + 14, $length);
394 $offset = ($pos + 14 + $length);
829 $pos = strpos($t, chr(0));
830 if (is_int($pos)) {
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1243 $this->ColL = [0]; // Array of Left pos of columns - absolute - needs Margin correction for Odd-Even
1244 $this->ColR = [0]; // Array of Right pos of columns - absolute pos - needs Margin correction for Odd-Even
13013 function SetWatermarkImage($src, $alpha = -1, $size = 'D', $pos = 'F')
13020 $this->watermark_pos = $pos;
14209 // If bottom or right pos are set and not left / top - save this to adjust rotated block later
24353 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24359 $this->ColR[$i] = $this->ColL[$i] + $ColWidth; // NB This is not R margin -> R pos
24375 $xR = $this->ColR[$CurrCol]; // NB This is not R margin -> R pos
26038 $pos
12962 SetWatermarkImage($src, $alpha = 1, $size = 'D', $pos = 'F') global() argument
[all...]
H A DOtl.php2367 function _updateLigatureMarks($pos, $n) argument
2372 // Any position lpos or mpos > $pos + count($substitute)
2373 // $this->assocMarks = array(); // assocMarks[$pos mpos] => array(compID, ligPos)
2374 // $this->assocLigs = array(); // Ligatures[$pos lpos] => nc
2375 for ($p = count($this->OTLdata) - 1; $p >= ($pos + $n); $p--) {
2384 if ($this->assocMarks[$p]['ligPos'] >= ($pos + $n)) {
2387 if ($p >= ($pos + $n)) {
2397 for ($p = ($pos + 1); $p < count($this->OTLdata); $p++) {
2406 if ($this->assocMarks[$p]['ligPos'] >= ($pos)) {
2409 if ($p > $pos) {
2419 GSUBsubstitute($pos, $substitute, $Type, $GlyphPos = null) global() argument
3268 _getXAdvancePos($pos) global() argument
5725 sliceOTLdata($OTLdata, $pos, $len) global() argument
5864 seek($pos) global() argument
[all...]
H A DOtlDump.php314 function seek($pos) argument
316 $this->_pos = $pos;
381 function get_ushort($pos) argument
383 fseek($this->fh, $pos);
389 function get_ulong($pos) argument
391 fseek($this->fh, $pos);
433 function get_chunk($pos, $length) argument
435 fseek($this->fh, $pos);
445 list($pos, $length) = $this->get_table_pos($tag);
449 fseek($this->fh, $pos);
[all...]
H A DTTFontFile.php395 function seek($pos) argument
397 $this->_pos = $pos;
462 function get_ushort($pos) argument
464 fseek($this->fh, $pos);
470 function get_ulong($pos) argument
472 fseek($this->fh, $pos);
514 function get_chunk($pos, $length) argument
516 fseek($this->fh, $pos);
538 list($pos, $length) = $this->get_table_pos($tag);
542 fseek($this->fh, $pos);
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DIndic.php113 $pos = ($type >> 8);
126 $pos = self::POS_ABOVE_C;
178 $pos = self::POS_BELOW_C;
181 $pos = self::POS_BASE_C;
188 $pos = self::matra_position($u, $pos);
190 $pos = self::POS_SMVD;
194 $pos = self::POS_BEFORE_SUB;
198 $info['indic_position'] = $pos;
1003 /* If there's anything after the Ra that has the REPH pos, i
[all...]
H A DMyanmar.php118 $pos = ($type >> 8);
237 switch ($pos) {
240 $pos = self::POS_PRE_M;
254 $info['myanmar_position'] = $pos;
400 $pos = self::POS_AFTER_MAIN;
412 if ($pos == self::POS_AFTER_MAIN && $info[$i]['myanmar_category'] == self::OT_VBLW) {
413 $pos = self::POS_BELOW_C;
414 $info[$i]['myanmar_position'] = $pos;
418 if ($pos == self::POS_BELOW_C && $info[$i]['myanmar_category'] == self::OT_A) {
422 if ($pos
[all...]
H A DSea.php130 $pos = ($type >> 8);
144 switch ($pos) {
161 $info['sea_position'] = $pos;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php28 $pos = 'P';
30 $pos = $attr['POSITION'];
31 if (strpos($pos, ',')) {
32 $pos = explode(',', $pos);
35 $this->mpdf->SetWatermarkImage($src, $alpha, $size, $pos);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfString.php29 $pos = $startPos = $streamReader->getOffset();
33 for ($length = \strlen($buffer); $openBrackets !== 0 && $pos < $length; $pos++) {
34 switch ($buffer[$pos]) {
42 $pos++;
47 $result = \substr($buffer, $startPos, $openBrackets + $pos - $startPos - 1);
48 $streamReader->setOffset($pos);
H A DPdfHexString.php33 * @var int $pos
37 $pos = \strpos($buffer, '>', $bufferOffset);
38 if ($pos === false) {
48 $result = \substr($buffer, $bufferOffset, $pos - $bufferOffset);
49 $streamReader->setOffset($pos + 1);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php393 * If the $pos parameter is negative the start buffer position will be the $pos'th position from
396 * If the $pos parameter is negative and the absolute value is bigger then the totalLength of
397 * the file $pos will set to zero.
399 * @param int|null $pos Start position of the new buffer
402 public function reset($pos = 0, $length = 200) argument
404 if ($pos === null) {
405 $pos = $this->position + $this->offset;
406 } elseif ($pos < 0) {
407 $pos
434 ensure($pos, $length) global() argument
[all...]
H A DTokenizer.php119 $pos = \strcspn(
129 $bufferOffset + $pos === \strlen($lastBuffer) &&
134 $result = \substr($lastBuffer, $bufferOffset - 1, $pos + 1);
135 $this->streamReader->setOffset($bufferOffset + $pos);
/plugin/dw2pdf/vendor/composer/
H A DClassLoader.php522 if (false !== $pos = strrpos($class, '\\')) {
524 $logicalPathPsr0 = substr($logicalPathPsr4, 0, $pos + 1)
525 . strtr(substr($logicalPathPsr4, $pos + 1), '_', DIRECTORY_SEPARATOR);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php300 $pos = \strrpos($buffer, 'startxref');
302 if ($pos === false) {
304 $pos = \strrpos($buffer, 'startref');
305 if ($pos === false) {
314 $reader->setOffset($pos + $addOffset);
/plugin/hidden/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
63 'bytepos_start' => $pos,
146 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));

12345678910>>...65