Home
last modified time | relevance | path

Searched refs:replace (Results 101 – 125 of 144) sorted by last modified time

123456

/template/dokutwitterbootstrap/js/
H A Dbootstrap.min.js9replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:…
/template/dokutwitterbootstrap/
H A DREADME.md63 theme. Then, replace the following files with your own Bootstrap files:
/template/a_new_day/js/
H A Dcontrols.js313 var ret = this.element.value.substr(tokenPos + 1).replace(/^\s+/,'').replace(/\s+$/,'');
593 …return string.replace(/<br>/gi, "\n").replace(/<br\/>/gi, "\n").replace(/<\/p>/gi, "\n").replace(/…
H A Dslider.js54 this.handles[0].offsetHeight : this.handles[0].style.height.replace(/px$/,"")) :
56 this.handles[0].style.width.replace(/px$/,""));
174 this.track.style.height.replace(/px$/,"")) - this.alignY :
176 this.track.style.width.replace(/px$/,"")) - this.alignY);
H A Dprototype.js192 return this.replace(/^\s+/, '').replace(/\s+$/, '');
196 return this.replace(/<\/?[^>]+>/gi, '');
200 return this.replace(new RegExp(Prototype.ScriptFragment, 'img'), '');
286 var escapedString = this.replace(/\\/g, '\\\\');
1175 replace: function(element, html) { method in Element.Methods
1400 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1403 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'');
1407 element.style.filter = element.getStyle('filter').replace(/alpha\([^\)]*\)/gi,'') +
H A Dscriptaculous.js43 var path = s.src.replace(/scriptaculous\.js(\?.*)?$/,'');
/template/a_new_day/
H A Dcsshover3.htc109 pseudo = select.replace(REG_PSEUDO, 'on$1'),
114 newSelect = select.replace(REG_SELECT, '.$2' + pseudo),
221 this.deactivator = function(){ node.className = node.className.replace(replacer, ' '); };
/template/lisps/
H A Dmain.php58 $replace=array($INFO["userinfo"]["name"], variable
68 $sidebar=str_ireplace($search,$replace,$sidebar);
/template/benjamin/
H A Dstyle.ini18 ; Starter and the built-in Dokuwiki CSS, and only replace what's
/template/m1/
H A Dscript.js41 $element.attr('id', elementId.replace(/([A-Za-z0-9_.\-]+)/g, 'sidr-id-$1'));
44 $element.attr('class', elementClass.replace(/([A-Za-z0-9_.\-]+)/g, 'sidr-class-$1'));
/template/mnml-blog/js/iepngfix/
H A Diepngfix.htc18 var thisFolder = document.URL.replace(/(\\|\/)[^\\\/]*$/, '/');
32 src = (src || '').replace(/\(/g, '%28').replace(/\)/g, '%29');
/template/mnml-blog/
H A DREADME71 If you want to replace the default logo showed in the upper left, simply
78 If you want to replace the default favicon, simply create a "favicon.ico"
127 If you want to replace the default Apple Touch Icon, simply create a
/template/mnml-blog/user/
H A Dboxes.php.dist50 …lt" rel="nofollow">Subscribe to posts</a>'; //ATTENTION: if not default, replace blog=default with…
66 //If not default, replace "default" with the blogtng-template you are using!
82 //If not default, replace "default" with the blogtng-template you are using!
/template/prsnl10/
H A DREADME45 If you want to replace the default logo showed in the upper left, simply
55 If you want to replace the default favicon, simply create a "favicon.ico"
95 If you want to replace the default Apple Touch Icon, simply create a
/template/prsnl10/js/iepngfix/
H A Diepngfix.htc18 var thisFolder = document.URL.replace(/(\\|\/)[^\\\/]*$/, '/');
32 src = (src || '').replace(/\(/g, '%28').replace(/\)/g, '%29');
/template/monobook/static/3rd/dokuwiki/
H A Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/monobook/
H A DREADME47 If you want to replace the default logo showed in the upper left, simply
54 If you want to replace the default favicon, simply create a "favicon.ico"
124 If you want to replace the default Apple Touch Icon, simply create a
224 renamed to "monobook" to replace the existing "Monobook for DokuWiki" by
/template/vector/static/3rd/dokuwiki/
H A Dlogo.png-readme.txt1 en: To use an own logo, DO NOT replace the logo.png in here. Simply store your
/template/vector/
H A DREADME41 If you want to replace the default logo showed in the upper left, simply
48 If you want to replace the default favicon, simply create a "favicon.ico"
118 If you want to replace the default Apple Touch Icon, simply create a
/template/vector/static/3rd/vector/
H A Dcsshover.htc109 pseudo = select.replace(REG_PSEUDO, 'on$1'),
114 newSelect = select.replace(REG_SELECT, '.$2' + pseudo),
221 this.deactivator = function(){ node.className = node.className.replace(replacer, ' '); };
/template/gtopia/
H A DTwitterAPIExchange.php93 $replace = array('%23', '%2C', '%2B', '%3A');
94 $string = str_replace($search, $replace, $string);
/template/templar/js/
H A Dbootstrap-tab.js47 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
H A Dbootstrap-tooltip.js175 , replace variable
187 replace = true
206 if (replace) $tip.offset(offset)
H A Dbootstrap-alert.js41 selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') //strip for ie7
H A Dbootstrap-carousel.js194 …, $target = $($this.attr('data-target') || (href = $this.attr('href')) && href.replace(/.*(?=#[^\s…

123456