Home
last modified time | relevance | path

Searched refs:data (Results 5076 – 5080 of 5080) sorted by path

1...<<201202203204

/plugin/zip/pear/
H A DPEAR.php265 * @param mixed $data the value to test
273 function isError($data, $code = null) argument
275 if (is_a($data, 'PEAR_Error')) {
279 return $data->getMessage() == $code;
281 return $data->getCode() == $code;
/plugin/zoom/
H A Dscript.js9data('zoom',null);if($mouseTrap){$mouseTrap.unbind();$mouseTrap.remove();$mouseTrap=null}if(zoomDi…
H A Dsyntax.php52 $data = array(
63 $data['align'] = 3;
67 $data['align'] = 1;
71 $data['align'] = 2;
77 $data['align'] = 3;
81 $data['align'] = 4;
86 $data['align'] = 5;
126 $data['width'] = $match[1]*$data['imageWidth']/$data['imageHeight'];
130 $data['height'] = $match[1]*$data['imageHeight']/$data['imageWidth'];
133 return $data;
[all …]
/plugin/zotero/
H A DFeedZoteroRepository.php98 $data = json_decode($json);
100 $e->setAuthor($this->parseAuthor($data));
101 if (isset($data->title)) { $e->setTitle(html_entity_decode($data->title)); }
102 if (isset($data->shortTitle)) { $e->setCiteKey(html_entity_decode($data->shortTitle)); }
103 if (isset($data->date)) { $e->setDate(html_entity_decode($data->date)); }
106 private function parseAuthor($data) argument
108 if (count($data->creators) == 0)
113 $author = $data->creators[0];
130 if (count($data->creators) > 1)
/plugin/zul/syntax/
H A Dzirkelundlineal.php146 $width = $data['width'];
149 $style = $data['style'];
154 $grid = $data['grid'];
155 $font = $data['font'];
156 $color = $data['color'];
163 $tools = $data['tools'];
165 $job = $data['job'];
166 $track = $data['track'];
168 $demo = $data['demo'];
169 $edit = $data['edit'];
[all …]

1...<<201202203204