Home
last modified time | relevance | path

Searched refs:getOffset (Results 51 – 75 of 83) sorted by path

1234

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php224 + $this->parser->getStreamReader()->getOffset() + $this->fileHeaderOffset;
H A DFixedReader.php107 $position = $oldPosition + $this->reader->getOffset();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php335 public function getOffset() function in setasign\\Fpdi\\PdfParser\\StreamReader
H A DTokenizer.php116 $bufferOffset = $this->streamReader->getOffset();
153 $matches = \strspn($buffer, "\x20\x0A\x0C\x0D\x09\x00", $this->streamReader->getOffset());
157 } while ($this->streamReader->getOffset() >= $this->streamReader->getBufferLength());
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php29 $bufferOffset = $streamReader->getOffset();
H A DPdfStream.php46 $offset = $reader->getOffset();
75 $v->stream = $reader->getPosition() + $reader->getOffset();
H A DPdfString.php29 $pos = $startPos = $streamReader->getOffset();
/plugin/edittable/lib/
H A Dhandsontable.full.js30059 value: function getOffset() {
30277 value: function getOffset() {
43095 var backlightElemMarginLeft = this.backlight.getOffset().left;
44822 var backlightElemMarginTop = this.backlight.getOffset().top;
/plugin/facebookwall/
H A Dsyntax.php319 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DXmlSchemaDateHandler.php121 if ($date->getTimezone()->getOffset($date) !== $this->defaultTimezone->getOffset($date)) {
/plugin/icalendar/
H A Dfunctions.php20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php131 $tzFormat = $now->getTimezone()->getOffset($now) === 0 ? '\\Z' : 'O';
/plugin/indexmenu2/cms/transitions/
H A Dwindowborderschecker.js10getOffset:function(i){var I=[i.offsetLeft,i.offsetTop];if(i.offsetParent){var l=this.getOffset(i.o…
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/ol3/
H A Dscript.js8getOffset=function(){return this.get(iu)},e.prototype.getPosition=function(){return this.get(ou)},… method in e
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvTrait.php47 public function getOffset(): ?int
46 public function getOffset(): ?int global() function
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php193 return ($this->control !== null) ? $this->control->getOffset() : null;
215 $pos = $control === null ? null : $control->getOffset();
223 return $control->getOffset();
239 if ((((int) $control->getOffset() + $this->after) >= (int) $control->getCount())) {
243 return $control->getOffset() === $control->getCount();
257 if ($this->before !== 0 && ((int) $control->getOffset() - $this->before) <= 1) {
261 return $control->getOffset() === 1;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js3543 var getOffset = function (elem) {
3575 var so = getOffset(svg),
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js2580 var getOffset = function (elem) {
2610 var so = getOffset(target),

1234