Home
last modified time | relevance | path

Searched defs:quote_style (Results 1 – 25 of 144) sorted by relevance

123456

/dports/devel/pear-PHP_Compat/PHP_Compat-1.5.0/Compat/Function/
H A Dhtmlspecialchars_decode.php34 function htmlspecialchars_decode($string, $quote_style = null)
H A Dhtml_entity_decode.php49 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null)
/dports/sysutils/froxlor/froxlor-0.9.38.7_4/froxlor/lib/functions/phphelpers/
H A Dfunction.htmlentities_array.php32 function htmlentities_array($subject, $fields = '', $quote_style = ENT_QUOTES, $charset = 'UTF-8')
H A Dfunction.html_entity_decode_array.php34 function html_entity_decode_array($subject, $fields = '', $complete = false, $quote_style = ENT_COM…
/dports/deskutils/egroupware/egroupware/
H A Dredirect.php25 function html_entity_decode($given_html, $quote_style = ENT_QUOTES)
/dports/devel/godot/godot-3.2.3-stable/core/os/
H A Dinput.cpp131 const String quote_style = EDITOR_DEF("text_editor/completion/use_single_quotes", 0) ? "'" : "\""; in get_argument_options() local
/dports/devel/godot-tools/godot-3.2.3-stable/core/os/
H A Dinput.cpp131 const String quote_style = EDITOR_DEF("text_editor/completion/use_single_quotes", 0) ? "'" : "\""; in get_argument_options() local
/dports/print/lyx/lyx-2.3.4.2/src/support/
H A Dfiletools.h142 enum quote_style { enum
/dports/www/yourls/YOURLS-1.8.2/includes/
H A Dfunctions-formatting.php321 function yourls_specialchars( $string, $quote_style = ENT_NOQUOTES, $double_encode = false ) {
388 function yourls_specialchars_decode( $string, $quote_style = ENT_NOQUOTES ) {
/dports/www/serendipity/Serendipity-2.3.5/plugins/serendipity_event_xhtmlcleanup/
H A Dserendipity_event_xhtmlcleanup.php265 function clean_htmlspecialchars($given, $quote_style = ENT_QUOTES)
/dports/databases/phppgadmin/phppgadmin-REL_7-13-0/libraries/
H A Dlib.inc.php272 function htmlspecialchars_decode($string, $quote_style = ENT_COMPAT) {
/dports/textproc/xsv-rs/xsv-0.13.0/src/
H A Dconfig.rs67 quote_style: csv::QuoteStyle, field
144 pub fn quote_style(mut self, style: csv::QuoteStyle) -> Config { in quote_style() method
/dports/devel/stylua/StyLua-0.11.0/src/cli/
H A Dopt.rs116 pub quote_style: Option<ArgQuoteStyle>, field
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dcommon_functions.inc.php944 function html_entity_decode($str, $quote_style=ENT_COMPAT, $charset='ISO-8859-1')
/dports/www/phalcon/cphalcon-3.4.5/ext/kernel/
H A Dfilter.c354 void zephir_escape_html(zval *return_value, zval *str, zval *quote_style, zval *charset TSRMLS_DC) { in zephir_escape_html()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/
H A Dindex.php1008 function htmlspecialchars_decode($string, $quote_style = ENT_COMPAT)
/dports/mail/squirrelmail-compatibility-plugin/squirrelmail-compatibility-plugin-php74-2.0.16_1/compatibility/includes/1.5.2/
H A Dglobal.php725 function sq_htmlspecialchars($value, $quote_style=ENT_QUOTES) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Duglifyjs_options.json78 "quote_style": 0, number
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Duglifyjs_options.json78 "quote_style": 0, number
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Duglifyjs_options.json78 "quote_style": 0, number
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Duglifyjs_options.json78 "quote_style": 0, number
/dports/devel/llvm70/llvm-7.0.1.src/unittests/Support/
H A DYAMLIOTest.cpp78 FooBar doc;
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/gopherjs/gopherjs/compiler/prelude/
H A Duglifyjs_options.json78 "quote_style": 0, number
/dports/devel/stylua/StyLua-0.11.0/src/
H A Dlib.rs93 quote_style: QuoteStyle, field
/dports/devel/git-gui/git-2.34.1/
H A Dref-filter.h80 int quote_style; member

123456