Lines Matching +defs:data +defs:value

106     public $data = null;  variable in DOMEvent
107 public function __construct($data) {
154 public $data = array(); variable in DOMDocumentWrapper
548 public function importAttr($value) {
827 public static function trigger($document, $type, $data = array(), $node = null) {
907 public static function add($document, $node, $type, $data, $callback = null) {
1056 protected $value; variable in CallbackReturnValue
1058 public function __construct($value, $name = null){
2427 protected static function unQuote($value) {
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) {
3722 public function attr($attr = null, $value = null) {
4042 public function data($key, $value = null) { function in phpQueryObject
4141 public function offsetSet($offset, $value) {
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) {
5375 public static function inArray($value, $array) {
5542 …public static function browserPost($url, $data, $callback, $param1 = null, $param2 = null, $param3…
5610 public static function data($node, $name, $data, $documentID = null) { argument