Home
last modified time | relevance | path

Searched refs:offset (Results 376 – 400 of 852) sorted by relevance

1...<<11121314151617181920>>...35

/plugin/searchjump/
H A Dscript.js45 jQuery(sjump.dialog).css('left', $page.offset().left + 'px');
68 jQuery(sjump.dialog).css('top', jQuery(sjump.$found[sjump.current]).offset().top + 'px');
/plugin/semanticdata/syntax/
H A Dtable.php280 $offset = (int) $_REQUEST['dataofs'];
281 if($offset){
282 $prev = $offset - $data['limit'];
298 $next = $offset + $data['limit'];
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js309 var offset = (endTime < startTime) ? _ONE_DAY : -1 * _ONE_DAY;
314 && (offset > 0 || this.dateDelta != 0)
318 this.settings.updateDate(this.endDateInput, new Date(endDate.getTime() + offset));
321 this.settings.updateDate(this.startDateInput, new Date(startDate.getTime() - offset));
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DNoSeekStream.php16 public function seek($offset, $whence = SEEK_SET) argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DNoSeekStream.php11 public function seek($offset, $whence = SEEK_SET) argument
H A DNullStream.php60 public function seek($offset, $whence = SEEK_SET) argument
H A DStream.php227 public function seek($offset, $whence = SEEK_SET) argument
230 ? fseek($this->stream, $offset, $whence) === 0
/plugin/diagramsnet/lib/img/lib/cumulus/
H A Drack_out_of_band.svg1 …5.77" y2="-8.26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#78cdd1"/><stop offse…
H A Drack_cumulus_linux.svg1 …5.77" y2="-8.26" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#00ad69"/><stop offse…
/plugin/tagfilter/script/select2/
H A Dselect2.js295 var offset = 0;
298 offset = el.selectionStart;
299 length = el.selectionEnd - offset;
305 offset = sel.text.length - length;
307 return { offset: offset, length: length };
1173 offset = this.container.offset(),
1182 dropTop = offset.top + height,
1183 dropLeft = offset
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbackground.image.php95 $top = $driver->offset + mm2pt($media->margins['bottom']) + mm2pt($media->real_height());
96 $bottom = $driver->offset + mm2pt($media->margins['bottom']);
H A Doutput.fpdf.class.php36 $y = $top - $this->offset;
55 $y = $y - $this->offset;
85 return $this->bottom + $this->offset;
316 $this->offset -= $height - $this->offset_delta;
323 $this->pdf->Translate(0, -$this->offset);
390 $y = $this->bottom + $this->height / 2 - $this->offset;
/plugin/diagramsnet/lib/img/lib/allied_telesis/wireless/
H A DAccess_Point_Outdoor.svg1offset="0" stop-color="#e6e7e7"/><stop offset="1" stop-color="#939598"/></linearGradient><path d="…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php195 $offset = $token['offset'];
200 if (0 === $offset) {
203 $leftnl = strrpos($text, "\n", -(strlen($text) - $offset) - 1) ?: 0;
206 $rightnl = strpos($text, "\n", $offset);
208 $column = $offset - $leftnl + (0 === $leftnl);
/plugin/struct/meta/
H A DAggregationTable.php437 $offset = $this->searchConfig->getOffset();
445 if ($offset) {
446 $prev = $offset - $limit;
458 if ($this->searchConfig->getCount() > $offset + $limit) {
459 $next = $offset + $limit;
/plugin/combo/resources/snippet/js/
H A Dscroll-magic.js11 // offset: 50 // start this scene after scrolling for 50px
19 offset: 0, // start a little later
/plugin/dtable/
H A Dscript.js73 var text_off = jQuery(this).offset();
76 var button_off = button.offset();
82 var textarea_offset = $form.find("textarea.dtable_field").first().offset();
85 var this_texta_offset = jQuery(this).offset();
91 var offset = $form.offset();
93 "left": offset.left,
94 "top": offset.top-$toolbar.height()
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js1137 cell2.geometry.offset = new mxPoint(-5, -10);
1145 cell1.geometry.offset = new mxPoint(2, 2);
1153 cell1.geometry.offset = new mxPoint(2, 2);
1209 item1.geometry.offset = new mxPoint(4, 7);
1213 item1.geometry.offset = new mxPoint(4, 7);
1217 item1.geometry.offset = new mxPoint(4, 5);
1221 item1.geometry.offset = new mxPoint(4, 7);
1225 item1.geometry.offset = new mxPoint(4, 7);
1229 item1.geometry.offset = new mxPoint(4, 5);
1233 item1.geometry.offset = new mxPoint(4, 5);
[all …]
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js.map1offset","eatSpace","lineOffset","indentation","type","dedent","ch","peek","match","skipToEnd","tok…
/plugin/authgoogle2fa/
H A DGoogleAuthenticator.php55 $offset = ord(substr($hm, -1)) & 0x0F;
57 $hashpart = substr($hm, $offset, 4);
/plugin/authg2fa/
H A DGoogleAuthenticator.php55 $offset = ord(substr($hm, -1)) & 0x0F;
57 $hashpart = substr($hm, $offset, 4);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php813 $offset = 0;
818 $prevseq = substr($code, $offset, ($seq[1] - $offset));
851 $offset = $seq[1] + $seqlen;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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...]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Neo-Euler/
H A Dfontdata.js19offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57,offset:"…
/plugin/twofactor/
H A DGoogleAuthenticator.php81 // Use last nipple of result as index/offset
82 $offset = ord(substr($hm, -1)) & 0x0F;
84 $hashpart = substr($hm, $offset, 4);

1...<<11121314151617181920>>...35