rem
stringlengths
0
126k
add
stringlengths
0
441k
context
stringlengths
15
136k
var wasChecked = element.checked; element.click(); if (isIE && isDefined(element.checked) && wasChecked != element.checked) { triggerEvent(element, 'change', true); }
*/ var wasChecked = element.checked; triggerEvent(element, 'click', false); element.click(); if (isIE && isDefined(element.checked) && wasChecked != element.checked) { triggerEvent(element, 'change', true);
function clickElement(element, loadCallback) { if (loadCallback) { var el = new SelfRemovingLoadListener(loadCallback); addLoadListener(getIframe(), el.invoke); } triggerEvent(element, 'focus', false); // If this is a javascript call ("javascript:foo()"), pull out the // function part and just call that. if(element.toString().indexOf("javascript") == 0) { array = element.toString().split(':'); // Prepend the window onto the javascript function. This is very // hacky, but if we don't do this, the function can't be found. eval("getContentWindow().window." + currentWindow + "."+array[1]); } else { var wasChecked = element.checked; element.click(); if (isIE && isDefined(element.checked) && wasChecked != element.checked) { triggerEvent(element, 'change', true); } } triggerEvent(element, 'blur', false);}
if (target.getAttribute('href') != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target,'object')) return true;
if (target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target, 'object')) return true;
function clicker(e) { number = undef; var target; if (window.event) { target = window.event.srcElement; e = window.event; } else target = e.target; if (target.getAttribute('href') != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || isParentOrSelf(target,'embed') || isParentOrSelf(target,'object')) return true; if (!e.which || e.which == 1) { if (!incrementals[snum] || incpos >= incrementals[snum].length) { go(1); } else { subgo(1); } }}
elt.className == 'x' ||
function clickHandler (evt){ var elt; if (document.layers) elt = evt.taget; else if (window.event && window.event.srcElement) { elt = window.event.srcElement; evt = window.event; } else if (evt && evt.stopPropagation) elt = evt.target; if (!elt.className && elt.parentNode) elt = elt.parentNode; if (elt.className == 'l') // label { var strClass; var strField; elt = getParentDiv (elt); if (elt.className == 'm' || // method elt.className == 'p' || // property elt.className == 'e' || // event elt.className == 'x' || // constructor elt.className == 'f') // field { strField = getName (elt).toLowerCase (); var match = strField.match ( /[A-Z0-9_]*/i ); if (match) strField = match [0]; elt = getParentDiv (elt); elt = getParentDiv (elt); } if (elt.className == 'c' || // class elt.className == 's' || // struct elt.className == 'en') // enum { strClass = getName (elt).toLowerCase () + 'class'; elt = getParentDiv (elt); } else if (elt.className == 'd') // delegate { strClass = getName (elt).toLowerCase () + 'eventhandler'; elt = getParentDiv (elt); } if (elt.className == 'n') // namespace { var strNamespace = getName (elt).toLowerCase ().replace ('.', ''); if (strClass) strNamespace += strClass; if (strField) strNamespace += strField; if (strClass || strField) strNamespace += 'topic'; window.open ('http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrf' + strNamespace + '.asp', 'MSDN'); } } else { if (elt.parentNode && elt.parentNode.className == 't') // toggle elt = elt.parentNode; else if (elt.className != 't') // toggle return; while (elt != null && elt.tagName != 'DIV') elt = elt.parentNode; if (evt.shiftKey) { var rgElts = getChildrenByTagName (elt, 'DIV'); var cElts = rgElts.length; if (cElts != 0) { var fView = false; var iElt; for (iElt = 0; iElt < cElts; iElt ++) { if (getView (rgElts [iElt])) { fView = true; break; } } for (iElt = 0; iElt < cElts; iElt ++) { setView (rgElts [iElt], !fView); } } } else if (evt.ctrlKey) { setView (elt, true); var eltParent = getParentDiv (elt); while (eltParent) { var rgSiblings = getChildrenByTagName (eltParent, 'DIV'); var cSiblings = rgSiblings.length; for (var iSibling = 0; iSibling < cSiblings; iSibling++) { var eltSibling = rgSiblings [iSibling]; if (eltSibling != elt) { setView (eltSibling, false); } } elt = eltParent; eltParent = getParentDiv (elt); } } else toggle (elt); } return false;}
var match = strField.match ( /[A-Z0-9_]*/i );
var match = strField.match ( /[\.A-Z0-9_]*/i );
function clickHandler (evt){ var elt; if (document.layers) elt = evt.taget; else if (window.event && window.event.srcElement) { elt = window.event.srcElement; evt = window.event; } else if (evt && evt.stopPropagation) elt = evt.target; if (!elt.className && elt.parentNode) elt = elt.parentNode; if (elt.className == 'l') // label { var strClass; var strField; elt = getParentDiv (elt); if (elt.className == 'm' || // method elt.className == 'p' || // property elt.className == 'e' || // event elt.className == 'x' || // constructor elt.className == 'f') // field { strField = getName (elt).toLowerCase (); var match = strField.match ( /[A-Z0-9_]*/i ); if (match) strField = match [0]; elt = getParentDiv (elt); elt = getParentDiv (elt); } if (elt.className == 'c' || // class elt.className == 's' || // struct elt.className == 'en') // enum { strClass = getName (elt).toLowerCase () + 'class'; elt = getParentDiv (elt); } else if (elt.className == 'd') // delegate { strClass = getName (elt).toLowerCase () + 'eventhandler'; elt = getParentDiv (elt); } if (elt.className == 'n') // namespace { var strNamespace = getName (elt).toLowerCase ().replace ('.', ''); if (strClass) strNamespace += strClass; if (strField) strNamespace += strField; if (strClass || strField) strNamespace += 'topic'; window.open ('http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrf' + strNamespace + '.asp', 'MSDN'); } } else { if (elt.parentNode && elt.parentNode.className == 't') // toggle elt = elt.parentNode; else if (elt.className != 't') // toggle return; while (elt != null && elt.tagName != 'DIV') elt = elt.parentNode; if (evt.shiftKey) { var rgElts = getChildrenByTagName (elt, 'DIV'); var cElts = rgElts.length; if (cElts != 0) { var fView = false; var iElt; for (iElt = 0; iElt < cElts; iElt ++) { if (getView (rgElts [iElt])) { fView = true; break; } } for (iElt = 0; iElt < cElts; iElt ++) { setView (rgElts [iElt], !fView); } } } else if (evt.ctrlKey) { setView (elt, true); var eltParent = getParentDiv (elt); while (eltParent) { var rgSiblings = getChildrenByTagName (eltParent, 'DIV'); var cSiblings = rgSiblings.length; for (var iSibling = 0; iSibling < cSiblings; iSibling++) { var eltSibling = rgSiblings [iSibling]; if (eltSibling != elt) { setView (eltSibling, false); } } elt = eltParent; eltParent = getParentDiv (elt); } } else toggle (elt); } return false;}
var strNamespace = getName (elt).toLowerCase ().replace ('.', '');
var re = /\./g ; var strNamespace = getName (elt).toLowerCase ().replace (re, '');
function clickHandler (evt){ var elt; if (document.layers) elt = evt.taget; else if (window.event && window.event.srcElement) { elt = window.event.srcElement; evt = window.event; } else if (evt && evt.stopPropagation) elt = evt.target; if (!elt.className && elt.parentNode) elt = elt.parentNode; if (elt.className == 'l') // label { var strClass; var strField; elt = getParentDiv (elt); if (elt.className == 'm' || // method elt.className == 'p' || // property elt.className == 'e' || // event elt.className == 'x' || // constructor elt.className == 'f') // field { strField = getName (elt).toLowerCase (); var match = strField.match ( /[A-Z0-9_]*/i ); if (match) strField = match [0]; elt = getParentDiv (elt); elt = getParentDiv (elt); } if (elt.className == 'c' || // class elt.className == 's' || // struct elt.className == 'en') // enum { strClass = getName (elt).toLowerCase () + 'class'; elt = getParentDiv (elt); } else if (elt.className == 'd') // delegate { strClass = getName (elt).toLowerCase () + 'eventhandler'; elt = getParentDiv (elt); } if (elt.className == 'n') // namespace { var strNamespace = getName (elt).toLowerCase ().replace ('.', ''); if (strClass) strNamespace += strClass; if (strField) strNamespace += strField; if (strClass || strField) strNamespace += 'topic'; window.open ('http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrf' + strNamespace + '.asp', 'MSDN'); } } else { if (elt.parentNode && elt.parentNode.className == 't') // toggle elt = elt.parentNode; else if (elt.className != 't') // toggle return; while (elt != null && elt.tagName != 'DIV') elt = elt.parentNode; if (evt.shiftKey) { var rgElts = getChildrenByTagName (elt, 'DIV'); var cElts = rgElts.length; if (cElts != 0) { var fView = false; var iElt; for (iElt = 0; iElt < cElts; iElt ++) { if (getView (rgElts [iElt])) { fView = true; break; } } for (iElt = 0; iElt < cElts; iElt ++) { setView (rgElts [iElt], !fView); } } } else if (evt.ctrlKey) { setView (elt, true); var eltParent = getParentDiv (elt); while (eltParent) { var rgSiblings = getChildrenByTagName (eltParent, 'DIV'); var cSiblings = rgSiblings.length; for (var iSibling = 0; iSibling < cSiblings; iSibling++) { var eltSibling = rgSiblings [iSibling]; if (eltSibling != elt) { setView (eltSibling, false); } } elt = eltParent; eltParent = getParentDiv (elt); } } else toggle (elt); } return false;}
SetCookie("org.apache.lenya.cms.info.target", documentid)
function clickOnLink(clickedId, target, windowName) { highlightObjLink(findObj(clickedId)); if (isLinked(target)) { window.open(target,windowName); documentid = target.substring(0,target.length() - 45); SetCookie("org.apache.lenya.cms.info.target", documentid) }}
SetCookie("org.apache.lenya.cms.info.target", target)
documentid = target.substring(0,target.length() - 45); SetCookie("org.apache.lenya.cms.info.target", documentid)
function clickOnLink(clickedId, target, windowName) { highlightObjLink(findObj(clickedId)); if (isLinked(target)) { window.open(target,windowName); SetCookie("org.apache.lenya.cms.info.target", target) }}
target.style.top = source.style.top; target.style.left = source.style.left;
target.style.position = 'absolute'; var offsets = this.cumulativeOffset(source); target.style.top = offsets[1] + 'px'; target.style.left = offsets[0] + 'px';
clone: function(source, target) { source = $(source); target = $(target); target.style.top = source.style.top; target.style.left = source.style.left; target.style.width = source.offsetWidth + 'px'; target.style.height = source.offsetHeight + 'px'; }
var parent = Position.offsetParent(target); var delta = Position.page(parent);
var delta = [0, 0]; var parent = null; if (Element.getStyle(target,'position') == 'absolute') { parent = Position.offsetParent(target); delta = Position.page(parent); }
Position.clone = function(source, target) { var options = Object.extend({ setLeft: true, setTop: true, setWidth: true, setHeight: true, offsetTop: 0, offsetLeft: 0 }, arguments[2] || {}) // find page position of source source = $(source); var p = Position.page(source); // find coordinate system to use target = $(target); var parent = Position.offsetParent(target); var delta = Position.page(parent); // correct by body offsets (fixes Safari) if (parent==document.body) { delta[0] -= document.body.offsetLeft; delta[1] -= document.body.offsetTop; } // set position if(options.setLeft) target.style.left = (p[0] - delta[0] + options.offsetLeft) + "px"; if(options.setTop) target.style.top = (p[1] - delta[1] + options.offsetTop) + "px"; if(options.setWidth) target.style.width = source.offsetWidth + "px"; if(options.setHeight) target.style.height = source.offsetHeight + "px";}
target.style.position = 'absolute'; var offsets = this.cumulativeOffset(source); target.style.top = offsets[1] + 'px'; target.style.left = offsets[0] + 'px'; target.style.width = source.offsetWidth + 'px'; target.style.height = source.offsetHeight + 'px'; }
var delta = [0, 0]; var parent = null; if (Element.getStyle(target,'position') == 'absolute') { parent = Position.offsetParent(target); delta = Position.page(parent); } if (parent == document.body) { delta[0] -= document.body.offsetLeft; delta[1] -= document.body.offsetTop; } if(options.setLeft) target.style.left = (p[0] - delta[0] + options.offsetLeft) + 'px'; if(options.setTop) target.style.top = (p[1] - delta[1] + options.offsetTop) + 'px'; if(options.setWidth) target.style.width = source.offsetWidth + 'px'; if(options.setHeight) target.style.height = source.offsetHeight + 'px'; },
clone: function(source, target) { source = $(source); target = $(target); target.style.position = 'absolute'; var offsets = this.cumulativeOffset(source); target.style.top = offsets[1] + 'px'; target.style.left = offsets[0] + 'px'; target.style.width = source.offsetWidth + 'px'; target.style.height = source.offsetHeight + 'px'; }
obj.grid = null;
obj.grid = new Array();
clone: function (obj) { if (obj == null) { obj = new OpenLayers.Layer.Grid(this.name, this.url, this.params, this.options); } //get all additions from superclasses obj = OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]); // copy/set any non-init, non-simple values here if (this.tileSize != null) { obj.tileSize = this.tileSize.clone(); } // we do not want to copy reference to grid. that should stay at null obj.grid = null; return obj; },
this.logWindow.close();
try { this.logWindow.close(); } catch (e) { }
close: function(message) { if (this.logWindow != null) { this.logWindow.close(); this.logWindow = null; } },
if (w.location.href == "chrome:
if ((w.location.href == "chrome: (w.location.href == "chrome:
function closeDownloadManager() { var wm = Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator); var en = wm.getEnumerator(""); var n = 0; var dlm = null; while (en.hasMoreElements()) { var w = en.getNext(); if (w.location.href == "chrome://mozapps/content/downloads/downloads.xul") { dlm = w; break; } } if (dlm != null) { dlm.close(); } }
window.location = "index.jsp";
window.location = "index.htm";
function closeTaskPane() { window.location = "index.jsp";}
if(system.node_list[i].status & NODE_WFC) nodes_wfc++; if(system.node_list[i].status & NODE_INUSE) nodes_inuse++;
switch(system.node_list[i].status) { case NODE_WFC: NODES_WFC++; break; case NODE_LOGON: case NODE_NEWUSER: case NODE_INUSE: case NODE_QUIET: NODES_INUSE++; break; }
function cntnodes(){ var i; nodes_inuse=0 nodes_wfc=0 for(i=0; i<system.nodes; i++) { if(system.node_list[i].status & NODE_WFC) nodes_wfc++; if(system.node_list[i].status & NODE_INUSE) nodes_inuse++; } writeln("Nodes in use="+nodes_inuse+" Waiting for Caller="+nodes_wfc);}
writeln("Nodes in use="+nodes_inuse+" Waiting for Caller="+nodes_wfc);
writeln("Nodes in use="+NODES_INUSE+" Waiting for Caller="+NODES_WFC);
function cntnodes(){ var i; nodes_inuse=0 nodes_wfc=0 for(i=0; i<system.nodes; i++) { if(system.node_list[i].status & NODE_WFC) nodes_wfc++; if(system.node_list[i].status & NODE_INUSE) nodes_inuse++; } writeln("Nodes in use="+nodes_inuse+" Waiting for Caller="+nodes_wfc);}
if (typeof textAreaInit != 'undefined') {
if (typeof textAreaAutoAttach != 'undefined') {
function collapseAutoAttach() { var fieldsets = document.getElementsByTagName('fieldset'); var legend, fieldset; for (var i = 0; fieldset = fieldsets[i]; i++) { if (!hasClass(fieldset, 'collapsible')) { continue; } legend = fieldset.getElementsByTagName('legend'); if (legend.length == 0) { continue; } legend = legend[0]; var a = document.createElement('a'); a.href = '#'; a.onclick = function() { toggleClass(this.parentNode.parentNode, 'collapsed'); if (!hasClass(this.parentNode.parentNode, 'collapsed')) { collapseScrollIntoView(this.parentNode.parentNode); if (typeof textAreaInit != 'undefined') { // Add the grippie to a textarea in a collapsed fieldset. textAreaAutoAttach(null, this.parentNode.parentNode); } } this.blur(); return false; }; a.innerHTML = legend.innerHTML; while (legend.hasChildNodes()) { removeNode(legend.childNodes[0]); } legend.appendChild(a); collapseEnsureErrorsVisible(fieldset); }}
Element.collectTextNodes(node) : ''));
Element.collectTextNodesIgnoreClass(node, className) : ''));
Element.collectTextNodesIgnoreClass = function(element, className) { return $A($(element).childNodes).collect( function(node) { return (node.nodeType==3 ? node.nodeValue : ((node.hasChildNodes() && !Element.hasClassName(node,className)) ? Element.collectTextNodes(node) : '')); }).flatten().join('');}
var y = (event.clientY - getTargetY(event)) * 2;
var y = (event.clientY - getTargetY(event) + scroll) * 2;
function colsel_click(event, prefix, h, s, v, in_bar, in_cross){ var x = (event.clientX - getTargetX(event)) * 2; var y = (event.clientY - getTargetY(event)) * 2; // Kludge to get correct coordinates. Only needed in MSIE browsers for // unknown reasons. if (isIE4) { x -= 4; y -= 4; } if (x < 0) x = 0; if (x > 255) x = 255; if (y < 0) y = 0; if (y > 255) y = 255; if (in_cross) { if (in_cross == "x") { v = 255 - y; } else if (in_cross == "y") { h = x; } } else if (in_bar) { s = 255 - y; } else { h = x; v = 255 - y; } colsel_update(prefix, h, s, v, 1); return new Array(h, s, v);}
mark_x_img.style.left = 5 + Math.floor(h / 2);
mark_x_img.style.left = 5 + Math.floor(h / 2) + "px";
function colsel_update(prefix, h, s, v, update_field, force_color){ var color_str = force_color ? force_color : ("#" + hsv_to_rgb_string(h, s, v)); var bar_img = getObject(prefix + "colorbar"); if (bar_img) { var bar_url = "/internal-roxen-colorbar-small:" + h + "," + v + ",-1"; bar_img.src = bar_url; } var mark_x_img = getObject(prefix + "mark_x"); if (mark_x_img) mark_x_img.style.left = 5 + Math.floor(h / 2); var mark_y_img = getObject(prefix + "mark_y"); if (mark_y_img) mark_y_img.style.top = 5 + Math.floor((255 - v) / 2); var mark_y_small_img = getObject(prefix + "mark_y_small"); if (mark_y_small_img) mark_y_small_img.style.top = 5 + Math.floor((255 - s) / 2); var preview_td = getObject(prefix + "preview"); if (preview_td) { preview_td.style.background = color_str; } if (update_field) { var color_field = getObject(prefix + "color_input"); if (color_field) { color_field.value = color_str; } }}
mark_y_img.style.top = 5 + Math.floor((255 - v) / 2);
mark_y_img.style.top = 5 + Math.floor((255 - v) / 2) + "px";
function colsel_update(prefix, h, s, v, update_field, force_color){ var color_str = force_color ? force_color : ("#" + hsv_to_rgb_string(h, s, v)); var bar_img = getObject(prefix + "colorbar"); if (bar_img) { var bar_url = "/internal-roxen-colorbar-small:" + h + "," + v + ",-1"; bar_img.src = bar_url; } var mark_x_img = getObject(prefix + "mark_x"); if (mark_x_img) mark_x_img.style.left = 5 + Math.floor(h / 2); var mark_y_img = getObject(prefix + "mark_y"); if (mark_y_img) mark_y_img.style.top = 5 + Math.floor((255 - v) / 2); var mark_y_small_img = getObject(prefix + "mark_y_small"); if (mark_y_small_img) mark_y_small_img.style.top = 5 + Math.floor((255 - s) / 2); var preview_td = getObject(prefix + "preview"); if (preview_td) { preview_td.style.background = color_str; } if (update_field) { var color_field = getObject(prefix + "color_input"); if (color_field) { color_field.value = color_str; } }}
mark_y_small_img.style.top = 5 + Math.floor((255 - s) / 2);
mark_y_small_img.style.top = 5 + Math.floor((255 - s) / 2) + "px";
function colsel_update(prefix, h, s, v, update_field, force_color){ var color_str = force_color ? force_color : ("#" + hsv_to_rgb_string(h, s, v)); var bar_img = getObject(prefix + "colorbar"); if (bar_img) { var bar_url = "/internal-roxen-colorbar-small:" + h + "," + v + ",-1"; bar_img.src = bar_url; } var mark_x_img = getObject(prefix + "mark_x"); if (mark_x_img) mark_x_img.style.left = 5 + Math.floor(h / 2); var mark_y_img = getObject(prefix + "mark_y"); if (mark_y_img) mark_y_img.style.top = 5 + Math.floor((255 - v) / 2); var mark_y_small_img = getObject(prefix + "mark_y_small"); if (mark_y_small_img) mark_y_small_img.style.top = 5 + Math.floor((255 - s) / 2); var preview_td = getObject(prefix + "preview"); if (preview_td) { preview_td.style.background = color_str; } if (update_field) { var color_field = getObject(prefix + "color_input"); if (color_field) { color_field.value = color_str; } }}
element.dragLastX = x;
function columnResizerDrag(event) { var element = document.getElementById("variableColumnResizer"); if (element.dragging == true) { var main = document.getElementById("rightPane"); var variableColumn = document.getElementById("variable"); var x = event.clientX + window.scrollX; var delta = element.dragLastX - x; var newWidth = constrainedWidthFromElement(variableColumn.clientWidth - delta, main); variableColumn.style.width = newWidth + "px"; element.style.left = newWidth + "px"; element.dragLastX = x; event.preventDefault(); }}
variableColumn.style.width = newWidth + "px";
columnRule.style.width = newWidth + "px";
function columnResizerDrag(event) { var element = document.getElementById("variableColumnResizer"); if (element.dragging == true) { var main = document.getElementById("rightPane"); var variableColumn = document.getElementById("variable"); var x = event.clientX + window.scrollX; var delta = element.dragLastX - x; var newWidth = constrainedWidthFromElement(variableColumn.clientWidth - delta, main); if ((variableColumn.clientWidth - delta) == newWidth) // the width wasn't constrained element.dragLastX = x; variableColumn.style.width = newWidth + "px"; element.style.left = newWidth + "px"; event.preventDefault(); }}
dividerDragStart(document.getElementById("variableColumnResizer"), columnResizerDrag, columnResizerDragEnd, event);
dividerDragStart(document.getElementById("variableColumnResizer"), columnResizerDrag, columnResizerDragEnd, event, "col-resize");
function columnResizerDragStart(event) { isResizingColumn = true; dividerDragStart(document.getElementById("variableColumnResizer"), columnResizerDrag, columnResizerDragEnd, event);}
file_crc32=format("%lx",file.crc32); if(obj.crc32!=file_crc32) {
file_crc32=file.crc32; crc32=parseInt(obj.crc32,16); if(crc32!=file_crc32) {
function combine_parts(list,attachment_dir){ var li; for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; var obj=list[li]; var sub_code; printf("File complete: %s (%u parts)\r\n", obj.name, obj.parts); file = new File(system.temp_dir + "binary.tmp"); if(!file.open("w+b")) { printf("!ERROR %d opening/creating %s\r\n", file.error, file.name); continue; } file[obj.codec]=true; /* yenc or uue */ var pi; for(pi=1;pi<=obj.total;pi++) { printf("Processing part %u of %u\r\n",pi,obj.total); var prefix=format("part%u.",pi); sub_code=obj[prefix + "sub"]; msgbase=new MsgBase(sub_code); if(msgbase.open()==false) { printf("!ERROR %s opening msgbase: %s\r\n",msgbase.last_error,sub_code); delete msgbase; break; } ptr=obj[prefix + "msg"]; body = msgbase.get_msg_body( false /* retrieve by offset */ ,ptr /* message number */ ,false /* remove ctrl-a codes */ ,false /* rfc822 formatted text */ ,false /* include tails */ ); if(body == null) { printf("!FAILED to read message number %ld\r\n",ptr); break; } lines=body.split("\r\n"); first_line=obj[prefix + "first_line"]; last_line=obj[prefix + "last_line"]; for(var l=first_line;l<=last_line;l++) file.write(lines[l]); } if(pi<=obj.total) { file.remove(); printf("!Combine failure, removing part %u\r\n",pi); list[li][format("part%u.id",pi)]=undefined; continue; } /* Verify final CRC-32, if available */ if(obj.crc32!=undefined) { file_crc32=format("%lx",file.crc32); if(obj.crc32!=file_crc32) { file.remove(); printf(!"CRC-32 failure, actual: %s, expected: %s\r\n" ,file_crc32, obj.crc32); continue; } } complete_file(file ,obj.name.toString() ,msg_area.sub[sub_code].attachment_dir); list[li]=undefined; // Remove file entry from database }}
printf(!"CRC-32 failure, actual: %s, expected: %s\r\n" ,file_crc32, obj.crc32);
printf("!CRC-32 failure, actual: %08lx, expected: %08lx\r\n" ,file_crc32, crc32);
function combine_parts(list,attachment_dir){ var li; for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; var obj=list[li]; var sub_code; printf("File complete: %s (%u parts)\r\n", obj.name, obj.parts); file = new File(system.temp_dir + "binary.tmp"); if(!file.open("w+b")) { printf("!ERROR %d opening/creating %s\r\n", file.error, file.name); continue; } file[obj.codec]=true; /* yenc or uue */ var pi; for(pi=1;pi<=obj.total;pi++) { printf("Processing part %u of %u\r\n",pi,obj.total); var prefix=format("part%u.",pi); sub_code=obj[prefix + "sub"]; msgbase=new MsgBase(sub_code); if(msgbase.open()==false) { printf("!ERROR %s opening msgbase: %s\r\n",msgbase.last_error,sub_code); delete msgbase; break; } ptr=obj[prefix + "msg"]; body = msgbase.get_msg_body( false /* retrieve by offset */ ,ptr /* message number */ ,false /* remove ctrl-a codes */ ,false /* rfc822 formatted text */ ,false /* include tails */ ); if(body == null) { printf("!FAILED to read message number %ld\r\n",ptr); break; } lines=body.split("\r\n"); first_line=obj[prefix + "first_line"]; last_line=obj[prefix + "last_line"]; for(var l=first_line;l<=last_line;l++) file.write(lines[l]); } if(pi<=obj.total) { file.remove(); printf("!Combine failure, removing part %u\r\n",pi); list[li][format("part%u.id",pi)]=undefined; continue; } /* Verify final CRC-32, if available */ if(obj.crc32!=undefined) { file_crc32=format("%lx",file.crc32); if(obj.crc32!=file_crc32) { file.remove(); printf(!"CRC-32 failure, actual: %s, expected: %s\r\n" ,file_crc32, obj.crc32); continue; } } complete_file(file ,obj.name.toString() ,msg_area.sub[sub_code].attachment_dir); list[li]=undefined; // Remove file entry from database }}
list[li]=undefined;
list.splice(li--,1); parts_list_modified=true;
function combine_parts(list,attachment_dir){ var li; for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; var obj=list[li]; var sub_code; printf("File complete: %s (%u parts)\r\n", obj.name, obj.parts); file = new File(system.temp_dir + "binary.tmp"); if(!file.open("w+b")) { printf("!ERROR %d opening/creating %s\r\n", file.error, file.name); continue; } file[obj.codec]=true; /* yenc or uue */ var pi; for(pi=1;pi<=obj.total;pi++) { printf("Processing part %u of %u\r\n",pi,obj.total); var prefix=format("part%u.",pi); sub_code=obj[prefix + "sub"]; msgbase=new MsgBase(sub_code); if(msgbase.open()==false) { printf("!ERROR %s opening msgbase: %s\r\n",msgbase.last_error,sub_code); delete msgbase; break; } ptr=obj[prefix + "msg"]; body = msgbase.get_msg_body( false /* retrieve by offset */ ,ptr /* message number */ ,false /* remove ctrl-a codes */ ,false /* rfc822 formatted text */ ,false /* include tails */ ); if(body == null) { printf("!FAILED to read message number %ld\r\n",ptr); break; } lines=body.split("\r\n"); first_line=obj[prefix + "first_line"]; last_line=obj[prefix + "last_line"]; for(var l=first_line;l<=last_line;l++) file.write(lines[l]); } if(pi<=obj.total) { file.remove(); printf("!Combine failure, removing part %u\r\n",pi); list[li][format("part%u.id",pi)]=undefined; continue; } /* Verify final CRC-32, if available */ if(obj.crc32!=undefined) { file_crc32=format("%lx",file.crc32); if(obj.crc32!=file_crc32) { file.remove(); printf(!"CRC-32 failure, actual: %s, expected: %s\r\n" ,file_crc32, obj.crc32); continue; } } complete_file(file ,obj.name.toString() ,msg_area.sub[sub_code].attachment_dir); list[li]=undefined; // Remove file entry from database }}
file.remove();
function combine_parts(list,attachment_dir){ var li; for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; var obj=list[li]; var sub_code; printf("File complete: %s (%u parts)\r\n", obj.name, obj.parts); file = new File(system.temp_dir + "binary.tmp"); if(!file.open("w+b")) { printf("!ERROR %d opening/creating %s\r\n", file.error, file.name); continue; } file[obj.codec]=true; /* yenc or uue */ var pi; for(pi=1;pi<=obj.total;pi++) { printf("Processing part %u of %u\r\n",pi,obj.total); var prefix=format("part%u.",pi); sub_code=obj[prefix + "sub"]; msgbase=new MsgBase(sub_code); if(msgbase.open()==false) { printf("!ERROR %s opening msgbase: %s\r\n",msgbase.last_error,sub_code); delete msgbase; break; } ptr=obj[prefix + "msg"]; body = msgbase.get_msg_body( false /* retrieve by offset */ ,ptr /* message number */ ,false /* remove ctrl-a codes */ ,false /* rfc822 formatted text */ ,false /* include tails */ ); if(body == null) { printf("!FAILED to read message number %ld\r\n",ptr); break; } lines=body.split("\r\n"); first_line=obj[prefix + "first_line"]; last_line=obj[prefix + "last_line"]; for(var l=first_line;l<=last_line;l++) file.write(lines[l]); delete msgbase; } if(pi<=obj.total) { file.remove(); printf("!Combine failure, removing part %u\r\n",pi); list[li][format("part%u.id",pi)]=undefined; continue; } if(obj.size!=undefined && obj.size!=file.length) { file.remove(); printf("!File length mismatch, actual: %lu, expected: %lu\r\n" ,file.length, obj.size); continue; } /* Verify final CRC-32, if available */ if(obj.crc32!=undefined) { file_crc32=file.crc32; crc32=parseInt(obj.crc32,16); if(crc32!=file_crc32) { file.remove(); printf("!CRC-32 failure, actual: %08lx, expected: %08lx\r\n" ,file_crc32, crc32); continue; } } complete_file(file ,obj.name.toString() ,msg_area.sub[sub_code].attachment_dir); // Remove file entry from database list.splice(li--,1); parts_list_modified=true; }}
file.remove();
function combine_parts(list,attachment_dir){ var li; for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; var obj=list[li]; var sub_code; printf("File complete: %s (%u parts)\r\n", obj.name, obj.parts); file = new File(system.temp_dir + "binary.tmp"); if(!file.open("w+b")) { printf("!ERROR %d opening/creating %s\r\n", file.error, file.name); continue; } file[obj.codec]=true; /* yenc or uue */ var pi; for(pi=1;pi<=obj.total;pi++) { printf("Processing part %u of %u\r\n",pi,obj.total); var prefix=format("part%u.",pi); sub_code=obj[prefix + "sub"]; msgbase=new MsgBase(sub_code); if(msgbase.open()==false) { printf("!ERROR %s opening msgbase: %s\r\n",msgbase.last_error,sub_code); delete msgbase; break; } ptr=obj[prefix + "msg"]; body = msgbase.get_msg_body( false /* retrieve by offset */ ,ptr /* message number */ ,false /* remove ctrl-a codes */ ,false /* rfc822 formatted text */ ,false /* include tails */ ); if(body == null) { printf("!FAILED to read message number %ld\r\n",ptr); break; } lines=body.split("\r\n"); first_line=obj[prefix + "first_line"]; last_line=obj[prefix + "last_line"]; for(var l=first_line;l<=last_line;l++) file.write(lines[l]); delete msgbase; } if(pi<=obj.total) { file.remove(); printf("!Combine failure, removing part %u\r\n",pi); list[li][format("part%u.id",pi)]=undefined; continue; } if(obj.size!=undefined && obj.size!=file.length) { file.remove(); printf("!File length mismatch, actual: %lu, expected: %lu\r\n" ,file.length, obj.size); continue; } /* Verify final CRC-32, if available */ if(obj.crc32!=undefined) { file_crc32=file.crc32; crc32=parseInt(obj.crc32,16); if(crc32!=file_crc32) { file.remove(); printf("!CRC-32 failure, actual: %08lx, expected: %08lx\r\n" ,file_crc32, crc32); continue; } } complete_file(file ,obj.name.toString() ,msg_area.sub[sub_code].attachment_dir); // Remove file entry from database list.splice(li--,1); parts_list_modified=true; }}
printf("File complete: %s (%lu parts)\r\n",list[li].name,list[li].parts); console.pause();
printf("File complete: %s (%s parts)\r\n" ,list[li].name,list[li].parts.toString());
function combine_parts(list){ for(li=0; li<list.length; li++) { if(list[li].parts!=list[li].total) continue; printf("File complete: %s (%lu parts)\r\n",list[li].name,list[li].parts); console.pause(); }}
testCase.debugContext.failed = true;
currentTest.commandComplete = function(result) { if (result.failed) { testCase.debugContext.currentCommand().result = 'failed'; } else if (result.passed) { testCase.debugContext.currentCommand().result = 'passed'; } else { testCase.debugContext.currentCommand().result = 'done'; } editor.view.rowUpdated(testCase.debugContext.debugIndex); }
this._checkExpectedFailure(result);
commandComplete : function(result) { if (result.failed) { this.metrics.numCommandFailures += 1; this._recordFailure(result.failureMessage); } else if (result.passed) { this.metrics.numCommandPasses += 1; this.currentRow.markPassed(); } else { this.currentRow.markDone(); } },
testCase.debugContext.failed = true;
currentTest.commandError = function() { LOG.debug("commandError"); testCase.debugContext.currentCommand().result = 'failed'; editor.view.rowUpdated(testCase.debugContext.debugIndex); }
var tempResult = {}; tempResult.passed = false; tempResult.failed = false; tempResult.failureMessage = errorMessage; this._checkExpectedFailure(tempResult); if (tempResult.passed) { this.currentRow.markDone(); return true; }
commandError : function(errorMessage) { this.metrics.numCommandErrors += 1; this._recordFailure(errorMessage); },
errorMessage = tempResult.failureMessage;
commandError : function(errorMessage) { var tempResult = {}; tempResult.passed = false; tempResult.failed = false; tempResult.failureMessage = errorMessage; this._checkExpectedFailure(tempResult); if (tempResult.passed) { this.currentRow.markDone(); return true; } this.metrics.numCommandErrors += 1; this._recordFailure(errorMessage); },
tempResult.failed = false;
tempResult.failed = true; tempResult.error = true;
commandError : function(errorMessage) { var tempResult = {}; tempResult.passed = false; tempResult.failed = false; tempResult.failureMessage = errorMessage; this._checkExpectedFailure(tempResult); if (tempResult.passed) { this.currentRow.markDone(); return true; } errorMessage = tempResult.failureMessage; this.metrics.numCommandErrors += 1; this._recordFailure(errorMessage); },
this.registerAction = function(name, action) {
this.registerAction = function(name, action, wait) {
function CommandFactory() { this.actions = {}; this.asserts = {}; var self = this; this.registerAction = function(name, action) { var handler = new CommandHandler("action", true, action); this.actions[name] = handler; } this.registerAssert = function(name, assertion, haltOnFailure) { haltOnFailure = (haltOnFailure == undefined) ? false : haltOnFailure; var handler = new CommandHandler("assert", haltOnFailure, assertion); this.asserts[name] = handler; } this.getCommandHandler = function(name) { return this.actions[name] || this.asserts[name] || null; } this.registerAll = function(commandObject) { this.registerAllActions(commandObject); this.registerAllAsserts(commandObject); } this.registerAllActions = function(commandObject) { for (var functionName in commandObject) { if (/^do([A-Z].+)$/.exec(functionName) != null) { var actionName = RegExp["$1"].toCamelCase(); var action = commandObject[functionName]; this.registerAction(actionName, action); } } } this.registerAllAsserts = function(commandObject) { for (var functionName in commandObject) { if (/^assert([A-Z].+)$/.exec(functionName) != null) { var assertName = functionName; var verifyName = "verify" + RegExp["$1"]; var assert = commandObject[functionName]; this.registerAssert(assertName, assert, true); this.registerAssert(verifyName, assert, false); } } }}
this.registerAction(actionName, action);
this.registerAction(actionName, action, false); var waitActionName = actionName + "AndWait"; this.registerAction(waitActionName, action, true);
function CommandFactory() { this.actions = {}; this.asserts = {}; var self = this; this.registerAction = function(name, action) { var handler = new CommandHandler("action", true, action); this.actions[name] = handler; } this.registerAssert = function(name, assertion, haltOnFailure) { haltOnFailure = (haltOnFailure == undefined) ? false : haltOnFailure; var handler = new CommandHandler("assert", haltOnFailure, assertion); this.asserts[name] = handler; } this.getCommandHandler = function(name) { return this.actions[name] || this.asserts[name] || null; } this.registerAll = function(commandObject) { this.registerAllActions(commandObject); this.registerAllAsserts(commandObject); } this.registerAllActions = function(commandObject) { for (var functionName in commandObject) { if (/^do([A-Z].+)$/.exec(functionName) != null) { var actionName = RegExp["$1"].toCamelCase(); var action = commandObject[functionName]; this.registerAction(actionName, action); } } } this.registerAllAsserts = function(commandObject) { for (var functionName in commandObject) { if (/^assert([A-Z].+)$/.exec(functionName) != null) { var assertName = functionName; var verifyName = "verify" + RegExp["$1"]; var assert = commandObject[functionName]; this.registerAssert(assertName, assert, true); this.registerAssert(verifyName, assert, false); } } }}
document.GM_registerMenuCommand =
e.view.GM_registerMenuCommand =
function CommandManager() { var nextDocId = 1; var docIdsInUse = []; var docMenuCommands = {}; this.loadDoc = function(e) { var docId; var document = e.originalTarget; if (!document.__gmId) { document.__gmId = nextDocId++; } docMenuCommands[document.__gmId] = window.document.createElement('menupopup'); //enclose the docId to register on. //simplifies API, and disallows registering commands on a doc other //than the one the script's on. docId = document.__gmId; document.GM_registerMenuCommand = function(commandName, commandCallback) { registerMenuCommand(docId, commandName, commandCallback); }; } this.unloadDoc = function(e) { var doc = e.originalTarget; if (doc.__gmId) { delete docMenuCommands[doc.__gmId]; } } this.initToolsMenu = function(commandMenu) { var doc = getActiveDocument(); if (commandMenu.firstChild == docMenuCommands[doc.__gmId]) { return; } //show only the popup that's appropriate. if (commandMenu.firstChild) { commandMenu.removeChild(commandMenu.firstChild); } var commandPopup = docMenuCommands[doc.__gmId]; if (commandPopup) { commandMenu.appendChild(commandPopup); var menuItems = commandPopup.childNodes; for (var i = 0; i < menuItems.length; i++) { //couldn't just add listeners when the popup was created //because removing the popup removes all listeners as well. menuItems[i].addEventListener("command", menuItems[i].__gmCommandFunc, false); } commandMenu.setAttribute("disabled", commandPopup.childNodes.length == 0); } } //end initToolsMenus function registerMenuCommand(docId, commandName, commandFunc) { var menuItem; var previousItems; menuItem = window.document.createElement('menuitem'); menuItem.setAttribute("label", commandName); menuItem.__gmCommandFunc = commandFunc; //menuItem.addEventListener("command", commandFunc, false); previousItems = docMenuCommands[docId].childNodes; var i=0; var nextNode=null; while (i < previousItems.length) { if (commandName.toLowerCase() < previousItems[i].getAttribute('label').toLowerCase()) { nextNode = previousItems[i]; break; } i++; } docMenuCommands[docId].insertBefore(menuItem, nextNode); } function getActiveDocument() { var tabbrowser = ge("content"); return tabbrowser.selectedBrowser.contentDocument; }}
function(commandName, commandCallback) { registerMenuCommand(docId, commandName, commandCallback);
function(commandName, commandCallback, accel, access) { registerMenuCommand(docId, commandName, commandCallback, accel, access);
function CommandManager() { var nextDocId = 1; var docIdsInUse = []; var docMenuCommands = {}; this.loadDoc = function(e) { var docId; var document = e.originalTarget; if (!document.__gmId) { document.__gmId = nextDocId++; } docMenuCommands[document.__gmId] = window.document.createElement('menupopup'); //enclose the docId to register on. //simplifies API, and disallows registering commands on a doc other //than the one the script's on. docId = document.__gmId; e.explicitOriginalTarget.defaultView.GM_registerMenuCommand = function(commandName, commandCallback) { registerMenuCommand(docId, commandName, commandCallback); }; } this.unloadDoc = function(e) { var doc = e.originalTarget; if (doc.__gmId) { delete docMenuCommands[doc.__gmId]; } } this.initToolsMenu = function(commandMenu) { var doc = getActiveDocument(); if (commandMenu.firstChild == docMenuCommands[doc.__gmId]) { return; } //show only the popup that's appropriate. if (commandMenu.firstChild) { commandMenu.removeChild(commandMenu.firstChild); } var commandPopup = docMenuCommands[doc.__gmId]; if (commandPopup) { commandMenu.appendChild(commandPopup); var menuItems = commandPopup.childNodes; for (var i = 0; i < menuItems.length; i++) { //couldn't just add listeners when the popup was created //because removing the popup removes all listeners as well. menuItems[i].addEventListener("command", menuItems[i].__gmCommandFunc, false); } commandMenu.setAttribute("disabled", commandPopup.childNodes.length == 0); } } //end initToolsMenus function registerMenuCommand(docId, commandName, commandFunc) { var menuItem; var previousItems; menuItem = window.document.createElement('menuitem'); menuItem.setAttribute("label", commandName); menuItem.__gmCommandFunc = function(e) {commandFunc()}; //menuItem.addEventListener("command", commandFunc, false); previousItems = docMenuCommands[docId].childNodes; var i=0; var nextNode=null; while (i < previousItems.length) { if (commandName.toLowerCase() < previousItems[i].getAttribute('label').toLowerCase()) { nextNode = previousItems[i]; break; } i++; } docMenuCommands[docId].insertBefore(menuItem, nextNode); } function getActiveDocument() { var tabbrowser = ge("content"); return tabbrowser.selectedBrowser.contentDocument; }}
function registerMenuCommand(docId, commandName, commandFunc) {
function registerMenuCommand(docId, commandName, commandFunc, accel, access) {
function CommandManager() { var nextDocId = 1; var docIdsInUse = []; var docMenuCommands = {}; this.loadDoc = function(e) { var docId; var document = e.originalTarget; if (!document.__gmId) { document.__gmId = nextDocId++; } docMenuCommands[document.__gmId] = window.document.createElement('menupopup'); //enclose the docId to register on. //simplifies API, and disallows registering commands on a doc other //than the one the script's on. docId = document.__gmId; e.explicitOriginalTarget.defaultView.GM_registerMenuCommand = function(commandName, commandCallback) { registerMenuCommand(docId, commandName, commandCallback); }; } this.unloadDoc = function(e) { var doc = e.originalTarget; if (doc.__gmId) { delete docMenuCommands[doc.__gmId]; } } this.initToolsMenu = function(commandMenu) { var doc = getActiveDocument(); if (commandMenu.firstChild == docMenuCommands[doc.__gmId]) { return; } //show only the popup that's appropriate. if (commandMenu.firstChild) { commandMenu.removeChild(commandMenu.firstChild); } var commandPopup = docMenuCommands[doc.__gmId]; if (commandPopup) { commandMenu.appendChild(commandPopup); var menuItems = commandPopup.childNodes; for (var i = 0; i < menuItems.length; i++) { //couldn't just add listeners when the popup was created //because removing the popup removes all listeners as well. menuItems[i].addEventListener("command", menuItems[i].__gmCommandFunc, false); } commandMenu.setAttribute("disabled", commandPopup.childNodes.length == 0); } } //end initToolsMenus function registerMenuCommand(docId, commandName, commandFunc) { var menuItem; var previousItems; menuItem = window.document.createElement('menuitem'); menuItem.setAttribute("label", commandName); menuItem.__gmCommandFunc = function(e) {commandFunc()}; //menuItem.addEventListener("command", commandFunc, false); previousItems = docMenuCommands[docId].childNodes; var i=0; var nextNode=null; while (i < previousItems.length) { if (commandName.toLowerCase() < previousItems[i].getAttribute('label').toLowerCase()) { nextNode = previousItems[i]; break; } i++; } docMenuCommands[docId].insertBefore(menuItem, nextNode); } function getActiveDocument() { var tabbrowser = ge("content"); return tabbrowser.selectedBrowser.contentDocument; }}
if (accel && typeof(accel.key) == "string") { var accelText = ""; if (accel.accel) { accelText += "<accel> + "; accel.accel = true; } else { accel.accel = false; } if (accel.ctrl) { accelText += "<ctrl> + "; accel.ctrl = true; } else { accel.ctrl = false; } if (accel.meta) { accelText += "<meta> + "; accel.meta = true; } else { accel.meta = false; } if (accel.shift) { accelText += "<shift> + "; accel.shift = true; } else { accel.shift = false; } if (accel.alt) { accelText += "<alt> + "; accel.alt = true; } else { accel.alt = false; } accelText += accel.key; menuItem.setAttribute("acceltext", accelText); alert( menuItem.getAttribute("acceltext") ); getActiveDocument().addEventListener("keypress", function(e){ if ( (e.ctrlKey == accel.ctrl) && (e.metaKey == accel.meta) && (e.shiftKey == accel.shift) && (e.altKey == accel.alt) && (String.fromCharCode(e.which) == accel.key)) { commandFunc(); } }, false); }
function CommandManager() { var nextDocId = 1; var docIdsInUse = []; var docMenuCommands = {}; this.loadDoc = function(e) { var docId; var document = e.originalTarget; if (!document.__gmId) { document.__gmId = nextDocId++; } docMenuCommands[document.__gmId] = window.document.createElement('menupopup'); //enclose the docId to register on. //simplifies API, and disallows registering commands on a doc other //than the one the script's on. docId = document.__gmId; e.explicitOriginalTarget.defaultView.GM_registerMenuCommand = function(commandName, commandCallback) { registerMenuCommand(docId, commandName, commandCallback); }; } this.unloadDoc = function(e) { var doc = e.originalTarget; if (doc.__gmId) { delete docMenuCommands[doc.__gmId]; } } this.initToolsMenu = function(commandMenu) { var doc = getActiveDocument(); if (commandMenu.firstChild == docMenuCommands[doc.__gmId]) { return; } //show only the popup that's appropriate. if (commandMenu.firstChild) { commandMenu.removeChild(commandMenu.firstChild); } var commandPopup = docMenuCommands[doc.__gmId]; if (commandPopup) { commandMenu.appendChild(commandPopup); var menuItems = commandPopup.childNodes; for (var i = 0; i < menuItems.length; i++) { //couldn't just add listeners when the popup was created //because removing the popup removes all listeners as well. menuItems[i].addEventListener("command", menuItems[i].__gmCommandFunc, false); } commandMenu.setAttribute("disabled", commandPopup.childNodes.length == 0); } } //end initToolsMenus function registerMenuCommand(docId, commandName, commandFunc) { var menuItem; var previousItems; menuItem = window.document.createElement('menuitem'); menuItem.setAttribute("label", commandName); menuItem.__gmCommandFunc = function(e) {commandFunc()}; //menuItem.addEventListener("command", commandFunc, false); previousItems = docMenuCommands[docId].childNodes; var i=0; var nextNode=null; while (i < previousItems.length) { if (commandName.toLowerCase() < previousItems[i].getAttribute('label').toLowerCase()) { nextNode = previousItems[i]; break; } i++; } docMenuCommands[docId].insertBefore(menuItem, nextNode); } function getActiveDocument() { var tabbrowser = ge("content"); return tabbrowser.selectedBrowser.contentDocument; }}
focusOnElement(inputTableRows[currentCommandRow].cells[0]);
scrollIntoView(inputTableRows[currentCommandRow].cells[0]);
function commandStarted() { inputTableRows[currentCommandRow].bgColor = workingColor; focusOnElement(inputTableRows[currentCommandRow].cells[0]); printMetrics();}
$('commentform').elements[2].value = ''; $('commentform').elements[2].focus();
$('commentform').elements[3].value = ''; $('commentform').elements[3].focus();
function commentAdded(request) { new Effect.BlindDown($('commentList').lastChild); $('commentform').elements[2].value = ''; $('commentform').elements[2].focus();}
var left = Convert (ctrl_value, DataType);
var left = Convert (ctrl_value, DataType, validator);
function CompareValidatorEvaluateIsValid (validator){ var ControlToCompare = validator.getAttribute ("controltocompare"); var ValueToCompare = validator.getAttribute ("valuetocompare"); var Operator = validator.getAttribute ("operator").toLowerCase(); var ControlToValidate = validator.getAttribute ("controltovalidate"); var DataType = validator.getAttribute ("datatype"); var ctrl_value = ValidatorTrim (ValidatorGetValue (ControlToValidate)); var compare = (ControlToCompare != null && ControlToCompare != "") ? ValidatorTrim (ValidatorGetValue (ControlToCompare)) : ValueToCompare; var left = Convert (ctrl_value, DataType); if (left == null) { ValidatorFailed (validator); return false; } var right = Convert (compare, DataType); if (right == null) { ValidatorSucceeded (validator); return true; } var result = false; if (Operator == "equal") { result = (left == right); } else if (Operator == "notequal") { result = (left != right); } else if (Operator == "lessthan") { result = (left < right); } else if (Operator == "lessthanequal") { result = (left <= right); } else if (Operator == "greaterthan") { result = (left > right); } else if (Operator == "greaterthanequal") { result = (left >= right); } if (result == false) { ValidatorFailed (validator); return false; } else { ValidatorSucceeded (validator); return true; }}
var right = Convert (compare, DataType);
var right = compare != null ? Convert (compare, DataType, validator) : null;
function CompareValidatorEvaluateIsValid (validator){ var ControlToCompare = validator.getAttribute ("controltocompare"); var ValueToCompare = validator.getAttribute ("valuetocompare"); var Operator = validator.getAttribute ("operator").toLowerCase(); var ControlToValidate = validator.getAttribute ("controltovalidate"); var DataType = validator.getAttribute ("datatype"); var ctrl_value = ValidatorTrim (ValidatorGetValue (ControlToValidate)); var compare = (ControlToCompare != null && ControlToCompare != "") ? ValidatorTrim (ValidatorGetValue (ControlToCompare)) : ValueToCompare; var left = Convert (ctrl_value, DataType); if (left == null) { ValidatorFailed (validator); return false; } var right = Convert (compare, DataType); if (right == null) { ValidatorSucceeded (validator); return true; } var result = false; if (Operator == "equal") { result = (left == right); } else if (Operator == "notequal") { result = (left != right); } else if (Operator == "lessthan") { result = (left < right); } else if (Operator == "lessthanequal") { result = (left <= right); } else if (Operator == "greaterthan") { result = (left > right); } else if (Operator == "greaterthanequal") { result = (left >= right); } if (result == false) { ValidatorFailed (validator); return false; } else { ValidatorSucceeded (validator); return true; }}
$(fieldset.contentWrapper).css('height', 'auto'); Drupal.collapseScrollIntoView(fieldset); fieldset.animating = false; },
$(this).css('height', 'auto'); Drupal.collapseScrollIntoView(this.parentNode); this.parentNode.animating = false; },
complete: function() { $(fieldset.contentWrapper).css('height', 'auto'); Drupal.collapseScrollIntoView(fieldset); fieldset.animating = false; },
crc_list.push(format("%lx %s",crc32,fname));
crc_list.push(format("%08lx %s",crc32,fname));
function complete_file(file, fname, attachment_dir){ printf("Completing attachment: %s\r\n",fname); md5=file.md5_hex; crc32=file.crc32; file.close(); for(mi=0;mi<md5_list.length;mi++) if(md5_list[mi].substr(0,32)==md5) break; if(mi<md5_list.length) { printf("Duplicate MD5 digest found: %s\r\n",md5_list[mi]); return(false); } md5_list.push(format("%s %s",md5,fname)); for(ci=0;ci<crc_list.length;ci++) if(parseInt(crc_list[ci],16)==crc32) break; if(ci<crc_list.length) { printf("Duplicate CRC-32 found: %s\r\n",crc_list[ci]); return(false); } crc_list.push(format("%lx %s",crc32,fname)); new_fname=fname; file_num=0; while(file_exists(attachment_dir + new_fname) && file_num<1000) { // generate unique name, if necessary ext=fname.lastIndexOf('.'); if(ext<0) ext=""; else ext=fname.slice(ext); // Convert filename.ext to filename.<article>.ext new_fname=format("%.*s.%lu%s",fname.length-ext.length,fname,file_num++,ext); } fname=attachment_dir + new_fname; if(!file_rename(file.name,fname)) { printf("Error %d renaming %s to %s\r\n",errno,file.name,fname); return(false); } printf("Attachment saved as: %s\r\n",fname); completed_files++; return(true);}
'path-info-check', 'zts', 'ipv6', 'memory-limit'
'path-info-check', 'zts', 'ipv6', 'memory-limit', 'zend-multibyte'
function conf_process_args(){ var i, j; var configure_help_mode = false; var analyzed = false; var nice = "cscript /nologo configure.js "; var disable_all = false; args = WScript.Arguments; for (i = 0; i < args.length; i++) { arg = args(i); nice += ' "' + arg + '"'; if (arg == "--help") { configure_help_mode = true; break; } if (arg == "--disable-all") { disable_all = true; continue; } // If it is --foo=bar, split on the equals sign arg = arg.split("=", 2); argname = arg[0]; if (arg.length > 1) { argval = arg[1]; } else { argval = null; } // Find the arg found = false; for (j = 0; j < configure_args.length; j++) { if (argname == configure_args[j].imparg || argname == configure_args[j].arg) { found = true; arg = configure_args[j]; arg.seen = true; analyzed = analyze_arg(argval); shared = analyzed[0]; argval = analyzed[1]; if (argname == arg.imparg) { /* we matched the implicit, or default arg */ if (argval == null) { argval = arg.defval; } } else { /* we matched the non-default arg */ if (argval == null) { argval = arg.defval == "no" ? "yes" : "no"; } } arg.argval = argval; eval("PHP_" + arg.symval + " = argval;"); eval("PHP_" + arg.symval + "_SHARED = shared;"); break; } } if (!found) { STDERR.WriteLine("Unknown option " + argname + "; please try configure.js --help for a list of valid options"); WScript.Quit(2); } } if (configure_help_mode) { STDOUT.WriteLine(word_wrap_and_indent(0,"Options that enable extensions and SAPI will accept \'yes' or 'no' as a parameter. They also accept 'shared' \as a synonym for 'yes' and request a shared build of that \module. Not all modules can be built as shared modules; \configure will display [shared] after the module name if \can be built that way. \" )); STDOUT.WriteBlankLines(1); // Measure width to pretty-print the output max_width = 0; for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; if (arg.arg.length > max_width) max_width = arg.arg.length; } for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; n = max_width - arg.arg.length; pad = " "; for (j = 0; j < n; j++) { pad += " "; } STDOUT.WriteLine(" " + arg.arg + pad + word_wrap_and_indent(max_width + 5, arg.helptext)); } WScript.Quit(1); } var snapshot_build_exclusions = new Array( 'debug', 'crt-debug', 'lzf-better-compression', 'php-build', 'snapshot-template', 'pcre-regex', 'fastcgi', 'force-cgi-redirect', 'path-info-check', 'zts', 'ipv6', 'memory-limit' ); var force; // Now set any defaults we might have missed out earlier for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; if (arg.seen) continue; analyzed = analyze_arg(arg.defval); shared = analyzed[0]; argval = analyzed[1]; // Don't trust a default "yes" answer for a non-core module // in a snapshot build if (PHP_SNAPSHOT_BUILD != "no" && argval == "yes" && !shared) { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { /* now check if it is a core module */ force = false; for (j = 0; j < core_module_list.length; j++) { if (core_module_list[j] == arg.optname) { force = true; break; } } if (!force) { STDOUT.WriteLine("snapshot: forcing " + arg.arg + " shared"); shared = true; } } } if (PHP_SNAPSHOT_BUILD != "no" && argval == "no") { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { STDOUT.WriteLine("snapshot: forcing " + arg.optname + " on"); argval = "yes"; shared = true; } } if (disable_all) { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { argval = "no"; shared = false; } } eval("PHP_" + arg.symval + " = argval;"); eval("PHP_" + arg.symval + "_SHARED = shared;"); } MFO = FSO.CreateTextFile("Makefile.objects", true); STDOUT.WriteLine("Saving configure options to config.nice.bat"); var nicefile = FSO.CreateTextFile("config.nice.bat", true); nicefile.WriteLine(nice); nicefile.Close(); AC_DEFINE('CONFIGURE_COMMAND', nice);}
if (nice.length + arg.length < 2045) { nice += ' "' + arg + '"'; }
nice += ' "' + arg + '"';
function conf_process_args(){ var i, j; var configure_help_mode = false; var analyzed = false; var nice = "cscript /nologo configure.js "; var disable_all = false; args = WScript.Arguments; for (i = 0; i < args.length; i++) { arg = args(i); if (nice.length + arg.length < 2045) { // The max string length for CONFIGURE_COMMAND is 2048 in VC6 nice += ' "' + arg + '"'; } if (arg == "--help") { configure_help_mode = true; break; } if (arg == "--disable-all") { disable_all = true; continue; } // If it is --foo=bar, split on the equals sign arg = arg.split("=", 2); argname = arg[0]; if (arg.length > 1) { argval = arg[1]; } else { argval = null; } // Find the arg found = false; for (j = 0; j < configure_args.length; j++) { if (argname == configure_args[j].imparg || argname == configure_args[j].arg) { found = true; arg = configure_args[j]; arg.seen = true; analyzed = analyze_arg(argval); shared = analyzed[0]; argval = analyzed[1]; if (argname == arg.imparg) { /* we matched the implicit, or default arg */ if (argval == null) { argval = arg.defval; } } else { /* we matched the non-default arg */ if (argval == null) { argval = arg.defval == "no" ? "yes" : "no"; } } arg.argval = argval; eval("PHP_" + arg.symval + " = argval;"); eval("PHP_" + arg.symval + "_SHARED = shared;"); break; } } if (!found) { STDERR.WriteLine("Unknown option " + argname + "; please try configure.js --help for a list of valid options"); WScript.Quit(2); } } if (configure_help_mode) { STDOUT.WriteLine(word_wrap_and_indent(0,"Options that enable extensions and SAPI will accept \'yes' or 'no' as a parameter. They also accept 'shared' \as a synonym for 'yes' and request a shared build of that \module. Not all modules can be built as shared modules; \configure will display [shared] after the module name if \can be built that way. \" )); STDOUT.WriteBlankLines(1); // Measure width to pretty-print the output max_width = 0; for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; if (arg.arg.length > max_width) max_width = arg.arg.length; } for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; n = max_width - arg.arg.length; pad = " "; for (j = 0; j < n; j++) { pad += " "; } STDOUT.WriteLine(" " + arg.arg + pad + word_wrap_and_indent(max_width + 5, arg.helptext)); } WScript.Quit(1); } var snapshot_build_exclusions = new Array( 'debug', 'crt-debug', 'lzf-better-compression', 'php-build', 'snapshot-template', 'pcre-regex', 'fastcgi', 'force-cgi-redirect', 'path-info-check', 'zts', 'ipv6', 'memory-limit' ); var force; // Now set any defaults we might have missed out earlier for (i = 0; i < configure_args.length; i++) { arg = configure_args[i]; if (arg.seen) continue; analyzed = analyze_arg(arg.defval); shared = analyzed[0]; argval = analyzed[1]; // Don't trust a default "yes" answer for a non-core module // in a snapshot build if (PHP_SNAPSHOT_BUILD != "no" && argval == "yes" && !shared) { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { /* now check if it is a core module */ force = false; for (j = 0; j < core_module_list.length; j++) { if (core_module_list[j] == arg.optname) { force = true; break; } } if (!force) { STDOUT.WriteLine("snapshot: forcing " + arg.arg + " shared"); shared = true; } } } if (PHP_SNAPSHOT_BUILD != "no" && argval == "no") { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { STDOUT.WriteLine("snapshot: forcing " + arg.optname + " on"); argval = "yes"; shared = true; } } if (disable_all) { force = true; for (j = 0; j < snapshot_build_exclusions.length; j++) { if (snapshot_build_exclusions[j] == arg.optname) { force = false; break; } } if (force) { argval = "no"; shared = false; } } eval("PHP_" + arg.symval + " = argval;"); eval("PHP_" + arg.symval + "_SHARED = shared;"); } MFO = FSO.CreateTextFile("Makefile.objects", true); STDOUT.WriteLine("Saving configure options to config.nice.bat"); var nicefile = FSO.CreateTextFile("config.nice.bat", true); nicefile.WriteLine(nice); nicefile.Close(); AC_DEFINE('CONFIGURE_COMMAND', nice);}
if (!base) { base = "gm_script"; }
function Config() { this.onload = null; this.scripts = null; this.find = function(namespace, name) { namespace = namespace.toLowerCase(); name = name.toLowerCase(); for (var i = 0, script = null; (script = this.scripts[i]); i++) { if (script.namespace.toLowerCase() == namespace && script.name.toLowerCase() == name) { return i; } } return -1; } this.initFilename = function(script) { var index = {}; var base = script.name.replace(/[^A-Z0-9_]/gi, "").toLowerCase(); // 24 is a totally arbitrary max length if (base.length > 24) { base = base.substring(0, 24); } for (var i = 0; i < this.scripts.length; i++) { index[this.scripts[i].filename] = this.scripts[i]; } if (!index[base + ".user.js"]) { script.filename = base + ".user.js"; return; } for (var count = 1; count < Number.MAX_VALUE; count++) { if (!index[base + count + ".user.js"]) { script.filename = base + count + ".user.js"; return; } } throw new Error("doooooooode. get some different user script or something."); } this.load = function() { var doc = document.implementation.createDocument("", "", null); doc.async = false; try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); } var nodes = document.evaluate("/UserScriptConfig/Script", doc, null, 0, null); this.scripts = []; for (var node = null; (node = nodes.iterateNext()); ) { var script = new Script(); for (var i = 0, childNode = null; (childNode = node.childNodes[i]); i++) { if (childNode.nodeName == "Include") { script.includes.push(childNode.firstChild.nodeValue); } else if (childNode.nodeName == "Exclude") { script.excludes.push(childNode.firstChild.nodeValue); } } script.filename = node.getAttribute("filename"); script.name = node.getAttribute("name"); script.namespace = node.getAttribute("namespace"); script.description = node.getAttribute("description"); script.enabled = node.getAttribute("enabled") == true.toString(); this.scripts.push(script); } } this.save = function() { var doc = document.implementation.createDocument("", "UserScriptConfig", null); for (var i = 0, scriptObj = null; (scriptObj = this.scripts[i]); i++) { var scriptNode = doc.createElement("Script"); for (var j = 0; j < scriptObj.includes.length; j++) { var includeNode = doc.createElement("Include"); includeNode.appendChild(doc.createTextNode(scriptObj.includes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(includeNode); } for (var j = 0; j < scriptObj.excludes.length; j++) { var excludeNode = doc.createElement("Exclude"); excludeNode.appendChild(doc.createTextNode(scriptObj.excludes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(excludeNode); } scriptNode.appendChild(doc.createTextNode("\n\t")); scriptNode.setAttribute("filename", scriptObj.filename); scriptNode.setAttribute("name", scriptObj.name); scriptNode.setAttribute("namespace", scriptObj.namespace); scriptNode.setAttribute("description", scriptObj.description); scriptNode.setAttribute("enabled", scriptObj.enabled); doc.firstChild.appendChild(doc.createTextNode("\n\t")); doc.firstChild.appendChild(scriptNode); } doc.firstChild.appendChild(doc.createTextNode("\n")) var configStream = getWriteStream(getScriptFile("config.xml")); new XMLSerializer().serializeToStream(doc, configStream, "utf-8"); configStream.close(); }}
doc.load(getScriptChrome("config.xml"));
try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); }
function Config() { this.onload = null; this.scripts = null; this.find = function(namespace, name) { namespace = namespace.toLowerCase(); name = name.toLowerCase(); for (var i = 0, script = null; (script = this.scripts[i]); i++) { if (script.namespace.toLowerCase() == namespace && script.name.toLowerCase() == name) { return i; } } return -1; } this.load = function() { var doc = document.implementation.createDocument("", "", null); doc.async = false; doc.load(getScriptChrome("config.xml")); var nodes = document.evaluate("/UserScriptConfig/Script", doc, null, 0, null); this.scripts = []; for (var node = null; (node = nodes.iterateNext()); ) { var script = new Script(); for (var i = 0, childNode = null; (childNode = node.childNodes[i]); i++) { if (childNode.nodeName == "Include") { script.includes.push(childNode.firstChild.nodeValue); } else if (childNode.nodeName == "Exclude") { script.excludes.push(childNode.firstChild.nodeValue); } } script.id = node.getAttribute("id"); script.name = node.getAttribute("name"); script.namespace = node.getAttribute("namespace"); script.description = node.getAttribute("description"); script.enabled = node.getAttribute("enabled") == true.toString(); this.scripts.push(script); } } this.save = function() { var doc = document.implementation.createDocument("", "UserScriptConfig", null); for (var i = 0, scriptObj = null; (scriptObj = this.scripts[i]); i++) { var scriptNode = doc.createElement("Script"); for (var j = 0; j < scriptObj.includes.length; j++) { var includeNode = doc.createElement("Include"); includeNode.appendChild(doc.createTextNode(scriptObj.includes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(includeNode); } for (var j = 0; j < scriptObj.excludes.length; j++) { var excludeNode = doc.createElement("Exclude"); excludeNode.appendChild(doc.createTextNode(scriptObj.excludes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(excludeNode); } scriptNode.appendChild(doc.createTextNode("\n\t")); scriptNode.setAttribute("id", scriptObj.id); scriptNode.setAttribute("name", scriptObj.name); scriptNode.setAttribute("namespace", scriptObj.namespace); scriptNode.setAttribute("description", scriptObj.description); scriptNode.setAttribute("enabled", scriptObj.enabled); doc.firstChild.appendChild(doc.createTextNode("\n\t")); doc.firstChild.appendChild(scriptNode); } doc.firstChild.appendChild(doc.createTextNode("\n")) var configStream = getWriteStream("config.xml"); new XMLSerializer().serializeToStream(doc, configStream, "utf-8"); configStream.close(); }}
function Config() {
function Config(configFile) {
function Config() { this.onload = null; this.scripts = null; this.find = function(namespace, name) { namespace = namespace.toLowerCase(); name = name.toLowerCase(); for (var i = 0, script = null; (script = this.scripts[i]); i++) { if (script.namespace.toLowerCase() == namespace && script.name.toLowerCase() == name) { return i; } } return -1; } this.initFilename = function(script) { var index = {}; var base = script.name.replace(/[^A-Z0-9_]/gi, "").toLowerCase(); // If no Latin characters found - use default if (!base) { base = "gm_script"; } // 24 is a totally arbitrary max length if (base.length > 24) { base = base.substring(0, 24); } for (var i = 0; i < this.scripts.length; i++) { index[this.scripts[i].filename] = this.scripts[i]; } if (!index[base + ".user.js"]) { script.filename = base + ".user.js"; return; } for (var count = 1; count < Number.MAX_VALUE; count++) { if (!index[base + count + ".user.js"]) { script.filename = base + count + ".user.js"; return; } } throw new Error("doooooooode. get some different user script or something."); } this.load = function() { var doc = document.implementation.createDocument("", "", null); doc.async = false; try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); } var nodes = document.evaluate("/UserScriptConfig/Script", doc, null, 0, null); this.scripts = []; for (var node = null; (node = nodes.iterateNext()); ) { var script = new Script(); for (var i = 0, childNode = null; (childNode = node.childNodes[i]); i++) { if (childNode.nodeName == "Include") { script.includes.push(childNode.firstChild.nodeValue); } else if (childNode.nodeName == "Exclude") { script.excludes.push(childNode.firstChild.nodeValue); } } script.filename = node.getAttribute("filename"); script.name = node.getAttribute("name"); script.namespace = node.getAttribute("namespace"); script.description = node.getAttribute("description"); script.enabled = node.getAttribute("enabled") == true.toString(); this.scripts.push(script); } } this.save = function() { var doc = document.implementation.createDocument("", "UserScriptConfig", null); for (var i = 0, scriptObj = null; (scriptObj = this.scripts[i]); i++) { var scriptNode = doc.createElement("Script"); for (var j = 0; j < scriptObj.includes.length; j++) { var includeNode = doc.createElement("Include"); includeNode.appendChild(doc.createTextNode(scriptObj.includes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(includeNode); } for (var j = 0; j < scriptObj.excludes.length; j++) { var excludeNode = doc.createElement("Exclude"); excludeNode.appendChild(doc.createTextNode(scriptObj.excludes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(excludeNode); } scriptNode.appendChild(doc.createTextNode("\n\t")); scriptNode.setAttribute("filename", scriptObj.filename); scriptNode.setAttribute("name", scriptObj.name); scriptNode.setAttribute("namespace", scriptObj.namespace); scriptNode.setAttribute("description", scriptObj.description); scriptNode.setAttribute("enabled", scriptObj.enabled); doc.firstChild.appendChild(doc.createTextNode("\n\t")); doc.firstChild.appendChild(scriptNode); } doc.firstChild.appendChild(doc.createTextNode("\n")) var configStream = getWriteStream(getScriptFile("config.xml")); new XMLSerializer().serializeToStream(doc, configStream, "utf-8"); configStream.close(); }}
try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); }
doc.load(configURI.spec);
function Config() { this.onload = null; this.scripts = null; this.find = function(namespace, name) { namespace = namespace.toLowerCase(); name = name.toLowerCase(); for (var i = 0, script = null; (script = this.scripts[i]); i++) { if (script.namespace.toLowerCase() == namespace && script.name.toLowerCase() == name) { return i; } } return -1; } this.initFilename = function(script) { var index = {}; var base = script.name.replace(/[^A-Z0-9_]/gi, "").toLowerCase(); // If no Latin characters found - use default if (!base) { base = "gm_script"; } // 24 is a totally arbitrary max length if (base.length > 24) { base = base.substring(0, 24); } for (var i = 0; i < this.scripts.length; i++) { index[this.scripts[i].filename] = this.scripts[i]; } if (!index[base + ".user.js"]) { script.filename = base + ".user.js"; return; } for (var count = 1; count < Number.MAX_VALUE; count++) { if (!index[base + count + ".user.js"]) { script.filename = base + count + ".user.js"; return; } } throw new Error("doooooooode. get some different user script or something."); } this.load = function() { var doc = document.implementation.createDocument("", "", null); doc.async = false; try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); } var nodes = document.evaluate("/UserScriptConfig/Script", doc, null, 0, null); this.scripts = []; for (var node = null; (node = nodes.iterateNext()); ) { var script = new Script(); for (var i = 0, childNode = null; (childNode = node.childNodes[i]); i++) { if (childNode.nodeName == "Include") { script.includes.push(childNode.firstChild.nodeValue); } else if (childNode.nodeName == "Exclude") { script.excludes.push(childNode.firstChild.nodeValue); } } script.filename = node.getAttribute("filename"); script.name = node.getAttribute("name"); script.namespace = node.getAttribute("namespace"); script.description = node.getAttribute("description"); script.enabled = node.getAttribute("enabled") == true.toString(); this.scripts.push(script); } } this.save = function() { var doc = document.implementation.createDocument("", "UserScriptConfig", null); for (var i = 0, scriptObj = null; (scriptObj = this.scripts[i]); i++) { var scriptNode = doc.createElement("Script"); for (var j = 0; j < scriptObj.includes.length; j++) { var includeNode = doc.createElement("Include"); includeNode.appendChild(doc.createTextNode(scriptObj.includes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(includeNode); } for (var j = 0; j < scriptObj.excludes.length; j++) { var excludeNode = doc.createElement("Exclude"); excludeNode.appendChild(doc.createTextNode(scriptObj.excludes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(excludeNode); } scriptNode.appendChild(doc.createTextNode("\n\t")); scriptNode.setAttribute("filename", scriptObj.filename); scriptNode.setAttribute("name", scriptObj.name); scriptNode.setAttribute("namespace", scriptObj.namespace); scriptNode.setAttribute("description", scriptObj.description); scriptNode.setAttribute("enabled", scriptObj.enabled); doc.firstChild.appendChild(doc.createTextNode("\n\t")); doc.firstChild.appendChild(scriptNode); } doc.firstChild.appendChild(doc.createTextNode("\n")) var configStream = getWriteStream(getScriptFile("config.xml")); new XMLSerializer().serializeToStream(doc, configStream, "utf-8"); configStream.close(); }}
var configStream = getWriteStream(getScriptFile("config.xml"));
var configStream = getWriteStream(this.configFile);
function Config() { this.onload = null; this.scripts = null; this.find = function(namespace, name) { namespace = namespace.toLowerCase(); name = name.toLowerCase(); for (var i = 0, script = null; (script = this.scripts[i]); i++) { if (script.namespace.toLowerCase() == namespace && script.name.toLowerCase() == name) { return i; } } return -1; } this.initFilename = function(script) { var index = {}; var base = script.name.replace(/[^A-Z0-9_]/gi, "").toLowerCase(); // If no Latin characters found - use default if (!base) { base = "gm_script"; } // 24 is a totally arbitrary max length if (base.length > 24) { base = base.substring(0, 24); } for (var i = 0; i < this.scripts.length; i++) { index[this.scripts[i].filename] = this.scripts[i]; } if (!index[base + ".user.js"]) { script.filename = base + ".user.js"; return; } for (var count = 1; count < Number.MAX_VALUE; count++) { if (!index[base + count + ".user.js"]) { script.filename = base + count + ".user.js"; return; } } throw new Error("doooooooode. get some different user script or something."); } this.load = function() { var doc = document.implementation.createDocument("", "", null); doc.async = false; try { doc.load(getScriptChrome("config.xml")); } catch (exc) { doc.load(getScriptChrome("default-config.xml")); } var nodes = document.evaluate("/UserScriptConfig/Script", doc, null, 0, null); this.scripts = []; for (var node = null; (node = nodes.iterateNext()); ) { var script = new Script(); for (var i = 0, childNode = null; (childNode = node.childNodes[i]); i++) { if (childNode.nodeName == "Include") { script.includes.push(childNode.firstChild.nodeValue); } else if (childNode.nodeName == "Exclude") { script.excludes.push(childNode.firstChild.nodeValue); } } script.filename = node.getAttribute("filename"); script.name = node.getAttribute("name"); script.namespace = node.getAttribute("namespace"); script.description = node.getAttribute("description"); script.enabled = node.getAttribute("enabled") == true.toString(); this.scripts.push(script); } } this.save = function() { var doc = document.implementation.createDocument("", "UserScriptConfig", null); for (var i = 0, scriptObj = null; (scriptObj = this.scripts[i]); i++) { var scriptNode = doc.createElement("Script"); for (var j = 0; j < scriptObj.includes.length; j++) { var includeNode = doc.createElement("Include"); includeNode.appendChild(doc.createTextNode(scriptObj.includes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(includeNode); } for (var j = 0; j < scriptObj.excludes.length; j++) { var excludeNode = doc.createElement("Exclude"); excludeNode.appendChild(doc.createTextNode(scriptObj.excludes[j])); scriptNode.appendChild(doc.createTextNode("\n\t\t")); scriptNode.appendChild(excludeNode); } scriptNode.appendChild(doc.createTextNode("\n\t")); scriptNode.setAttribute("filename", scriptObj.filename); scriptNode.setAttribute("name", scriptObj.name); scriptNode.setAttribute("namespace", scriptObj.namespace); scriptNode.setAttribute("description", scriptObj.description); scriptNode.setAttribute("enabled", scriptObj.enabled); doc.firstChild.appendChild(doc.createTextNode("\n\t")); doc.firstChild.appendChild(scriptNode); } doc.firstChild.appendChild(doc.createTextNode("\n")) var configStream = getWriteStream(getScriptFile("config.xml")); new XMLSerializer().serializeToStream(doc, configStream, "utf-8"); configStream.close(); }}
document.location = "/cgi-bin/setConfigSwapFile?swap="+swapfileconfig.swap.value+"&swapfile="+swapfileconfig.swapfile.value;
var activate = "off"; if (swapfileconfig.swap.checked) activate = "on"; document.location = "/cgi-bin/setConfigSwapFile?swap="+activate+"&swapfile="+swapfileconfig.swapfile.value; setTimeout("reload()", 500);
function configSwapFile(){ document.location = "/cgi-bin/setConfigSwapFile?swap="+swapfileconfig.swap.value+"&swapfile="+swapfileconfig.swapfile.value;}
if (defval == "yes") {
if (defval == "yes" || defval == "yes,shared") {
function ConfigureArg(type, optname, helptext, defval){ var opptype = type == "enable" ? "disable" : "without"; if (defval == "yes") { this.arg = "--" + opptype + "-" + optname; this.imparg = "--" + type + "-" + optname; } else { this.arg = "--" + type + "-" + optname; this.imparg = "--" + opptype + "-" + optname; } this.optname = optname; this.helptext = helptext; this.defval = defval; this.symval = optname.toUpperCase().replace(new RegExp("-", "g"), "_"); this.seen = false; this.argval = defval;}
this.relayBotToRC("browserbot.recordedConfirmations");
self.relayBotToRC("browserbot.recordedConfirmations");
windowToModify.confirm = function(message) { browserBot.recordedConfirmations.push(message); var result = browserBot.nextConfirmResult; browserBot.nextConfirmResult = true; this.relayBotToRC("browserbot.recordedConfirmations"); return result; };
relayBotToRC("browserbot.recordedConfirmations");
windowToModify.confirm = function(message) { browserBot.recordedConfirmations.push(message); var result = browserBot.nextConfirmResult; browserBot.nextConfirmResult = true; relayBotToRC("browserbot.recordedConfirmations"); return result; };
var elm = tinyMCE.isMSIE ? event.srcElement : e.target;
var elm = tinyMCE.isIE ? event.srcElement : e.target;
confirmAdd : function(e, settings) { var elm = tinyMCE.isMSIE ? event.srcElement : e.target; var elementId = elm.name ? elm.name : elm.id; tinyMCE.settings = settings; if (tinyMCE.settings['convert_on_click'] || (!elm.getAttribute('mce_noask') && confirm(tinyMCELang['lang_edit_confirm']))) tinyMCE.addMCEControl(elm, elementId); elm.setAttribute('mce_noask', 'true'); },
Unregistered[new_id].sentps = true;
Unregistered[new_id].sendps = false;
function connect_to_server(this_cline,the_port) { var connect_sock; var new_id; if (!the_port && this_cline.port) the_port = this_cline.port; else if (!the_port) the_port = default_port; // try a safe default. connect_sock = new Socket(); connect_sock.bind(0,server.interface_ip_address); connect_sock.connect(this_cline.host,the_port,ob_sock_timeout); if (connect_sock.is_connected) { umode_notice(USERMODE_ROUTING,"Routing", "Connected! Sending info..."); connect_sock.send("PASS " + this_cline.password + " :TS\r\n"); connect_sock.send("CAPAB " + server_capab + "\r\n"); connect_sock.send("SERVER " + servername + " 1 :" + serverdesc + "\r\n"); new_id = "id" + next_client_id; next_client_id++; Unregistered[new_id]=new Unregistered_Client(new_id,connect_sock); Unregistered[new_id].sentps = true; } this_cline.lastconnect = time();}
Unregistered[new_id].outgoing = true;
function connect_to_server(this_cline,the_port) { var connect_sock; var new_id; if (!the_port && this_cline.port) the_port = this_cline.port; else if (!the_port) the_port = default_port; // try a safe default. connect_sock = new Socket(); connect_sock.bind(0,server.interface_ip_address); connect_sock.connect(this_cline.host,the_port,ob_sock_timeout); if (connect_sock.is_connected) { umode_notice(USERMODE_ROUTING,"Routing", "Connected! Sending info..."); connect_sock.send("PASS " + this_cline.password + " :TS\r\n"); connect_sock.send("CAPAB " + server_capab + "\r\n"); connect_sock.send("SERVER " + servername + " 1 :" + serverdesc + "\r\n"); new_id = "id" + next_client_id; next_client_id++; Unregistered[new_id]=new Unregistered_Client(new_id,connect_sock); Unregistered[new_id].sendps = false; // Don't do P/S pair again } this_cline.lastconnect = time();}
server_wallops("Connected! Sending info..");
oper_notice("Routing","Connected! Sending info...");
function connect_to_server(this_cline,the_port) { if (!the_port && this_cline.port) the_port = this_cline.port; else if (!the_port) the_port = "6667"; // try a safe default. connect_sock = new Socket(); connect_sock.connect(this_cline.host,the_port,ob_sock_timeout); if (connect_sock.is_connected) { server_wallops("Connected! Sending info.."); connect_sock.send("PASS " + this_cline.password + " :TS\r\n"); connect_sock.send("CAPAB " + server_capab + "\r\n"); connect_sock.send("SERVER " + servername + " 1 :" + serverdesc + "\r\n"); new_id = get_next_clientid(); Clients[new_id]=new IRCClient(connect_sock,new_id,true,true); Clients[new_id].sentps = true; } this_cline.lastconnect = time();}
log("Connecting to server: " + this_cline.host);
var connect_sock; var new_id;
function connect_to_server(this_cline,the_port) { log("Connecting to server: " + this_cline.host); if (!the_port && this_cline.port) the_port = this_cline.port; else if (!the_port) the_port = default_port; // try a safe default. connect_sock = new Socket(); connect_sock.connect(this_cline.host,the_port,ob_sock_timeout); if (connect_sock.is_connected) { oper_notice("Routing","Connected! Sending info..."); connect_sock.send("PASS " + this_cline.password + " :TS\r\n"); connect_sock.send("CAPAB " + server_capab + "\r\n"); connect_sock.send("SERVER " + servername + " 1 :" + serverdesc + "\r\n"); new_id = get_next_clientid(); Clients[new_id]=new IRCClient(connect_sock,new_id,true,true); Clients[new_id].sentps = true; } this_cline.lastconnect = time();}
oper_notice("Routing","Connected! Sending info...");
umode_notice(USERMODE_ROUTING,"Routing", "Connected! Sending info...");
function connect_to_server(this_cline,the_port) { var connect_sock; var new_id; if (!the_port && this_cline.port) the_port = this_cline.port; else if (!the_port) the_port = default_port; // try a safe default. connect_sock = new Socket(); connect_sock.connect(this_cline.host,the_port,ob_sock_timeout); if (connect_sock.is_connected) { oper_notice("Routing","Connected! Sending info..."); connect_sock.send("PASS " + this_cline.password + " :TS\r\n"); connect_sock.send("CAPAB " + server_capab + "\r\n"); connect_sock.send("SERVER " + servername + " 1 :" + serverdesc + "\r\n"); new_id = get_next_clientid(); Clients[new_id]=new IRCClient(connect_sock,new_id,true,true); Clients[new_id].sentps = true; } this_cline.lastconnect = time();}
function constrainedWidthFromElement(width, element) { if (width < element.clientWidth * 0.25) width = element.clientWidth * 0.25; else if (width > element.clientWidth * 0.75) width = element.clientWidth * 0.75;
function constrainedWidthFromElement(width, element, constrainLeft, constrainRight) { if (constrainLeft === undefined) constrainLeft = 0.25; if (constrainRight === undefined) constrainRight = 0.75; if (width < element.clientWidth * constrainLeft) width = element.clientWidth * constrainLeft; else if (width > element.clientWidth * constrainRight) width = element.clientWidth * constrainRight;
function constrainedWidthFromElement(width, element) { if (width < element.clientWidth * 0.25) width = element.clientWidth * 0.25; else if (width > element.clientWidth * 0.75) width = element.clientWidth * 0.75; return width;}
GM_log("> GM_BrowserUI.contentLoad");
GM_log("> GM_BrowserUI.contentLoad: " + e.target.defaultView.location.href);
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad"); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, exiting") return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } if (this.getHandler(win)) { GM_log("* document has already been greased, exiting") return; } this.currentHandler = new GM_DocHandler(win, window); this.currentHandler.menuCommander.attach(); this.handlers.push(this.currentHandler); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
GM_log("* Greasemonkey disabled, exiting")
GM_log("* Greasemonkey disabled, skipping contentLoad");
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad"); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, exiting") return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } if (this.getHandler(win)) { GM_log("* document has already been greased, exiting") return; } this.currentHandler = new GM_DocHandler(win, window); this.currentHandler.menuCommander.attach(); this.handlers.push(this.currentHandler); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
if (this.getHandler(win)) { GM_log("* document has already been greased, exiting") return;
GM_log("win == win.top: " + (win == win.top)); if (win == win.top) { this.currentMenuCommander = new GM_MenuCommander(win); this.menuCommanders.push(this.currentMenuCommander); this.currentMenuCommander.attach();
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad"); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, exiting") return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } if (this.getHandler(win)) { GM_log("* document has already been greased, exiting") return; } this.currentHandler = new GM_DocHandler(win, window); this.currentHandler.menuCommander.attach(); this.handlers.push(this.currentHandler); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
this.currentHandler = new GM_DocHandler(win, window); this.currentHandler.menuCommander.attach(); this.handlers.push(this.currentHandler);
new GM_DocHandler(win, window, this.currentMenuCommander);
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad"); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, exiting") return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } if (this.getHandler(win)) { GM_log("* document has already been greased, exiting") return; } this.currentHandler = new GM_DocHandler(win, window); this.currentHandler.menuCommander.attach(); this.handlers.push(this.currentHandler); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
GM_log("win == win.top: " + (win == win.top));
var commander;
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad: " + e.target.defaultView.location.href); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, skipping contentLoad"); return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } GM_log("win == win.top: " + (win == win.top)); if (win == win.top) { this.currentMenuCommander = new GM_MenuCommander(win); this.menuCommanders.push(this.currentMenuCommander); this.currentMenuCommander.attach(); } new GM_DocHandler(win, window, this.currentMenuCommander); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
this.currentMenuCommander = new GM_MenuCommander(win); this.menuCommanders.push(this.currentMenuCommander);
commander = new GM_MenuCommander(win); this.menuCommanders.push(commander); } else { commander = this.getCommander(win.top); } if (win == this.tabBrowser.selectedBrowser.contentWindow) { this.currentMenuCommander = commander;
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad: " + e.target.defaultView.location.href); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, skipping contentLoad"); return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } GM_log("win == win.top: " + (win == win.top)); if (win == win.top) { this.currentMenuCommander = new GM_MenuCommander(win); this.menuCommanders.push(this.currentMenuCommander); this.currentMenuCommander.attach(); } new GM_DocHandler(win, window, this.currentMenuCommander); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
new GM_DocHandler(win, window, this.currentMenuCommander);
new GM_DocHandler(win, window, commander);
GM_BrowserUI.contentLoad = function(e) { GM_log("> GM_BrowserUI.contentLoad: " + e.target.defaultView.location.href); if (!this.getEnabled()) { GM_log("* Greasemonkey disabled, skipping contentLoad"); return; } var win = e.target.defaultView; var doc = win.document; if(!doc.body) { GM_log("* no body on document, existing") return; } GM_log("win == win.top: " + (win == win.top)); if (win == win.top) { this.currentMenuCommander = new GM_MenuCommander(win); this.menuCommanders.push(this.currentMenuCommander); this.currentMenuCommander.attach(); } new GM_DocHandler(win, window, this.currentMenuCommander); GM_listen(win, "unload", GM_hitch(this, "contentUnload")); GM_log("< GM_BrowserUI.contentLoad");}
var handler = null;
var commander = null;
GM_BrowserUI.contentUnload = function(e) { GM_log("> GM_BrowserUI.contentUnload"); // remove the handler for this document var handler = null; //looping over handlers rather than using getHandler because we need //the index into handlers.splice. for (var i = 0; i < this.handlers.length; i++) { if (this.handlers[i].contentWindow == e.currentTarget) { handler = this.handlers[i]; handler.menuCommander.detach(); if (handler == this.currentHandler) { this.currentHandler = null; } this.handlers.splice(i, 1); GM_log("* Found and removed corresponding handler") break; } } GM_log("< GM_BrowserUI.contentUnload");}
for (var i = 0; i < this.handlers.length; i++) { if (this.handlers[i].contentWindow == e.currentTarget) { handler = this.handlers[i]; handler.menuCommander.detach();
for (var i = 0; commander = this.menuCommanders[i]; i++) { if (commander.contentWindow == e.currentTarget) { GM_log("* Found corresponding commander. Is currentMenuCommander: " + (commander == this.currentMenuCommander)); if (commander == this.currentMenuCommander) { this.currentMenuCommander.detach(); this.currentMenuCommander = null; }
GM_BrowserUI.contentUnload = function(e) { GM_log("> GM_BrowserUI.contentUnload"); // remove the handler for this document var handler = null; //looping over handlers rather than using getHandler because we need //the index into handlers.splice. for (var i = 0; i < this.handlers.length; i++) { if (this.handlers[i].contentWindow == e.currentTarget) { handler = this.handlers[i]; handler.menuCommander.detach(); if (handler == this.currentHandler) { this.currentHandler = null; } this.handlers.splice(i, 1); GM_log("* Found and removed corresponding handler") break; } } GM_log("< GM_BrowserUI.contentUnload");}
if (handler == this.currentHandler) { this.currentHandler = null; }
this.menuCommanders.splice(i, 1);
GM_BrowserUI.contentUnload = function(e) { GM_log("> GM_BrowserUI.contentUnload"); // remove the handler for this document var handler = null; //looping over handlers rather than using getHandler because we need //the index into handlers.splice. for (var i = 0; i < this.handlers.length; i++) { if (this.handlers[i].contentWindow == e.currentTarget) { handler = this.handlers[i]; handler.menuCommander.detach(); if (handler == this.currentHandler) { this.currentHandler = null; } this.handlers.splice(i, 1); GM_log("* Found and removed corresponding handler") break; } } GM_log("< GM_BrowserUI.contentUnload");}
this.handlers.splice(i, 1); GM_log("* Found and removed corresponding handler")
GM_log("* Found and removed corresponding commander")
GM_BrowserUI.contentUnload = function(e) { GM_log("> GM_BrowserUI.contentUnload"); // remove the handler for this document var handler = null; //looping over handlers rather than using getHandler because we need //the index into handlers.splice. for (var i = 0; i < this.handlers.length; i++) { if (this.handlers[i].contentWindow == e.currentTarget) { handler = this.handlers[i]; handler.menuCommander.detach(); if (handler == this.currentHandler) { this.currentHandler = null; } this.handlers.splice(i, 1); GM_log("* Found and removed corresponding handler") break; } } GM_log("< GM_BrowserUI.contentUnload");}
var culprit = document.popupNode;
GM_BrowserUI.contextMenuShowing = function() { GM_log('> contextMenuShowing'); var culprit = document.popupNode; var contextItem = ge("install-userscript"); var contextSep = ge("install-userscript-sep"); contextItem.hidden = contextSep.hidden = !(culprit.tagName.toLowerCase() == "a" && culprit.href.match(/\.user\.js(\?|$)/i) != null); GM_log('< contextMenuShowing');}
!(culprit.tagName.toLowerCase() == "a" && culprit.href.match(/\.user\.js(\?|$)/i) != null);
!(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null); );
GM_BrowserUI.contextMenuShowing = function() { GM_log('> contextMenuShowing'); var culprit = document.popupNode; var contextItem = ge("install-userscript"); var contextSep = ge("install-userscript-sep"); contextItem.hidden = contextSep.hidden = !(culprit.tagName.toLowerCase() == "a" && culprit.href.match(/\.user\.js(\?|$)/i) != null); GM_log('< contextMenuShowing');}
contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null); );
contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null);
GM_BrowserUI.contextMenuShowing = function() { GM_log('> contextMenuShowing'); var contextItem = ge("install-userscript"); var contextSep = ge("install-userscript-sep"); var culprit = document.popupNode; while (culprit && culprit.tagName.toLowerCase() != "a") { culprit = culprit.parentNode; } contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null); ); GM_log('< contextMenuShowing');}
while (culprit && culprit.tagName.toLowerCase() != "a") {
while (culprit && culprit.tagName && culprit.tagName.toLowerCase() != "a") {
GM_BrowserUI.contextMenuShowing = function() { GM_log('> contextMenuShowing'); var contextItem = ge("install-userscript"); var contextSep = ge("install-userscript-sep"); var culprit = document.popupNode; while (culprit && culprit.tagName.toLowerCase() != "a") { culprit = culprit.parentNode; } contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null); GM_log('< contextMenuShowing');}
contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null);
contextItem.hidden = contextSep.hidden = !(culprit && culprit.href && culprit.href.match(/\.user\.js(\?|$)/i) != null);
GM_BrowserUI.contextMenuShowing = function() { GM_log('> contextMenuShowing'); var contextItem = ge("install-userscript"); var contextSep = ge("install-userscript-sep"); var culprit = document.popupNode; while (culprit && culprit.tagName.toLowerCase() != "a") { culprit = culprit.parentNode; } contextItem.hidden = contextSep.hidden = !(culprit && culprit.href.match(/\.user\.js(\?|$)/i) != null); GM_log('< contextMenuShowing');}
case "r": p.x += el.offsetWidth - w; break; case "l": break;
case "l": p.x += el.offsetWidth - w; break; case "r": break;
Calendar.continuation_for_the_fucking_khtml_browser = function() { var w = self.element.offsetWidth; var h = self.element.offsetHeight; self.element.style.display = "none"; var valign = opts.substr(0, 1); var halign = "l"; if (opts.length > 1) { halign = opts.substr(1, 1); } // vertical alignment switch (valign) { case "T": p.y -= h; break; case "B": p.y += el.offsetHeight; break; case "C": p.y += (el.offsetHeight - h) / 2; break; case "t": p.y += el.offsetHeight - h; break; case "b": break; // already there } // horizontal alignment switch (halign) { case "L": p.x -= w; break; case "R": p.x += el.offsetWidth; break; case "C": p.x += (el.offsetWidth - w) / 2; break; case "r": p.x += el.offsetWidth - w; break; case "l": break; // already there } p.width = w; p.height = h + 40; self.monthsCombo.style.display = "none"; fixPosition(p); self.showAt(p.x, p.y); };
if (interval >= 0) {
if (interval < 0) { this.waitingForNext(); } else {
this.continueCommandExecutionWithDelay = function() { // Get the interval to use for this command execution, using the pauseInterval is // specified. Reset the pause interval, since it's a one-off thing. var interval = this.pauseInterval || this.getCommandInterval(); this.pauseInterval = undefined; // Continue processing if (interval >= 0) { window.setTimeout("testLoop.finishCommandExecution()", interval); } };
this.runInterval = this.speedController.value;
this.reset();
continueCurrentTest: function () { this.runInterval = this.speedController.value; currentTest.resume(); this._switchContinueButtonToPause(); },
this._switchContinueButtonToPause();
continueCurrentTest: function () { this.runInterval = this.speedController.value; currentTest.resume(); this._switchContinueButtonToPause(); },
document.getElementById('continueTest').disabled = true;
function continueCurrentTest() { testLoop.finishCommandExecution();}
LOG.debug("testLoop.continueTest() - acquire the next command");
this.continueTest = function() { if (! this.aborted) { this.currentCommand = this.nextCommand(); } if (! this.requiresCallBack) { this.beginNextTest(); } // otherwise, just finish and let the callback invoke beginNextTest() };
if (this.waitForCondition == null || this.waitForCondition()) {
if (this.waitForCondition == null) { LOG.debug("null condition; let's continueTest()"); LOG.debug("Command complete"); this.commandComplete(this.result); this.continueTest(); } else if (this.waitForCondition()) {
continueTestWhenConditionIsTrue: function () { /** * Busy wait for waitForCondition() to become true, and then carry * on with test. Fail the current test if there's a timeout or an * exception. */ //LOG.debug("currentTest.continueTestWhenConditionIsTrue()"); selenium.browserbot.runScheduledPollers(); try { if (this.waitForCondition == null || this.waitForCondition()) { LOG.debug("condition satisfied; let's continueTest()"); this.waitForCondition = null; this.continueTest(); } else { //LOG.debug("waitForCondition was false; keep waiting!"); window.setTimeout(fnBind(this.continueTestWhenConditionIsTrue, this), 100); } } catch (e) { var lastResult = {}; lastResult.failed = true; lastResult.failureMessage = extractExceptionMessage(e); this.commandComplete(lastResult); this.testComplete(); } },
var lastResult = {}; lastResult.failed = true; lastResult.failureMessage = extractExceptionMessage(e); this.commandComplete(lastResult); this.testComplete();
this.result = {}; this.result.failed = true; this.result.failureMessage = extractExceptionMessage(e); this.commandComplete(this.result); this.continueTest();
continueTestWhenConditionIsTrue: function () { /** * Busy wait for waitForCondition() to become true, and then carry * on with test. Fail the current test if there's a timeout or an * exception. */ //LOG.debug("currentTest.continueTestWhenConditionIsTrue()"); selenium.browserbot.runScheduledPollers(); try { if (this.waitForCondition == null || this.waitForCondition()) { LOG.debug("condition satisfied; let's continueTest()"); this.waitForCondition = null; this.continueTest(); } else { //LOG.debug("waitForCondition was false; keep waiting!"); window.setTimeout(fnBind(this.continueTestWhenConditionIsTrue, this), 100); } } catch (e) { var lastResult = {}; lastResult.failed = true; lastResult.failureMessage = extractExceptionMessage(e); this.commandComplete(lastResult); this.testComplete(); } },
window.setTimeout(this.continueTestWhenConditionIsTrue.bind(this), 100);
window.setTimeout(fnBind(this.continueTestWhenConditionIsTrue, this), 100);
continueTestWhenConditionIsTrue: function () { /** * Busy wait for waitForCondition() to become true, and then carry * on with test. Fail the current test if there's a timeout or an * exception. */ LOG.debug("currentTest.continueTestWhenConditionIsTrue()"); selenium.browserbot.runScheduledPollers(); try { if (this.waitForCondition == null || this.waitForCondition()) { LOG.debug("condition satisfied; let's continueTest()"); this.waitForCondition = null; this.continueTest(); } else { LOG.debug("waitForCondition was false; keep waiting!"); window.setTimeout(this.continueTestWhenConditionIsTrue.bind(this), 100); } } catch (e) { var lastResult = {}; lastResult.failed = true; lastResult.failureMessage = e.message; this.commandComplete(lastResult); this.testComplete(); } },
this.waitForConditionTimeout = null;
this.continueTestWhenConditionIsTrue = function () { try { if (this.waitForCondition == null || this.waitForCondition()) { this.waitForCondition = null; this.waitForConditionStart = null; this.waitForConditionTimeout = null; this.continueTest(); } else { if (this.waitForConditionTimeout != null) { var now = new Date(); if ((now - this.waitForConditionStart) > this.waitForConditionTimeout) { throw new SeleniumError("Timed out after " + this.waitForConditionTimeout + "ms"); } } window.setTimeout("testLoop.continueTestWhenConditionIsTrue()", 10); } } catch (e) { var lastResult = new CommandResult(); lastResult.failed = true; lastResult.failureMessage = e.message; this.commandComplete(lastResult); this.testComplete(); } };
LOG.debug("waitForCondition was false; keep waiting!");
this.continueTestWhenConditionIsTrue = function () { try { if (this.waitForCondition == null || this.waitForCondition()) { this.waitForCondition = null; this.waitForConditionStart = null; this.waitForConditionTimeout = null; this.continueTest(); } else { if (this.waitForConditionTimeout != null) { var now = new Date(); if ((now - this.waitForConditionStart) > this.waitForConditionTimeout) { throw new SeleniumError("Timed out after " + this.waitForConditionTimeout + "ms"); } } window.setTimeout("testLoop.continueTestWhenConditionIsTrue()", 10); } } catch (e) { var lastResult = new CommandResult(); lastResult.failed = true; lastResult.failureMessage = e.message; this.commandComplete(lastResult); this.testComplete(); } };
var tldRegExp = new RegExp("^(\\^(?:[^/]*)(?: var tldRes = res.match(tldRegExp); if (tldRes) { var gTLD = [ "arpa", "com", "edu", "int", "mil", "net", "org", "aero", "biz", "coop", "info", "museum", "name", "pro" ]; var ccTLD = [ "ac", "ad", "ae", "af", "ag", "ai", "al", "am", "an", "ao", "aq", "ar", "ar", "as", "at", "au", "aw", "ax", "az", "ba", "bb", "bd", "be", "bf", "bg", "bh", "bi", "bj", "bm", "bn", "bo", "br", "bs", "bt", "bv", "bw", "by", "bz", "ca", "cc", "cd", "cf", "cg", "ch", "ci", "ck", "cl", "cm", "cn", "co", "cr", "cs", "cu", "cv", "cx", "cy", "cz", "de", "dj", "dk", "dm", "do", "dz", "ec", "ee", "eg", "eh", "er", "es", "et", "eu", "fi", "fj", "fk", "fm", "fo", "fr", "ga", "gb", "gd", "ge", "gf", "gg", "gh", "gi", "gl", "gm", "gn", "gp", "gq", "gr", "gs", "gt", "gu", "gw", "gy", "hk", "hm", "hn", "hr", "ht", "hu", "id", "ie", "il", "im", "in", "io", "iq", "ir", "is", "it", "je", "jm", "jo", "jp", "ke", "kh", "ki", "km", "kn", "kp", "kr", "kw", "ky", "kz", "la", "lb", "lc", "li", "lk", "lr", "ls", "lt", "lu", "lv", "ly", "ma", "mc", "md", "mg", "mg", "mh", "mk", "ml", "mm", "mn", "mo", "mp", "mq", "mr", "mp", "mq", "mr", "ms", "mt", "mu", "mv", "mw", "mx", "my", "mz", "na", "nc", "ne", "nf", "ng", "ni", "nl", "no", "np", "nr", "nu", "nz", "om", "pa", "pe", "pf", "pg", "ph", "pk", "pl", "pm", "pn", "pr", "ps", "pt", "pw", "py", "qa", "re", "ro", "ru", "rw", "sa", "sb", "sc", "sd", "se", "sg", "sh", "si", "sj", "sk", "sl", "sm", "sn", "so", "sr", "st", "sv", "sy", "sz", "tc", "td", "tf", "tg", "th", "tj", "tk", "tl", "tm", "tn", "to", "tp", "tr", "tt", "tv", "tw", "tz", "ua", "ug", "uk", "um", "us", "uy", "uz", "va", "vc", "ve", "vg", "vi", "vn", "vu", "wf", "ws", "ye", "yt", "yu", "za", "zm", "zw" ] var subTLD = [ "co", "or" ] var tldStr = "(\\.((" + gTLD.join("|") +")|(((" + subTLD.join( "|" ) + ")\\.)?(" +ccTLD.join("|") +"))))"; res = tldRes[1] + tldStr + tldRes[3]; }
function convert2RegExp( pattern ) { s = new String(pattern); res = new String("^"); for (var i = 0 ; i < s.length ; i++) { switch(s[i]) { case '*' : res += ".*"; break; case '.' : case '?' : case '^' : case '$' : case '+' : case '{' : case '[' : case '|' : case '(' : case ')' : case ']' : res += "\\" + s[i]; break; case '\\' : res += "\\\\"; break; case ' ' : // Remove spaces from URLs. break; default : res += s[i]; break; } } return new RegExp(res + '$', "i");}
function Convert (s, ty)
function Convert (s, ty, validator)
function Convert (s, ty){ var cvt = this ["To" + ty]; if (typeof (cvt) == 'function') return cvt (s); else return null;}
return cvt (s);
return cvt (s, validator);
function Convert (s, ty){ var cvt = this ["To" + ty]; if (typeof (cvt) == 'function') return cvt (s); else return null;}
result[1] = result[1].replace(/%20/gi, " "); result[3] = result[3].replace(/%20/gi, " ");
WikiEditor.prototype.convertAttachmentInternal = function(regexp, result, content) { var str; if (result[1] == result[3]) str = "{attach:" + result[1] + "}"; else if ((result[1] == "undefined") || (this.trimString(result[1]) == "")) str = "{attach:" + result[3] + "}"; else str = "{attach:" + result[3] + "|" + result[1] + "}"; return content.replace(regexp, str);}
var tag = "font";
var tag = "font", style = "", class = "", id = "", name = "";
WikiEditor.prototype.convertStyleExternal = function(regexp, result, content) { var str = ""; var tag = "font"; var atts = result[1].split("|"); for (var i=0; i < atts.length; i++) { var att = atts[i].substring(0, atts[i].indexOf("=")); var value = atts[i].substring(atts[i].indexOf("=") + 1, atts[i].length); if (att == "size") att = "font-size"; if (att == "face") att = "font-family"; if (i==0) { if (att == "type") { tag = value; str = "<" + tag + " "; } else { str = "<" + tag + " style=\"" + att + ":" + value + ";"; } } else if (i < atts.length) { if (i == 1) str += "style=\""; str += " " + att + ":" + value + ";"; if (i == atts.length - 1) str += "\"" } if (atts.length == 1) { str += "\""; } } str += ">"; str += result[2]; str += "</" + tag + ">"; return content.replace(regexp, str) ;}
var att = atts[i].substring(0, atts[i].indexOf("=")); var value = atts[i].substring(atts[i].indexOf("=") + 1, atts[i].length); if (att == "size") att = "font-size"; if (att == "face") att = "font-family"; if (i==0) { if (att == "type") { tag = value; str = "<" + tag + " "; } else { str = "<" + tag + " style=\"" + att + ":" + value + ";"; } } else if (i < atts.length) { if (i == 1) str += "style=\""; str += " " + att + ":" + value + ";"; if (i == atts.length - 1) str += "\"" } if (atts.length == 1) { str += "\""; }
var att = this.trimString(atts[i].substring(0, atts[i].indexOf("="))); var value = this.trimString(atts[i].substring(atts[i].indexOf("=") + 1, atts[i].length)); if (att == "class") class = value; else if (att == "id") id = value; else if (att == "name") name = value; else if (att == "type") tag = value; else style += att + ":" + value + ";";
WikiEditor.prototype.convertStyleExternal = function(regexp, result, content) { var str = ""; var tag = "font"; var atts = result[1].split("|"); for (var i=0; i < atts.length; i++) { var att = atts[i].substring(0, atts[i].indexOf("=")); var value = atts[i].substring(atts[i].indexOf("=") + 1, atts[i].length); if (att == "size") att = "font-size"; if (att == "face") att = "font-family"; if (i==0) { if (att == "type") { tag = value; str = "<" + tag + " "; } else { str = "<" + tag + " style=\"" + att + ":" + value + ";"; } } else if (i < atts.length) { if (i == 1) str += "style=\""; str += " " + att + ":" + value + ";"; if (i == atts.length - 1) str += "\"" } if (atts.length == 1) { str += "\""; } } str += ">"; str += result[2]; str += "</" + tag + ">"; return content.replace(regexp, str) ;}