Home
last modified time | relevance | path

Searched refs:axis (Results 1 – 25 of 73) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 …&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1031 flip image on X or Y axis
H A Dphpthumb.readme.txt420 flip image on X or Y axis
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1346 domMemberMap.HTMLTableCellElement=extendArray(domMemberMap.Element,["abbr","axis","bgColor","cellIndex","ch","chOff","colSpan","headers","height","noWrap","rowSpan","scope","vAlign","width"]);
2240 },pointsToPixels:function(name,value,returnFloat){var axis=/Top$|Bottom$/.test(name)?"y":"x";
2241 var result=value*pixelsPerInch[axis]/72;
/plugin/combo/ComboStrap/
H A DConditionalLength.php49 private $axis;
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;
43 private $axis; global() variable in ComboStrap\\ConditionalLength
H A DGridTag.php15 * * even if this is a layout component that works only on one axis and not two. There is little chance that a user will use the css grid layout system
177 foreach ($defaultAlign as $axis => $value) {
178 if (!isset($alignsByAxis[$axis])) {
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js33axis:t,dimension:n}},vs.prototype._isType=function(e,t){return-1!==t.indexOf(e)},vs.prototype._ali…
194axis));Qn(e.draggerGfx,r.x,r.y)}this.start=function(e,t,r){var o,a,s,c,p=n.getGraphics(t),l=r-1,u=… property in AnonymousFunctionc4f831ab70a00.i
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js21axis:t,dimension:n}},_s.prototype._isType=function(e,t){return-1!==t.indexOf(e)},_s.prototype._ali… property in Hh.distributeElements.i
/plugin/odt/ODT/
H A 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') {
H A 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/odt/helper/
H A 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/tplinc/
H A Dscript.js2 jQuery('#plugin__tplinc').find('tbody').sortable({axis: "y"});
/plugin/statdisplay/helper/
H A 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/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Ddefaults.yml37 - axis:
42 - axis:
46 - axis:
50 - axis:
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js140 var axis = new THREE.Vector3(),
166 axis.crossVectors( moveDirection, _eye ).normalize();
169 quaternion.setFromAxisAngle( axis, angle );
174 _lastAxis.copy( axis );
/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/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js2056 …&&(m=g.wheelDeltaY),"wheelDeltaX"in g&&(l=-1*g.wheelDeltaX),"axis"in g&&g.axis===g.HORIZONTAL_AXIS…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBasicChartSpec.php67 public function setAxis($axis) argument
69 $this->axis = $axis;
76 return $this->axis;
/plugin/c3chart/assets/
H A Dc3.min.js2axis=i.generateAxis()}e.prototype.axisX=function(t,e,i){t.attr("transform",function(t){return"tran… property in AnonymousFunctionca6b16e90100.Y
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js25809 axis: axis,
29310 axis: axis, property in ConnectionSegmentMove.context
29430 axis = context.axis;
29779 axis = context.axis;
37768 var axis = context.axis;
43744 axis = context.axis,
47432 axis: axis,
47444 axis: axis,
49631 axis = context.axis,
51204 axis: axis, property in AnonymousFunctionf8d14cd15c700.context
[all …]
H A Dbpmn-modeler.production.min.js33axis:t,dimension:n}},Da.prototype._isType=function(e,t){return-1!==t.indexOf(e)},Da.prototype._ali…
34axis));Vn(e.draggerGfx,r.x,r.y)}this.start=function(e,t,r){var o,a,s,c,p=n.getGraphics(t),u=r-1,l=… property in AnonymousFunction238dff8767f00.i
/plugin/passpolicy/
H A Dwords.txt244 axis
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js2axis:a,getMinSeparation:"number"==typeof b?function(){return b}:b},this},a.prototype.links=functio…
3axis&&(c="y",d="height");var e=a.offsets.map(function(a){return b.nodes[a.node]}).sort(function(a,…

123