Searched refs:children (Results 376 - 400 of 619) sorted by relevance

<<11121314151617181920>>

/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A Dutils.tcl219 # Return a list of all the immediate children of domNode that are element
404 set children [Children $base]
405 foreach child $children {
556 # Return a list of all the immediate children of domNode that are element
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/canvas/
H A Dcanvas_zoom.tcl90 eval [linsert [winfo children $win] 0 destroy]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A Dmwutil.tcl50 regsub -all {winfo children} $procBody {getChildren $class} procBody
63 return [winfo children $w]
H A DtablelistWidget.tcl75 # the widget(s) to which the option applies: c stands for all children
628 root-children {}
685 # labels will be created as children of the frame data(hdrTxtFr),
1115 return [llength $data($key-children)]
1131 return [lsearch -exact $data($parentKey-children) $key]
1145 return $data($key-children)
1188 if {[llength $data($key-children)] == 0} {
1202 if {[llength $data($descKey-children)] != 0} {
1281 set childCount [llength $data(root-children)]
1282 foreach key $data(root-children) {
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A Ddateentry.tcl91 Entry.field -children {
93 Entry.padding -children {
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-tester.c72 static HANDLE *children; variable
375 children = malloc( maxkids * sizeof(HANDLE) );
1169 rc = WaitForMultipleObjects( nkids, children, FALSE, INFINITE );
1171 children[i] = children[i+1];
1188 children[nkids++] = (HANDLE)rc;
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dindex.py693 cur = top.children
707 cur = top.children
812 cur = top.children
851 cur = top.children
893 cur = top.children
926 cur = root.children
/macosx-10.10.1/libxslt-13/libxslt/doc/
H A Dindex.py684 cur = top.children
698 cur = top.children
803 cur = top.children
842 cur = top.children
884 cur = top.children
917 cur = root.children
/macosx-10.10.1/libxml2-26/libxml2/
H A DSAX2.c594 (ret->children == NULL) &&
602 xmlNodePtr children; local
606 ret->ExternalID, &children);
608 xmlAddChildList((xmlNodePtr) ret, children);
1325 ret->children = xmlStringGetNodeList(ctxt->myDoc, value);
1326 tmp = ret->children;
1334 ret->children = xmlNewDocText(ctxt->myDoc, value);
1335 ret->last = ret->children;
1336 if (ret->children != NULL)
1337 ret->children
[all...]
H A Dvalid.c1583 dtd->children = dtd->last = (xmlNodePtr) ret;
2130 dtd->children = dtd->last = (xmlNodePtr) ret;
2749 ID = xmlNodeListGetString(doc, attr->children, 1);
3068 ID = xmlNodeListGetString(doc, attr->children, 1);
5269 if ((cur->children != NULL) &&
5270 (cur->children->children != NULL)) {
5272 cur = cur->children->children;
5366 if ((cur->children !
[all...]
H A Dschematron.c884 cur = rule->children;
976 cur = pat->children;
1155 cur = root->children;
1299 child = test->children;
1555 if (cur->children != NULL) {
1559 if (cur->children->type != XML_ENTITY_DECL) {
1560 cur = cur->children;
H A Dentities.c107 if ((entity->children) && (entity->owner == 1) &&
108 (entity == (xmlEntityPtr) entity->children->parent))
109 xmlFreeNodeList(entity->children);
327 dtd->children = dtd->last = (xmlNodePtr) ret;
376 dtd->children = dtd->last = (xmlNodePtr) ret;
H A Dparser.c2925 if ((ctxt->node->children == NULL) &&
2934 else if ((ctxt->node->children != NULL) &&
2935 (xmlNodeIsText(ctxt->node->children)))
6210 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6506 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6543 * [46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children
7175 * where the ent->children is filled with the result from
7243 (ent->children == NULL)) {
7244 ent->children = list;
7265 list = ent->children;
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dvalid.c1583 dtd->children = dtd->last = (xmlNodePtr) ret;
2130 dtd->children = dtd->last = (xmlNodePtr) ret;
2749 ID = xmlNodeListGetString(doc, attr->children, 1);
3068 ID = xmlNodeListGetString(doc, attr->children, 1);
5269 if ((cur->children != NULL) &&
5270 (cur->children->children != NULL)) {
5272 cur = cur->children->children;
5366 if ((cur->children !
[all...]
H A Dschematron.c884 cur = rule->children;
976 cur = pat->children;
1155 cur = root->children;
1299 child = test->children;
1555 if (cur->children != NULL) {
1559 if (cur->children->type != XML_ENTITY_DECL) {
1560 cur = cur->children;
H A Dentities.c105 if ((entity->children) && (entity->owner == 1) &&
106 (entity == (xmlEntityPtr) entity->children->parent))
107 xmlFreeNodeList(entity->children);
325 dtd->children = dtd->last = (xmlNodePtr) ret;
374 dtd->children = dtd->last = (xmlNodePtr) ret;
H A Dparser.c2732 if ((ctxt->node->children == NULL) &&
2741 else if ((ctxt->node->children != NULL) &&
2742 (xmlNodeIsText(ctxt->node->children)))
5814 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6110 * [47] children ::= (choice | seq) ('?' | '*' | '+')?
6147 * [46] contentspec ::= 'EMPTY' | 'ANY' | Mixed | children
6776 * where the ent->children is filled with the result from
6835 (ent->children == NULL)) {
6836 ent->children = list;
6857 list = ent->children;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dcompiler_peg_mecpu.tcl156 page_log_info " [np $n] := ([linsert [$t children $n] 0 $code])"
201 set pe [lindex [$t children $n] 0]
287 set pe [lindex [$t children $n] 0]
340 set pe [lindex [$t children $n] 0]
384 set pe [lindex [$t children $n] 0]
448 set args [$t children $n]
514 set args [$t children $n]
743 set pe [lindex [$t children $n] 0]
/macosx-10.10.1/vim-55/src/
H A Dgui_motif.c214 WidgetList children; local
270 XtVaGetValues(tabLine_menu, XmNchildren, &children, XmNnumChildren,
272 XtManageChildren(children, numChildren);
528 * even if these children widget are unmanaged, they are again
1093 gui_mch_recurse_tearoffs(menu->children);
1468 if (menu->children != NULL)
1476 gui_motif_update_mousemodel(menu->children);
1481 gui_motif_update_mousemodel(menu->children);
1627 if (mp->children != NULL)
1640 /* Set the colors for the children */
1971 WidgetList children; local
2052 WidgetList children; local
2991 WidgetList children; local
3146 WidgetList children; /* list of toolBar's children */ local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/calendar/
H A Dicalendar.el247 (let (element children line name params param param-name param-value
250 (setq children '())
280 (setq children
281 (append children
289 (list invalue inparams element children)
290 children)))
346 (defun icalendar--get-children (node name)
347 "Return all children of the given NODE which have a name NAME.
348 For instance the VCALENDAR node can have VEVENT children as well as VTODO
349 children
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c370 // children of the context node that match the specified element
437 CFArrayRef children = copyChildrenWithName(tree, inNamespaces, namespace, name); local
438 if (children) {
439 CFIndex i, count = CFArrayGetCount(children);
441 CFXMLTreeRef child = (CFXMLTreeRef)CFArrayGetValueAtIndex(children, i);
452 CFRelease(children);
/macosx-10.10.1/emacs-93/emacs/lisp/mh-e/
H A Dmh-thread.el36 ;; In the presentation buffer, children messages are shown indented
88 message parent children
166 (t (let ((region (mh-thread-find-children)))
214 (t (let ((region (mh-thread-find-children)))
282 (defun mh-thread-find-children ()
283 "Return a region containing the current message and its children.
393 (setf (mh-container-children parent-container)
394 (loop for elem in (mh-container-children parent-container)
402 added to the end of the children list of PARENT."
413 (push child-container (mh-container-children paren
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Ddelete.c35 AttributeDescription *children = slap_schema.si_ad_children; local
242 /* check parent for "children" acl */
244 children, NULL, ACL_WDEL, NULL );
268 /* check parent for "children" acl */
270 children, NULL, ACL_WDEL, NULL );
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DDOMTreeManager.js265 for (var i = 0; node.children && i < node.children.length; ++i)
266 this._unbind(node.children[i]);
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreeTransaction.mm106 , children(other.children)
155 encoder << children;
262 if (!decoder.decode(result.children))
265 for (auto& layerID : result.children) {
1025 dumpProperty<Vector<GraphicsLayer::PlatformLayerID>>(ts, "children", layerProperties.children);

Completed in 431 milliseconds

<<11121314151617181920>>