Home
last modified time | relevance | path

Searched refs:noise (Results 1 – 4 of 4) sorted by relevance

/template/taratasy/
Dtemplate.info.txt6 desc Taratasy is an elegant, low-noise, visually pleasing, HTML5 template designed for use in a…
/template/bootstrap3/inc/
Dsimple_html_dom.php1401 protected $noise = array(); variable in simple_html_dom
1613 unset($this->noise);
1633 $this->noise = array();
2207 $key = '___noise___' . sprintf('% 5d', count($this->noise) + 1000);
2214 $this->noise[$key] = $matches[$i][$idx][0];
2250 if (isset($this->noise[$key])) {
2252 . $this->noise[$key]
2277 foreach($this->noise as $noiseElement) {
/template/mikio/inc/
H A Dsimple_html_dom.php1407 protected $noise = array(); variable in simple_html_dom
1619 unset($this->noise);
1639 $this->noise = array();
2213 $key = '___noise___' . sprintf('% 5d', count($this->noise) + 1000);
2220 $this->noise[$key] = $matches[$i][$idx][0];
2256 if (isset($this->noise[$key])) {
2258 . $this->noise[$key]
2283 foreach($this->noise as $noiseElement) {
/template/writr/css/
H A Dbootstrap-icons.less2062 .bi-noise-reduction::before { content: "\f8f3"; }