Home
last modified time | relevance | path

Searched refs:str (Results 776 – 800 of 895) sorted by path

1...<<313233343536

/plugin/syntaxhighlighter/Scripts/
H A DshCore.js32 dp.sh.Utils.FixForBlogger=function(str) argument
33 {return(dp.sh.isBloggerMode==true)?str.replace(/<br\s*\/?>|&lt;br\s*\/?&gt;/gi,'\n'):str;}
52 {if(str==null||str.length==0)
53 return;var span=this.CreateElement('SPAN');str=str.replace(/ /g,'&nbsp;');str=str.replace(/</g,'&lt…
54 {if((/br/gi).test(str))
61 {span.innerHTML=str;this.div.appendChild(span);}}
96 {function Trim(str) argument
97 {return str.replace(/^\s*(.*?)[\s\n]*$/g,'$1');}
98 function Chop(str) argument
100 function Unindent(str) argument
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushCss.js53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str) argument
55 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str) argument
60 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
H A DshCore.js188 return (dp.sh.isBloggerMode == true) ? str.replace(/<br\s*\/?>|&lt;br\s*\/?&gt;/gi, '\n') : str;
264 if(str == null || str.length == 0)
270 str = str.replace(/ /g, '&nbsp;');
271 str = str.replace(/</g, '&lt;');
274 str = str.replace(/\n/gm, '&nbsp;<br>');
280 if((/br/gi).test(str))
300 span.innerHTML = str;
306 span.innerHTML = str;
440 function Trim(str) argument
445 function Chop(str) argument
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushCss.js24 function getKeywordsCSS(str) argument
26 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
29 function getValuesCSS(str) argument
31 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
H A DshBrushSass.js24 function getKeywordsCSS(str) argument
26 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
29 function getValuesCSS(str) argument
31 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
H A DshCore.js2055 if (str == null || str.length == 0 || str == '\n')
2056 return str;
2058 str = str.replace(/</g, '&lt;');
2061 str = str.replace(/ {2,}/g, function(m)
2074 str = eachLine(str, function(line)
2093 return str;
2190 str = str.replace(br, '\n');
2193 str = str.replace(br, '');
2195 return str;
2235 return str;
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushCss.js8 function getKeywordsCSS(str) argument
10 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
13 function getValuesCSS(str) argument
15 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
H A DshBrushSass.js8 function getKeywordsCSS(str) argument
10 return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
13 function getValuesCSS(str) argument
15 return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
H A DshCore.js774 if (str == null || str.length == 0 || str == '\n')
775 return str;
777 str = str.replace(/</g, '&lt;');
780 str = str.replace(/ {2,}/g, function(m)
793 str = eachLine(str, function(line)
812 return str;
909 str = str.replace(br, '\n');
912 str = str.replace(br, '');
914 return str;
954 return str;
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js258 function alert(str) {
851 function pad4(str) {
853 str = '0' + str;
855 return str;
1594 }([str], 0);
1706 str = XRegExp.replace(str, r[0], r[1], r[2]);
1709 return str;
2600 if (str == null || str.length == 0 || str == '\n' || css == null) return str;
2610 str = str.replace(/</g, '&lt;');
2613 str = str.replace(/ {2,}/g, function (m) {
[all …]
H A Dsyntaxhighlighter.js.map1str","alias","showAlert","aliases","toLowerCase","strings","noBrush","original","left","right","co…
/plugin/tablefilterjs/
H A Dsyntax.php19 function __filter_data($str) argument
33 if( $str[$i] == '=' )
37 while( $str[$i] != '/' )
40 if( $i == strlen( $str ) )
54 $key .= $str[ $i ];
58 if( $str[$i] == '"' || $str[$i] == "'")
67 $key .= $str[ $i ];
72 if( $str[$i] == '/' )
76 while( $str[$i] != ' ' && $i < strlen( $str ) )
80 if( $i == strlen( $str ) )
[all …]
/plugin/tablelayout/action/
H A Daction.php50 if (is_a($form, \dokuwiki\Form\Form::class) && $INPUT->str('target') === 'table') {
51 $form->setHiddenField('tablelayout', $INPUT->str('tablelayout'));
55 $form->addHidden('tablelayout', $INPUT->str('tablelayout'));
67 $newSyntax = $helper->buildSyntaxFromJSON($INPUT->str('tablelayout'));
76 $newSyntax = $helper->buildSyntaxFromJSON($INPUT->str('tablelayout'));
124 $newLayoutJSON = $INPUT->str('tablelayout');
H A Dprint.php48 list(, $table, ) = rawWikiSlices($INPUT->str('range'), $ID);
52 if ($INPUT->str('colwidth')) {
56 'colwidth' => explode(',', $INPUT->str('colwidth')),
/plugin/tablelayout/script/
H A Dpolyfills.js13 var str = '' + this;
25 if (str.length == 0 || count == 0) {
31 if (str.length * count >= 1 << 28) {
36 rpt += str;
/plugin/tag/
H A Daction.php79 $tag = trim(str_replace($tagns.':', '', $INPUT->str('tag')));
80 $ns = trim($INPUT->str('ns'));
101 print '<h1>TAG: ' . hsc(str_replace('_', ' ', $INPUT->str('tag'))) . '</h1>' . DOKU_LF;
H A Dhelper.php246 $tagquery = $INPUT->str('tag');
552 $user = $INPUT->server->str('REMOTE_USER');
/plugin/tag/syntax/
H A Dsearchtags.php234 return cleanID($INPUT->post->str('plugin__tag_search_namespace'));
/plugin/tagadd/
H A Daction.php76 $action = $INPUT->str('action');
110 $ns = $INPUT->str('ns');
/plugin/tagfilter/
H A Daction.php41 'values' => $INPUT->str($param) ? [$INPUT->str($param)] : $INPUT->arr($param)
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function (…) function
/plugin/tagfilter/script/select2/
H A Dselect2.js116 function stripDiacritics(str) { argument
119 if (!str || str.length < 1) return str;
122 for (i = 0, l = str.length; i < l; i++) {
123 c = str.charAt(i);
/plugin/tagfilter/syntax/
H A Dfilter.php205 $htmlPerUserCacheKey = 'plugin_tagfilter_' . $ID . '_' . $opt['id'] . '_' . $INPUT->server->str('REMOTE_USER')
206 . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT');
/plugin/tagging/action/
H A Dmain.php94 $tags = $INPUT->arr('tag', (array)$INPUT->str('tag'));
95 $lang = $INPUT->str('lang');
157 $search = $INPUT->str('term');
193 $pid = $INPUT->str('id');
201 list($err, $msg) = $hlp->modifyPageTag($pid, $INPUT->str('oldValue'), $INPUT->str('newValue'));
H A Dsearch.php86 $active = $INPUT->str('tagging-logic');

1...<<313233343536