Searched refs:anchor (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/texinfo/
H A Dtexi2html.pl327 -invisible name: use 'name' as an invisible anchor
932 $_ = "<LI>" . &anchor($tocid, "$docu_doc#$docid", $name, 1);
937 $_ = "<H$level>".&anchor($docid, "$docu_toc#$tocid", $name)."</H$level>\n";
979 # dirty hack to see if I can put an invisible anchor...
990 push(@lines, &anchor($id, '', $invisible_mark, !$in_pre));
993 push(@lines, &anchor($id, '', $invisible_mark, !$in_pre));
998 $deferred_ref .= &anchor($id, '', $invisible_mark, !$in_pre) . " ";
1012 $what = &anchor($id, '', $what);
1021 $what = &anchor($id, '', $what);
1171 push(@refs, &anchor('',
1820 sub anchor { subroutine
[all...]
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Dpacketfilter.py30 An anchor is a collection of rules, tables, and other anchors. They
41 the methods in this class will operate under that root anchor.
61 """Adds an anchor rule that evaluates nested anchors.
65 anchor rule (anchor "blah/*") tells PF to evaluate all the anchors and
68 pfctl(1M) doesn't provide a way to update ruleset under an anchor, so
78 anchor_rule = 'anchor "%s/*"' % child_anchor
87 """ Removes an anchor rule that evaluates nested anchors.
89 pfctl(1M) doesn't provide a way to update ruleset under an anchor, so
99 LOG.debug(_('Could not find rule with child anchor
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Dwebsupport.js803 var anchor = document.location.hash;
804 if (anchor.substring(0, 9) == '#comment-') {
805 $('#ao' + anchor.substring(9)).click();
806 document.location.hash = '#s' + anchor.substring(9);
/solaris-userland/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py373 # a anchor whose name is of the form vpn_{peer_cidr}
378 for anchor in anchors:
379 if 'l3i' not in anchor:
381 subanchors = anchor.split('/')[2:]
384 LOG.debug("All anchors under %s: %s" % (anchor, l3i_anchors))
913 # anchor "l3ia18d6189_8_0/*" on l3ia18d6189_8_0 all {
914 # anchor "pbr" all {
939 # added by VPNaaS. Add a bypass rule to the sub-anchor for this

Completed in 105 milliseconds