Home
last modified time | relevance | path

Searched refs:escapeSpecialChars (Results 1 – 25 of 129) sorted by relevance

123456

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/other/
H A DTestEscapeUtils.java26 assertEquals("", EscapeUtils.escapeSpecialChars("")); in testEscapeEmpty()
32 assertEquals("abc", EscapeUtils.escapeSpecialChars("abc")); in testEscapeSimple()
38 assertEquals("a bc", EscapeUtils.escapeSpecialChars("a\t\tbc")); in testEscapeTabs()
44 assertEquals("&1&", EscapeUtils.escapeSpecialChars("&1&")); in testEscapeAmpersand()
51 assertEquals("""''", EscapeUtils.escapeSpecialChars("\"\"\'\'")); in testEscapeQuotes()
57 assertEquals("&lt;p&gt;", EscapeUtils.escapeSpecialChars("<p>")); in testEscapePTag()
63 assertEquals("&lt;b&gt;", EscapeUtils.escapeSpecialChars("<b>")); in testEscapeLowerBTag()
69 assertEquals("&lt;B&gt;", EscapeUtils.escapeSpecialChars("<B>")); in testEscapeUpperBTag()
75 assertEquals("&lt;/b&gt;", EscapeUtils.escapeSpecialChars("</b>")); in testEscapeClosingBTag()
77 assertEquals("&lt;/B&gt;", EscapeUtils.escapeSpecialChars("</B>")); in testEscapeClosingBTag()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/util/
H A DEscapeUtils.java30 public static String escapeSpecialChars(String value) { in escapeSpecialChars() method in EscapeUtils
31 return escapeSpecialChars(value, false); in escapeSpecialChars()
42 return escapeSpecialChars(value, true); in escapeSpecialCharsLeavinggBold()
72 private static String escapeSpecialChars(String value, boolean leaveBold) { in escapeSpecialChars() method in EscapeUtils
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/model/elements/
H A DVariableLabelProvider.java158 return escapeSpecialChars(value.getValueString()); in getValueText()
167 protected String escapeSpecialChars(String label) { in escapeSpecialChars() method in VariableLabelProvider
168 return DefaultLabelProvider.escapeSpecialChars(label); in escapeSpecialChars()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/SCClassLibrary/SCDoc/
H A DSCDocRenderer.sc34 *escapeSpecialChars {|str|
167 if(escape) { linkText = this.escapeSpecialChars(linkText) };
418 mname2 = this.escapeSpecialChars(mname);
555 stream << this.escapeSpecialChars(node.text);
562 << this.escapeSpecialChars(node.text)
567 << this.escapeSpecialChars(node.text)
571 stream << "<em>" << this.escapeSpecialChars(node.text) << "</em>";
815 << "'>" << this.escapeSpecialChars(node.text) << "</a></h2>\n";
826 << "'>" << this.escapeSpecialChars(node.text) << "</a></h3>\n";
892 << this.escapeSpecialChars(n.text) << "</a></li>\n";
[all …]
/dports/devel/etcd/etcd-2.3.8/Godeps/_workspace/src/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go42 escapeSpecialChars(out, text)
164 escapeSpecialChars(out, text)
232 escapeSpecialChars(out, text)
250 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/devel/lab/lab-0.17.2/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go48 escapeSpecialChars(out, text)
171 escapeSpecialChars(out, text)
240 escapeSpecialChars(out, text)
258 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/devel/etcd31/etcd-3.1.20/cmd/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go48 escapeSpecialChars(out, text)
171 escapeSpecialChars(out, text)
240 escapeSpecialChars(out, text)
258 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go50 escapeSpecialChars(out, text)
193 escapeSpecialChars(out, text)
243 escapeSpecialChars(out, text)
261 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/net/gscloud/gscloud-0.11.0/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/devel/gh/cli-2.4.0/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go94 escapeSpecialChars(w, node.Literal)
120 escapeSpecialChars(w, node.Literal)
150 escapeSpecialChars(w, node.Literal)
312 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/net/rclone/rclone-1.57.0/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go94 escapeSpecialChars(w, node.Literal)
120 escapeSpecialChars(w, node.Literal)
150 escapeSpecialChars(w, node.Literal)
312 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/net/s5cmd/s5cmd-1.4.0/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/cmd/vendor/github.com/cpuguy83/go-md2man/md2man/
H A Droff.go48 escapeSpecialChars(out, text)
190 escapeSpecialChars(out, text)
259 escapeSpecialChars(out, text)
277 func escapeSpecialChars(out *bytes.Buffer, text []byte) { func
/dports/security/lego/lego-4.5.3/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/cpuguy83/go-md2man/v2/md2man/
H A Droff.go119 escapeSpecialChars(w, node.Literal)
149 escapeSpecialChars(w, node.Literal)
183 escapeSpecialChars(w, node.Literal)
321 func escapeSpecialChars(w io.Writer, text []byte) { func

123456