search for: parentid

Displaying 11 results from an estimated 11 matches for "parentid".

Did you mean: parent_id
2007 Aug 09
1
odfWeave processing error, file specific
...Bitmaps/ inflating: layout-cache inflating: content.xml inflating: styles.xml inflating: meta.xml inflating: Thumbnails/thumbnail.png inflating: settings.xml inflating: META-INF/manifest.xml Removing balf.odt Creating a Pictures directory Pre-processing the contents Error: cc$parentId == parentId is not TRUE Thanks, aric ---------------------------------------------------------- IMPORTANT WARNING: This email (and any attachments) is only...{{dropped}}
2009 Aug 01
1
odfWeave : sudden and unexplained error
...reating: Configurations2/toolbar/ creating: Configurations2/images/Bitmaps/ creating: Configurations2/statusbar/ inflating: settings.xml inflating: META-INF/manifest.xml Removing SrcAnalyse1.odt Creating a Pictures directory Pre-processing the contents Erreur : cc$parentId == parentId is not TRUE > Perusing the documentation and the r-help list archives didn't turn up anything relevant. This error survived restarting OOo, restarting R, restarting its enclosing Emacs session and even rebooting the damn hardware... Any idea ? Emmanuel Charpentier
2009 Jan 30
1
run query using rexcel runrfile and rodbc sql query
...Script.R is something like: inSet <- "TEST0000853" library("RODBC") query <- function(qu){ con <- odbcConnect ("Development ",uid="username",pwd="password",believeNRows=FALSE,rows_at_time=50) sqlQuery(con,qu) } qu <- paste("m.parentid as SET from setmap m where m.childid in (select t.experiment from experimentsets t where t.setname='",inSET,"')",sep="") ExperimentSet <- as.character(query(qu)[,1]) The error only occurs when I call my "query" function. Does anyone know if th...
2005 Dec 30
11
Losing my mind with Ajax link_to_remote
...an Ajax navigation column. Here''s what I have: view layout: <div id="navigation"> <%= render(:partial => "navigation", :collection => @categories) %> </div> My _navigation.rhtml partial looks like: <% if @params[:id].to_i == navigation.parentid.to_i %> <%= link_to_remote navigation.name, :url => {:controller => "listing", :action => "browse", :id => navigation.id, :update => "navigation"} %> <br/> <% end %> And my browse method is: def browse if @params[:...
2007 Sep 23
0
Add U32 Filter with libnl
...et_protocol(pFilter, ETH_P_IP); // setting parent class id rtnl_tc_str2handle("1:", &handle); rtnl_cls_set_parent(pFilter, handle); // source port filter rtnl_u32_add_key_uint16(pFilter, 22, 0xffff, U32_SPORT, 0); // setting flowid sprintf(pBuffer, "1:%i", parentId); /* flowid 1:20 */ rtnl_tc_str2handle(pBuffer, &handle); rtnl_u32_set_classid(pFilter, handle); // add filter if (rtnl_cls_add(m_pNetlinkHandle, pFilter, NLM_F_REPLACE) < 0) ... Thanks in advance for your help! Gerrit _________________________________________________...
2009 Nov 05
1
Support for METADATA_BLOCK_PICTURE in any players?
Does anyone know of any music players that support the METADATA_BLOCK_PICTURE field in vorbis comments for Ogg Vorbis files? I've added support for this in my little CD ripper app and I'd like to test against a real player. Thanks. -- Jason Voegele We were so poor that we thought new clothes meant someone had died.
2006 Oct 18
1
Profile permissions issue? Samba and FDS problem
...me: 2147483647 sambaPwdMustChange: 2147483647 sambaPwdCanChange: 1142535948 sambaPasswordHistory: 0000000000000000000000000000000000000000000000000000000000000000 sambaPwdLastSet: 1142535948 sambaAcctFlags: [U ] creatorsname: cn=admin dn createtimestamp: 20060914135759Z nsuniqueid: removed parentid: 24 entryid: 299 entrydn: uid=test.user,ou=users,dc=company,dc=com numsubordinates: 0 subschemasubentry: cn=schema hassubordinates: FALSE <---------- End example ldap entry ------------> <----------- Start Windows login log ----------------> USERENV(bc.a4) 11:09:27:921 CopyProfileDirec...
2002 Apr 09
1
deleting specific filters/classes
Hi I have a cbq setup with all the filters in tha root class. If I try to delete a class with the following line: tc class del dev eth0 classid 1:1000 it says: RTNETLINK answers: Device or resource busy Is this because I have filters (not with parent this class) with flowid this class? If so, then I tried to delete a specific filter. The tc filter show dev eth0 command shows me what I have to
2008 Apr 07
4
Staff Manager tutorial from "Prototype and script.aculo.us" by Christophe Porteneuve
...= { id: ''item'' + this.genId(), name: name, container: container }; if (isGroup) node.children = []; container.push(node); return this.createDOMFragment( this.selected ? this.selected.id : ''staff'', node); }, createDOMFragment: function(parentId, node) { var element = new Element(''li'', { id: node.id }); var tpl = this._templates[node.children ? ''group'' : ''person'']; var escapedNode = { id: node.id, name: node.name.escapeHTML() }; element.update(tpl.evaluate(escapedNode));...
2006 Aug 02
10
[PATCH 0/6] htb: cleanup
The HTB scheduler code is a mess, this patch set does some basic house cleaning. The first four should cause no code change, but the last two need more testing. -- Stephen Hemminger <shemminger@osdl.org> "And in the Packet there writ down that doome" - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to
2011 Oct 06
26
[PATCH v0 00/18] btfs: Subvolume Quota Groups
This is a first draft of a subvolume quota implementation. It is possible to limit subvolumes and any group of subvolumes and also to track the amount of space that will get freed when deleting snapshots. The current version is functionally incomplete, with the main missing feature being the initial scan and rescan of an existing filesystem. I put some effort into writing an introduction into