Home
last modified time | relevance | path

Searched refs:set (Results 276 – 300 of 1255) sorted by last modified time

1...<<11121314151617181920>>...51

/plugin/stlviewer/stlviewer/
H A Dparser.min.js2 …0);var t=new ArrayBuffer(r-e),n=new Uint8Array(t),i=new Uint8Array(this,e,r-e);return n.set(i),t});
H A DProjector.js201 _vertex.position.set( x, y, z );
772 _vector4.set( vertex.x, vertex.y, vertex.z, 1 );
789 _vector4.set( positions[ i ], positions[ i + 1 ], positions[ i + 2 ], 1 );
802 …_vector4.set( _modelMatrix.elements[ 12 ], _modelMatrix.elements[ 13 ], _modelMatrix.elements[ 14 …
H A DTrackballControls.js110 vector.set(
127 vector.set(
150 moveDirection.set( _moveCurr.x - _movePrev.x, _moveCurr.y - _movePrev.y, 0 );
H A DOrbitControls.js147 panOffset.set( te[ 0 ], te[ 1 ], te[ 2 ] );
160 panOffset.set( te[ 4 ], te[ 5 ], te[ 6 ] );
274 pan.set( 0, 0, 0 );
320 rotateStart.set( event.clientX, event.clientY );
327 dollyStart.set( event.clientX, event.clientY );
334 panStart.set( event.clientX, event.clientY );
356 rotateEnd.set( event.clientX, event.clientY );
371 dollyEnd.set( event.clientX, event.clientY );
390 panEnd.set( event.clientX, event.clientY );
502 dollyStart.set( 0, distance );
[all …]
/plugin/tos/
H A Daction.php146 * @param int $set
149 protected function sessionState($set = 0) argument
151 if (!$this->getConf('usesession')) return $set;
153 if ($set) {
155 $_SESSION[self::FORMFIELD] = $set;
/plugin/wrap/
H A Dexample.txt96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
116 :!: Attention: In order to work properly, wraps with width keywords need an **additional ''%%<WRAP group>%%'' around a set** of them. If you mix several types in one group, you might need a ''%%<WRAP clear/>%%'' after a row.
309 You can set the width of a table via ''tablewidth'' as every table inside that wrap will always be 100% wide. This makes it possible to give tables any width by adding an additional width to the wrap (or none for 100%).
H A Dall.less15 (only with 'emulatedHeadlines' config option set)
/plugin/wrap/images/
H A DREADME3 Icon set: Human-O2
10 Icon set: Silk
15 Icon set: Silk Companion
/plugin/dokucrypt2/
H A DREADME.md32 * `copytoclipboard` - If set to true, the plugin tries to copy the decrypted value to the clipboard.
33 * `hidepasswordoncopytoclipboard` - If set to true, the decrypted value will not be shown after being copied to the clipboard (see option 'copytoclipboard').
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DSyncTokenPropertyTest.php21 $propFind->set($name, $value);
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1491 this.set({
3902 this.set('dateProfile', newDateProfile);
3922 this.set('currentEvents', eventsPayload);
3923 this.set('hasEvents', true);
5243 Model.prototype.set = function (name, val) {
5326 _this.set(name, val);
5330 _this.set(name, res);
9978 this.set('isInDom', true);
10845 _this.view.set('businessHourGenerator', _this.businessHourGenerator);
10931 this.view.set('businessHourGenerator', this.businessHourGenerator);
H A Dfullcalendar.print.less55 /* undo height that JS set in distributeHeight */
H A Dmoment.js350 function set (config) {
397 this.set(config);
3858 proto.set = stringSet;
3957 proto$1.set = set;
3987 var utc = createUTC().set(setter, index);
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php386 * settings that are set by _some_ methods and not correctly reset by other
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php289 $node->updateShares($message->set, $message->remove);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php79 $propFind->set($prop, '', 200);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php33 public $set = []; variable in Sabre\\CalDAV\\Xml\\Request\\Share
47 * @param array $set
50 function __construct(array $set, array $remove) { argument
52 $this->set = $set;
85 $set = [];
97 $set[] = [
112 return new self($set, $remove);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php121 function set($propertyName, $value, $status = null) { function in Sabre\\DAV\\PropFind
H A DServer.php108 '{DAV:}supported-privilege-set',
109 '{DAV:}current-user-privilege-set',
112 '{DAV:}inherited-acl-set',
115 '{DAV:}supported-method-set',
116 '{DAV:}supported-report-set',
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php87 $propFind->set($row['name'], $row['value']);
90 $propFind->set($row['name'], new Complex($row['value']));
93 $propFind->set($row['name'], unserialize($row['value']));
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php856 $propFind->set($requestedProperty, null, 403);
910 $propFind->set('{DAV:}current-user-privilege-set', null, 403);
921 $propFind->set('{DAV:}acl', null, 403);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php146 …'{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\Suppo…
167 '{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => 'blabla',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php393 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-inbox-URL', null, 403);
429 $propFind->set('{' . Plugin::NS_CALDAV . '}calendar-home-set', null, 403);
464 $propFind->set('{' . Plugin::NS_CALDAV . '}schedule-default-calendar-URL', null, 403);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DPluginTest.php41 $propFind->set($propName,null,200);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DSogoStripContentTypeTest.php50 $propFind->set('{DAV:}getcontenttype', 'text/plain');

1...<<11121314151617181920>>...51