Home
last modified time | relevance | path

Searched refs:offset (Results 101 – 125 of 852) sorted by relevance

12345678910>>...35

/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.p.inc.php24 $offset = 0;
25 …tch("#^(.*?)(<\s*p(\s+[^>]*?)?>)(.*?)($open|$close)#is",substr($sample_html, $offset), $matches)) {
27 $cutpos = $offset + strlen($matches[1]) + strlen($matches[2]) + strlen($matches[4]);
29 $offset = $cutpos+4;
31 $offset += strlen($matches[1])+1;
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dhome_page.svg1offset="0" stop-color="#2c6dc9"/><stop offset="1" stop-color="#94cdfe"/></linearGradient><linearGr…
H A Ddatabase_server.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
H A Dnot_secure.svg1offset="0" stop-color="#bfe5ff"/><stop offset="1" stop-color="#6ec5ff"/></linearGradient><linearGr…
H A Ddomain_controller.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
H A Dhome.svg1offset="0" stop-color="#b9e4fe"/><stop offset="1" stop-color="#07a2fc"/></linearGradient><linearGr…
H A Dworkspace_site.svg1offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3"/></linearGradient><linearGr…
H A Dcell_phone.svg1offset="0" stop-color="#076bff"/><stop offset="1" stop-color="#9cf"/></linearGradient><linearGradi…
H A Dweb_server.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
H A Dmac_client.svg1offset="0" stop-color="#0b299d"/><stop offset="1" stop-color="#8fbaf7"/></linearGradient><linearGr…
H A Dswitch.svg1offset="0" stop-color="#b7e4fe"/><stop offset="1" stop-color="#09a3fc"/></linearGradient><linearGr…
H A Dmy_sites.svg1offset="0" stop-color="#fe5d02"/><stop offset="1" stop-color="#fff835"/></linearGradient><linearGr…
H A Dvista_terminal.svg1offset="0" stop-color="#0a79fc"/><stop offset="1" stop-color="#76bafe"/></linearGradient><linearGr…
H A Dgeneric_node.svg1offset="0" stop-color="#0b299d"/><stop offset="1" stop-color="#8cb7f5"/></linearGradient><linearGr…
H A Dkey.svg1offset="0" stop-color="#b2d9ff"/><stop offset="1" stop-color="#0b6dff"/></linearGradient><linearGr…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js132 offset = 0;
876 result.offset = this.offset;
944 offset = 0;
949 offset = this.localOffset + offset;
1427 offset = this.bitstream.offset();
1690 offset: offset,
1742 offset = stream.offset;
2271 var offset;
2272 offset = this.stream.offset + this.len;
2405 offset = 0;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/
H A DStream.php517 * @param int $offset
527 * @param int $offset
533 public function offsetGet($offset) argument
539 $offset
544 return $this->tokens[$offset];
548 * @param int $offset
553 $this->tokens[$offset] = $value;
557 * @param int $offset
561 public function offsetUnset($offset) argument
567 $offset
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.apetag.php118 $offset = 0;
121 $offset += $apetagheadersize;
133 $value_size = getid3_lib::LittleEndian2Int(substr($APEtagData, $offset, 4));
134 $offset += 4;
135 $item_flags = getid3_lib::LittleEndian2Int(substr($APEtagData, $offset, 4));
136 $offset += 4;
137 if (strstr(substr($APEtagData, $offset), "\x00") === false) {
141 $ItemKeyLength = strpos($APEtagData, "\x00", $offset) - $offset;
142 $item_key = strtolower(substr($APEtagData, $offset, $ItemKeyLength));
150 $offset += ($ItemKeyLength + 1); // skip 0x00 terminator
[all …]
/plugin/authfacebook/lib/FileUpload/
H A DFacebookFile.php48 private $offset; variable in Facebook\\FileUpload\\FacebookFile
60 * @param int $offset
64 public function __construct($filePath, $maxLength = -1, $offset = -1) argument
68 $this->offset = $offset;
115 return stream_get_contents($this->stream, $this->maxLength, $this->offset);
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Dswitch_voyager.svg1offset="0" stop-color="#7ccc6c"/><stop offset=".21" stop-color="#1eb7bd"/><stop offset=".43" stop-…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DPivot.php38 public $offset; variable in Google\\Service\\AnalyticsData\\Pivot
87 public function setOffset($offset) argument
89 $this->offset = $offset;
96 return $this->offset;
/plugin/webdav/vendor/sabre/vobject/lib/
H A DElementList.php25 * @param int $offset
28 public function offsetSet($offset, $value) argument
38 * @param int $offset
40 public function offsetUnset($offset) argument
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DElementList.php26 * @param int $offset
31 function offsetSet($offset, $value) { argument
42 * @param int $offset
46 function offsetUnset($offset) { argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DInputStream.php77 public function LA(int $offset) : int argument
79 if ($offset === 0) {
83 if ($offset < 0) {
84 // e.g., translate LA(-1) to use offset=0
85 $offset++;
88 $pos = $this->index + $offset - 1;
98 public function LT(int $offset) : int argument
100 return $this->LA($offset);
/plugin/numberedheadings/
H A Dhelper.php96 public function getTieredNumbers($level, $offset=null) argument
102 if (!isset($offset)) {
103 $offset = max(0, $this->Tier1Level -1);
105 if (isset($level) && $offset < $level) {
106 $tier = $level - $offset;
107 $numbers = array_slice($this->HeadingCount, $offset, $tier);

12345678910>>...35