Home
last modified time | relevance | path

Searched refs:Photon (Results 1 – 25 of 455) sorted by relevance

12345678910>>...19

/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dtemplateinheritingclass_test.py40 from sample import Photon
47 self.assertEqual(Photon.ValueIdentity.classType(), Photon.IdentityType)
48 self.assertEqual(Photon.ValueDuplicator.classType(), Photon.DuplicatorType)
52 samer = Photon.ValueIdentity(value)
60 obj = Photon.ValueDuplicator(123)
64 obj = Photon.ValueDuplicator(321)
69 one = Photon.ValueIdentity(value1)
70 other = Photon.ValueIdentity(value2)
75 one = Photon.ValueDuplicator(value1)
80 obj1 = Photon.ValueIdentity(123)
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dtemplateinheritingclass_test.py40 from sample import Photon
47 self.assertEqual(Photon.ValueIdentity.classType(), Photon.IdentityType)
48 self.assertEqual(Photon.ValueDuplicator.classType(), Photon.DuplicatorType)
52 samer = Photon.ValueIdentity(value)
60 obj = Photon.ValueDuplicator(123)
64 obj = Photon.ValueDuplicator(321)
69 one = Photon.ValueIdentity(value1)
70 other = Photon.ValueIdentity(value2)
75 one = Photon.ValueDuplicator(value1)
80 obj1 = Photon.ValueIdentity(123)
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/tests/samplebinding/
H A Dtemplateinheritingclass_test.py40 from sample import Photon
47 self.assertEqual(Photon.ValueIdentity.classType(), Photon.IdentityType)
48 self.assertEqual(Photon.ValueDuplicator.classType(), Photon.DuplicatorType)
52 samer = Photon.ValueIdentity(value)
60 obj = Photon.ValueDuplicator(123)
64 obj = Photon.ValueDuplicator(321)
69 one = Photon.ValueIdentity(value1)
70 other = Photon.ValueIdentity(value2)
75 one = Photon.ValueDuplicator(value1)
80 obj1 = Photon.ValueIdentity(123)
[all …]
/dports/science/octopus/octopus-10.5/testsuite/functionals/
H A D17-oep-photons.test12 match ; photon number ; GREPFIELD(static/info, 'Photon number', 4) ;…
13 match ; photon exchange ; GREPFIELD(static/info, 'Photon ex.', 4) ; 0.01…
20 match ; photon number ; GREPFIELD(static/info, 'Photon number', 4) ;…
21 match ; photon exchange ; GREPFIELD(static/info, 'Photon ex.', 4) ; 0.00…
28 match ; photon number ; GREPFIELD(static/info, 'Photon number', 4) ;…
29 match ; photon exchange ; GREPFIELD(static/info, 'Photon ex.', 4) ; 0.00…
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/lighting/
H A Dphotons.h161 struct Photon struct
207 Photon* AllocatePhoton();
211 Photon& GetPhoton(unsigned int photonId);
212 const Photon& GetPhoton(unsigned int photonId) const;
251 Photon& GetPhoton(unsigned int blockId, unsigned int indexInBlock);
252 const Photon& GetPhoton(unsigned int blockId, unsigned int indexInBlock) const;
256 typedef Photon* PhotonPtr;
266 Photon** photonGatherList; // photons
302 void PQInsert(Photon *photon, DBL d);
303 void FullPQInsert(Photon *photon, DBL d);
H A Dphotons.cpp100 inline Photon& operator[](size_t i) in operator []()
109 Photon mData[PHOTON_BLOCK_SIZE];
876 Photon *photon; in addSurfacePhoton()
967 Photon *photon; in addMediaPhoton()
1288 Photon* PhotonMap::AllocatePhoton() in AllocatePhoton()
1535 Photon tmp; in swapPhotons()
1536 Photon& phA = GetPhoton(a); in swapPhotons()
1537 Photon& phB = GetPhoton(b); in swapPhotons()
1564 Photon tmp; in insertSort()
1743 Photon *ph = &GetPhoton(i); in sortAndSubdivide()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/backend/lighting/
H A Dphotonsortingtask.cpp227 Photon *ph; in save()
244 err = fwrite(ph, sizeof(Photon), 1, f); in save()
268 err = fwrite(ph, sizeof(Photon), 1, f); in save()
292 err = fwrite(ph, sizeof(Photon), 1, f); in save()
329 Photon *ph; in load()
345 err = fread(ph, sizeof(Photon), 1, f); in load()
364 err = fread(ph, sizeof(Photon), 1, f); in load()
380 err = fread(ph, sizeof(Photon), 1, f); in load()
H A Dphotons.cpp901 Photon *Photon; in addSurfacePhoton() local
993 Photon *Photon; in addMediaPhoton() local
1353 Photon **newMap; in AllocatePhoton()
1354 newMap = (Photon **)POV_MALLOC(sizeof(Photon *)*this->numBlocks*2, "photons"); in AllocatePhoton()
1372 this->head[j] = (Photon *)POV_MALLOC(sizeof(Photon)*PHOTON_BLOCK_SIZE, "photons"); in AllocatePhoton()
1396 Photon **newMap; in mergeMap()
1397 newMap = (Photon **)POV_MALLOC(sizeof(Photon *)*blocksNeeded, "photons"); in mergeMap()
1429 this->head[thisj] = (Photon *)POV_MALLOC(sizeof(Photon)*PHOTON_BLOCK_SIZE, "photons"); in mergeMap()
1646 Photon tmp; in swapPhotons()
1683 Photon tmp; in insertSort()
[all …]
H A Dphotons.h156 struct Photon struct
169 typedef Photon* PhotonBlock; argument
184 Photon **head;
205 Photon* AllocatePhoton();
255 Photon** photonGatherList; // photons
291 void PQInsert(Photon *photon, DBL d);
292 void FullPQInsert(Photon *photon, DBL d);
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/backend/lighting/
H A Dphotonsortingtask.cpp235 Photon *ph; in save()
253 err = fwrite(ph, sizeof(Photon), 1, f); in save()
277 err = fwrite(ph, sizeof(Photon), 1, f); in save()
301 err = fwrite(ph, sizeof(Photon), 1, f); in save()
338 Photon *ph; in load()
355 err = fread(ph, sizeof(Photon), 1, f); in load()
374 err = fread(ph, sizeof(Photon), 1, f); in load()
390 err = fread(ph, sizeof(Photon), 1, f); in load()
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/aboutdebugging/src/
H A Dbase.css29 /* Colors from Photon */
54 /* Typography from Photon */
286 /* Buttons from Photon */
300 /* Disabled state for buttons from Photon */
305 /* Smaller variant size for buttons, from Photon */
313 /* Photon button representing a primary action */
327 /* Photon standard button */
329 color: var(--grey-90); /* Note: this is from Photon Default button */
341 /* Photon ghost button. Icon button with no background */
380 * NOTE: styles borrowed from Photon's micro buttons (there aren't badges)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/aboutdebugging/src/
H A Dbase.css17 --button-color: var(--grey-90); /* Note: this is from Photon Default button */
52 /* Colors from Photon */
77 /* Typography from Photon */
354 /* Buttons from Photon */
368 /* Disabled state for buttons from Photon */
373 /* Smaller variant size for buttons, from Photon */
381 /* Photon button representing a primary action */
395 /* Photon standard button */
409 /* Photon ghost button. Icon button with no background */
448 * NOTE: styles borrowed from Photon's micro buttons (there aren't badges)
[all …]
/dports/www/firefox/firefox-99.0/devtools/client/aboutdebugging/src/
H A Dbase.css17 --button-color: var(--grey-90); /* Note: this is from Photon Default button */
55 /* Colors from Photon */
79 /* Typography from Photon */
359 /* Buttons from Photon */
373 /* Disabled state for buttons from Photon */
378 /* Smaller variant size for buttons, from Photon */
386 /* Photon button representing a primary action */
400 /* Photon standard button */
414 /* Photon ghost button. Icon button with no background */
453 * NOTE: styles borrowed from Photon's micro buttons (there aren't badges)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/aboutdebugging/src/
H A Dbase.css17 --button-color: var(--grey-90); /* Note: this is from Photon Default button */
52 /* Colors from Photon */
77 /* Typography from Photon */
354 /* Buttons from Photon */
368 /* Disabled state for buttons from Photon */
373 /* Smaller variant size for buttons, from Photon */
381 /* Photon button representing a primary action */
395 /* Photon standard button */
409 /* Photon ghost button. Icon button with no background */
448 * NOTE: styles borrowed from Photon's micro buttons (there aren't badges)
[all …]
/dports/net/py-geopy/geopy-2.2.0/test/geocoders/
H A Dphoton.py1 from geopy.geocoders import Photon
12 return Photon(**kwargs)
15 geocoder = Photon(
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/tests/
H A Dtest_geocode.py141 from geopy.geocoders import Photon
143 for provider in ["photon", Photon]:
158 from geopy.geocoders import Photon
160 for provider in ["photon", Photon]:
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/analyzer/os/photon/testdata/photon_3/
H A Dos-release1 NAME="VMware Photon OS"
5 PRETTY_NAME="VMware Photon OS/Linux"
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/tests/test-cases/Group11-Upgrade/
H A DTestCases.md13 [Test 11-05 - Upgrade Photon](11-05-Upgrade-Photon.md)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/isos/base/repos/ci/
H A Dphoton.repo2 name=VMware Photon Linux 2.0(x86_64)
9 name=VMware Photon Linux 2.0(x86_64) Updates
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/isos/base/repos/photon-1.0-passthrough/
H A Dphoton.repo2 name=VMware Photon Linux 1.0(x86_64)
9 name=VMware Photon Linux 1.0(x86_64) Updates
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/isos/base/repos/photon-2.0/
H A Dphoton.repo2 name=VMware Photon Linux 2.0(x86_64)
9 name=VMware Photon Linux 2.0(x86_64) Updates
H A Dphoton-2.0.repo.local2 name=VMware WDC Photon Linux 2.0(x86_64)
9 name=VMware WDC Photon Linux 2.0(x86_64) Updates
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/isos/base/repos/photon-1.0/
H A Dphoton.repo2 name=VMware Photon Linux 1.0(x86_64)
9 name=VMware Photon Linux 1.0(x86_64)
/dports/astro/kstars/kstars-3.5.6/po/de/docs/kstars/
H A Dluminosity.docbook41 …at sichtbares Licht viel kürzere Wellenlängen und höhere Frequenzen. Ein Photon mit einer Wellenlä…
43 > m (ein grünes Photon) hat eine Energie von E = 3,975 * 10<superscript
45 … Radiophotons ist. Genauso hat ein Photon des roten Lichts (Wellenlänge lambda = 700nm) weniger En…
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/fanal/analyzer/os/photon/
H A Dphoton.go37 photonName = aos.Photon
58 return aos.Photon

12345678910>>...19