Home
last modified time | relevance | path

Searched refs:sRand (Results 1 – 25 of 32) sorted by relevance

12

/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php136 * @param string $sRand
140 static public function SessionAdminKey($sRand) argument
142 return '/Session/AdminKey/'.\md5($sRand).'/';
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/
H A DKeyPathHelper.php136 * @param string $sRand
140 static public function SessionAdminKey($sRand) argument
142 return '/Session/AdminKey/'.\md5($sRand).'/';
/dports/lang/newlisp/newlisp-10.7.5/qa-specific-tests/
H A Dqa-utf16path37 (set 'buff sRand)
103 (assert (write-buffer h sRand))
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/skin/
H A DSWTSkinObjectBrowser.java378 String sRand = "rand=" + SystemTime.getCurrentTime(); in restart() local
380 startURLUnique = sStartURL.replaceAll("rand=[0-9.]+", sRand); in restart()
382 startURLUnique = sStartURL + "&" + sRand; in restart()
384 startURLUnique = sStartURL + "?" + sRand; in restart()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/scripts/SSAO/
H A DVolumetricFP.glsl6 uniform sampler2D sRand;
60 vec2 randomVector = (texture2D(sRand, randomTC) * 2 - 1).xy; // unpack to [-1, 1]^2
H A DHemisphereMCFP.glsl6 uniform sampler2D sRand;
61 … vec3 randomVector = (texture2D(sRand, randomTC) * 2 - 1).xyz; // unpack to [-1, 1]x[-1, 1]x[1, 1]
H A DVolumetric.cg9 uniform sampler sRand : register(s2),
62 const float2 randomVector = (tex2D(sRand, randomTC) * 2 - 1).xy; // unpack to [-1, 1]^2
H A DHemisphereMC.cg9 …uniform sampler sRand : register(s2), // MxN random texture, M sets of N precomputed low-discrepan…
64 float3 randomVector = (tex2D(sRand, randomTC) * 2 - 1); // unpack to [-1, 1]x[-1, 1]x[1, 1]
H A DVolumetric.hlsl11 uniform Texture2D sRand;
68 …const float2 randomVector = (sRand.SampleLevel(g_samLinear, randomTC, 0) * 2 - 1).xy; // unpack to…
H A DHemisphereMC.hlsl11 uniform Texture2D sRand; // MxN random texture, M sets of N precomputed low-discrepancy samples
78 …randomVector = (sRand.SampleLevel(g_samLinear, randomTC, 0) * 2 - 1).xyz; // unpack to [-1, 1]x[-1…
H A DHorizonBasedFP.glsl6 uniform sampler2D sRand;
58 vec3 randomValues = texture2D(sRand, (uv * cViewportSize.xy) / 4).xyz; //4px tiles
H A DHorizonBased.material23 param_named sRand int 2
H A DVolumetric.material23 param_named sRand int 2
H A DHorizonBased.cg9 uniform sampler sRand : register(s2), // (cos(a), sin(a), jitter
60 float3 randomValues = tex2D(sRand, (uv * cViewportSize.xy) / 4); //4px tiles
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/scripts/SSAO/
H A DHemisphereMCFP.glsl6 uniform sampler2D sRand;
61 … vec3 randomVector = (texture2D(sRand, randomTC) * 2 - 1).xyz; // unpack to [-1, 1]x[-1, 1]x[1, 1]
H A DVolumetricFP.glsl6 uniform sampler2D sRand;
60 vec2 randomVector = (texture2D(sRand, randomTC) * 2 - 1).xy; // unpack to [-1, 1]^2
H A DVolumetric.cg9 uniform sampler sRand : register(s2),
62 const float2 randomVector = (tex2D(sRand, randomTC) * 2 - 1).xy; // unpack to [-1, 1]^2
H A DHemisphereMC.cg9 …uniform sampler sRand : register(s2), // MxN random texture, M sets of N precomputed low-discrepan…
64 float3 randomVector = (tex2D(sRand, randomTC) * 2 - 1); // unpack to [-1, 1]x[-1, 1]x[1, 1]
H A DVolumetric.hlsl17 uniform Texture2D sRand : register(s2);
73 …const float2 randomVector = (sRand.SampleLevel(g_samLinear, randomTC, 0) * 2 - 1).xy; // unpack to…
H A DHemisphereMC.hlsl11 Texture2D sRand : register(s2); // MxN random texture, M sets of N precomputed low-discrepancy samp…
77 …randomVector = (sRand.SampleLevel(g_samLinear, randomTC, 0) * 2 - 1).xyz; // unpack to [-1, 1]x[-1…
H A DHorizonBasedFP.glsl6 uniform sampler2D sRand;
58 vec3 randomValues = texture2D(sRand, (uv * cViewportSize.xy) / 4).xyz; //4px tiles
H A DHorizonBased.material23 param_named sRand int 2
H A DVolumetric.material23 param_named sRand int 2
H A DHorizonBased.cg9 uniform sampler sRand : register(s2), // (cos(a), sin(a), jitter
60 float3 randomValues = tex2D(sRand, (uv * cViewportSize.xy) / 4); //4px tiles
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/browser/listener/
H A DDisplayListener.java395 String sRand = "rand=" + SystemTime.getCurrentTime(); in resetURL()
397 startURLUnique = sURL.replaceAll("rand=[0-9.]+", sRand); in resetURL()
399 startURLUnique = sURL + "&" + sRand; in resetURL()
401 startURLUnique = sURL + "?" + sRand; in resetURL()

12