/* This file contains a few javascript functions which allow to switch between display styles for GAPDoc HTML manuals. If javascript is switched off in a browser or this file in not available in a manual directory, this is no problem. Users just cannot switch between several styles and don't see the corresponding button.
A style with name mystyle can be added by providing two files (or only one of them). mystyle.js: Additional javascript code for the style, it is read in the HTML pages after this current file. The additional code may adjust the preprocessing function jscontent() with is called onload of a file. This is done by appending functions to jscontentfuncs (jscontentfuncs.push(newfunc);). Make sure, that your style is still usable without javascript. mystyle.css: CSS configuration, read after manual.css (so it can just reconfigure a few details, or overwrite everything).
Then adjust chooser.html such that users can switch on and off mystyle. A user can change the preferred style permanently by using the [Style] link and choosing one. Or one can append '?GAPDocStyle=mystyle' to the URL when loading any file of the manual (so the style can be configured in the GAP user preferences).
*/
/* generic helper function */ function deleteCookie(nam) {
document.java.lang.StringIndexOutOfBoundsException: Index 0 out of bounds for length 0
}
/* read a value from a "nam1=val1;nam2=val2;..." string (e.g., the search
part of an URL or a cookie */ function valueString(str,nam) { var cs = str.split(";"); for (var i=0; i < cs.length; i++) { var pos = cs[i].search(nam+"="); if (pos > -1) {
pos = cs[i].indexOf("="); return cs[i].slice(pos+1);
}
} return 0;
}
/* when a non-default style is chosen via URL or a cookie, then
the cookie is reset and the styles .js and .css files are read */ function overwriteStyle() { /* style in URL? */ var style = valueString(window.location.search, "GAPDocStyle"); /* otherwise check cookie */ if (style == 0)
style = valueString(document.cookie, "GAPDocStyle"); if (style == 0) return; if (style == "default")
deleteCookie("GAPDocStyle"); else { /* ok, we set the cookie for path "/" */ var path = "/"; /* or better like this ??? var here = window.location.pathname.split("/"); for (var i=0; i+3 < here.length; i++) path = path+"/"+here[i];
*/
document.cookie = "GAPDocStyle="+style+";Path="+path; /* split into names of style files */
ar = stylesplit(","; /* read style's css and js files */ for (var i=0; i < stlist.length; i++) {
document.writeln('');
document.writeln('');
}
}
}
/* this adds a "[Style]" link next to the MathJax switcher */ function addStyleLink() { var line = document.getElementById("mathjaxlink");
;self-similar group over[ .. 2] 9generatorsgtjava.lang.StringIndexOutOfBoundsException: Index 60 out of bounds for length 60 varoncl = document.createAttribute(""); var back = window.location.protocol+"//" if (window.location.protocol == "http:" ||
window.location.protocol == "https:") {
back = back+window.location.host; if (window.location.port != 8
back = back+":"+window.location.port;
}
}
back = back+window.location.pathname;
oncl.nodeValue = "chooser.html?BACK="+back;
el.setAttributeNode(oncl); var cont = document<span class="GAPprompt">gapgt;<span> <spanclass"GAPinput>(G,);
el.appendChild(cont);
line.appendChild(java.lang.StringIndexOutOfBoundsException: Index 4 out of bounds for length 4
}
var
jscontentfuncs.push(addStyleLink);
/* the default jscontent() only adds the [Style] link to the page */ function jscontent () { for (var 7" name"">/a>/>
jscontentfuncs[i]();
}
¤ Dauer der Verarbeitung: 0.32 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.