Home
last modified time | relevance | path

Searched refs:Za (Results 101 – 106 of 106) sorted by last modified time

12345

/plugin/processing/
H A Dscript.js11981 … if(!/^\(\s*[A-Za-z_$][\w$]*\b(?:\s*\.\s*[A-Za-z_$][\w$]*\b)*\s*(?:"C\d+"\s*)*\)$/.test(atom)) {
/plugin/jquery/
H A Djquery-1.4.2.min.js41 …eue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|s… variable
46 …rn b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c…
/plugin/camelcase/
H A Dsyntax.php45 '\b[A-Z]+[a-z]+[A-Z][A-Za-z]*\b',$mode,'plugin_camelcase'
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm259 if( reFind("[^A-Za-z0-9_\-\.]", newFolderName) ) {
262 newFolderName = reReplace(newFolderName, "[^A-Za-z0-9\-\.]", "_", "all");
H A Dcf5_upload.cfm236 if( reFind("[^A-Za-z0-9_\-\.]", fileName) ) {
237 fileName = reReplace(fileName, "[^A-Za-z0-9\-\.]", "_", "ALL");
/plugin/google_adsense2/
H A Dsyntax.php122 if (preg_match('/[^A-Za-z0-9_-]/',$token)) continue;

12345