Home
last modified time | relevance | path

Searched refs:matches (Results 226 – 250 of 1144) sorted by last modified time

12345678910>>...46

/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];
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js119 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/epub/
H A Drenderer.php230 if(preg_match('/src=\"(.*?)\"/',$link['name'],$matches)) {
231 …$link['name'] = '<a href="' . $matches[1] .'">' . $link['title'] . '</a>'; …
309 … if(preg_match("/media\s*=\s*(http.*)/", $link['url'],$matches)) { //format external urls
310 $note_url = urldecode($matches[1]);
H A Dscript.js95 matches = f[i].name.match(/\[([a-z0-9]+)\]/);
/plugin/epub/scripts/
H A Dcss2.php137 …if(!preg_match_all('/@import\s+(?:url\([^)]+\)|"[^"]+")\s*[^;]*;\s*/', $css, $matches, PREG_OFFSET…
143 foreach($matches[0] as $match) {
H A Dcss3.php532 function css_comment_cb($matches){ argument
533 if(strlen($matches[2]) > 4) return '';
534 return $matches[0];
H A Depub_utils.php82 function epbub_entity_replace($matches) { argument
85 if(array_key_exists($matches[0], $entities)) {
86 return $entities[$matches[0]];
88 return $matches[0];
533 if(!preg_match_all($regex,$xhtml,$matches,PREG_SET_ORDER)) return;
536 for($i=0; $i<count($matches); $i++ ) {
537 list($url,$params) = explode('?',$matches[$i][1]);
572 if(preg_match($regex,$xhtml,$matches)) {
574 $cache = getcachename($matches[1], '.mathpublish.png');
H A Debook.php81 function($matches) use($R) {
82 if(strpos( $matches[1],'?') !== false) {
83 list($pre, $img) = explode('=', $matches[1]);
85 else $img = basename($matches[1]);
96 function($matches) {
97 …if(strpos($matches[0], 'http') !== false) return $matches[0]; //External link, no conversioon ne…
98 $matches[0]= preg_replace_callback(
110 },$matches[0]);
111 return $matches[0];
123 function($matches) {
[all …]
/plugin/tagfilter/script/select2/
H A Dselect2_locale_en.js10 formatMatches: function (matches) { return matches + " results are available, use up and down arrow keys to navigate."; }, argument
11 formatNoMatches: function () { return "No matches found"; },
H A Dselect2_locale_fa.js11 formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, argument
H A Dselect2.js1825 var style, attrs, matches, i, l, attr;
1838 matches = attr.match(/^width:(([-+]?([0-9]*\.)?[0-9]+)(px|em|ex|%|in|cm|mm|pt|pc))/i);
1839 if (matches !== null && matches.length >= 1)
1840 return matches[1];
2516 var matches = [];
2523 matches.push(el);
2528 // reorder matches based on the order they appear in the ids array because right now
2533 for (var j = 0; j < matches.length; j++) {
2534 var match = matches[
3334 formatMatches(matches) global() argument
[all...]
/plugin/tagfilter/
H A Daction.php35 $ret = preg_match('/^tf(\d+)\_([\w\:äöü\-\/#]+)/', $param, $matches);
37 if ($ret && is_numeric($matches[1]) && $matches[2]) {
39 'key' => $matches[1],
40 'label' => $matches[2],
/plugin/sectiontoggle/
H A DMobile_Detect.php77 * A cache for resolved matches
108 * The matches extracted from the regex expression.
132 'HTTP_ACCEPT' => array('matches' => array(
157 'HTTP_UA_CPU' => array('matches' => array('ARM')),
1052 if (is_array($matchType['matches'])) {
1053 foreach ($matchType['matches'] as $_match) {
1094 * Find a detection rule that matches the current User-agent.
1253 $match = (bool) preg_match(sprintf('#%s#is', $regex), (false === empty($userAgent) ? $userAgent : $this->userAgent), $matches);
1257 $this->matchesArray = $matches;
H A Dscript.js176 matches = tagname.match(/h(\d)/);
177 if (matches[1] > JSINFO["se_headers"] || xclheaders[matches[1]]) return;
/plugin/nodisp/
H A Daction.php28 function($matches) {
31 if($acl < $matches[1]) {
34 return $matches[0];
40 function($matches) {
46 return $matches[0];
52 function($matches) {
58 return $matches[0];
64 function($matches) {
70 return $matches[0];
78 function($matches) {
[all …]
/plugin/wrap/
H A Dhelper.php172 preg_match ('/wrap_col\d/', $attr ['class'], $matches);
173 if ( empty ($matches [0]) === false ) {
174 $columns = $matches [0] [strlen($matches [0])-1];
/plugin/avtaskbox/
H A Dsyntax.php92 preg_match('/^Title:(.*?)$/isxm', $match, $matches);
93 … $title = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? trim($matches[1]) : '&nbsp;';
95 preg_match('/^Priority:(.*?)$/isxm', $match, $matches);
96 …$priority =(!empty($matches[1]) && strlen(trim($matches[1]))>0) ? 'Priority: '.trim($matches[1]) :…
98 preg_match('/^Estimate:(.*?)$/isxm', $match, $matches);
99 …$estimate = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? ' of '.trim($matches[1]) : '&nb…
101 preg_match('/^Assigned:(.*?)$/isxm', $match, $matches);
102 …$assigned = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? '('.trim($matches[1]).')' : '&n…
105 …$progress = (!empty($matches[1]) && strlen(trim($matches[1]))>0) ? intval(preg_replace('[^0-9]', '…
107 preg_match('/Description:(.*)/isx', $match, $matches);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php477 if (preg_match('%([\x00-\x08\x0B-\x0C\x0E-\x1F\x7F])%', $oldValue, $matches)) {
478 … $message = 'Property contained a control character (0x' . bin2hex($matches[1]) . ')';
H A DComponent.php376 $matches = $this->select($name);
377 if (count($matches)===0) {
380 $firstMatch = current($matches);
382 $firstMatch->setIterator(new ElementList(array_values($matches)));
396 $matches = $this->select($name);
397 return count($matches)>0;
416 $matches = $this->select($name);
417 $overWrite = count($matches)?key($matches):null;
446 $matches = $this->select($name);
447 foreach($matches as $k=>$child) {
H A DDateTimeParser.php46 …$date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3] . ' ' . $matches[4] . ':'…
74 $date = new DateTime($matches[1] . '-' . $matches[2] . '-' . $matches[3], $tz);
111 $matches[$part] = isset($matches[$part])&&$matches[$part]?(int)$matches[$part]:0;
118 $days = $matches['day'];
119 if ($matches['week']) {
125 if ($matches['minute'] || $matches['second'] || $matches['hour']) {
128 if ($matches['hour'])
131 if ($matches['minute'])
134 if ($matches['second'])
161 if (isset($matches[$part]) && $matches[$part]) {
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/Auth/
H A DAWSTest.php212 $test = preg_match('/^AWS$/', $this->response->getHeader('WWW-Authenticate'), $matches);
H A DDigestTest.php176 $this->response->getHeader('WWW-Authenticate'), $matches);
180 $nonce = $matches[1];
181 $opaque = $matches[2];

12345678910>>...46