Home
last modified time | relevance | path

Searched refs:strip_slashes (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gn/
H A Dgn_to_bp.py344 def strip_slashes(lst): function
347 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
348 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
349 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
350 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
353 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
354 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
357 nanobench_srcs = strip_slashes(nanobench_target['sources'])
358 nanobench_includes = strip_slashes(nanobench_target['include_dirs'])
382 mac_srcs = strip_slashes(js_mac['targets']['//:skia']['sources'])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gn/
H A Dgn_to_bp.py346 def strip_slashes(lst): function
349 android_srcs = strip_slashes(js['targets']['//:skia']['sources'])
350 cflags = strip_slashes(js['targets']['//:skia']['cflags'])
351 cflags_cc = strip_slashes(js['targets']['//:skia']['cflags_cc'])
352 local_includes = strip_slashes(js['targets']['//:skia']['include_dirs'])
355 dm_srcs = strip_slashes(js['targets']['//:dm']['sources'])
356 dm_includes = strip_slashes(js['targets']['//:dm']['include_dirs'])
359 nanobench_srcs = strip_slashes(nanobench_target['sources'])
360 nanobench_includes = strip_slashes(nanobench_target['include_dirs'])
384 mac_srcs = strip_slashes(js_mac['targets']['//:skia']['sources'])
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.db.inc.php355 * @param boolean $strip_slashes string escape chars from field(optional), default false
358 function f($Name, $strip_slashes = False) argument
360 if ($strip_slashes || ($this->auto_stripslashes && ! $strip_slashes))
374 * @param bool $strip_slashes string escape chars from field(optional), default false
376 function p($Name, $strip_slashes = True) argument
378 print $this->f($Name, $strip_slashes);
H A Dclass.db_sybase.inc.php158 function f($Name, $strip_slashes = False) argument
160 if ($strip_slashes || ($this->auto_stripslashes && ! $strip_slashes))
H A Dclass.db_mssql.inc.php280 if ($strip_slashes || ($this->auto_stripslashes && ! $strip_slashes))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skqp/
H A Dgn_to_bp.py140 def strip_slashes(lst): function
143 srcs = strip_slashes(js['targets']['//:libskqp_app']['sources'])
144 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags'])
145 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc'])
146 local_includes = strip_slashes(js['targets']['//:libskqp_app']['include_dirs'])
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skqp/
H A Dgn_to_bp.py140 def strip_slashes(lst): function
143 srcs = strip_slashes(js['targets']['//:libskqp_app']['sources'])
144 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags'])
145 cflags_cc = strip_slashes(js['targets']['//:libskqp_app']['cflags_cc'])
146 local_includes = strip_slashes(js['targets']['//:libskqp_app']['include_dirs'])
/dports/deskutils/egroupware/egroupware/api/src/Db/
H A DDeprecated.php247 * @param bool $strip_slashes string escape chars from field(optional), default false
251 function f($Name, $strip_slashes = False) argument
253 if ($strip_slashes)
265 * @param bool $strip_slashes string escape chars from field(optional), default false
268 function p($Name, $strip_slashes = True) argument
270 print $this->f($Name, $strip_slashes);
H A DSchema.php854 * @param bool $strip_slashes string escape chars from field(optional), default false
858 function f($value,$strip_slashes=False) argument
864 return $this->m_odb->f($value,$strip_slashes);
/dports/devel/R-cran-devtools/devtools/R/
H A Dpackage.R39 path <- strip_slashes(path_real(path))
68 strip_slashes <- function(x) { function
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/helpers/
H A Dstring_helper.php89 function strip_slashes($str) function
98 $str[$key] = strip_slashes($val);
/dports/www/codeigniter/CodeIgniter-3.1.11/system/helpers/
H A Dstring_helper.php89 function strip_slashes($str) function
98 $str[$key] = strip_slashes($val);
/dports/x11/startup-notification/startup-notification-0.12/libsn/
H A Dsn-launcher.c135 strip_slashes (const char *src) in strip_slashes() function
200 canonicalized_launcher = strip_slashes (launcher_name); in sn_launcher_context_initiate()
201 canonicalized_launchee = strip_slashes (launchee_name); in sn_launcher_context_initiate()
/dports/x11-fm/xfe/xfe-1.44/libsn/
H A Dsn-launcher.c135 strip_slashes (const char *src) in strip_slashes() function
200 canonicalized_launcher = strip_slashes (launcher_name); in sn_launcher_context_initiate()
201 canonicalized_launchee = strip_slashes (launchee_name); in sn_launcher_context_initiate()
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/src/
H A Dstrtool.cpp102 std::size_t strip_slashes( std::string &str, const char slash ) in strip_slashes() function
155 strip_slashes( str ); in normalize_string()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/Routes/@python2/routes/
H A Dmapper.pyi6 def strip_slashes(name): ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2/routes/
H A Dmapper.pyi6 def strip_slashes(name): ...
/dports/devel/libs11n/libs11n-1.2.10-nobuildfiles/include/s11n.net/s11n/io/
H A Dstrtool.hpp179 std::size_t strip_slashes( std::string &str, const char slash = '\\' );
/dports/www/py-routes/Routes-2.5.1/routes/
H A Dmapper.py23 def strip_slashes(name): function
1126 controller = strip_slashes(collection_name)
1127 path_prefix = strip_slashes(path_prefix)
/dports/comms/gnokii/gnokii-0.6.31/include/
H A Dgnokii-internal.h191 int strip_slashes(char *dest, const char *src, int maxlen, int len);
/dports/www/osticket/upload/include/
H A Dclass.validator.php50 $source=Format::strip_slashes($source);
H A Dclass.format.php120 function strip_slashes($var) { function in Format
/dports/www/ilias/ILIAS-5.4.25/Modules/File/classes/
H A Dclass.ilObjFile.php788 $strip_slashes = ilUtil::stripSlashes($row->file_name);
790 return $strip_slashes;
/dports/www/ilias6/ILIAS-6.14/Modules/File/classes/
H A Dclass.ilObjFile.php770 $strip_slashes = ilUtil::stripSlashes($row->file_name);
772 return $strip_slashes;
/dports/comms/gnokii/gnokii-0.6.31/common/
H A Dvcard.c304 #define STRIP(a, b) strip_slashes(b, buf+strlen(a), line_len - strlen(a), GN_PHONEBOOK_NAME_MAX_LEN…

12