Home
last modified time | relevance | path

Searched refs:matches (Results 126 – 150 of 1144) sorted by relevance

12345678910>>...46

/plugin/docimporter/
H A DSyntaxConverter.php191 $matches
199 $converted = $this->convertImage($matches[2][$i]);
203 $record = str_replace($matches[0][$i], $converted, $record);
249 preg_match('/((\d+)x)?(\d+)px/', $part, $matches);
251 if (count($matches) > 0) {
252 if ($matches[1] == '') {
253 $imageSize = $matches[3];
255 $imageSize = $matches[2] . 'x' . $matches[3];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DClosureLinterSniff.php95 $matches = array();
96 $numMatches = preg_match('/^(.*):([0-9]+):\(.*?([0-9]+)\)(.*)$/', $finding, $matches);
102 $code = $matches[3];
107 $line = (int) $matches[2];
108 $error = trim($matches[4]);
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSince.php64 $matches = [];
65 if (! preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
70 $matches[1],
71 $descriptionFactory->create(isset($matches[2]) ? $matches[2] : '', $context)
H A DVersion.php64 $matches = [];
65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
70 $matches[1],
71 $descriptionFactory->create(isset($matches[2]) ? $matches[2] : '', $context)
H A DDeprecated.php64 $matches = [];
65 if (!preg_match('/^(' . self::REGEX_VECTOR . ')\s*(.+)?$/sux', $body, $matches)) {
73 $matches[1],
74 $descriptionFactory->create(isset($matches[2]) ? $matches[2] : '', $context)
/plugin/markdowku/
H A Danchorsreference.php39 $matches);
41 $title = $matches[1];
43 if ($matches[2] == '')
44 $rid = $matches[1];
46 $rid = $matches[2];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dmatches.test2 Twig supports the "matches" operator
4 {{ 'foo' matches '/o/' ? 'OK' : 'KO' }}
5 {{ 'foo' matches '/^fo/' ? 'OK' : 'KO' }}
6 {{ 'foo' matches '/O/i' ? 'OK' : 'KO' }}
/plugin/outliner/
H A Dsyntax.php75 $matches = array();
76 preg_match('/-->\s*([^#^@]*)([#^@]*)/', $match, $matches);
77 $title = $matches[1];
81 $opened = (strpos($matches[2], '^') !== false);
83 $nopopup = (strpos($matches[2], '#') !== false);
85 $link = (strpos($matches[2], '@') !== false);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DUrlAutolinkProcessor.php
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php125 function css_process_escapes_callback($matches) { argument
126 if ($matches[2] == ' ') {
127 return hex_to_utf8($matches[1]);
129 return hex_to_utf8($matches[1]).$matches[2];
/plugin/abc2/
H A Dsyntax.php56 * Handle matches of the abc2 syntax
68 $matches = preg_split('/>/u',$match,2);
69 $matches[0] = trim($matches[0]);
70 return array($matches[1],$matches[0]);
219 preg_match("/(\d)\/(\d)/", $meter, $matches);
221 if (count($matches) != 3) return "1/8";
224 $ratio = (int) $matches[1] / (int) $matches [
[all...]
/plugin/subjectindex/inc/
H A Dmatcher.php39 $matches = array();
43 $matches = array_merge($matches, $matcher->items);
47 $this->all= $matches;
48 $this->first = $matches[0];
/plugin/searchpattern/
H A Dsyntax.php183 …$nboccur = preg_match_all($opts['pattern'], $filebody, $matches) + $count; //count how many times …
186 if( count($matches) > 0 ) {
188 $data['{'.$id.'}'] = $matches;
458 $matches = array();
471 $matches[$page] = $data['{'.$page.'}'];
478 …if( $xPlugin && $xPlugin->_searchpatternHandler( 'wholeoutput', $renderer, $data, $matches, $param…
554 … $xPlugin->_searchpatternHandler( 'intable:prefix', $renderer, $data, $matches, $params, $page );
559 $match = $matches[$page];
607 … $xPlugin->_searchpatternHandler( 'intable:suffix', $renderer, $data, $matches, $params, $page );
616 … $xPlugin->_searchpatternHandler( 'intable:prefix', $renderer, $data, $matches, $params, $page );
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php769 $matches = array();
785 $year = (int)$matches[1];
787 $day = (int)$matches[3];
820 $matches = array();
825 $durYears = (empty($matches[2]) ? 0 : (int)$matches[2]);
826 $durMonths = (empty($matches[3]) ? 0 : (int)$matches[3]);
827 $durDays = (empty($matches[4]) ? 0 : (int)$matches[4]);
828 $durHours = (empty($matches[5]) ? 0 : (int)$matches[5]);
829 $durMinutes = (empty($matches[6]) ? 0 : (int)$matches[6]);
830 $durSeconds = (empty($matches[7]) ? 0 : (int)$matches[7]);
[all …]
/plugin/aclinfo/
H A Dsyntax.php91 $matches = preg_grep('/^'.preg_quote($id,'/').'\s+/',$AUTH_ACL);
92 if(count($matches)){
93 foreach($matches as $match){
109 $matches = preg_grep('/^'.$path.'\s+/',$AUTH_ACL);
110 if(count($matches)){
111 foreach($matches as $match){
/plugin/projects/plugins/file/
H A Dlatex_dependency.php44 $matched = preg_match_all($pattern, $content, $matches);
46 return $matches;
51 $matches = match_command($command, $content);
52 if ($matches == NULL) return array();
53 foreach ($matches['content'] as $match)
/plugin/batchedit/
H A Dengine.php244 private $matches; variable in BatcheditPage
251 $this->matches = array();
302 return $this->matches;
309 if (array_key_exists($offset, $this->matches)) {
310 $this->matches[$offset]->mark();
320 foreach ($this->matches as $match) {
336 foreach ($this->matches as $match) {
352 foreach ($this->matches as $match) {
373 foreach ($this->matches as $match) {
400 return serialize(array($this->id, $this->matches));
562 private $matches; global() variable in BatcheditSession
[all...]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php285 if (!preg_match(self::MATCH_QD_STR_VAL, substr($this->binary, $this->pos), $matches)) {
288 $this->pos += strlen($matches[1]);
290 return stripslashes($matches[2]);
308 if (!preg_match(self::MATCH_LHEX, substr($this->binary, $this->pos), $matches)) {
311 if (strlen($matches[1]) !== $length) {
314 $this->pos += strlen($matches[1]);
316 return $matches[1];
324 if (!preg_match($regex, substr($this->binary, $this->pos), $matches)) {
327 $this->pos += strlen($matches[1]);
329 return $matches[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FindFullHashesResponse.php37 public function setMatches($matches) argument
39 $this->matches = $matches;
46 return $this->matches;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js953 if (matches == null)
1011 matches = [],
1023 matches = matches.concat(resultMatch);
1027 return matches;
1229 matches = [],
1241 matches = matches.concat(result);
1249 matches = matches.concat(result);
1257 matches = matches.concat(result);
1263 return matches;
1352 return matches;
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DFixmeSniff.php70 $matches = array();
71 preg_match('/(?:\A|[^\p{L}]+)fixme([^\p{L}]+(.*)|\Z)/ui', $content, $matches);
72 if (empty($matches) === false) {
76 $fixmeMessage = trim($matches[1]);
H A DTodoSniff.php68 $matches = array();
69 preg_match('/(?:\A|[^\p{L}]+)todo([^\p{L}]+(.*)|\Z)/ui', $content, $matches);
70 if (empty($matches) === false) {
74 $todoMessage = trim($matches[1]);
/plugin/rstudio/
H A Daction.php21 function ($matches) {
22 return $matches[1] . '</code>';
30 function ($matches) {
31 return "**" .$matches[2] . "**\n\n";
/plugin/diagrams/syntax/
H A Dembed.php51 if (preg_match('/\b(left|right|center)\b/', $params, $matches)) {
52 $data['align'] = $matches[1];
55 if (preg_match('/\b(\d+)x(\d+)\b/', $params, $matches)) {
56 $data['width'] = (int)$matches[1];
57 $data['height'] = (int)$matches[2];
/plugin/ghissues/syntax/
H A Dsyntax.php64 $matches = array();
65 if ( preg_match("/\bstate:(open|closed|all)\b/", $theRest, $matches) ) {
66 switch($matches[1]) {
83 $matches = array();
85 if ( preg_match("/\blabels?:(.*\z)/", $theRest, $matches) ) {
92 $rawLabels = preg_split('~\\\\.(*SKIP)(*FAIL)|,~s', trim($matches[1]));

12345678910>>...46