Home
last modified time | relevance | path

Searched refs:Transform (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/xsl/tests/
H A Dxslt001.phpt2 Test 1: Transform To XML String
7 echo "Test 1: Transform To XML String";
16 Test 1: Transform To XML String
H A Dxslt006.phpt2 Test 6: Transform To Doc
7 echo "Test 6: Transform To Doc";
17 Test 6: Transform To Doc
H A Dxslt007.phpt2 Test 7: Transform To Uri
7 echo "Test 7: Transform To Uri";
18 Test 7: Transform To Uri
H A Dxslt002.phpt2 Test 2: Transform To HTML String
7 echo "Test 2: Transform To HTML String";
24 Test 2: Transform To HTML String
H A Dbug33853.phpt16 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
H A Dbug54446_with_ini.phpt18 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
/PHP-5.3/ext/hash/
H A Dphp_hash_salsa.h32 void (*Transform)(php_hash_uint32 state[16], php_hash_uint32 data[16]); member
H A Dphp_hash_haval.h33 void (*Transform)(php_hash_uint32 state[8], const unsigned char block[128]); member
H A Dhash_salsa.c139 context->Transform(context->state, a); in SalsaTransform()
146 context->Transform = Salsa10; in PHP_SALSA10Init()
152 context->Transform = Salsa20; in PHP_SALSA20Init()
H A Dhash_haval.c263 context->Transform = PHP_##p##HAVALTransform; }
303 context->Transform(context->state, context->buffer); in PHP_HAVALUpdate()
306 context->Transform(context->state, &input[i]); in PHP_HAVALUpdate()
/PHP-5.3/build/
H A Dlibtool.m44386 # Transform the output of nm in a proper C declaration
4389 # Transform the output of nm in a C name address pair
4548 # Transform an extracted symbol line into a proper C declaration
4551 # Transform an extracted symbol line into symbol name and symbol address
4616 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.

Completed in 52 milliseconds