Displaying 19 results from an estimated 19 matches for "_parent".
Did you mean:
parent
2009 May 07
5
Controller redirect_to to leave iframe
Inside an iframe, I want the controller to redirect_to to the parent
(i.e. target =''_parent'').
Any ideas?
(Everything I''ve tried- via redirect_to - just keeps it inside the
iframe)
2015 Jul 02
2
asterisk email to fax
2012 Dec 20
0
[PATCH] drm/nouveau: don't return freed object from nouveau_handle_create
...-git a/drivers/gpu/drm/nouveau/core/core/handle.c b/drivers/gpu/drm/nouveau/core/core/handle.c
index b8d2cbf..264c2b3 100644
--- a/drivers/gpu/drm/nouveau/core/core/handle.c
+++ b/drivers/gpu/drm/nouveau/core/core/handle.c
@@ -109,7 +109,7 @@ nouveau_handle_create(struct nouveau_object *parent, u32 _parent, u32 _handle,
while (!nv_iclass(namedb, NV_NAMEDB_CLASS))
namedb = namedb->parent;
- handle = *phandle = kzalloc(sizeof(*handle), GFP_KERNEL);
+ handle = kzalloc(sizeof(*handle), GFP_KERNEL);
if (!handle)
return -ENOMEM;
@@ -146,6 +146,9 @@ nouveau_handle_create(struct nouveau_obje...
2015 Jun 25
2
asterisk email to fax
I hope his mother in law doesn't live with him. That's a support issue for sure.
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Kevin Larsen
Sent: Thursday, June 25, 2015 2:50 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] asterisk email to fax
> Since the O.P. said
2006 Feb 20
1
Howto use the <map> tag?
...oR code?
<%= image_tag("image.jpg", :size => "80x40", :border => 0, :usemap =>
"#Map") %>
<map name="Map" id="Map">
<area shape="rect" coords="100,20,100,20" href="../help.html"
target="_parent" alt="help" />
</map>
Or how can I change the "../help.html" to always point a
"http://root_dir/help.html" file?
I would like to use this code on the application.rhtml but:
if I leave it as it is and open let say http://localhost/index.html
it works fi...
2015 Jun 15
1
small homebrew pbx
James Cass wrote:
> I picked up a cheap JS200-FX on ebay: http://x100p.com/products/js200fx.php for $30, and it works great for a home install. Very low power draw as well.
>
> James Cass <http://goog_987864563>
> jcass78 at gmail.com <mailto:jcass78 at gmail.com>
The JS-200 runs a very old ( 1.4 ) version of Asterisk
I have set up more than 30 nodes using the HP thin
2010 Apr 22
1
Transport endpoint not connected
Hey guys,
I've recently implemented gluster to share webcontent read-write between
two servers.
Version : glusterfs 3.0.4 built on Apr 19 2010 16:37:50
Fuse : 2.7.2-1ubuntu2.1
Platform : ubuntu 8.04LTS
I used the following command to generate my configs:
/usr/local/bin/glusterfs-volgen --name repstore1 --raid 1
10.10.130.11:/data/export
2007 Feb 19
0
22 commits - libswfdec/js libswfdec/swfdec_debugger.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_script.c
...L);
+ if (player->rate) {
+ swfdec_player_remove_timeout (player, &player->iterate_timeout);
+ }
g_assert (player->timeouts == NULL);
- g_list_free (player->timeouts);
- player->timeouts = NULL;
swfdec_cache_unref (player->cache);
G_OBJECT_CLASS (swfdec_player_parent_class)->dispose (object);
diff-tree 77b34b229da25f92968a27d4ed759f154b6519b2 (from ea81d2b805d5db2b7506c1c817efb5f9b8041b3c)
Author: Benjamin Otte <otte@gnome.org>
Date: Mon Feb 19 18:44:12 2007 +0100
arguments.toString() returns the empty string
diff --git a/libswfdec/js/jsobj.c b...
2007 Nov 28
0
7 commits - configure.ac libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite_movie.c test/trace
...load.as
@@ -0,0 +1,13 @@
+// makeswf -v 7 -s 200x150 -r 1 -o remove-child-onUnload.swf remove-child-onUnload.as
+
+createEmptyMovieClip ("a", 0);
+a.createEmptyMovieClip ("a", 0);
+a.createEmptyMovieClip ("b", 1);
+a.b.onUnload = function () { trace (this); trace (this._parent); };
+a.removeMovieClip ();
+trace (a + ": " + a.getDepth ());
+trace (a.a + ": " + a.a.getDepth ());
+trace (a.b + ": " + a.b.getDepth ());
+trace ("===");
+
+loadMovie ("fscommand:quit", "");
commit 9bf200f0eb22d8febcac51b0fe40c032389ba7...
2014 Mar 21
0
Wine release 1.7.15
....
wmvcore: Added WMCreateProfileManager implementation.
mshtml: Removed test failing on Windows 8.1.
mshtml: Bind events not sent to default view to body element instead of directly to target.
mshtml: Added IHTMLFrameBase2::onload property implementation.
mshtml: Adder _parent target support to navigate_anchor.
crypt32/tests: Improved test failure message.
mshtml: Moved htmldoc5.c content into htmldoc3.c.
mshtml: Merge htmldoc3.c into htmldoc.c.
mshtml: Added IHTMLDocument7 stub implementation.
mshtml: Skip tests depending on iframe onload e...
2011 Jun 09
1
NFS problem
Hi,
I got the same problem as Juergen,
My volume is a simple replicated volume with 2 host and GlusterFS 3.2.0
Volume Name: poolsave
Type: Replicate
Status: Started
Number of Bricks: 2
Transport-type: tcp
Bricks:
Brick1: ylal2950:/soft/gluster-data
Brick2: ylal2960:/soft/gluster-data
Options Reconfigured:
diagnostics.brick-log-level: DEBUG
network.ping-timeout: 20
performance.cache-size: 512MB
2007 Mar 09
0
17 commits - libswfdec/js libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_root_movie.c
...interpret (SwfdecScript *s
/* FIXME: keep in sync with jsfun.c */
fp->flags |= JS_BIT (JSFRAME_OVERRIDE_SHIFT);
}
- if (script->flags & SWFDEC_SCRIPT_PRELOAD_SUPER ||
- script->flags & SWFDEC_SCRIPT_PRELOAD_ROOT ||
- script->flags & SWFDEC_SCRIPT_PRELOAD_PARENT) {
- SWFDEC_ERROR ("The following preload flags aren't implemented:%s%s%s",
- script->flags & SWFDEC_SCRIPT_PRELOAD_SUPER ? " PRELOAD_SUPER" : "",
- script->flags & SWFDEC_SCRIPT_PRELOAD_ROOT ? " PRELOAD_ROOT" : "",
- sc...
2007 Jul 12
0
No subject
...span style=3D'font-weight:bold'>SIP: exten =3D> 1234, =
1,Dial(SIP/<a
href=3D"http://groups.google.com/groups/unlock?msg=3Dfd25d3dd8a774531&=
;hl=3Den&_done=3D/group/VOIP-Users-Conference/browse_thread/thread/6f=
e7d4af7ecdd996%3Fhl%3Den"
target=3D"_parent">...</a>@66.212.134.192, 60, D(22622# ${MY_PIN} #) ) =
</span></b><br>
If you have no PIN use 1# instead. (remove any spaces in the line above) =
<o:p></o:p></span></font></p>
<p><font size=3D2 face=3DArial><span =
style=...
2007 Jun 27
0
Branch 'as' - 16 commits - configure.ac libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_script_function.c
...} else {
- goto start;
- }
- while (cur && (*cur == '/' || *cur == ':')) {
- cur++;
-start:
- if (str->len > 0)
- g_string_append_c (str, '.');
- if (cur[0] == '.' && cur[1] == '.') {
- g_string_append (str, "_parent");
- cur += 2;
- } else {
- char *slash = strchr (cur, '/');
- if (slash) {
- g_string_append_len (str, cur, slash - cur);
- cur = slash;
- } else {
- slash = strchr (cur, ':');
- if (slash) {
- g_string_append_len (str, cur, slash - cur);
- cur = sla...
2013 Jul 15
21
[PATCH 00 of 21 RESEND] blktap3/drivers: Introduce tapdisk server.
This patch series copies the core of the tapdisk process from blktap2, with
updates coming from blktap2.5.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...ray_index (token->tokens, Entry, GPOINTER_TO_INT (parent->user_data2));
+ entry = &g_array_index (token->tokens, SwfeditTokenEntry, GPOINTER_TO_INT (parent->user_data2));
if (entry->type != SWFEDIT_TOKEN_OBJECT)
return FALSE;
@@ -370,7 +362,7 @@ swfedit_token_iter_parent (GtkTreeModel
return FALSE;
for (i = 0; i < parent->tokens->len; i++) {
- Entry *entry = &g_array_index (parent->tokens, Entry, i);
+ SwfeditTokenEntry *entry = &g_array_index (parent->tokens, SwfeditTokenEntry, i);
if (entry->type != SWFEDIT_TOKEN_OB...
2007 Apr 04
0
Branch 'as' - 17 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_loader.c libswfdec-gtk/swfdec_gtk_loader.h
...nclude "swfdec_debug.h"
+
+G_DEFINE_TYPE (SwfdecAsArray, swfdec_as_array, SWFDEC_TYPE_AS_OBJECT)
+
+static void
+swfdec_as_array_dispose (GObject *object)
+{
+ SwfdecAsArray *array = SWFDEC_AS_ARRAY (object);
+
+ g_array_free (array->values, TRUE);
+
+ G_OBJECT_CLASS (swfdec_as_array_parent_class)->dispose (object);
+}
+
+static void
+swfdec_as_array_mark (SwfdecAsObject *object)
+{
+ SwfdecAsArray *array = SWFDEC_AS_ARRAY (object);
+ guint i;
+
+ for (i = 0; i < array->values->len; i++) {
+ swfdec_as_value_mark (&g_array_index (array->values, SwfdecAsValue, i...
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...Atomize (cx, "_root", 5, 0)) ||
- !js_FindProperty (cx, (jsid) atom, &obj, &pobj, &prop) ||
- !js_GetProperty (cx, obj, (jsid) atom, &fp->vars[preload_reg++])) {
- ok = JS_FALSE;
- goto out;
- }
- }
- if (script->flags & SWFDEC_SCRIPT_PRELOAD_PARENT) {
- JSAtom *atom;
- JSObject *obj, *pobj;
- JSProperty *prop;
- SWFDEC_LOG ("preloading parent into register %u", preload_reg);
- if (!(atom = js_Atomize (cx, "_parent", 7, 0)) ||
- !js_FindProperty (cx, (jsid) atom, &obj, &pobj, &prop) ||...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...se {
+ token = SWFEDIT_TOKEN (tree_model);
+ }
+ if ((guint) n >= token->tokens->len)
+ return FALSE;
+ iter->stamp = 0; /* FIXME */
+ iter->user_data = token;
+ iter->user_data2 = GINT_TO_POINTER (n);
+ return TRUE;
+}
+
+static gboolean
+swfedit_token_iter_parent (GtkTreeModel *tree_model, GtkTreeIter *iter, GtkTreeIter *child)
+{
+ guint i;
+ SwfeditToken *token = SWFEDIT_TOKEN (child->user_data);
+ SwfeditToken *parent = token->parent;
+
+ REPORT;
+ if (parent == NULL)
+ return FALSE;
+
+ for (i = 0; i < parent->tokens->l...