Home
last modified time | relevance | path

Searched refs:lastPosition (Results 1 – 6 of 6) sorted by path

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22371 var lastPosition = context.last || context.start;
22373 delta$1 = delta(position, lastPosition);
/plugin/combo/ComboStrap/
H A DPageUrlPath.php68 $lastPosition = strrpos($lastPartName, PageUrlPath::PAGE_ID_URL_SEPARATOR);
69 if ($lastPosition === false) {
72 return substr($lastPartName, $lastPosition + 1);
H A DWikiPath.php220 $lastPosition = StringUtility::lastIndexOf($path, ".");
221 if ($lastPosition === FALSE) {
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessage.php28 protected $lastPosition; variable in FreeDSx\\Socket\\Queue\\Message
32 * @param null|int $lastPosition the last position of the byte stream after this message.
34 public function __construct($message, ?int $lastPosition = null) argument
37 $this->lastPosition = $lastPosition;
57 return $this->lastPosition;
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js100 var lastPosition = new THREE.Vector3();
276 if ( lastPosition.distanceTo( this.object.position ) > 0 ) {
280 lastPosition.copy( this.object.position );
H A DTrackballControls.js44 var lastPosition = new THREE.Vector3();
314 if ( lastPosition.distanceToSquared( _this.object.position ) > EPS ) {
318 lastPosition.copy( _this.object.position );
339 lastPosition.copy( _this.object.position );