Lines Matching +defs:data +defs:count
106 public $data = null; variable in DOMEvent
107 public function __construct($data) {
154 public $data = array(); variable in DOMDocumentWrapper
827 public static function trigger($document, $type, $data = array(), $node = null) {
907 public static function add($document, $node, $type, $data, $callback = null) {
2439 public function load($url, $data = null, $callback = null) {
2514 public function trigger($type, $data = array()) {
2527 public function triggerHandler($type, $data = array()) {
2541 public function bind($type, $data, $callback = null) {
2786 public function count() { function in phpQueryObject
4042 public function data($key, $value = null) { function in phpQueryObject
5199 protected static function httpData($data, $type, $options) {
5218 public static function param($data) {
5221 public static function get($url, $data = null, $callback = null, $type = null) {
5235 public static function post($url, $data = null, $callback = null, $type = null) {
5248 public static function getJSON($url, $data = null, $callback = null) {
5292 public static function toJSON($data) {
5542 …public static function browserPost($url, $data, $callback, $param1 = null, $param2 = null, $param3…
5610 public static function data($node, $name, $data, $documentID = null) { function in phpQuery