Searched refs:fragment (Results 1 - 25 of 25) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dcutnpaste.py15 <fragment><foo:elem bar="tricky"/></fragment>
23 fragment = source.xpathEval("//*[name()='fragment']")[0] variable
27 fragment.unlinkNode()
28 dest.addChild(fragment)
37 if str != """<root xmlns:foobar="http://example.org/bar" xmlns:default="http://example.org/include" xmlns:foo="http://example.org/foo"><default:fragment><foo:elem bar="tricky"/></default:fragment></root>""":
H A DtstURI.py24 if uri.fragment() != 'fragid':
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Duri.c59 if ( uri->fragment )
60 DBG ( " fragment \"%s\"", uri->fragment );
92 /* Start by chopping off the fragment, if it exists */
95 uri->fragment = tmp;
228 /* fragment */ '#' };
389 tmp_uri.fragment = relative_uri->fragment;
392 tmp_uri.fragment = relative_uri->fragment;
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxinclude.c54 xmlChar *fragment; /* the fragment in the URI */ member in struct:_xmlXIncludeRef
206 if (ref->fragment != NULL)
207 xmlFree(ref->fragment);
240 ret->fragment = NULL;
494 xmlChar *fragment = NULL; local
574 fragment = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARSE_XPOINTER);
577 * Check the URL and remove any fragment identifier
583 if (fragment != NULL)
584 xmlFree(fragment);
1387 xmlChar *fragment = NULL; local
[all...]
H A DtestURI.c44 if (uri->fragment) printf("fragment: %s\n", uri->fragment);
H A Duri.c511 if (uri->fragment != NULL) {
523 p = uri->fragment;
595 if (uri->fragment != NULL) xmlFree(uri->fragment);
596 uri->fragment = NULL;
621 if (uri->fragment != NULL) xmlFree(uri->fragment);
1082 if (uri->fragment) {
1083 segment = xmlURIEscapeStr(BAD_CAST uri->fragment, BAD_CAST "#");
1107 * Parse an URI fragment strin
[all...]
H A Drelaxng.c6840 if (uri->fragment != NULL) {
6842 "Attribute %s URI %s has a fragment ID\n",
6939 if (uri->fragment != NULL) {
H A Dparser.c1827 * @input: an XML parser input fragment (entity, XML fragment ...).
4643 if (uri->fragment != NULL) {
4702 if (uri->fragment != NULL) {
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsAlgorithm.h112 if ( first.fragment().mStart == last.fragment().mStart )
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Duri.h42 char *fragment; /* the fragment identifier */ member in struct:_xmlURI
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcns.h35 uint8_t fragment; member in struct:fc_ct_header
H A Duri.h45 * query = "what=is", fragment = "this"
67 const char *fragment; member in struct:uri
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp466 nsLocalFile::AppendNative(const nsACString &fragment) argument
468 if (fragment.IsEmpty())
473 if (FindCharInReadable('/', fragment.BeginReading(begin),
474 fragment.EndReading(end)))
477 return AppendRelativeNativePath(fragment);
481 nsLocalFile::AppendRelativeNativePath(const nsACString &fragment) argument
483 if (fragment.IsEmpty())
487 if (fragment.First() == '/')
491 mPath.Append(fragment);
493 mPath.Append(NS_LITERAL_CSTRING("/") + fragment);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DC.g589 fragment
611 fragment
614 fragment
629 fragment
632 fragment
635 fragment
641 fragment
648 fragment
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9531 c_retval = URI->fragment;
9605 char * fragment; local
9607 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlURISetFragment", &pyobj_URI, &fragment))
9611 if (URI->fragment != NULL) xmlFree(URI->fragment);
9612 URI->fragment = (char *)xmlStrdup((const xmlChar *)fragment);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dstate.c941 /* Table fog on: Never use fog coords, and use per-fragment fog */
963 /* Otherwise, use the fragment depth */
4886 /* TODO: Move shader constant loading to vertex and fragment pipeline repectively, as soon as the pshader and
5767 const struct fragment_pipeline *fragment, const struct StateEntryTemplate *misc)
5785 case 1: cur = fragment->states; break;
5765 compile_state_table(struct StateEntry *StateTable, APPLYSTATEFUNC **dev_multistate_funcs, const struct wined3d_gl_info *gl_info, const struct StateEntryTemplate *vertex, const struct fragment_pipeline *fragment, const struct StateEntryTemplate *misc) argument
H A Dwined3d_private.h1234 const struct fragment_pipeline *fragment, const struct StateEntryTemplate *misc) DECLSPEC_HIDDEN;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h1262 const struct fragment_pipeline *fragment, const struct StateEntryTemplate *misc) DECLSPEC_HIDDEN;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h1298 const struct wined3d_vertex_pipe_ops *vertex, const struct fragment_pipeline *fragment,
H A Dstate.c971 /* Table fog on: Never use fog coords, and use per-fragment fog */
1006 /* Otherwise, use the fragment depth */
5015 /* TODO: Move shader constant loading to vertex and fragment pipeline respectively, as soon as the pshader and
5988 const struct wined3d_vertex_pipe_ops *vertex, const struct fragment_pipeline *fragment,
6007 case 1: cur = fragment->states; break;
5986 compile_state_table(struct StateEntry *StateTable, APPLYSTATEFUNC **dev_multistate_funcs, const struct wined3d_gl_info *gl_info, const struct wined3d_d3d_info *d3d_info, const struct wined3d_vertex_pipe_ops *vertex, const struct fragment_pipeline *fragment, const struct StateEntryTemplate *misc) argument

Completed in 251 milliseconds