Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 25 of 80) sorted by relevance

1234

/plugin/odt/ODT/
DODTUnits.php160 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
164 public function toPoints ($value, $axis = 'y') { argument
190 if ( $axis == 'x' || $axis == 'X' ) {
207 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
211 public function toCentimeters ($value, $axis = 'y') { argument
222 $value = self::toPoints ($value, $axis);
232 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
236 public function toPixel ($value, $axis = 'y') { argument
247 $value = self::toPoints ($value, $axis);
249 if ($axis == 'x') {
DODTDocument.php1866 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
1870 public function toPoints ($value, $axis = 'y') { argument
1871 return $this->units->toPoints ($value, $axis);
1878 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
1882 public function toPixel ($value, $axis = 'y') { argument
1883 return $this->units->toPixel ($value, $axis);
/plugin/combo/ComboStrap/
H A DConditionalLength.php49 private $axis; variable in ComboStrap\\ConditionalLength
81 $axis = substr($value, 0, 2);
82 switch ($axis) {
84 $this->axis = "x";
87 $this->axis = "y";
337 return $this->axis;
342 if ($this->axis !== null) {
343 return $this->axis;
H A DGridTag.php177 foreach ($defaultAlign as $axis => $value) {
178 if (!isset($alignsByAxis[$axis])) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DBasicChartSpec.php67 public function setAxis($axis) argument
69 $this->axis = $axis;
76 return $this->axis;
/plugin/odt/helper/
Dunits.php158 … * @param string $axis Is the value to be converted a value on the X or Y axis? Default is 'y'.
162 public function toPoints ($value, $axis = 'y') { argument
163 return $this->internal->toPoints ($value, $axis);
/plugin/statdisplay/helper/
Dgraph.php251 * @param array $axis the axis points
255 private function accessgraph($title, $axis, $labels, $datasets) argument
257 if (!count($axis)) {
270 $DataSet->AddPoints($axis, 'times');
278 $usebargraph = (count($axis) < 10);
/plugin/amcharts/assets/amcharts/
Dgauge.js15axis;c.isString(d)&&(a.axis=c.getObjById(this.axes,d));a.axis||(a.axis=this.axes[0]);isNaN(a.value…
19 …uge-arrow");c.setCN(this,a.set,"gauge-arrow-"+a.id);if(!a.hidden){var d=a.axis,g=d.radiusReal,m=d.…
21 …);a.set.push(e);this.graphsSet.push(a.set)}},setValue:function(a,b){a.axis&&a.axis.value2angle&&(a…
22 …rrows[e],b.axis&&b.axis.value2angle){var d;b.frame>=this.totalFrames?d=b.value:(b.frame++,b.clockW…
23 this.totalFrames),isNaN(d)&&(d=b.value));d=b.axis.value2angle(d);b.drawnAngle!=d&&(this.drawArrow(b…
/plugin/showsamples/
Djquery.scrollTo.min.js7axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"func… property
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
Dnv.d3.min.css1axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;sh…
/plugin/projects/plugins/file/
Dplot_dependency.php58 $axis = $this->axes[$axis_name];
59 if (!axis) return NULL;
60 return $axis[$property_name];
/plugin/tplinc/
Dscript.js2 jQuery('#plugin__tplinc').find('tbody').sortable({axis: "y"}); property
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js25800 axis = 'x',
25804 axis = 'y';
25809 axis: axis,
25828 axis = orientation.axis,
25838 return Math.round((first[axis] + last[axis] + last[dimension]) / 2);
25842 alignment[type] = sortedElements[0][axis];
25847 alignment[type] = lastElement[axis] + lastElement[dimension];
25854 var center = element[axis] + Math.round(element[dimension] / 2);
25883 return element[axis] + element[dimension];
25969 [ 'x', 'y' ].forEach(function(axis) { argument
[all …]
/plugin/s5reloaded/ui/effects_support/
Dslider.js29 this.axis = this.options.axis || 'horizontal';
177 return (this.axis == 'vertical');
/plugin/stlviewer/stlviewer/
DTrackballControls.js140 var axis = new THREE.Vector3(),
166 axis.crossVectors( moveDirection, _eye ).normalize();
169 quaternion.setFromAxisAngle( axis, angle );
174 _lastAxis.copy( axis );
/plugin/diagramsnet/lib/plugins/webcola/
DmxWebColaAdaptor.js299 … constraints.push({ axis: 'x', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
300 … constraints.push({ axis: 'y', type: 'separation', left: topLeft.index, right: index, gap: gap }); property
301 …constraints.push({ axis: 'x', type: 'separation', left: index, right: bottomRight.index, gap: gap … property
302 …constraints.push({ axis: 'y', type: 'separation', left: index, right: bottomRight.index, gap: gap … property
/plugin/c3chart/assets/
Dc3.min.js2axis=i.generateAxis()}e.prototype.axisX=function(t,e,i){t.attr("transform",function(t){return"tran… method in n
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less97 /* don't display the side axis at all ("all-day" and time cells) */
98 .fc-agenda-view .fc-axis {
H A Dfullcalendar.less729 /* TimeGrid axis running down the side (for both the all-day area and the slot area)
731 .ui-widget td.fc-axis {
943 /* TimeGrid axis running down the side (for both the all-day area and the slot area)
945 .fc .fc-axis {
951 .fc-ltr .fc-axis {
954 .fc-rtl .fc-axis {
1179 /* arrow on axis */
/plugin/statistics/js/
Dchart.js7axis,{min:u,max:f,minDefined:g,maxDefined:p}=r.getUserBounds();if(g){if(o=Math.min(it(h,d,u).lo,i?…
13axis&&"r"!==e&&r&&a.length){const r=l._reversePixels?st:it;if(!n){const n=r(a,e,i);if(h){const{vSc… property
/plugin/amcharts/assets/amcharts/plugins/responsive/
Dreadme.md18 even further, axis titles are removed and its value labels are moved inside the
237 // at 300px or less, we move value axis labels inside plot area
248 // at 200 px we hide value axis labels altogether
/plugin/photogallery/lightGallery/js/
Djquery.mousewheel.min.js8 …&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS…
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
Dmtable.js19axis:aA/2+d.TeX.axis_height*ap-z[0]})[aN.align];ay=({top:-(aA+2*ab),bottom:0,center:-(aA/2+ab),bas… property
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/
Dmtable.js19axis:aW/2+b.TeX.axis_height*aJ-aq[0]})[I.align];aY=({top:-(aW+2*aK),bottom:0,center:-(aW/2+aK),bas… property
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
Dnv.d3.min.js2axis=function(){"use strict";function b(g){return s.reset(),g.each(function(b){var g=d3.select(thi…
3axis(),g=a.models.axis(),h={top:15,right:10,bottom:50,left:60},i=null,j=null,k=a.utils.getColor(),…
4axis(),g=a.models.axis(),h=a.models.tooltip(),i={top:15,right:10,bottom:50,left:60},j=null,k=null,…
5axis(),g=a.models.axis(),h=a.models.legend(),i=a.interactiveGuideline(),j=a.models.tooltip(),k={to…
6axis(),g=a.models.axis(),h=a.models.legend(),i=a.models.legend(),j=a.models.tooltip(),k={top:30,ri…
7axis().orient("left"),H=d3.behavior.drag().on("dragstart",r).on("drag",s).on("dragend",t),I=f.rang…
8 … chart immediate"),b}var c,d,e=a.models.stackedArea(),f=a.models.axis(),g=a.models.axis(),h=a.mode…

1234