first commit
This commit is contained in:
305
api/soft/phpQuery-master/api-reference/phpQuery/Callback.html
Executable file
305
api/soft/phpQuery-master/api-reference/phpQuery/Callback.html
Executable file
@@ -0,0 +1,305 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class Callback</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: Callback</h1>
|
||||
Source Location: /Callback.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description">Callback class implementing ParamStructures, pattern similar to Currying.</div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Tobiasz Cudnik</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_vars">Variables</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/Callback.html#var$callback">$callback</a></li>
|
||||
<li><a href="../phpQuery/Callback.html#var$params">$params</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/Callback.html#method__construct">__construct</a></li>
|
||||
<li><a href="../phpQuery/Callback.html#methodparam">param</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3>Child classes:</h3>
|
||||
<div class="tags">
|
||||
<dl>
|
||||
<dt><a href="../phpQuery/CallbackReference.html">CallbackReference</a></dt>
|
||||
<dd>Callback class implementing ParamStructures, pattern similar to Currying.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 8]<br />
|
||||
Callback class implementing ParamStructures, pattern similar to Currying.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://code.google.com/p/phpquery/wiki/Callbacks#Param_Structures">http://code.google.com/p/phpquery/wiki/Callbacks#Param_Structures</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_vars"></a>
|
||||
<h3>Class Variables</h3>
|
||||
<div class="tags">
|
||||
<a name="var$callback"></a>
|
||||
<p></p>
|
||||
<h4>$callback = <span class="value"> null</span></h4>
|
||||
<p>[line 9]</p>
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>mixed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$params"></a>
|
||||
<p></p>
|
||||
<h4>$params = <span class="value"> null</span></h4>
|
||||
<p>[line 10]</p>
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>mixed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
|
||||
<hr />
|
||||
<a name="method__construct"></a>
|
||||
<h3>constructor __construct <span class="smalllinenumber">[line 11]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>Callback __construct(
|
||||
|
||||
$callback, [
|
||||
$param1 = null], [
|
||||
$param2 = null], [
|
||||
$param3 = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
<p>Overridden in child classes as:<br />
|
||||
<dl>
|
||||
<dt><a href="../phpQuery/CallbackReference.html#method__construct">CallbackReference::__construct()</a></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
</p>
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$callback</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$param1</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$param2</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$param3</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodparam"></a>
|
||||
<h3>method param <span class="smalllinenumber">[line 22]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>void param(
|
||||
)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:23 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
122
api/soft/phpQuery-master/api-reference/phpQuery/CallbackParam.html
Executable file
122
api/soft/phpQuery-master/api-reference/phpQuery/CallbackParam.html
Executable file
@@ -0,0 +1,122 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class CallbackParam</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: CallbackParam</h1>
|
||||
Source Location: /Callback.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description"></div><br /><br />
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 38]<br />
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
234
api/soft/phpQuery-master/api-reference/phpQuery/CallbackReference.html
Executable file
234
api/soft/phpQuery-master/api-reference/phpQuery/CallbackReference.html
Executable file
@@ -0,0 +1,234 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class CallbackReference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: CallbackReference</h1>
|
||||
Source Location: /Callback.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre><a href="../phpQuery/Callback.html">Callback</a>
|
||||
|
|
||||
--CallbackReference</pre><br />
|
||||
<div class="description">Callback class implementing ParamStructures, pattern similar to Currying.</div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Tobiasz Cudnik</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/CallbackReference.html#method__construct">__construct</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3>Inherited Variables</h3>
|
||||
<div class="tags">
|
||||
<h4>Class: <a href="../phpQuery/Callback.html">Callback</a></h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<a href="../phpQuery/Callback.html#var$callback">Callback::$callback</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="../phpQuery/Callback.html#var$params">Callback::$params</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<h3>Inherited Methods</h3>
|
||||
<div class="tags">
|
||||
<h4>Class: <a href="../phpQuery/Callback.html">Callback</a></h4>
|
||||
<dl>
|
||||
<dt>
|
||||
<a href="../phpQuery/Callback.html#method__construct">Callback::__construct()</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
<dt>
|
||||
<a href="../phpQuery/Callback.html#methodparam">Callback::param()</a>
|
||||
</dt>
|
||||
<dd>
|
||||
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 27]<br />
|
||||
Callback class implementing ParamStructures, pattern similar to Currying.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
|
||||
<hr />
|
||||
<a name="method__construct"></a>
|
||||
<h3>constructor __construct <span class="smalllinenumber">[line 34]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>CallbackReference __construct(
|
||||
$reference
|
||||
&$reference, [$paramIndex
|
||||
$name = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>todo:</b> </td><td>implement $paramIndex; param index choose which callback param will be passed to reference</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
Overrides <a href="../phpQuery/Callback.html#method__construct">Callback::__construct()</a> (parent method not documented)<br /><br />
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">$reference </td>
|
||||
<td><b>&$reference</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">$paramIndex </td>
|
||||
<td><b>$name</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:24 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
1591
api/soft/phpQuery-master/api-reference/phpQuery/DOMDocumentWrapper.html
Executable file
1591
api/soft/phpQuery-master/api-reference/phpQuery/DOMDocumentWrapper.html
Executable file
File diff suppressed because it is too large
Load Diff
582
api/soft/phpQuery-master/api-reference/phpQuery/DOMEvent.html
Executable file
582
api/soft/phpQuery-master/api-reference/phpQuery/DOMEvent.html
Executable file
@@ -0,0 +1,582 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class DOMEvent</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: DOMEvent</h1>
|
||||
Source Location: /DOMEvent.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description">DOMEvent class.</div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_vars">Variables</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$bubbles">$bubbles</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$cancelable">$cancelable</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$currentTarget">$currentTarget</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$data">$data</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$detail">$detail</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$eventPhase">$eventPhase</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$explicitOriginalTarget">$explicitOriginalTarget</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$originalTarget">$originalTarget</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$relatedTarget">$relatedTarget</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$runDefault">$runDefault</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$target">$target</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$timeStamp">$timeStamp</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#var$type">$type</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/DOMEvent.html#method__construct">__construct</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#methodpreventDefault">preventDefault</a></li>
|
||||
<li><a href="../phpQuery/DOMEvent.html#methodstopPropagation">stopPropagation</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 11]<br />
|
||||
DOMEvent class.<br /><br /><p>Based on</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://developer.mozilla.org/En/DOM:event">http://developer.mozilla.org/En/DOM:event</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>todo:</b> </td><td>implement ArrayAccess ?</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_vars"></a>
|
||||
<h3>Class Variables</h3>
|
||||
<div class="tags">
|
||||
<a name="var$bubbles"></a>
|
||||
<p></p>
|
||||
<h4>$bubbles = <span class="value"> true</span></h4>
|
||||
<p>[line 17]</p>
|
||||
Returns a boolean indicating whether the event bubbles up through the DOM or not.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$cancelable"></a>
|
||||
<p></p>
|
||||
<h4>$cancelable = <span class="value"> true</span></h4>
|
||||
<p>[line 23]</p>
|
||||
Returns a boolean indicating whether the event is cancelable.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$currentTarget"></a>
|
||||
<p></p>
|
||||
<h4>$currentTarget = <span class="value"></span></h4>
|
||||
<p>[line 29]</p>
|
||||
Returns a reference to the currently registered target for the event.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$data"></a>
|
||||
<p></p>
|
||||
<h4>$data = <span class="value"> null</span></h4>
|
||||
<p>[line 85]</p>
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>mixed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$detail"></a>
|
||||
<p></p>
|
||||
<h4>$detail = <span class="value"></span></h4>
|
||||
<p>[line 36]</p>
|
||||
Returns detail about the event, depending on the type of event.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://developer.mozilla.org/en/DOM/event.detail">http://developer.mozilla.org/en/DOM/event.detail</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$eventPhase"></a>
|
||||
<p></p>
|
||||
<h4>$eventPhase = <span class="value"></span></h4>
|
||||
<p>[line 45]</p>
|
||||
Used to indicate which phase of the event flow is currently being evaluated.<br /><br /><p>NOT IMPLEMENTED</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://developer.mozilla.org/en/DOM/event.eventPhase">http://developer.mozilla.org/en/DOM/event.eventPhase</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$explicitOriginalTarget"></a>
|
||||
<p></p>
|
||||
<h4>$explicitOriginalTarget = <span class="value"></span></h4>
|
||||
<p>[line 53]</p>
|
||||
The explicit original target of the event (Mozilla-specific).<br /><br /><p>NOT IMPLEMENTED</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$originalTarget"></a>
|
||||
<p></p>
|
||||
<h4>$originalTarget = <span class="value"></span></h4>
|
||||
<p>[line 61]</p>
|
||||
The original target of the event, before any retargetings (Mozilla-specific).<br /><br /><p>NOT IMPLEMENTED</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$relatedTarget"></a>
|
||||
<p></p>
|
||||
<h4>$relatedTarget = <span class="value"></span></h4>
|
||||
<p>[line 67]</p>
|
||||
Identifies a secondary target for the event.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$runDefault"></a>
|
||||
<p></p>
|
||||
<h4>$runDefault = <span class="value"> true</span></h4>
|
||||
<p>[line 84]</p>
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>mixed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$target"></a>
|
||||
<p></p>
|
||||
<h4>$target = <span class="value"></span></h4>
|
||||
<p>[line 73]</p>
|
||||
Returns a reference to the target to which the event was originally dispatched.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$timeStamp"></a>
|
||||
<p></p>
|
||||
<h4>$timeStamp = <span class="value"></span></h4>
|
||||
<p>[line 79]</p>
|
||||
Returns the time that the event was created.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>unknown_type</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
<a name="var$type"></a>
|
||||
<p></p>
|
||||
<h4>$type = <span class="value"></span></h4>
|
||||
<p>[line 83]</p>
|
||||
Returns the name of the event (case-insensitive).<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br />
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>Type:</b> </td>
|
||||
<td>mixed</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
</div><br />
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
|
||||
<hr />
|
||||
<a name="method__construct"></a>
|
||||
<h3>constructor __construct <span class="smalllinenumber">[line 86]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>DOMEvent __construct(
|
||||
|
||||
$data)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$data</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodpreventDefault"></a>
|
||||
<h3>method preventDefault <span class="smalllinenumber">[line 97]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>void preventDefault(
|
||||
)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Cancels the event (if it is cancelable).<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodstopPropagation"></a>
|
||||
<h3>method stopPropagation <span class="smalllinenumber">[line 104]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>void stopPropagation(
|
||||
)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Stops the propagation of events further along in the DOM.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
99
api/soft/phpQuery-master/api-reference/phpQuery/_Callback.php.html
Executable file
99
api/soft/phpQuery-master/api-reference/phpQuery/_Callback.php.html
Executable file
@@ -0,0 +1,99 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page Callback.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: Callback.php</h1>
|
||||
Source Location: /Callback.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/Callback.html">Callback</a></dt>
|
||||
<dd>Callback class implementing ParamStructures, pattern similar to Currying.</dd>
|
||||
<dt><a href="../phpQuery/CallbackReference.html">CallbackReference</a></dt>
|
||||
<dd>Callback class implementing ParamStructures, pattern similar to Currying.</dd>
|
||||
<dt><a href="../phpQuery/CallbackParam.html">CallbackParam</a></dt>
|
||||
<dd></dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:23 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
114
api/soft/phpQuery-master/api-reference/phpQuery/_DOMDocumentWrapper.php.html
Executable file
114
api/soft/phpQuery-master/api-reference/phpQuery/_DOMDocumentWrapper.php.html
Executable file
@@ -0,0 +1,114 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page DOMDocumentWrapper.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt=""/></td>
|
||||
</tr>
|
||||
</table>
|
||||
`
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br/>
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br/>
|
||||
<br/><br/>
|
||||
<b>Files:</b><br/>
|
||||
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div>
|
||||
<br/>
|
||||
|
||||
|
||||
x<br/>
|
||||
|
||||
<p class="foo">
|
||||
dasdasdsa
|
||||
</p>
|
||||
<foooo>
|
||||
<div class="package">
|
||||
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br/>
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br/>
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br/>
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br/>
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br/>
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br/>
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br/>
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br/>
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br/>
|
||||
</div>
|
||||
</td>
|
||||
</foooo>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<h1>Procedural File: DOMDocumentWrapper.php</h1>
|
||||
Source Location: /DOMDocumentWrapper.php<br/><br/>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a></dt>
|
||||
<dd>DOMDocumentWrapper class simplifies work with DOMDocument.</dd>
|
||||
</div>
|
||||
<br/><br/>
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
<br/><br/>
|
||||
<br/><br/>
|
||||
<br/><br/>
|
||||
<br/>
|
||||
|
||||
<div class="credit">
|
||||
<hr/>
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:24 +0100 by <a
|
||||
href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
95
api/soft/phpQuery-master/api-reference/phpQuery/_DOMEvent.php.html
Executable file
95
api/soft/phpQuery-master/api-reference/phpQuery/_DOMEvent.php.html
Executable file
@@ -0,0 +1,95 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page DOMEvent.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: DOMEvent.php</h1>
|
||||
Source Location: /DOMEvent.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/DOMEvent.html">DOMEvent</a></dt>
|
||||
<dd>DOMEvent class.</dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
223
api/soft/phpQuery-master/api-reference/phpQuery/_phpQuery.php.html
Executable file
223
api/soft/phpQuery-master/api-reference/phpQuery/_phpQuery.php.html
Executable file
@@ -0,0 +1,223 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page phpQuery.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: phpQuery.php</h1>
|
||||
Source Location: /phpQuery.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/phpQuery.html">phpQuery</a></dt>
|
||||
<dd>Static namespace for phpQuery functions.</dd>
|
||||
<dt><a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a></dt>
|
||||
<dd>Plugins static namespace class.</dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>version:</b> </td><td>0.9.5 beta3</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://jquery.com/">http://jquery.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://phpquery-library.blogspot.com/">http://phpquery-library.blogspot.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>link:</b> </td><td><a href="http://code.google.com/p/phpquery/">http://code.google.com/p/phpquery/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>license:</b> </td><td><a href="http://www.opensource.org/licenses/mit-license.php">MIT License</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
<h4>Includes:</h4>
|
||||
<div class="tags">
|
||||
require_once(dirname(__FILE__).'/phpQueryObject.php') [line 25]<br />
|
||||
require_once(dirname(__FILE__).'/Callback.php') [line 24]<br />
|
||||
require_once(dirname(__FILE__).'/DOMEvent.php') [line 21]<br />
|
||||
require_once(dirname(__FILE__).'/bootstrap.php') [line 1025]<br />
|
||||
require_once(dirname(__FILE__).'/compat/mbstring.php') [line 26]<br />
|
||||
require_once(dirname(__FILE__).'/DOMDocumentWrapper.php') [line 22]<br />
|
||||
require_once(dirname(__FILE__).'/phpQueryEvents.php') [line 23]<br />
|
||||
</div>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<hr />
|
||||
<a name="defineDOMDOCUMENT"></a>
|
||||
<h3>DOMDOCUMENT <span class="smalllinenumber">[line 17]</span></h3>
|
||||
<div class="tags">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>DOMDOCUMENT = 'DOMDocument'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineDOMELEMENT"></a>
|
||||
<h3>DOMELEMENT <span class="smalllinenumber">[line 18]</span></h3>
|
||||
<div class="tags">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>DOMELEMENT = 'DOMElement'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineDOMNODE"></a>
|
||||
<h3>DOMNODE <span class="smalllinenumber">[line 20]</span></h3>
|
||||
<div class="tags">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>DOMNODE = 'DOMNode'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<hr />
|
||||
<a name="defineDOMNODELIST"></a>
|
||||
<h3>DOMNODELIST <span class="smalllinenumber">[line 19]</span></h3>
|
||||
<div class="tags">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>DOMNODELIST = 'DOMNodeList'</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table>
|
||||
|
||||
<br />
|
||||
</div>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
<br />
|
||||
<hr />
|
||||
<a name="functionpq"></a>
|
||||
<h3>pq <span class="smalllinenumber">[line 1008]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code><a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|queryTemplatesFetch|queryTemplatesParse|queryTemplatesPickup pq(
|
||||
$arg1, [ $context = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Shortcut to phpQuery::pq($arg1, $context) Chainable.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>see:</b> </td><td><a href="../phpQuery/phpQuery.html#methodpq">phpQuery::pq()</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
<h4>Parameters</h4>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$arg1</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$context</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br /><br />
|
||||
</div>
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:25 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
95
api/soft/phpQuery-master/api-reference/phpQuery/_phpQueryEvents.php.html
Executable file
95
api/soft/phpQuery-master/api-reference/phpQuery/_phpQueryEvents.php.html
Executable file
@@ -0,0 +1,95 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page phpQueryEvents.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: phpQueryEvents.php</h1>
|
||||
Source Location: /phpQueryEvents.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a></dt>
|
||||
<dd>Event handling class.</dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:26 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
95
api/soft/phpQuery-master/api-reference/phpQuery/_phpQueryObject.php.html
Executable file
95
api/soft/phpQuery-master/api-reference/phpQuery/_phpQueryObject.php.html
Executable file
@@ -0,0 +1,95 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs for page phpQueryObject.php</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Procedural File: phpQueryObject.php</h1>
|
||||
Source Location: /phpQueryObject.php<br /><br />
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
<div class="contents">
|
||||
<h2>Classes:</h2>
|
||||
<dt><a href="../phpQuery/phpQueryObject.html">phpQueryObject</a></dt>
|
||||
<dd>Class representing phpQuery objects.</dd>
|
||||
</div><br /><br />
|
||||
|
||||
<h2>Page Details:</h2>
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br /><br />
|
||||
<br />
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:26 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
2754
api/soft/phpQuery-master/api-reference/phpQuery/phpQuery.html
Executable file
2754
api/soft/phpQuery-master/api-reference/phpQuery/phpQuery.html
Executable file
File diff suppressed because it is too large
Load Diff
473
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryEvents.html
Executable file
473
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryEvents.html
Executable file
@@ -0,0 +1,473 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class phpQueryEvents</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: phpQueryEvents</h1>
|
||||
Source Location: /phpQueryEvents.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description">Event handling class.</div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Tobiasz Cudnik</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodadd">add</a></li>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodgetNode">getNode</a></li>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodissetGlobal">issetGlobal</a></li>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodremove">remove</a></li>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodsetNode">setNode</a></li>
|
||||
<li><a href="../phpQuery/phpQueryEvents.html#methodtrigger">trigger</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 9]<br />
|
||||
Event handling class.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>abstract:</b> </td><td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
<hr />
|
||||
<a name="methodadd"></a>
|
||||
<h3>static method add <span class="smalllinenumber">[line 96]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void add(
|
||||
DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string
|
||||
$document,
|
||||
$node, unknown_type
|
||||
$type, unknown_type
|
||||
$data, [unknown_type
|
||||
$callback = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Binds a handler to one or more events (like click) for each matched element.<br /><br /><p>Can also bind custom events.</p><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>support binding to global events</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>support '!' (exclusive) events</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>support more than event in $type (space-separated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string </td>
|
||||
<td><b>$document</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$data</b> </td>
|
||||
<td>Optional</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$callback</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$node</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodgetNode"></a>
|
||||
<h3>static method getNode <span class="smalllinenumber">[line 136]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void getNode(
|
||||
|
||||
$documentID,
|
||||
$node)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$documentID</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$node</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodissetGlobal"></a>
|
||||
<h3>static method issetGlobal <span class="smalllinenumber">[line 148]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void issetGlobal(
|
||||
|
||||
$documentID,
|
||||
$type)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$documentID</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodremove"></a>
|
||||
<h3>static method remove <span class="smalllinenumber">[line 123]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void remove(
|
||||
DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string
|
||||
$document,
|
||||
$node, [unknown_type
|
||||
$type = null], [unknown_type
|
||||
$callback = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Enter description here...<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>support more than event in $type (space-separated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>namespace events</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string </td>
|
||||
<td><b>$document</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$callback</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$node</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodsetNode"></a>
|
||||
<h3>static method setNode <span class="smalllinenumber">[line 142]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void setNode(
|
||||
|
||||
$documentID,
|
||||
$node)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>protected</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$documentID</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$node</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
<hr />
|
||||
<a name="methodtrigger"></a>
|
||||
<h3>static method trigger <span class="smalllinenumber">[line 21]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>static void trigger(
|
||||
DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string
|
||||
$document, unknown_type
|
||||
$type, [unknown_type
|
||||
$data = array()], [
|
||||
$node = null])</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
Trigger a type of event on every matched element.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>support more than event in $type (space-separated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>exclusive events (with !)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>TODO:</b> </td><td>global events (test)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type">DOMNode|<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a>|string </td>
|
||||
<td><b>$document</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$type</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type">unknown_type </td>
|
||||
<td><b>$data</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$node</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:26 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
6172
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryObject.html
Executable file
6172
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryObject.html
Executable file
File diff suppressed because it is too large
Load Diff
192
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryPlugins.html
Executable file
192
api/soft/phpQuery-master/api-reference/phpQuery/phpQueryPlugins.html
Executable file
@@ -0,0 +1,192 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Docs For Class phpQueryPlugins</title>
|
||||
<link rel="stylesheet" type="text/css" href="../media/style.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table border="0" cellspacing="0" cellpadding="0" height="48" width="100%">
|
||||
<tr>
|
||||
<td class="header_top">phpQuery</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
<tr>
|
||||
<td class="header_menu">
|
||||
|
||||
|
||||
[ <a href="../classtrees_phpQuery.html" class="menu">class tree: phpQuery</a> ]
|
||||
[ <a href="../elementindex_phpQuery.html" class="menu">index: phpQuery</a> ]
|
||||
[ <a href="../elementindex.html" class="menu">all elements</a> ]
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="header_line"><img src="../media/empty.png" width="1" height="1" border="0" alt="" /></td></tr>
|
||||
</table>
|
||||
|
||||
<table width="100%" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr valign="top">
|
||||
<td width="200" class="menu">
|
||||
<div id="todolist">
|
||||
<p><a href="../todolist.html">Todo List</a></p>
|
||||
</div>
|
||||
<b>Packages:</b><br />
|
||||
<a href="../li_phpQuery.html">phpQuery</a><br />
|
||||
<br /><br />
|
||||
<b>Files:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/_Callback.php.html"> Callback.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMDocumentWrapper.php.html"> DOMDocumentWrapper.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_DOMEvent.php.html"> DOMEvent.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQuery.php.html"> phpQuery.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryEvents.php.html"> phpQueryEvents.php
|
||||
</a><br>
|
||||
<a href="../phpQuery/_phpQueryObject.php.html"> phpQueryObject.php
|
||||
</a><br>
|
||||
</div><br />
|
||||
|
||||
|
||||
<b>Classes:</b><br />
|
||||
<div class="package">
|
||||
<a href="../phpQuery/Callback.html">Callback</a><br />
|
||||
<a href="../phpQuery/CallbackParam.html">CallbackParam</a><br />
|
||||
<a href="../phpQuery/CallbackReference.html">CallbackReference</a><br />
|
||||
<a href="../phpQuery/DOMDocumentWrapper.html">DOMDocumentWrapper</a><br />
|
||||
<a href="../phpQuery/DOMEvent.html">DOMEvent</a><br />
|
||||
<a href="../phpQuery/phpQuery.html">phpQuery</a><br />
|
||||
<a href="../phpQuery/phpQueryEvents.html">phpQueryEvents</a><br />
|
||||
<a href="../phpQuery/phpQueryObject.html">phpQueryObject</a><br />
|
||||
<a href="../phpQuery/phpQueryPlugins.html">phpQueryPlugins</a><br />
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<table cellpadding="10" cellspacing="0" width="100%" border="0"><tr><td valign="top">
|
||||
|
||||
<h1>Class: phpQueryPlugins</h1>
|
||||
Source Location: /phpQuery.php<br /><br />
|
||||
|
||||
|
||||
<table width="100%" border="0">
|
||||
<tr><td valign="top">
|
||||
|
||||
<h3><a href="#class_details">Class Overview</a></h3>
|
||||
<pre></pre><br />
|
||||
<div class="description">Plugins static namespace class.</div><br /><br />
|
||||
<h4>Author(s):</h4>
|
||||
<ul>
|
||||
<li>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
<td valign="top">
|
||||
<h3><a href="#class_methods">Methods</a></h3>
|
||||
<ul>
|
||||
<li><a href="../phpQuery/phpQueryPlugins.html#method__call">__call</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<table width="100%" border="0"><tr>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr></table>
|
||||
<hr />
|
||||
|
||||
<a name="class_details"></a>
|
||||
<h3>Class Details</h3>
|
||||
<div class="tags">
|
||||
[line 983]<br />
|
||||
Plugins static namespace class.<br /><br /><br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>author:</b> </td><td>Tobiasz Cudnik <<a href="mailto:tobiasz.cudnik/gmail.com">tobiasz.cudnik/gmail.com</a>></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><b>todo:</b> </td><td>move plugin methods here (as statics)</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div><br /><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div><br />
|
||||
|
||||
|
||||
<hr />
|
||||
<a name="class_methods"></a>
|
||||
<h3>Class Methods</h3>
|
||||
<div class="tags">
|
||||
|
||||
<hr />
|
||||
<a name="method__call"></a>
|
||||
<h3>method __call <span class="smalllinenumber">[line 984]</span></h3>
|
||||
<div class="function">
|
||||
<table width="90%" border="0" cellspacing="0" cellpadding="1"><tr><td class="code_border">
|
||||
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td class="code">
|
||||
<code>void __call(
|
||||
|
||||
$method,
|
||||
$args)</code>
|
||||
</td></tr></table>
|
||||
</td></tr></table><br />
|
||||
|
||||
<br /><br />
|
||||
<h4>Tags:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td><b>access:</b> </td><td>public</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<br /><br />
|
||||
|
||||
|
||||
<h4>Parameters:</h4>
|
||||
<div class="tags">
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$method</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="type"> </td>
|
||||
<td><b>$args</b> </td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div><br />
|
||||
<div class="top">[ <a href="#top">Top</a> ]</div>
|
||||
</div>
|
||||
</div><br />
|
||||
|
||||
|
||||
<div class="credit">
|
||||
<hr />
|
||||
Documentation generated on Tue, 18 Nov 2008 19:39:26 +0100 by <a href="http://www.phpdoc.org">phpDocumentor 1.4.2</a>
|
||||
</div>
|
||||
</td></tr></table>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user