search for: xmldecl

Displaying 8 results from an estimated 8 matches for "xmldecl".

2008 Jan 19
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_sprite_movie_as.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/image test/swfdec_test.c test/swfdec_test_image.c test/trace
...XMLNode's variables diff --git a/libswfdec/swfdec_xml.c b/libswfdec/swfdec_xml.c index 816443a..e5331c6 100644 --- a/libswfdec/swfdec_xml.c +++ b/libswfdec/swfdec_xml.c @@ -43,10 +43,10 @@ swfdec_xml_do_mark (SwfdecAsObject *object) { SwfdecXml *xml = SWFDEC_XML (object); - if (xml->xmlDecl != NULL) - swfdec_as_string_mark (xml->xmlDecl); - if (xml->docTypeDecl != NULL) - swfdec_as_string_mark (xml->docTypeDecl); + if (xml->xml_decl != NULL) + swfdec_as_string_mark (xml->xml_decl); + if (xml->doc_type_decl != NULL) + swfdec_as_string_mark (xml->doc_...
2007 Oct 25
0
18 commits - libswfdec/swfdec_player_internal.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_format.c libswfdec/swfdec_text_format.h libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c libswfdec/swfdec_xml_node.h test/trace
...or__: false -XMLReal: __constructor__: true -XML: contentType: false -XMLReal: contentType: false -XML: docTypeDecl: false -XMLReal: docTypeDecl: false -XML: ignoreWhite: false -XMLReal: ignoreWhite: false -XML: loaded: false -XMLReal: loaded: false -XML: status: false -XMLReal: status: false -XML: xmlDecl: false -XMLReal: xmlDecl: false -After creating an XML object: -XML: __constructor__: false -XMLReal: __constructor__: true -XML: contentType: false -XMLReal: contentType: true -XML: docTypeDecl: false -XMLReal: docTypeDecl: true -XML: ignoreWhite: false -XMLReal: ignoreWhite: true -XML: loaded: fa...
2007 Oct 11
0
2 commits - libswfdec/swfdec_text_format.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml.h
...it a/libswfdec/swfdec_xml.h b/libswfdec/swfdec_xml.h index c06562d..e0e8cc8 100644 --- a/libswfdec/swfdec_xml.h +++ b/libswfdec/swfdec_xml.h @@ -55,7 +55,7 @@ struct _SwfdecXml { SwfdecXmlNode xml_node; gboolean ignoreWhite; - SwfdecXmlParseStatus status; + int status; const char *xmlDecl; const char *docTypeDecl; diff-tree 90c5b254605f93fe97116e5032627075a1013957 (from cd10b0bf08549c0002ff4dfc996736aa773eca68) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 23:06:36 2007 +0200 PPC fixes I don't think the casts are sane now, but at least th...
2012 Aug 31
0
Wine release 1.5.12
...proper method macros. wshom.ocx/tests: Use proper method macro. qmgr: Use proper method macros. riched20/tests: Use proper method macros. wmi: Implement StartMode property for service class. wmi: Implement SystemName property for service class. msxml3: Implement xmldecl-version property for a reader. dwrite: Added IDWriteFontFamily stub. kernel32: Handle neutral locale names better in GetLocaleInfoEx. xmllite: Store DTD processing mode in reader. Piotr Caban (10): msvcp90: Fixed buffer allocation in basic_stringbuf<wchar> class....
2007 Oct 12
0
Changes to 'refs/tags/0.5.3'
...serts to swfdec_as_object_mark and swfdec_as_string_mark Work on XMLNode: marking, getNamespaceForPrefix function, attributes property Merge branch 'master' into xml Fix swfdec_xml_node_new function Add test for ASnative (100, 5), an XML escape function Prepend xmlDecl and docTypeDecl in toString. Remove debug prints. Fix parsing of XML tags which are closed right after the name like <test/> Add native status property to XML. Do error detection when parsing close tags Fix a bug that caused error condition to be missed when parsing XML....
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
...out ignoreWhite... +Loading: xml-parse-1.xml +Success: true +--- +452 +452 +docTypeDecl: %3C%21DOCTYPE%0A%20html%20PUBLIC%20%22%2D%2F%2FW3C%2F%2FDTD%20XHTML%201%2E1%2F%2FEN%22%0A%20%22http%3A%2F%2Fwww%2Ew3%2Eorg%2FTR%2Fxhtml11%2FDTD%2Fxhtml11%2Edtd%22%3E +ignoreWhite: true +loaded: true +status: 0 +xmlDecl: <?xml version="1.0" encoding="UTF-8"?> +--- +attributes: 0: +localName: null +namespaceURI: null +nodeName: null +nodeType: 1 +nodeValue: null +prefix: null +parentNode: undefined +firstChild: TAG(1): 'html' +lastChild: TAG(1): 'html' +nextSibling: undefi...
2013 Oct 27
2
Heteroscedasticity and mgcv.
I have a two part question one about statistical theory and the other about implementations in R. Thank you for all help in advance. (1) Am I correct in understanding that Heteroscedasticity is a problem for Generalized Additive Models as it is for standard linear models? I am asking particularly about the GAMs as implemented in the mgcv package. Based upon my online search it seems that some
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...ocal.d.lastChild = local.d.childNodes.0 +local.d.lastChild = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode local.d.localName = null @@ -89,7 +89,7 @@ local.d.ignoreWhite = boolean : false local.d.loaded = undefined local.d.status = number : 0 local.d.xmlDecl = undefined -local.e = local.d.childNodes.0 +local.e = object __proto__ (hp) = _global.XMLNode.prototype constructor (hp) = _global.XMLNode local.e.attributes = object @@ -99,10 +99,10 @@ local.e.childNodes = object __proto__ (hp) = _global.Array.prototype constructor (hp) = _global.Ar...