search for: _current

Displaying 4 results from an estimated 4 matches for "_current".

Did you mean: current
2006 Dec 26
1
One content at a time - Effect.toggle
Hi everyone, I am creating a web page which has many links to hidden <div> content, which on clicking reveals the <div> through "Effect.toggle Blind". When i click one link the corresponding <div> blinds down, but when i click some other link the first <div> still persists and won''t blind up. Can anyone please tell me how should i get to work such that
2012 Jun 11
1
[PATCH 10/21] nouveau: Add support for ARB_sampler_object
...;nv04_driver.h" +#include "main/samplerobj.h" static uint32_t get_tex_format(struct gl_texture_image *ti) @@ -67,6 +68,7 @@ nv04_emit_tex_obj(struct gl_context *ctx, int emit) if (ctx->Texture.Unit[i]._ReallyEnabled) { struct gl_texture_object *t = ctx->Texture.Unit[i]._Current; struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; + const struct gl_sampler_object *sa = _mesa_get_samplerobj(ctx, i); int lod_max = 1, lod_bias = 0; if (!nouveau_texture_validate(ctx, t)) @@ -74,26 +76,26 @@ nv04_emit_tex_obj(struct gl_context *ctx, int emit) s = &am...
2009 Mar 20
1
R-SIG-Debian Digest, Vol 43, Issue 2
...eed to add lines to your sources.list if you run stable, > which > | doesn't get updated, or if you're running testing close to the time > of a > | new release. Which is probably 12 to 18 months off at least. > > c) You can also add the CRAN "stable" port to run _current R release_ > on > Debian testing via CRAN, just what Petar asked for. Given that these > were > built on 'stable' it is highly likely that they will work on > 'testing'. > > So use the lines Paul sent to r-help in response to your earlier post: > >...
2009 Feb 26
11
OpenSSL::Cipher decrypt returns 'wrong final block length'
I just want to encrypt a string submitted through a form before saving it to the DB. And then decrypt it again when I need to retrieve and use it. Im trying to use the OpenSSL::Cipher library. I have the following module for encryption/decryption [code] require ''openssl'' module AESCrypt # Decrypts a block of data (encrypted_data) given an encryption key # and an