Home
last modified time | relevance | path

Searched refs:styleSheets (Results 1 – 25 of 39) sorted by relevance

12

/plugin/xhtmlruby/
Dscript.js20 if (document.styleSheets) {
21 for (var i=0; i<document.styleSheets.length; i++) {
22 var styleSheet=document.styleSheets[i];
43 if (document.styleSheets) {
45 if (document.styleSheets[0].addRule) { document.styleSheets[0].addRule(ruleName, null,0); }
46 else { document.styleSheets[0].insertRule(ruleName+' { }', 0); }}}
/plugin/freechat/phpfreechat/data/public/js/
Dcreatestylerule.js22 this.lastStyle = document.styleSheets[document.styleSheets.length - 1];
34 if (this.is_iewin && document.styleSheets && document.styleSheets.length > 0) {
/plugin/combo/ComboStrap/
DBootstrap.php151 $styleSheets = Json::createFromPath($stylesheetsFile)->toArray();
164 $actualStyleSheet = $styleSheets[$bootstrapVersion];
166 … $styleSheets[$bootstrapVersion] = array_merge($actualStyleSheet, $localStyleSheetData);
168 $styleSheets[$bootstrapVersion] = $localStyleSheetData;
174 return $styleSheets;
397 $styleSheets = self::getStyleSheetMetas();
400 if (!isset($styleSheets[$version])) {
404 $styleSheetsForVersion = $styleSheets[$version];
/plugin/s5/ui/dokuwiki/
Dslides.js433 document.s5ss = document.styleSheets[document.styleSheets.length - 1];
454 if (isIE && document.styleSheets && document.styleSheets[0]) {
455 document.styleSheets[0].addRule('img', 'behavior: url(ui/default/iepngfix.htc)');
456 document.styleSheets[0].addRule('div', 'behavior: url(ui/default/iepngfix.htc)');
457 document.styleSheets[0].addRule('.slide', 'behavior: url(ui/default/iepngfix.htc)');
/plugin/s5/ui/default/
Dslides.js434 document.s5ss = document.styleSheets[document.styleSheets.length - 1];
455 if (isIE && document.styleSheets && document.styleSheets[0]) {
456 document.styleSheets[0].addRule('img', 'behavior: url(ui/default/iepngfix.htc)');
457 document.styleSheets[0].addRule('div', 'behavior: url(ui/default/iepngfix.htc)');
458 document.styleSheets[0].addRule('.slide', 'behavior: url(ui/default/iepngfix.htc)');
/plugin/projects/
Dscript.js31 var ss = document.styleSheets[0];
/plugin/hipchat/conf/
Duserscript.js16 var mysheet=document.styleSheets[0];
/plugin/diagramsnet/lib/math/config/
Ddefault.js61 styleSheets: [], property
/plugin/formatplus/
Dscript.js19 var ssheet = document.styleSheets[0];
/plugin/swfobject/
Dscript.js4 …a.appendChild(Z);if(M.ie&&M.win&&typeof j.styleSheets!=D&&j.styleSheets.length>0){n=j.styleSheets[…
/plugin/formatplus2/
Dscript.js47 var ssheet = document.styleSheets[0];
/plugin/diagramsnet/lib/math/
DMathJax.js19styleSheets&&document.styleSheets.length>g){g=document.styleSheets.length}if(!i){i=document.head||… property
/plugin/zwidoku/files/
H A DMathJax.js19styleSheets&&document.styleSheets.length>g){g=document.styleSheets.length}if(!i){i=document.head||… property
/plugin/s5reloaded/ui/thesis/
Dslides.js874 document.s5ss = document.styleSheets[document.styleSheets.length - 1];
899 if ((isIE && notIE7) && document.styleSheets && document.styleSheets[0]) {
900 …document.styleSheets[0].addRule('img', 'behavior: url('+s5Path+'ui/graphic_support/iepngfix.htc)');
901 …document.styleSheets[0].addRule('div', 'behavior: url('+s5Path+'ui/graphic_support/iepngfix.htc)');
902 …document.styleSheets[0].addRule('.slide', 'behavior: url('+s5Path+'ui/graphic_support/iepngfix.htc…
/plugin/topbarsyntax/
Dcsshover3.htc58 var sheets = window.document.styleSheets, l = sheets.length;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js1817 styleSheets = ownerDocument.styleSheets,
1819 for (var i = 0; i < styleSheets.length; i++)
1821 var curSheet = styleSheets[i];
2951 if ((doc.styleSheets.length && doc.styleSheets[0].href
2953 || (doc.styleSheets.length > 1 && doc.styleSheets[1].href
25823 var styleSheets = doc.styleSheets;
25829 for(var i=0, length=styleSheets.length; i<length; i++)
25833 var styleSheet = styleSheets[i];
26130 doc.styleSheets[doc.styleSheets.length-1].externalURL = url;
27336 var styleSheets = Firebug.browser.document.styleSheets;
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js665 var ret=0,styleSheets=ownerDocument.styleSheets,href=styleSheet.href;
667 i<styleSheets.length;
668 i++){var curSheet=styleSheets[i];
1063 …f((doc.styleSheets.length&&doc.styleSheets[0].href=="chrome://global/content/xml/XMLPrettyPrint.cs…
6832 var styleSheets=doc.styleSheets;
6835 }for(var i=0,length=styleSheets.length;
6837 i++){try{var styleSheet=styleSheets[i];
6931 doc.styleSheets[doc.styleSheets.length-1].externalURL=url;
7260 if(this.name=="stylesheet"){var styleSheets=Firebug.browser.document.styleSheets;
7261 if(styleSheets.length>0){addEvent(this.selectNode,"change",this.onChangeSelect);
[all …]
Dfirebug-lite-1.2.js96 for(i=0;i<document.styleSheets.length;i++) {
97 if(/firebug-lite\.css/i.test(document.styleSheets[i].href)) {
1082 var item = internal.targetWindow.document.styleSheets[_index],
1112 var collection = internal.targetWindow.document.styleSheets;
1876 styleSheet = document.styleSheets[0];
Dfirebug-lite-1.2-compressed.js7 for(i=0;i<document.styleSheets.length;i++){if(/firebug-lite\.css/i.test(document.styleSheets[i].hre…
32 …function(_index){with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=ite…
34 …css.selectbox.update("");var collection=internal.targetWindow.document.styleSheets;for(var i=0,len…
86 …rce[i]+"}",rule=!lib.env.ie?item:item.split(/{|}/),styleSheet=document.styleSheets[0];if(item.matc…
/plugin/combo/resources/firebug/
Dfirebug-lite-1.4.js676 var ret=0,styleSheets=ownerDocument.styleSheets,href=styleSheet.href;
678 i<styleSheets.length;
679 i++){var curSheet=styleSheets[i];
1074 …f((doc.styleSheets.length&&doc.styleSheets[0].href=="chrome://global/content/xml/XMLPrettyPrint.cs…
6843 var styleSheets=doc.styleSheets;
6846 }for(var i=0,length=styleSheets.length;
6848 i++){try{var styleSheet=styleSheets[i];
6942 doc.styleSheets[doc.styleSheets.length-1].externalURL=url;
7271 if(this.name=="stylesheet"){var styleSheets=Firebug.browser.document.styleSheets;
7272 if(styleSheets.length>0){addEvent(this.selectNode,"change",this.onChangeSelect);
[all …]
Dfirebug-lite-1.2-compressed.js18 for(i=0;i<document.styleSheets.length;i++){if(/firebug-lite\.css/i.test(document.styleSheets[i].hre…
43 …function(_index){with(firebug){var item=internal.targetWindow.document.styleSheets[_index],uri=ite…
45 …css.selectbox.update("");var collection=internal.targetWindow.document.styleSheets;for(var i=0,len…
97 …rce[i]+"}",rule=!lib.env.ie?item:item.split(/{|}/),styleSheet=document.styleSheets[0];if(item.matc…
Dfirebug-lite-1.2.js107 for(i=0;i<document.styleSheets.length;i++) {
108 if(/firebug-lite\.css/i.test(document.styleSheets[i].href)) {
1093 var item = internal.targetWindow.document.styleSheets[_index],
1123 var collection = internal.targetWindow.document.styleSheets;
1887 styleSheet = document.styleSheets[0];
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js909 if (doc.styleSheets.length < 31) {
914 doc.styleSheets[0].addRule(".rvml", "behavior:url(#default#VML)");
/plugin/sequencediagram/bower_components/raphael/
Draphael.no-deps.min.js1 …on(t){var e=t.document;e.styleSheets.length<31?e.createStyleSheet().addRule(".rvml","behavior:url(…
Draphael.min.js1 …on(t){var e=t.document;e.styleSheets.length<31?e.createStyleSheet().addRule(".rvml","behavior:url(…

12