Home
last modified time | relevance | path

Searched refs:node (Results 1 – 25 of 123) sorted by last modified time

12345

/PHP-5.5/win32/
H A Dphp5dllts.dsp571 SOURCE=..\ext\dom\node.c
H A Dinstall.txt426 Windows 2000/XP). Then right click on your Web server node (this will
/PHP-5.5/
H A Dphp.ini-development1260 ; Notification (FAN) events generated when a database node fails. The
H A Dphp.ini-production1260 ; Notification (FAN) events generated when a database node fails. The
/PHP-5.5/ext/xsl/
H A Dxsltprocessor.c271 nsparent = node->_private; in xsl_ext_function_php()
273 if (node->children) { in xsl_ext_function_php()
276 if (node->children) { in xsl_ext_function_php()
277 node = xmlNewDocNode(node->doc, NULL, (char *) node->children, node->name); in xsl_ext_function_php()
279 node = xmlNewDocNode(node->doc, NULL, "xmlns", node->name); in xsl_ext_function_php()
282 node->parent = nsparent; in xsl_ext_function_php()
283 node->ns = curns; in xsl_ext_function_php()
285 node = xmlDocCopyNodeList(domintern->document->ptr, node); in xsl_ext_function_php()
488 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet() local
502 if (node) { in php_xsl_apply_stylesheet()
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c174 if(node) { in DANDARPC_to_xml_element_worker()
176 const char* id = XMLRPC_GetValueID(node); in DANDARPC_to_xml_element_worker()
177 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in DANDARPC_to_xml_element_worker()
205 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
209 snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueInt(node)); in DANDARPC_to_xml_element_worker()
219 snprintf(buf, BUF_SIZE, "%f", XMLRPC_GetValueDouble(node)); in DANDARPC_to_xml_element_worker()
230 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in DANDARPC_to_xml_element_worker()
238 XMLRPC_VALUE xIter = XMLRPC_VectorRewind(node); in DANDARPC_to_xml_element_worker()
260 xIter = XMLRPC_VectorNext(node); in DANDARPC_to_xml_element_worker()
275 xml_element* DANDARPC_VALUE_to_xml_element(XMLRPC_VALUE node) { in DANDARPC_VALUE_to_xml_element() argument
[all …]
H A Dxml_to_dandarpc.h41 xml_element* DANDARPC_VALUE_to_xml_element(XMLRPC_VALUE node);
H A Dxml_to_soap.c115 xIter = XMLRPC_VectorNext(node); in get_array_soap_type()
128 xIter = XMLRPC_VectorNext(node); in get_array_soap_type()
437 if (node) { in SOAP_to_xml_element_worker()
469 int fault_type = get_fault_type(node); in SOAP_to_xml_element_worker()
474 node = gen_fault_xmlrpc(node, elem_val); in SOAP_to_xml_element_worker()
489 xIter = XMLRPC_VectorNext(node); in SOAP_to_xml_element_worker()
501 simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
532 base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in SOAP_to_xml_element_worker()
547 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker()
560 pName = (char*)XMLRPC_GetValueID(node); in SOAP_to_xml_element_worker()
[all …]
H A Dqueue.c289 node *n; in Q_PushHead()
298 q->head = (node*)p; in Q_PushHead()
341 node *p; in Q_PushTail()
349 q->tail = (node *)n; in Q_PushTail()
407 q->head = (node *)n; in Q_PopHead()
449 q->tail = (node *)p; in Q_PopTail()
538 n = ((node*)iter)->next; in Q_Iter_Del()
539 p = ((node*)iter)->prev; in Q_Iter_Del()
540 d = ((node*)iter)->data; in Q_Iter_Del()
547 if (q->cursor == (node*)iter) { in Q_Iter_Del()
[all …]
H A Dqueue.h32 } node ; typedef
38 node *head, *tail, *cursor;
44 node *loc ;
85 #define Q_Iter_Next_F(qi) (qi ? (q_iter)((node*)qi)->next : NULL)
86 #define Q_Iter_Prev_F(qi) (qi ? (q_iter)((node*)qi)->prev : NULL)
87 #define Q_Iter_Get_F(qi) (qi ? ((node*)qi)->data : NULL)
H A Dxml_to_soap.h41 xml_element* SOAP_VALUE_to_xml_element(XMLRPC_VALUE node);
H A Dxml_to_xmlrpc.c193 if (node) { in XMLRPC_to_xml_element_worker()
195 XMLRPC_VALUE_TYPE type = XMLRPC_GetValueType(node); in XMLRPC_to_xml_element_worker()
196 XMLRPC_VECTOR_TYPE vtype = XMLRPC_GetVectorType(node); in XMLRPC_to_xml_element_worker()
217 … simplestring_addn(&elem_val->text, XMLRPC_GetValueString(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
221 snprintf(buf, BUF_SIZE, "%i", XMLRPC_GetValueInt(node)); in XMLRPC_to_xml_element_worker()
245 … base64_encode_xmlrpc(&buf, XMLRPC_GetValueBase64(node), XMLRPC_GetValueStringLen(node)); in XMLRPC_to_xml_element_worker()
253 XMLRPC_VALUE xIter = XMLRPC_VectorRewind(node); in XMLRPC_to_xml_element_worker()
294 xIter = XMLRPC_VectorNext(node); in XMLRPC_to_xml_element_worker()
311 if (XMLRPC_VectorGetValueWithID(node, ELEM_FAULTCODE)) { in XMLRPC_to_xml_element_worker()
333 simplestring_add(&name->text, XMLRPC_GetValueID(node)); in XMLRPC_to_xml_element_worker()
[all …]
H A Dxml_to_xmlrpc.h42 xml_element* XMLRPC_VALUE_to_xml_element(XMLRPC_VALUE node);
/PHP-5.5/ext/xmlreader/tests/
H A Dexpand.phpt25 $node = $reader->expand($dom);
26 if ($node->ownerDocument) {
27 echo $node->ownerDocument->documentElement->firstChild->textContent . "\n";
H A D006.phpt16 // 2 read to get on the 2nd node
/PHP-5.5/ext/xmlreader/
H A Dphp_xmlreader.c1137 xmlNode *node, *nodec; in PHP_METHOD() local
1146 NODE_GET_OBJ(node, basenode, xmlNodePtr, domobj); in PHP_METHOD()
1147 docp = node->doc; in PHP_METHOD()
1153 node = xmlTextReaderExpand(intern->ptr); in PHP_METHOD()
1155 if (node == NULL) { in PHP_METHOD()
1159 nodec = xmlDocCopyNode(node, docp, 1); in PHP_METHOD()
/PHP-5.5/ext/tidy/tests/
H A D011.phpt2 Accessing attributes of a node
H A D012.phpt8 function dump_nodes(tidyNode $node) {
10 var_dump($node->hasChildren());
11 if($node->hasChildren()) {
13 foreach($node->child as $c) {
/PHP-5.5/ext/tidy/
H A Dtidy.c199 TidyNode node; member
871 switch(tidyNodeGetType(obj->node)) { in tidy_add_default_properties()
882 tempattr = tidyAttrFirst(obj->node); in tidy_add_default_properties()
901 tempnode = tidyGetChild(obj->node); in tidy_add_default_properties()
910 newobj->node = tempnode; in tidy_add_default_properties()
969 TidyNode node; in php_tidy_create_node() local
994 if (!node) { in php_tidy_create_node()
1002 newobj->node = node; in php_tidy_create_node()
1713 if (tidyGetChild(obj->node)) { in TIDY_NODE_METHOD()
1727 if (obj->node && tidyGetNext(obj->node)) { in TIDY_NODE_METHOD()
[all …]
/PHP-5.5/ext/tidy/examples/
H A Ddumpit5.php54 function dump_tree(tidyNode $node, $indent = 0) { argument
57 $nodename = trim(strtoupper($node->name));
61 do_leaf(" + $nodename (".node_type($node->type).")\n", $indent);
67 if($node->type == TIDY_NODETYPE_TEXT) {
69 do_leaf(" +---- Value: '{$node->value}'\n", $indent);
72 if(count($node->attribute)) {
76 foreach($node->attribute as $name=>$value) {
83 if($node->hasChildren()) {
84 foreach($node->child as $child) {
H A Durlgrab5.php15 function dump_nodes(tidyNode $node, &$urls = NULL) { argument
19 if(isset($node->id)) {
20 if($node->id == TIDY_TAG_A) {
21 $urls[] = $node->attribute['href'];
25 if($node->hasChildren()) {
27 foreach($node->child as $c) {
/PHP-5.5/ext/standard/tests/array/
H A Darray_shift_variation8.phpt13 * (e.g. working with linked node trees), beware that array_shift() may not work as you expect:
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c154239 RtreeNode node;
154244 memset(&node, 0, sizeof(RtreeNode));
154248 node.zData = (u8 *)sqlite3_value_blob(apArg[1]);
154250 for(ii=0; ii<NCELL(&node); ii++){
154256 nodeGetCell(&tree, &node, ii, &cell);
/PHP-5.5/ext/sockets/
H A Dconversions.c146 const char **node; in do_from_to_zval_err() local
155 for (node = zend_llist_get_first_ex(keys, &pos); in do_from_to_zval_err()
156 node != NULL; in do_from_to_zval_err()
157 node = zend_llist_get_next_ex(keys, &pos)) { in do_from_to_zval_err()
158 smart_str_appends(&path, *node); in do_from_to_zval_err()
731 const char *node = "family"; in from_zval_write_sockaddr_aux() local
732 zend_llist_add_element(&ctx->keys, &node); in from_zval_write_sockaddr_aux()
/PHP-5.5/ext/soap/
H A Dsoap.c3856 if (node) {
3857 *node = method;
4014 xmlAddChild(param, node);
4018 xmlNodeSetContent(node, code);
4040 node = xmlNewChild(node, ns, BAD_CAST("Value"), NULL);
4053 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC);
4055 xmlSetNs(node, ns);
4060 xmlNodePtr node; local
4070 xmlAddChild(param, node);
4568 xmlNodePtr node = params; local
[all …]

Completed in 392 milliseconds

12345