Home
last modified time | relevance | path

Searched refs:offset (Results 51 – 75 of 852) sorted by relevance

12345678910>>...35

/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js11offset,tabWidth){var matches=[],current=[elems];offset=offset||0;tabWidth=tabWidth||4;(function(el… argument
15 …var offset=arguments[arguments.length-2];if(match==="\r"||match==="\n"){tabOffset=-(offset+1);retu…
18offset=match.offset+linearOffsets[match.offset];var end=match.offset+match.length;end+=linearOffse…
27offset,this.length);}};Syntax.Match.sort=function(a,b){return(a.offset-b.offset)||(b.length-a.leng…
30 …children.length;i+=1){var child=this.children[i],end=child.offset;if(child.offset<this.offset){Syn…
60 return this._splice(i,match);if(match.offset>=child.endOffset)
66offset,prev=null,children=jQuery.merge([],this.children);splits=splits.slice(0);splits.push(this.e…
67 if(offset<this.offset||(offset-start)==0){parts.push(null);start=offset;continue;}
68 if(start<this.offset)
69 start=this.offset;var match=new Syntax.Match(start,offset-start,this.expression);match.value=this.v…
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResultSet.php278 * Whether a offset exists.
282 * @param int $offset
284 public function offsetExists($offset): bool argument
286 return isset($this->_results[$offset]);
294 * @param int $offset
296 * @throws Exception\InvalidException If offset doesn't exist
298 public function offsetGet($offset): Result argument
300 if ($this->offsetExists($offset)) {
301 return $this->_results[$offset];
312 * @param int $offset
317 offsetSet($offset, $value) global() argument
337 offsetUnset($offset) global() argument
[all...]
/plugin/zip/pear/File/Archive/Reader/
H A DZip.php43 var $offset = 0; variable in File_Archive_Reader_Zip
97 $this->offset = 0;
229 $before = $this->offset;
233 $this->offset = min($this->offset + $length, $this->currentStat[7]);
242 $before = $this->offset;
244 $this->offset = 0;
246 $this->offset = min(0, $this->offset - $length);
255 return $this->offset;
463 return $offset;
466 $offset = unpack("Vvalue", $offset);
[all …]
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Bootstrap.js153 button2.geometry.offset = new mxPoint(60, 0);
175 button2.geometry.offset = new mxPoint(30, 0);
180 button3.geometry.offset = new mxPoint(60, 0);
507 item2.geometry.offset = new mxPoint(0, 180);
512 item3.geometry.offset = new mxPoint(0, 300);
517 item4.geometry.offset = new mxPoint(0, 330);
551 item2.geometry.offset = new mxPoint(0, 40);
574 item2.geometry.offset = new mxPoint(0, 40);
592 item2.geometry.offset = new mxPoint(0, 40);
657 item5.geometry.offset = new mxPoint(0, 50);
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerIndexedCustomAction.php25 private $offset; variable in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction
31 * Constructs a new indexed custom action by associating a character offset
37 * @param int $offset The offset into the input {@see CharStream},
41 * offset in the input {@see CharStream}.
43 public function __construct(int $offset, LexerAction $action) argument
45 $this->offset = $offset;
51 * action should be executed. The value is interpreted as an offset relative
59 return $this->offset;
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.optimfrog.php146 $offset += 6;
149 $offset += 1;
152 $offset += 1;
154 $offset += 4;
162 $offset += 2;
166 $offset += 1;
203 $offset += 4;
205 $offset += 4;
208 $offset += 1;
211 $offset += 1;
[all …]
H A Dmodule.audio.mpc.php225 $offset = 0;
233 $offset += 1;
237 $offset += 4;
245 $offset += 4;
256 $offset += 2;
258 $offset += 2;
261 $offset += 2;
263 $offset += 2;
266 $offset += 4;
272 $offset += 3;
[all …]
H A Dgetid3.lib.php587 $offset = 0;
589 $offset = strpos($reversedfilename, '.', $offset + 1);
936 $offset = 0;
945 $offset += 4;
951 $offset += 3;
956 $offset += 2;
960 $offset += 1;
964 $offset += 1;
986 $offset = 0;
995 $offset += 4;
[all …]
H A Dmodule.audio.midi.php47 $offset = 0;
54 $offset += 4;
56 $offset += 4;
58 $offset += 2;
60 $offset += 2;
62 $offset += 2;
65 while ((strlen($MIDIdata) - $offset) < 8) {
74 $trackID = substr($MIDIdata, $offset, 4);
75 $offset += 4;
78 $offset += 4;
[all …]
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwindows_router.svg1offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGradient><linearGr…
H A Dworkstation_client.svg1offset="0" stop-color="#0676fc"/><stop offset="1" stop-color="#439cfd"/></linearGradient><linearGr…
H A Dsecurity.svg1offset="0" stop-color="#93c8ff"/><stop offset="1" stop-color="#1373ff"/></linearGradient><linearGr…
H A Dvista_client.svg1offset="0" stop-color="#09279c"/><stop offset="1" stop-color="#8db8f6"/></linearGradient><linearGr…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Loader/
H A DInlineLoader.php53 protected $offset; variable in Mustache_Loader_InlineLoader
69 * @param int $offset A string offset for the start of the templates.
73 public function __construct($fileName, $offset) argument
79 if (!is_int($offset) || $offset < 0) {
84 $this->offset = $offset;
114 $data = file_get_contents($this->fileName, false, null, $this->offset);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DValueContainer.php31 public function offsetExists($offset) argument
35 return array_key_exists($offset, $this->values);
38 public function offsetGet($offset) argument
42 if (!array_key_exists($offset, $this->values)) {
43 throw new \OutOfRangeException(sprintf('The variable "%s" does not exist.', $offset));
46 return $this->values[$offset];
49 public function offsetSet($offset, $value) argument
54 public function offsetUnset($offset) argument
/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
H A DSingle.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::SINGLEQUOTE_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/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DResultSet.php130 public function offsetExists($offset): bool argument
132 return isset($this->_resultSets[$offset]);
141 public function offsetGet($offset) argument
143 return $this->_resultSets[$offset] ?? null;
149 public function offsetSet($offset, $value): void argument
151 if (null === $offset) {
154 $this->_resultSets[$offset] = $value;
161 public function offsetUnset($offset): void argument
163 unset($this->_resultSets[$offset]);
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.selects.inc.php4 function process_option(&$sample_html, $offset) { argument
5 return autoclose_tag($sample_html, $offset, "(option|/select|/option)",
10 function process_select(&$sample_html, $offset) { argument
11 return autoclose_tag($sample_html, $offset, "(option|/select)",
16 function process_selects(&$sample_html, $offset) { argument
17 return autoclose_tag($sample_html, $offset, "(select)",
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DAbstractField.php69 * Test if a value is within an increments of ranges (offset[-to]/step size)
90 $offset = $range[0];
93 if ($dateValue < $offset || $dateValue > $to) {
97 if ($dateValue > $offset && 0 === $stepSize) {
101 for ($i = $offset; $i <= $to; $i+= $stepSize) {
114 * @param int $max Maximum offset for range
124 list ($offset, $to) = explode('-', $expression);
132 $offset = $range[0];
135 $offset = $offset
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DFencedCode.php
/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...]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java416 offset++; in readFrames()
442 offset++; in readFrames()
465 offset++; in writeFrames()
491 offset++; in writeFrames()
516 offset++; in readFrames()
542 offset++; in readFrames()
565 offset++; in writeFrames()
591 offset++; in writeFrames()
617 offset++; in readFrames()
644 offset++; in readFrames()
[all …]
/plugin/authradius/
H A Ddes.php203 $offset = $i * 6;
204 $sAddress = ord($ek[$offset]) * 0x20 +
205 ord($ek[$offset + 1]) * 0x08 +
206 ord($ek[$offset + 2]) * 0x04 +
207 ord($ek[$offset + 3]) * 0x02 +
208 ord($ek[$offset + 4]) +
209 ord($ek[$offset + 5]) * 0x10;
235 $offset = $i * 8;
237 ord($byteStream[$offset + 1]) * 0x40 +
238 ord($byteStream[$offset + 2]) * 0x20 +
[all …]
/plugin/authfacebook/lib/
H A DFacebookBatchResponse.php127 public function offsetSet($offset, $value) argument
129 $this->addResponse($offset, $value);
135 public function offsetExists($offset) argument
137 return isset($this->responses[$offset]);
143 public function offsetUnset($offset) argument
145 unset($this->responses[$offset]);
151 public function offsetGet($offset) argument
153 return isset($this->responses[$offset]) ? $this->responses[$offset] : null;

12345678910>>...35