View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/
Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv13350/searches
Added Files:
jsx.xml
Removed Files:
jsexec.xml
Log Message:
jsexec renamed to jsx
--- NEW FILE: jsx.xml ---
<search function="jsx">
<name>Execute Javascript</name>
<description>
Execute a javascript script.<br/>
<div class="helpboxDescLabels">Examples:</div>
<table class="helpboxDescTable">
<tr><td>jsx "pneumonoultramicroscopicsilicovolcanoconiosis".length</td></tr>
<tr><td>jsx alert("Hello world !")</td></tr>
<tr><td>jsx var info="Hello world !";alert(info)</td></tr>
</table>
</description>
<category>Computers<category>Programming</category></category>
<link></link>
<contributor>MLL</contributor>
<script><![CDATA[
function jsx(q)
{
if( nullArgs( "jsx", q ) ) return false;
setSearchWindowText(eval(q));
}
]]></script>
<copyright>
Copyright (c) 2002 David Bau
Distributed under the terms of the
GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
</copyright>
</search>
--- jsexec.xml DELETED ---
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/