| /plugin/odt/ODT/ |
| D | ODTUnits.php | 160 … * @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') {
|
| D | ODTDocument.php | 1866 … * @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 D | ConditionalLength.php | 49 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 D | GridTag.php | 177 foreach ($defaultAlign as $axis => $value) { 178 if (!isset($alignsByAxis[$axis])) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
| D | BasicChartSpec.php | 67 public function setAxis($axis) argument 69 $this->axis = $axis; 76 return $this->axis;
|
| /plugin/odt/helper/ |
| D | units.php | 158 … * @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/ |
| D | graph.php | 251 * @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/ |
| D | gauge.js | 15 …axis;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/ |
| D | jquery.scrollTo.min.js | 7 …axis:"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/ |
| D | nv.d3.min.css | 1 …axis{pointer-events:none;opacity:1}.nvd3 .nv-axis path{fill:none;stroke:#000;stroke-opacity:.75;sh…
|
| /plugin/projects/plugins/file/ |
| D | plot_dependency.php | 58 $axis = $this->axes[$axis_name]; 59 if (!axis) return NULL; 60 return $axis[$property_name];
|
| /plugin/tplinc/ |
| D | script.js | 2 jQuery('#plugin__tplinc').find('tbody').sortable({axis: "y"}); property
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 25800 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/ |
| D | slider.js | 29 this.axis = this.options.axis || 'horizontal'; 177 return (this.axis == 'vertical');
|
| /plugin/stlviewer/stlviewer/ |
| D | TrackballControls.js | 140 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/ |
| D | mxWebColaAdaptor.js | 299 … 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/ |
| D | c3.min.js | 2 …axis=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 D | fullcalendar.print.less | 97 /* don't display the side axis at all ("all-day" and time cells) */ 98 .fc-agenda-view .fc-axis {
|
| H A D | fullcalendar.less | 729 /* 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/ |
| D | chart.js | 7 …axis,{min:u,max:f,minDefined:g,maxDefined:p}=r.getUserBounds();if(g){if(o=Math.min(it(h,d,u).lo,i?… 13 …axis&&"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/ |
| D | readme.md | 18 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/ |
| D | jquery.mousewheel.min.js | 8 …&&(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/ |
| D | mtable.js | 19 …axis: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/ |
| D | mtable.js | 19 …axis: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/ |
| D | nv.d3.min.js | 2 …axis=function(){"use strict";function b(g){return s.reset(),g.each(function(b){var g=d3.select(thi… 3 …axis(),g=a.models.axis(),h={top:15,right:10,bottom:50,left:60},i=null,j=null,k=a.utils.getColor(),… 4 …axis(),g=a.models.axis(),h=a.models.tooltip(),i={top:15,right:10,bottom:50,left:60},j=null,k=null,… 5 …axis(),g=a.models.axis(),h=a.models.legend(),i=a.interactiveGuideline(),j=a.models.tooltip(),k={to… 6 …axis(),g=a.models.axis(),h=a.models.legend(),i=a.models.legend(),j=a.models.tooltip(),k={top:30,ri… 7 …axis().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…
|