/external/owasp/sanitizer/src/tests/org/owasp/html/ |
TagBalancingHtmlStreamRendererTest.java | 45 TagBalancingHtmlStreamEventReceiver balancer; field in class:TagBalancingHtmlStreamRendererTest 50 balancer = new TagBalancingHtmlStreamEventReceiver( 60 balancer.openDocument(); 61 balancer.openTag("html", ImmutableList.<String>of()); 62 balancer.openTag("head", ImmutableList.<String>of()); 63 balancer.openTag("title", ImmutableList.<String>of()); 64 balancer.text("Hello, <<World>>!"); 66 balancer.closeTag("TITLE"); 67 balancer.closeTag("head"); 68 balancer.openTag("body", ImmutableList.<String>of()) [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/elb/ |
loadbalancer.py | 57 Used to collect the zones for a Load Balancer when enable_zones 74 Represents an EC2 Load Balancer. 80 balancer was instance was instantiated from. 84 check policy for this load balancer. 87 :ivar str name: The name of the Load Balancer. 88 :ivar str dns_name: The external DNS name for the balancer. 90 load balancer was created. 92 instances, representing the EC2 instances this load balancer is 94 :ivar list availability_zones: The availability zones this balancer 96 :ivar str canonical_hosted_zone_name: Current CNAME for the balancer [all...] |
__init__.py | 114 :keyword load_balancer_names: An optional list of load balancer names. 141 Create a new load balancer for your account. By default the load 142 balancer will be created in EC2. To create a load balancer inside a 144 The load balancer will be automatically created under the VPC that 148 :param name: The mnemonic name associated with the new load balancer 255 Load Balancer 258 :param name: The name of the load balancer to create the listeners for 319 Delete a Load Balancer from your account. 322 :param name: The name of the Load Balancer to delet [all...] |
healthcheck.py | 29 load balancer health checks. 34 :ivar str access_point: The name of the load balancer this 73 load balancer, this method applies this instance's health check 74 values to the load balancer it is attached to.
|
instancestate.py | 25 Represents the state of an EC2 Load Balancer Instance 32 load balancer this instance is registered to.
|
listener.py | 29 Represents an EC2 Load Balancer Listener tuple
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/elb/ |
test_connection.py | 38 """Creates a named load balancer that can be safely 44 self.balancer = self.conn.create_load_balancer( 61 """ Deletes the test load balancer after every test. 62 It does not delete EVERY load balancer in your account""" 63 self.balancer.delete() 77 # balancer comes up, then testing for connectivity to 78 # balancer.dns_name, along the lines of the existing EC2 unit tests. 81 self.assertEqual(self.balancer.name, self.name) 82 self.assertEqual(self.balancer.availability_zones, 84 self.assertEqual(self.balancer.listeners, self.listeners [all...] |
/external/kernel-headers/original/uapi/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
if.h | 42 #define IFF_MASTER 0x400 /* master of a load balancer */ 43 #define IFF_SLAVE 0x800 /* slave of a load balancer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_eql.h | 2 * Equalizer Load-balancer for serial network interfaces.
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
HtmlSanitizer.java | 105 TagBalancingHtmlStreamEventReceiver balancer local 126 balancer.setNestingLimit(256); 128 balancer.openDocument(); 138 balancer.text( 142 balancer.text(Encoding.stripBannedCodeunits( 147 balancer.closeTag(HtmlLexer.canonicalName( 185 balancer.openTag( 198 balancer.closeDocument();
|
/external/iptables/extensions/ |
libipt_CLUSTERIP.man | 2 a certain IP and MAC address without an explicit load balancer in front of
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/ |
nekohtml-1.9.16.pom | 6 <description>An HTML parser and tag balancer.</description>
|
/prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/ |
nekohtml-1.9.20.pom | 6 <description>An HTML parser and tag balancer.</description>
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
elbadmin | 23 # Elastic Load Balancer Tool 54 print "No load balancer by the name of %s found" % name 62 print "No load balancer by the name of %s found" % name 166 print "Load Balancer %s deleted" % name 213 """Add listeners to a given load balancer""" 225 """Remove listeners from a given load balancer"""
|
/external/owasp/sanitizer/ |
CHANGE_LOG.html | 20 <li value="173">Fixed bug: tag balancer allowed 21 <code></p></code> to close a table, so rewrote tag balancer 36 per HTML5 rules and changed the tag balancer to do better error
|
/external/autotest/client/deps/lansim/src/ |
wrapper_linux_if.c | 66 * @IFF_MASTER: master of a load balancer. Volatile. 67 * @IFF_SLAVE: slave of a load balancer. Volatile.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ |
test_exception.py | 22 <Message>Cannot find Load Balancer webapp-balancer2</Message> 28 self.assertEqual(bse.error_message, 'Cannot find Load Balancer webapp-balancer2')
|
/external/libnl/include/linux/ |
if_bad.h | 38 #define IFF_MASTER 0x400 /* master of a load balancer */ 39 #define IFF_SLAVE 0x800 /* slave of a load balancer */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/ |
if.h | 68 IFF_MASTER = 0x400, /* Master of a load balancer. */ 70 IFF_SLAVE = 0x800, /* Slave of a load balancer. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/ |
if.h | 68 IFF_MASTER = 0x400, /* Master of a load balancer. */ 70 IFF_SLAVE = 0x800, /* Slave of a load balancer. */
|
/external/iproute2/include/linux/ |
if.h | 59 * @IFF_MASTER: master of a load balancer. Volatile. 60 * @IFF_SLAVE: slave of a load balancer. Volatile.
|
/external/owasp/sanitizer/distrib/javadoc/src-html/org/owasp/html/ |
HtmlSanitizer.Policy.html | 108 <FONT color="green">105</FONT> TagBalancingHtmlStreamEventReceiver balancer<a name="line.105"></a> 129 <FONT color="green">126</FONT> balancer.setNestingLimit(256);<a name="line.126"></a> 131 <FONT color="green">128</FONT> balancer.openDocument();<a name="line.128"></a> 141 <FONT color="green">138</FONT> balancer.text(<a name="line.138"></a> 145 <FONT color="green">142</FONT> balancer.text(Encoding.stripBannedCodeunits(<a name="line.142"></a> 150 <FONT color="green">147</FONT> balancer.closeTag(HtmlLexer.canonicalName(<a name="line.147"></a> 188 <FONT color="green">185</FONT> balancer.openTag(<a name="line.185"></a> 201 <FONT color="green">198</FONT> balancer.closeDocument();<a name="line.198"></a>
|
HtmlSanitizer.html | 108 <FONT color="green">105</FONT> TagBalancingHtmlStreamEventReceiver balancer<a name="line.105"></a> 129 <FONT color="green">126</FONT> balancer.setNestingLimit(256);<a name="line.126"></a> 131 <FONT color="green">128</FONT> balancer.openDocument();<a name="line.128"></a> 141 <FONT color="green">138</FONT> balancer.text(<a name="line.138"></a> 145 <FONT color="green">142</FONT> balancer.text(Encoding.stripBannedCodeunits(<a name="line.142"></a> 150 <FONT color="green">147</FONT> balancer.closeTag(HtmlLexer.canonicalName(<a name="line.147"></a> 188 <FONT color="green">185</FONT> balancer.openTag(<a name="line.185"></a> 201 <FONT color="green">198</FONT> balancer.closeDocument();<a name="line.198"></a>
|