Home
last modified time | relevance | path

Searched refs:offset (Results 351 – 375 of 852) sorted by relevance

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

/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/STIX-Web/
H A Dfontdata.js19offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57,offset:"…
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php50 function &_getCMAPSubtable($offset) { argument
51 $table =& $this->_sfnt->_getCMAPSubtable($offset, $this->_filehandle, $this);
94 function &_getCMAPSubtable($offset, $filehandle, $file) { argument
105 fseek($filehandle, $offset, SEEK_CUR);
408 function setBaseOffset($offset) { argument
409 $this->_baseOffset = $offset;
572 function _getSubtable($filehandle, $offset) { argument
573 fseek($filehandle, $offset, SEEK_CUR);
H A Dpipeline.class.php786 function _process_item($data_id, &$media, $offset=0) { argument
789 $box =& $this->_layout_item($data_id, $media, $offset, $context, $postponed_filter);
796 $this->_show_item($box, $offset, $context, $media, $postponed_filter);
809 function _show_item(&$box, $offset, &$context, &$media, &$postponed_filter) { argument
818 $box->offset(0, $offset);
995 $offset = 0;
997 $this->_process_item($data_id, $media, $offset);
1000 $offset = $this->output_driver->offset;
1127 function &_layout_item($data_id, &$media, $offset, &$context, &$postponed_filter) { argument
H A Dbox.note-call.class.php17 function offset($dx, $dy) { function in BoxNoteCall
18 parent::offset($dx, $dy);
19 $this->_note_call_box->offset($dx, $dy);
/plugin/include/
H A Dhelper.php623 $offset = false;
635 $offset = $i;
637 } elseif ($offset && $lvl && ($ins[$i][1][1] <= $lvl)) {
638 $end = $i - $offset;
644 $offset = $offset ? $offset : 0;
647 $ins = array_slice($ins, $offset, $end);
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.grab.js70 offset: {x: 0, y: 0}, class in grab.data
117 e.data.offset.x = e.pageX - e.data.start.x;
118 e.data.offset.y = e.pageY - e.data.start.y;
167 e.data.offset.x = e.touches[0].pageX - e.data.start.x;
168 e.data.offset.y = e.touches[0].pageY - e.data.start.y;
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js110 var offset = Math.abs(this.allowedValues[0] - value);
114 if (currentOffset <= offset){
116 offset = currentOffset;
157 translateToValue: function(offset) { argument
158 return ((offset/(this.trackLength-this.handleLength) *
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DFactCheckTools.php78 'offset' => [
137 'offset' => [
/plugin/bliki/
H A Dlocal.php.dist4 $conf['plugin']['bliki']['offset'] = 0; // Number of hours to offset new post times from your serve…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.min.js1offset:{x:0,y:0},patterns:{},clippings:{}};j=c.gatherElements(j,e,h),f.push(j)}if(c.config.legend&… class in j
/plugin/tabtables/
H A Daction.php233 $offset=0;
235 if($pos>=$tuple['pos']) { $offset = $tuple['offset']; }
239 return $pos - $offset;
/plugin/diagramsnet/lib/js/diagramly/
H A DP2PCollab.js103 var offset = mxUtils.getOffset(container);
105 msgData.x = (tr.x + msgData.x) * s - container.scrollLeft + offset.x;
106 msgData.y = (tr.y + msgData.y) * s - container.scrollTop + offset.y;
/plugin/const/
H A Daction.php268 $offset = 0;
271 $offset = $tuple['offset'];
278 return $pos - $offset;
/plugin/dataloop/syntax/
H A Droll.php241 $offset = (int) $_GET['dataofs'];
242 if($offset){
243 $prev = $offset - $data['limit'];
253 $next = $offset + $data['limit'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php615 public function setOffset(OffsetPosition $offset) argument
617 $this->offset = $offset;
624 return $this->offset;
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php888 $offset = (int)substr($day, 0, -2);
890 if ($offset > 0) {
893 if (isset($dayHits[$offset - 1])) {
894 $byDayResults[] = $dayHits[$offset - 1];
900 if (isset($dayHits[count($dayHits) + $offset])) {
901 $byDayResults[] = $dayHits[count($dayHits) + $offset];
/plugin/rrdgraph/
H A Dscript.js52 function rrdSwitchRangeRelative(jRrdContainer, offset) argument
58 range += offset;
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php297 * @param int $offset The stream offset to seek to.
307 public function stream_seek($offset, $whence = SEEK_SET) argument
309 return 0 === fseek($this->getStream(), $offset, $whence);
/plugin/facebookwall/
H A Dsyntax.php211 $offset = 0;
319 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
320 return $offset;
/plugin/displayfile/
H A Dsyntax.php237 $offset = 0;
239 { $offset = $INPUT->str('codeblockOffset'); }
243 … . exportlink($ID, 'code', array('codeblock' => $offset + $this->_getCodeBlockCount($renderer)))
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php848 $offset = (int) substr($day, 0, -2);
850 if ($offset > 0) {
853 if (isset($dayHits[$offset - 1])) {
854 $byDayResults[] = $dayHits[$offset - 1];
859 if (isset($dayHits[count($dayHits) + $offset])) {
860 $byDayResults[] = $dayHits[count($dayHits) + $offset];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php217 $this->TTCFonts[$i]['offset'] = $this->read_ulong();
219 $this->seek($this->TTCFonts[$TTCfontID]['offset']);
238 $record['offset'] = $this->read_ulong();
252 $table = $this->get_chunk($t['offset'], $t['length']);
308 $offset = isset($this->tables[$tag]['offset']) ? $this->tables[$tag]['offset'] : null;
311 return [$offset, $length];
409 function splice($stream, $offset, $value) argument
411 return substr($stream, 0, $offset)
414 _set_ushort($stream, $offset, $value) global() argument
421 _set_short($stream, $offset, $val) global() argument
1136 _getClassDefinitionTable($offset = 0) global() argument
2979 _getClasses($offset) global() argument
3979 _getAnchorTable($offset = 0) global() argument
3992 _getMarkRecord($offset, $MarkPos) global() argument
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js472 offset = data.bitPosition,
473 buf = data.peek(32 - offset) << offset,
487 buf = data.peek(32 - offset) << offset;
677 var offset = stream.readUInt32();
681 this.addSeekPoint(offset, samplenum);
/plugin/icalendar/
H A Dfunctions.php20 $offset = $origin_dtz->getOffset($origin_dt) - $remote_dtz->getOffset($remote_dt);
21 return $offset;
/plugin/osm/
H A Dscript.js47 var offset = new OpenLayers.Pixel(-(size.w/2), -size.h);
52 … icon = new OpenLayers.Icon('http://www.openstreetmap.org/openlayers/img/marker.png',size,offset);

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