Home
last modified time | relevance | path

Searched defs:str (Results 251 – 275 of 307) sorted by path

1...<<111213

/plugin/sequencediagram/bower_components/lodash/vendor/json-js/
H A Djson2.js238 function str(key, holder) { function
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js206 var list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; }, ''); argument
209 list = _.reduceRight(['foo', 'bar', 'baz'], function(memo, str){ return memo + str; }); argument
H A Dfunctions.js137 var o = function(str) { argument
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5297 …n && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str, i) { argument
5342 return function (str, obj) { argument
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5131 function gradient(defs, str) { argument
5244 proto.gradient = function (str) { argument
/plugin/sha3sum/
H A DSha3.php378 private static function ourStrlen($str)
405 private static function ourSubstr($str, $start = 0, $length = null)
/plugin/siteexport/inc/
H A Dpdfgenerator.php133 private function strip_only($str, $tags) {
145 private function strip_htmlencodedchars($str) {
/plugin/siteexport/
H A Djquery.filedownload.js435 function htmlSpecialCharsEntityEncode(str) { argument
/plugin/siteexport/renderer/
H A Dpdf.php381 public function superentities( $str ){
/plugin/sketchcanvas/phplib/
H A Dlib.php6 function parsePointList($str){ argument
20 function parsePathCommands($str){ argument
/plugin/solr/
H A Daction.php205 protected function search_words($str, $prefix='', $suffix='') {
/plugin/spellcheck/
H A Dscript.js65 function qquote(str){ argument
/plugin/sql2wiki/
H A DCsv.php13 static function escape($str) { argument
25 static function unescape($str) { argument
/plugin/sqlite/
H A Dhelper.php373 escape_string($str) global() argument
/plugin/sqlraw/
H A Dsimple_html_dom.php88 function str_get_html($str, $lowercase=true, $forceTagsClosed=true, $target_charset = DEFAULT_TARGE…
816 static function is_utf8($str)
1015 …function __construct($str=null, $lowercase=true, $forceTagsClosed=true, $target_charset=DEFAULT_TA…
1041 …function load($str, $lowercase=true, $stripRN=true, $defaultBRText=DEFAULT_BR_TEXT, $defaultSpanTe…
1134 …protected function prepare($str, $lowercase=true, $stripRN=true, $defaultBRText=DEFAULT_BR_TEXT, $…
H A Dsyntax.php719 function _sqlRaw__csv_explode_row(&$str, $delim = ',', $qual = "\"") {
/plugin/strata/helper/
H A Dtriples.php34 function _expandTokens($str) { argument
/plugin/struct/meta/
H A DCSVExporter.php111 escape($str) global() argument
/plugin/superacl/
H A Dscript.js67 parseatt: function(str){ argument
83 hsc: function(str) { argument
/plugin/swiftmail/Swift/Message/
H A DEncoder.php427 …public function rfc2047Encode($str, $charset="iso-8859-1", $language="en-us", $chunk=76, $le="\r\n…
/plugin/syntaxhighlighter/Scripts/
H A DshBrushCss.js10 dp.sh.Highlighter.prototype.GetKeywordsCSS=function(str) argument
12 dp.sh.Highlighter.prototype.GetValuesCSS=function(str) argument
H A DshCore.js32 dp.sh.Utils.FixForBlogger=function(str) argument
51 dp.sh.Highlighter.prototype.AddBit=function(str,css) argument
96 {function Trim(str) argument
98 function Chop(str) argument
100 function Unindent(str) argument
123 dp.sh.Highlighter.prototype.GetKeywords=function(str) argument
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str) argument
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str) argument
H A DshCore.js186 dp.sh.Utils.FixForBlogger = function(str) argument
262 dp.sh.Highlighter.prototype.AddBit = function(str, css) argument
440 function Trim(str) argument
445 function Chop(str) argument
450 function Unindent(str) argument
560 dp.sh.Highlighter.prototype.GetKeywords = function(str) argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCss.js24 function getKeywordsCSS(str) argument
29 function getValuesCSS(str) argument

1...<<111213