Searched refs:json_id (Results 1 – 3 of 3) sorted by relevance
| /plugin/json/ |
| D | remote.php | 96 * @param string $json_id 'id' attribute of the <json> element on the wiki page. 102 public function set($page_id, $json_id, $data, $overwrite = false) { argument 150 '/(<(json[a-z0-9]*)\b[^>]*?id\s*=[\s"\']*'.$json_id.'\b.*?>)(.*?)(<\/\2>)/s', 169 $err = sprintf($this->getLang('element_not_found'), $json_id); 172 $err = sprintf($this->getLang('duplicated_id'), $json_id); 175 $err = sprintf($this->getLang('not_empty'), $json_id); 185 …eWikiText($page_id, $file_updated, sprintf($this->getLang('json_updated_remote'), $json_id), true); 204 …* @param string $json_id 'id' attribute of the <json> element. If empty, complete page will … 210 public function append($page_id, $json_id, $data) { argument 213 if(!page_exists($page_id) && $json_id) { [all …]
|
| D | action.php | 78 $json_id = $INPUT->str('id'); 96 else if(!$json_id) { 123 '/(<(json[a-z0-9]*)\b[^>]*?id\s*=[\s"\']*'.$json_id.'\b.*?>)(.*?)(<\/\2>)/s', 147 $err = sprintf($this->getLang('element_not_found'), $json_id); 150 $err = sprintf($this->getLang('duplicated_id'), $json_id); 153 $err = sprintf($this->getLang('hash_not_equal'), $json_id); 163 …Text($page_to_modify, $file_updated, sprintf($this->getLang('json_updated_ajax'), $json_id), true);
|
| /plugin/json/demo/ |
| D | json_plugin.txt | 345 ^ Parameter (string) json_id | Id of the json element, see [[#attribute_id]]. | 356 ^ Parameter (string) json_id | Id of the json element, see [[#attribute_id]]. If empty, complete pa…
|