Home
last modified time | relevance | path

Searched refs:p_escape (Results 1 – 8 of 8) sorted by relevance

/dports/databases/mantis/mantisbt-2.25.2/core/classes/
H A DDbQuery.class.php891 * @param string $p_escape Escape character
895 return $this->sql_like( $p_alias, $p_pattern, $p_escape, true );
918 * @param string $p_escape Escape character
925 if( null === $p_escape = null ) {
926 $p_escape = '\\';
928 $p_pattern = str_replace( '[', $p_escape . '[', $p_pattern );
934 if( null === $p_escape = null ) {
935 $p_escape = '\\';
937 $p_pattern = str_replace( '\\', $p_escape . '\\', $p_pattern );
962 if( null !== $p_escape ) {
[all …]
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dresource_format_xml.h140 void write_string(String p_str, bool p_escape = true);
H A Dresource_format_xml.cpp2148 void ResourceFormatSaverXMLInstance::write_string(String p_str, bool p_escape) { in write_string() argument
2151 if (p_escape) in write_string()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dresource_format_xml.h140 void write_string(String p_str, bool p_escape = true);
H A Dresource_format_xml.cpp2148 void ResourceFormatSaverXMLInstance::write_string(String p_str, bool p_escape) { in write_string() argument
2151 if (p_escape) in write_string()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/
H A Dneo_util.c598 static PyObject * p_escape (PyObject *self, PyObject *args) in p_escape() function
684 {"escape", p_escape, METH_VARARGS, NULL},
/dports/www/clearsilver/clearsilver-0.10.5/python/
H A Dneo_util.c598 static PyObject * p_escape (PyObject *self, PyObject *args) in p_escape() function
684 {"escape", p_escape, METH_VARARGS, NULL},
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/
H A Dneo_util.c598 static PyObject * p_escape (PyObject *self, PyObject *args) in p_escape() function
684 {"escape", p_escape, METH_VARARGS, NULL},