Lines Matching refs:Array

98 …$ret = Array("file" => __FILE__, "line" => __LINE__, "error" => "Server-Fehler (Pad-Plugin): ".$e-…
129 if (!is_array($meta)) $meta = Array();
189 p_set_metadata($ID, Array("etherpadlite" => $meta));
202 …$ret = Array("hasPassword" => $hasPassword, "canPassword" => $canPassword, "encpw" => ($hasPasswor…
242 …return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLang("CSRF protection.")…
245 …if (!is_array($meta)) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLa…
246 …if (!isset($meta[$rev])) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->ge…
247 …if ($meta[$rev]["owner"] != $this->client) return Array("file" => __FILE__, "line" => __LINE__, "e…
299 …if (!is_array($meta)) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLa…
300 …if (!isset($meta[$rev])) return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->ge…
305 return Array("status" => "OK", "text" => $text);
312 …return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLang("CSRF protection.")…
315 …if (!is_array($meta)) return Array("file" => __FILE__, "line" => __LINE__, 'error' => $this->getLa…
316 …if (!isset($meta[$rev])) return Array("file" => __FILE__, "line" => __LINE__, 'error' => $this->ge…
317 …if ($meta[$rev]["owner"] != $this->client) return Array("file" => __FILE__, "line" => __LINE__, 'e…
332 …return Array("file" => __FILE__, "line" => __LINE__, 'error' => $this->getLang("pad could not be s…
339 return Array("status" => "OK", "text" => $text);
345 return Array("exists" => isset($meta[$rev]));
352 …return Array("file" => __FILE__, "line" => __LINE__, "error" => $this->getLang("CSRF protection.")…
370 …return Array("file" => __FILE__, "line" => __LINE__, 'error' => $this->getLang("There is no such p…
386 $meta[$rev] = Array();
408 …$ret = array_merge($ret, Array("sessionID" => $_SESSION["ep_sessionID"], "domain" => $this->domain…