Home
last modified time | relevance | path

Searched defs:scrub (Results 1 – 25 of 835) sorted by relevance

12345678910>>...34

/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/lib/html_sanitize_ex/scrubber/
H A Dmeta.ex119 def scrub({:comment, children}), do: "" function
137 def scrub({_tag, _attributes, children}), do: children function
139 def scrub({_tag, children}), do: children function
141 def scrub(unquote(" " <> replacement_linebreak <> " ") <> text), do: text function
142 def scrub(unquote(" " <> replacement_space <> " ") <> text), do: " " <> text function
143 def scrub(unquote(" " <> replacement_tab <> " ") <> text), do: text function
146 def scrub("" <> text), do: text function
154 def scrub({unquote(tag_name), attributes, children}) do function
H A Dno_scrub.ex20 def scrub({tag, attributes, children}) do function
27 def scrub({_token, children}), do: children function
32 def scrub(text) do function
H A Dhtml5.ex198 def scrub({"style", attributes, [text]}) do function
/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/lib/html_sanitize_ex/
H A Dscrubber.ex2 def scrub("", _) do function
6 def scrub(nil, _) do function
10 def scrub(html, scrubber_module) do function
/dports/www/elixir-html_sanitize_ex/html_sanitize_ex-1.3.0/test/
H A Dtraverser_test.exs2 def scrub({"b", attributes, children}), do: {"b", attributes, children} function
4 def scrub({_tag, _attributes, children}) do function
8 def scrub(text) do function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/system_logs/
H A Dnetwork_health_source.cc25 bool scrub) { in GetFormattedString()
51 NetworkHealthSource::NetworkHealthSource(bool scrub) in NetworkHealthSource()
/dports/www/rt50/rt-5.0.2/lib/RT/Interface/Web/
H A DScrubber.pm221 sub scrub { subroutine
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Notify/
H A DBalloon.pm56 sub scrub { subroutine
/dports/devel/p5-Test-Without-Module/Test-Without-Module-0.20/lib/Test/Without/
H A DModule.pm74 sub scrub { subroutine
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
H A Dmakefile14 scrub: target
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/sysutils/vector/vector-0.10.0/cargo-crates/async-stream-0.2.1/src/
H A Dlib.rs278 macro_rules! scrub { macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
H A Dmakefile18 scrub: target
/dports/devel/cccc/cccc-3.1.6/pccts/support/genmk/
H A Dmakefile22 scrub: target
/dports/devel/cccc/cccc-3.1.6/pccts/support/rexpr/
H A Dmakefile19 scrub: target
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dmakefile22 scrub: target
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dmakefile22 scrub: target

12345678910>>...34