Home
last modified time | relevance | path

Searched refs:document (Results 1751 – 1775 of 2062) sorted by path

1...<<71727374757677787980>>...83

/plugin/socialshareprivacy2/SSP/
H A DREADME.md85 $(document).ready(function () {
324 title : document.title,
608 $(document).ready(function () {
655 $(document).ready(function () {
694 $(document).ready(function () {
770 $(document).ready(function () {
816 $(document).ready(function () {
974 $(document).ready(function () {
1037 $(document).ready(function () {
1123 $(document).ready(function () {
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.autoload.js1 jQuery(document).ready(function ($) {
H A Djquery.socialshareprivacy.disqus.js47 var script = document.createElement('script');
53 (document.head||document.body).appendChild(script);
H A Djquery.socialshareprivacy.facebook.js78 'src',('https:' === document.location.protocol ? 'https:' : 'http:')+
H A Djquery.socialshareprivacy.hackernews.js31 var prot = ('https:' === document.location.protocol ? 'https:' : 'http:');
H A Djquery.socialshareprivacy.js33 …if (!base) base = document.baseURI || $("html > head > base").last().attr("href") || document.loca…
277 var uri = document.location.href;
607 if (document.createStyleSheet) {
608 document.createStyleSheet(css_path);
610 $('<link/>',{rel:'stylesheet',type:'text/css',href:css_path}).appendTo(document.head);
763 'cookie_domain' : document.location.hostname,
H A Djquery.socialshareprivacy.pinterest.js32 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
58 var prot = 'https:' === document.location.protocol ? 'https:' : 'http:';
H A Djquery.socialshareprivacy.reddit.js55 if ('https:' === document.location.protocol) {
H A Djquery.socialshareprivacy.settings.js13 jQuery(document).ready(function ($) {
H A Djquery.socialshareprivacy.stumbleupon.js33 var base_url = 'https:' === document.location.protocol ? 'https://' : 'http://';
H A Djquery.socialshareprivacy.twitter.js58 'src', ('https:' === document.location.protocol ? 'https:' : 'http:')+
/plugin/solr/
H A DREADME.md32 …the document. Search terms that occur in the first headline (the page title) or the first paragrap…
H A Dscript.js15 var inObj = document.getElementById(inID);
16 var outObj = document.getElementById(outID);
/plugin/sortablejs/
H A Dscript.js18 if ( !document.createElement || !document.getElementsByTagName ) {
22 var elems = document.getElementsByTagName( "table" );
30 elems = document.getElementsByTagName( "div" );
171 tfo = document.createElement( 'tfoot' );
/plugin/spellcheck/
H A Dscript.js118 this.textboxObj = document.getElementById('wiki__text');
119 this.editbarObj = document.getElementById('wiki__editbar');
120 this.showboxObj = document.getElementById('spell__result');
121 this.suggestObj = document.getElementById('spell__suggest');
147 var toolbarObj = document.getElementById('tool__bar');
151 this.imageObj = document.getElementById('spell__check_ico');
223 var obj = document.getElementById('spell__error'+id);
235 var word = document.getElementById('spell__error'+id).innerHTML;
307 addEvent(document,'click',ajax_spell.docClick);
/plugin/sphinxsearch-was/
H A DCOPYING7 of this license document, but changing it is not allowed.
H A Dchangelog26 * Added document encoding detection
31 * Fixed bug - document parsing by section
/plugin/sphinxsearch-was/js/
H A Dsearch.js3 var e = document.getElementById(id);
/plugin/sphinxsearch/
H A DCOPYING7 of this license document, but changing it is not allowed.
H A Dchangelog16 * Added document encoding detection
21 * Fixed bug - document parsing by section
/plugin/spreadout/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/sql2wiki/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/sqlraw/
H A Dsorttable.min.js1document.createElement||!document.getElementsByTagName)return;sorttable.DATE_RE=/^(\d\d?)[\/\.-](\…
3 if(sortbottomrows){if(table.tFoot==null){tfo=document.createElement('tfoot');table.appendChild(tfo)…
8 …rttable_sorted_reverse');this.removeChild(document.getElementById('sorttable_sortfwdind'));sortrev…
9 …rse','sorttable_sorted');this.removeChild(document.getElementById('sorttable_sortrevind'));sortfwd…
10 ….className=cell.className.replace('sorttable_sorted','');}});sortfwdind=document.getElementById('s…
11 sortrevind=document.getElementById('sorttable_sortrevind');if(sortrevind){sortrevind.parentNode.rem…
12 this.className+=' sorttable_sorted';sortfwdind=document.createElement('span');sortfwdind.id="sortta…
28 if(document.addEventListener){document.addEventListener("DOMContentLoaded",sorttable.init,false);}
39 …userAgent)){var _timer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){sort…
41 …){var returnValue=true;event=event||fixEvent(((this.ownerDocument||this.document||this).parentWind…
/plugin/ssocas/
H A DCOPYING7 of this license document, but changing it is not allowed.
/plugin/stackedit/
H A Dscript.js4 const el = document.querySelector('textarea');

1...<<71727374757677787980>>...83