search for: urla

Displaying 2 results from an estimated 2 matches for "urla".

Did you mean: url
2007 Jun 03
5
can I use template to assemble a html page in an controller and redirect to another controller?
Hi,all! I want to assemble a html page and put it into flash and redirect to another controller ,for example: flash[:aaa]="<html><body><div>hi</div></body></html>" but what I need is to assemble some more complicate html page,so I want to read the render result of a template before to send it to browser. Any thought? Thanks in advance :-)
2008 Jan 21
0
70 commits - configure.ac libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_socket.c libswfdec-gtk/swfdec_gtk_socket.h libswfdec-gtk/swfdec_playback_alsa.c
...fdecSecurity *guard, SwfdecSecurity *key) } } -static gboolean -swfdec_flash_security_match_domain (const SwfdecURL *guard, const SwfdecURL *key) -{ - return g_ascii_strcasecmp (swfdec_url_get_host (guard), swfdec_url_get_host (key)) == 0; -} - -typedef struct { - SwfdecURL * url; - SwfdecURLAllowFunc callback; - gpointer user_data; -} SwfdecAllowURLPending; - -static void -swfdec_flash_security_call_pending (SwfdecFlashSecurity *sec, const char *host, - gboolean allow) -{ - GSList *iter, *prev, *next; - SwfdecAllowURLPending *pending; - - g_return_if_fail (SWFDEC_IS_FLASH_SECURI...