Home
last modified time | relevance | path

Searched defs:escape (Results 1 – 25 of 241) sorted by relevance

12345678910

/plugin/asciidocjs/node_modules/lodash/
DtemplateSettings.js1 var escape = require('./escape'), variable
23 'escape': reEscape, property
63 '_': { 'escape': escape } property
Descape.js36 function escape(string) { function
Dstring.js6 'escape': require('./escape'), property
/plugin/virtualkeyboard/vk/extensions/
Dregexpextensions.js20 RegExp.escape = function(text /* :String, Array */) /* :String */ { function
/plugin/indexmenu2/cms/extensions/
Dregexpextensions.js10 RegExp.escape=function(i){if(!arguments.callee.sRE){var I=['/','.','*','+','?','|','(',')','[',']',… function
/plugin/freechat/phpfreechat/data/public/js/
Dregex.js1 RegExp.escape = function(text) { function
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DPrinter.php78 protected function element($tag, $contents, $attr = array(), $escape = true)
131 protected function escape($string) function in HTMLPurifier_Printer
DGenerator.php275 public function escape($string, $quote = null) function in HTMLPurifier_Generator
/plugin/sql2wiki/
DCsv.php13 static function escape($str) { function in dokuwiki\\plugin\\sql2wiki\\Csv
/plugin/asciidocjs/node_modules/pug-runtime/lib/
Ddependencies.js30 "escape": [ property
Dsources.js11 …"escape": "function pug_escape(e){var a=\"\"+e,t=pug_match_html.exec(a);if(!t)return e;var r,c,n,s… property
/plugin/latexit/
Dhelper.php101 static public function escape($text) { function in helper_plugin_latexit
/plugin/wysiwyg/fckeditor/
Dfckeditor.py29 def escape(text, replace=string.replace): function
/plugin/grensladawritezor/fckeditor/
Dfckeditor.py28 def escape(text, replace=string.replace): function
/plugin/struct/meta/
H A DCSVExporter.php112 protected function escape($str) function in dokuwiki\\plugin\\struct\\meta\\CSVExporter
/plugin/autotabber/
Dtaboverride.escape.js61 tabOverride.escape = function (enable) { function
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php79 private $escape = 'htmlspecialchars'; variable in Handlebars\\Handlebars
348 public function setEscape($escape)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php154 public static function escape(string $value): string function in FreeDSx\\Ldap\\Entry\\Rdn
H A DAttribute.php273 public static function escape(string $value): string function in FreeDSx\\Ldap\\Entry\\Attribute
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dutils.js12 var escape = { variable
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dutils.js11 var escape = { variable
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dutils.js1 const escape = { variable
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
Dfckoutput.py30 def escape(text, replace=string.replace): function
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php106 public function escape($s) // _escape function in Mpdf\\Writer\\BaseWriter
/plugin/vcard/
Dvcard.php32 function escape($string) { function

12345678910