Home
last modified time | relevance | path

Searched refs:normalize (Results 151 – 175 of 178) sorted by path

12345678

/plugin/stlviewer/stlviewer/
H A DProjector.js306 _face.normalModel.applyMatrix3( normalMatrix ).normalize();
312 normal.applyMatrix3( normalMatrix ).normalize();
606 _face.normalModel.applyMatrix3( _normalMatrix ).normalize();
621 normalModel.applyMatrix3( _normalMatrix ).normalize();
H A DTrackballControls.js157 eyeDirection.copy( _eye ).normalize();
158 objectUpDirection.copy( _this.object.up ).normalize();
159 objectSidewaysDirection.crossVectors( objectUpDirection, eyeDirection ).normalize();
166 axis.crossVectors( moveDirection, _eye ).normalize();
H A Dstl_viewer.min.js2 …osition.y=1,o.directionalLight.position.z=2,o.directionalLight.position.normalize(),o.camera.add(o…
H A Dthree.min.js2normalize=function(){return this.divideScalar(this.length()||1)},e.angle=function(){var t=Math.ata… function
/plugin/strata/_test/
H A Dstrataquerytest.inc.php22 $bob = $ref->normalize('Bob', 'person');
23 $alice = $ref->normalize('Alice', 'person');
24 $carol = $ref->normalize('Carol', 'person');
26 $img_bob = $ref->normalize('Bob.png', 50);
27 $img_alice = $ref->normalize('Alice.svg', 50);
28 $img_carol = $ref->normalize('Carol.jpg', 50);
H A Dtypes.test.php18 $s = $type->normalize('bob', '');
21 $s = $type->normalize('Bob', '');
24 $s = $type->normalize('Bob', 10);
27 $s = $type->normalize('Bob', 'master');
30 $s = $type->normalize(' Bob ', '');
33 $s = $type->normalize('Bob & Alice', '');
36 $s = $type->normalize('Één ís één.', '');
43 $s = $type->normalize('bob', '');
46 $s = $type->normalize('Bob', '');
49 $s = $type->normalize('Bo
[all...]
/plugin/strata/
H A Daction.php140 $title = $util->loadType('text')->normalize($title,'');
/plugin/strata/helper/
H A Dsyntax.php518 $subject = $this->util->loadType('ref')->normalize($subject,null);
565 $object = $this->literal($type->normalize($object,$hint));
637 // normalize
639 $rhs = $this->literal($type->normalize($rhs,$hint));
674 // normalize
676 $lhs = $this->literal($type->normalize($lhs,$hint));
H A Dutil.php150 * @param p the string to normalize
154 return $this->loadType($type)->normalize($p, $hint);
/plugin/strata/lib/
H A Dstrata_type.php36 * @param value string the value to normalize
40 function normalize($value, $hint) { function in plugin_strata_type
/plugin/strata/syntax/
H A Dentry.php135 // normalize data:
141 // normalize the predicate
146 // normalize the value
148 $triple['value'] = $type->normalize($triple['value'], $triple['hint']);
160 // normalize title candidate
163 $result['title candidate']['value'] = $type->normalize($result['title candidate']['value'], $result['title candidate']['hint']);
354 // resolve the subject to normalize everything
/plugin/strata/types/
H A Ddate.php30 function normalize($value, $hint) { function in plugin_strata_type_date
H A Dimage.php17 function normalize($value, $hint) { function in plugin_strata_type_image
H A Dlink.php35 function normalize($value, $hint) { function in plugin_strata_type_link
47 return $page->normalize($value,null);
H A Dpage.php16 function normalize($value, $hint) { function in plugin_strata_type_page
H A Dwiki.php17 function normalize($value, $hint) { function in plugin_strata_type_wiki
59 // normalize selflink
98 // normalize internal media links
/plugin/structsection/
H A Dyarn.lock2088 normalize-package-data@^2.3.2:
2090 …resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e…
2351 normalize-package-data "^2.3.2"
/plugin/tablelayout/
H A Dyarn.lock63 normalize-path "^2.0.0"
1581 normalize-package-data "^2.3.4"
1600 normalize-path "^2.0.1"
1714 normalize-package-data@^2.3.2, normalize-package-data@^2.3.4:
1716 …resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.4.0.tgz#1…
1723 normalize-path@^2.0.0, normalize-path@^2.0.1:
1725 …resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a…
1993 normalize-package-data "^2.3.2"
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php573 $uri = Uri\normalize(str_replace('//', '/', $uri));
574 $baseUri = Uri\normalize($this->getBaseUri());
/plugin/webdav/vendor/sabre/http/lib/
H A DRequest.php196 $uri = Uri\normalize($uri);
197 $baseUri = Uri\normalize($this->getBaseUrl());
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md45 * Added a `normalize` function.
H A DREADME.md14 2. `normalize` to aid in comparing urls.
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php114 function normalize($uri) { function
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js956 styleNode.normalize() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js51 …Siblings(H,this._GetAttribsForComparison());if (!FCKBrowserInfo.IsIE) H.normalize();};A.Release(tr…

12345678