Searched refs:replaceQuery (Results 1 – 3 of 3) sorted by relevance
223 $this->replaceQuery(230 $this->replaceQuery(236 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);252 $this->replaceQuery(257 $this->replaceQuery(273 function replaceQuery() { function in syntax_plugin_dataau_entry
242 $this->replaceQuery(251 $this->replaceQuery(261 $res = $this->replaceQuery("SELECT pid FROM pages WHERE page = ?", $id);275 $this->replaceQuery(282 $this->replaceQuery(306 public function replaceQuery()273 function replaceQuery() { global() function in syntax_plugin_data_entry
40 private static $replaceQuery = ['=' => '%3D', '&' => '%26']; variable in GuzzleHttp\\Psr7\\Uri722 $queryString = strtr($key, self::$replaceQuery);725 $queryString .= '=' . strtr($value, self::$replaceQuery);