Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 24373) sorted by last modified time

12345678910>>...975

/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiViewer.cpp.in990 // normalized screen coordinates given by the argument.
H A DSoGuiFlyViewer.cpp.in695 // NOTE: The values are normalized, so that the FlyViewer behaves
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A Dglext.h1550 typedef void (APIENTRYP PFNGLVERTEXATTRIBP1UIPROC) (GLuint index, GLenum type, GLboolean normalized
1552 typedef void (APIENTRYP PFNGLVERTEXATTRIBP2UIPROC) (GLuint index, GLenum type, GLboolean normalized
1554 typedef void (APIENTRYP PFNGLVERTEXATTRIBP3UIPROC) (GLuint index, GLenum type, GLboolean normalized
1609 GLAPI void APIENTRY glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint val…
1610 GLAPI void APIENTRY glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLu…
1611 GLAPI void APIENTRY glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint val…
1612 GLAPI void APIENTRY glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLu…
1613 GLAPI void APIENTRY glVertexAttribP3ui (GLuint index, GLenum type, GLboolean normalized, GLuint val…
1614 GLAPI void APIENTRY glVertexAttribP3uiv (GLuint index, GLenum type, GLboolean normalized, const GLu…
1615 GLAPI void APIENTRY glVertexAttribP4ui (GLuint index, GLenum type, GLboolean normalized, GLuint val…
[all …]
/dports/x11/i3status/i3status-2.14/src/
H A Dprint_volume.c222 double normalized = exp10((val - max) / 6000.0); in print_volume() local
225 normalized = (normalized - min_norm) / (1 - min_norm); in print_volume()
227 avg = lround(normalized * 100); in print_volume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp215 …lVertexAttribPointer)(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride,…
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/
H A DBUILD.gn3495 "data/verify_name_match_unittest/names/custom-custom-normalized.pem",
3504 "data/verify_name_match_unittest/names/unicode-mixed-normalized.pem",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/
H A DBUILD.gn3494 "data/verify_name_match_unittest/names/custom-custom-normalized.pem",
3503 "data/verify_name_match_unittest/names/unicode-mixed-normalized.pem",
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py701 normalized = []
705 normalized.append(path)
706 return normalized
H A Dmsvs.py150 normalized = os.path.normpath(source)
151 if source.count('$') == normalized.count('$'):
152 source = normalized
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Duser.py371 normalized = normalizeName(name)
372 return (name == normalized) and not wikiutil.isGroupPage(name, request.cfg)
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py701 normalized = []
705 normalized.append(path)
706 return normalized
H A Dmsvs.py150 normalized = os.path.normpath(source)
151 if source.count('$') == normalized.count('$'):
152 source = normalized
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseBucketCache.php174 $normalized = substr($id, 0, self::MAX_KEY_LENGTH);
176 if ($normalized === false) {
180 return $normalized;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php71 $normalized = strtolower($header);
74 if (isset($new->headerNames[$normalized])) {
77 $new->headerNames[$normalized] = $header;
87 $normalized = strtolower($header);
90 if (isset($new->headerNames[$normalized])) {
91 $header = $this->headerNames[$normalized];
94 $new->headerNames[$normalized] = $header;
103 $normalized = strtolower($header);
105 if (!isset($this->headerNames[$normalized])) {
109 $header = $this->headerNames[$normalized];
[all …]
H A DServerRequest.php87 $normalized = [];
91 $normalized[$key] = $value;
93 $normalized[$key] = self::createUploadedFileFromSpec($value);
95 $normalized[$key] = self::normalizeFiles($value);
102 return $normalized;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/cache/lib/Doctrine/Common/Cache/
H A DCouchbaseBucketCache.php174 $normalized = substr($id, 0, self::MAX_KEY_LENGTH);
176 if ($normalized === false) {
180 return $normalized;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php89 $normalized = [];
93 $normalized[$key] = $value;
95 $normalized[$key] = self::createUploadedFileFromSpec($value);
97 $normalized[$key] = self::normalizeFiles($value);
104 return $normalized;
H A DMessageTrait.php72 $normalized = strtolower($header);
75 if (isset($new->headerNames[$normalized])) {
78 $new->headerNames[$normalized] = $header;
88 $normalized = strtolower($header);
91 if (isset($new->headerNames[$normalized])) {
92 $header = $this->headerNames[$normalized];
95 $new->headerNames[$normalized] = $header;
104 $normalized = strtolower($header);
106 if (!isset($this->headerNames[$normalized])) {
110 $header = $this->headerNames[$normalized];
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/config/Definition/
H A DPrototypedArrayNode.php219 $normalized = [];
251 if (\array_key_exists($k, $normalized)) {
261 $normalized[$k] = $prototype->normalize($v);
263 $normalized[] = $prototype->normalize($v);
267 return $normalized;
H A DArrayNode.php55 $normalized = [];
59 $normalized[$normalizedKey] = $v;
61 $normalized[$k] = $v;
65 return $normalized;
280 $normalized = [];
284 $normalized[$name] = $this->children[$name]->normalize($val);
289 $normalized[$name] = $val;
325 return $normalized;
/dports/www/sogo-activesync/SOGo-5.4.0/
H A DChangeLog39130 - normalized toolbars in message viewer, contact viewer and contact
/dports/www/squid/squid-4.15/src/
H A Dcf.data.pre6594 is not correctly formatted. The messages is then normalized
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dandroid.py701 normalized = []
705 normalized.append(path)
706 return normalized
H A Dmsvs.py150 normalized = os.path.normpath(source)
151 if source.count('$') == normalized.count('$'):
152 source = normalized
/dports/www/sogo/SOGo-5.4.0/
H A DChangeLog39130 - normalized toolbars in message viewer, contact viewer and contact

12345678910>>...975