Home
last modified time | relevance | path

Searched refs:matches (Results 151 – 175 of 1144) sorted by path

12345678910>>...46

/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc19 var matches = data.match(/\/(.*?)\/(doku.php)?\/?(.*)/);
23 href = matches[0];
25 else if(!matches[2])
27 id = matches[3];
28 href = matches[1] + '/doku.php';
31 id = matches[3];
32 href = matches[2] + '/doku.php';
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc989 // we should remove it only if it matches "left" or "right",
1047 var matches = href.match(/media\s*=(.*)/);
1048 if(matches) {
1049 href = ckgeditDwikiSaveDir + '/'+ matches[1].replace(':','/');
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc361 // urlRegex matches empty strings, so need to check for href as well.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js119 matches = i.match(/level(\d)/);
120 if(matches) {
121 return 'L_'+matches[1]; }
H A Dmsword.js.unc119 matches = i.match(/level(\d)/);
120 if(matches) {
121 return 'L_'+matches[1]; }
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js1 …;e=e.replace(/style="([^>]+)"/gm,function(h,k){matches=k.match(/level(\d)/);if(matches){return"L_"…
H A Dmsword.js.unc130 matches = i.match(/level(\d)/);
131 if(matches) {
132 return 'L_'+matches[1]; }
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc13 var matches = tagregexp.exec(content);
17 if (matches != null) {
19 for (var i = 0; i<matches.length; i++) {
20 if (wordmatch.test(matches[i].toUpperCase())) {
146 var matches = tagregexp.exec(content);
147 if(!matches) return;
148 matches[1] = matches[1].replace(/&nbsp;/g, " ");
149 matches[1] = matches[1].replace(/\s+/g," " );
151 on_page = matches[1].split(/\s/);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php87 $matches = preg_grep('/^'.preg_quote($id, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
88 if(count($matches)) {
89 foreach($matches as $match) {
117 $matches = preg_grep('/^'.preg_quote($path, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
118 if(count($matches)) {
119 foreach($matches as $match) {
194 * @param array $matches first complete match, next matching subpatterms
197 function auth_nameencode_callback($matches) { argument
198 return '%'.dechex(ord(substr($matches[1],-1)));
H A Dcommands.php436 if(preg_match('/^(.*?)\/(.*?)$/',$filename,$matches)) {
439 $sMoveDir .= dwiki_encodeFN($matches[1]);
442 $filename = $matches[2];
H A Dconfig.php119 if(preg_match('#(\/\w+\/' . $animal . ')#',$path,$matches)) {
120 $Config['UserFilesPath'] = $matches[1] . '/data/pages/';
H A Dutf8.php416 preg_match('/^(.{1})(.*)$/us', $str, $matches);
417 return utf8_strtoupper($matches[1]).$matches[2];
450 * @param array $matches matches corresponding to a single word
453 function utf8_ucwords_callback($matches) { argument
454 $leadingws = $matches[2];
455 $ucfirst = utf8_strtoupper($matches[3]);
456 $ucword = utf8_substr_replace(ltrim($matches[0]),$ucfirst,0,1);
1021 while (preg_match('/'.$UTF8_BAD.'/S', $str, $matches)) {
1022 if ( !isset($matches[2])) {
1023 echo $matches[0];
[all …]
H A Dutil.php50 while (preg_match('/'.$regex.'/S', $string, $matches)) {
51 if ( isset($matches[2])) {
54 $string = substr($string, strlen($matches[0]));
236 if(!preg_match("#$filetypes#", $path, $matches)) {
239 $file_type = $matches[1];
/plugin/ckgedit/scripts/
H A Dcss6.php520 function css_ckg_comment_cb($matches){ argument
521 if(strlen($matches[2]) > 4) return '';
522 return $matches[0];
H A Dparse_wiki.js.unc490 var matches;
570 matches[1] = matches[1].replace(/;/, "");
580 matches[1] = matches[1].replace(/;/, "");
589 if (matches && matches[0].match(/background/)) {
698 matches[1] = matches[1].replace(/^\//, "");
705 if (matches && matches[1]) this.attr = matches[1];
735 matches[1] = matches[1].replace(/&amp;/, '?')
738 if (matches && matches[1]) {
793 matches[1] = matches[1].replace(/\//g, ':');
795 matches[1] = ':' + matches[1];
[all …]
/plugin/cli/
H A Dsyntax.php217 if ($prompt_continue && preg_match($cont_prompt, $line, $matches)) {
218 $parsed_lines[]=$this->_parseline( $line, $matches[0] );
222 if (preg_match($main_prompt, $line, $matches)) {
224 $parsed_lines[]=$this->_parseline( $line, $matches[0] );
/plugin/clipboardutils/lib/
H A Dclipboard.min.js7matches||((e=Element.prototype).matches=e.matchesSelector||e.mozMatchesSelector||e.msMatchesSelect…
/plugin/cloud/
H A Dsyntax.php48 if (preg_match('/\[.*]/', $junk, $matches) === 1) {
49 $matches = trim($matches[0], '[]');
50 $found = explode(',', $matches);
/plugin/code3/src/
H A Dtz.js460 var matches = s.match(chunkPattern);
462 if (matches) {
464 for (var i = 0, n = matches.length; i < n; ++i) {
465 var chunkText = matches[i];
/plugin/codedoc/
H A Dblock.php73 if(preg_match('/^(toggle)(.*)/',$match, $matches)) {
74 if($matches[2]) {
75 $this->last_header = $matches[2];
76 $match = $matches[1]; // class
H A Dspecials.php42 if(preg_match('/\s*xref:(.*)/i',$match,$matches)) {
43 $renderer->doc .= '<a name="' . trim(strtolower($matches[1])) . '">&nbsp;</a>';
47 if(preg_match('/\s*clean:(.*)/i',$match,$matches)) {
48 $data = $matches[1];
/plugin/codemirror/dist/keymaps/
H A Dsublime.min.js.map1matches","primaryIndex","keyMap","macSublime","Cmd-Left","Shift-Tab","Shift-Ctrl-K","Alt-Q","Ctrl-…
H A Dvim.min.js.map1matches","commandMatches","full","partial","bestMatch","character","lastChar","repeatOverride","pr…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1matches","symbol","next","eatWhile","c","is","lastToken","inComment","charAt","escaped","parenthes…
H A Dhtmlmixed.min.js1 …)h(k,j);if(l)for(var m=l.length-1;m>=0;m--)j.script.unshift(["type",l[m].matches,l[m].mode]);funct…

12345678910>>...46