Home
last modified time | relevance | path

Searched refs:matches (Results 326 – 350 of 1144) sorted by relevance

1...<<11121314151617181920>>...46

/plugin/zotero/
H A DZoteroEntry.php67 $matches = array();
68 if (preg_match("/([0-9]{4})/", $this->getDate(), $matches))
70 return $matches[1];
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php181 if (!preg_match('/^{([^}]*)}(.*)$/', $str, $matches)) {
186 $matches[1],
187 $matches[2]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DTokenizer.php153 $matches = \strspn($buffer, "\x20\x0A\x0C\x0D\x09\x00", $this->streamReader->getOffset());
154 if ($matches > 0) {
155 $this->streamReader->addOffset($matches);
/plugin/actickets/
H A Dscript.js18 matches = ticket.href.match(actickets.pattern);
19 if (matches) {
21 ticket.projectId = matches[1];
22 ticket.ticketId = matches[2];
/plugin/achart/
H A Dsyntax.php53 …preg_match_all('/(\S+)=["\']?((?:.(?!["\']?\s+(?:\S+)=|[>"\']))+.)["\']?/', $opts, $matches, PREG_…
60 foreach($matches as $m) {
66 function($matches){
67 $m = $matches[0];
/plugin/snippets/
H A Dadmin.php108 preg_match_all("/~~SNIPPET_C~~(.*?)~~/",$text,$matches);
109 $ar = $matches[1];
129 $refs_diff_1 = array_diff($refs_keys,$matches[1]);
130 $refs_diff_2 = array_diff($matches[1],$refs_keys);
141 $diff = array_diff($snips,$matches[1]) ;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.data.doctype.class.php18 if (preg_match("#^(?:\s*$xml_declaration\s*)?($doctype)#", $html, $matches)) {
19 $doctype_match = $matches[1];
H A Dcss.background.image.inc.php28 if (preg_match("/url\((.*[^\\\\]?)\)/is",$value,$matches)) {
29 $url = $matches[1];
H A Dcss.list-style-image.inc.php22 if (preg_match('/url\(([^)]+)\)/',$value, $matches)) {
23 $url = $matches[1];
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DIncludeSystemSniff.php108 $matches = array();
109 if (preg_match('|/systems/(.*)/([^/]+)?actions.inc$|', $fileName, $matches) !== 0) {
112 $includedClasses[$matches[2]] = true;
250 $matches = array();
251 if (preg_match('|/systems/([^/]+)/([^/]+)?actions.inc$|', $fileName, $matches) !== 0) {
255 $includedClasses[$matches[1]] = true;
/plugin/odt/
H A Dsyntax.php297 if ( preg_match('/odt-css="[^"]+";/', $params, $matches) === 1 ) {
298 $quote = strpos ($matches [0], '"');
299 $temp = substr ($matches [0], $quote+1);
304 if ( preg_match('/odt-css-id="[^"]+";/', $params, $matches) === 1 ) {
305 $quote = strpos ($matches [0], '"');
306 $temp = substr ($matches [0], $quote+1);
/plugin/ckgedit/action/
H A Dmeta.php301 function($matches) {
302 return str_replace("\n", "__code_NL__",$matches[0]);
321 function($matches) {
329 function($matches) {
330 return preg_replace("/^\s+/ms","",$matches[0]);
352 function($matches) {
353 global $ents; return $ents[$matches[2]];
520 $save_dir=$matches[1] . '/data/pages';
578 preg_match('/build\s+(\d+)/',$sys, $matches);
587 if(preg_match('/<SYMLINKD>\s+(.*?)\s+\[/i',$line,$matches)) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Doperators_as_variables.test4 {% for match in matches %}
10 return ['matches' => [1, 2, 3], 'in' => 'in', 'is' => 'is']
/plugin/orgapp/
H A Dsyntax.php45 $matches = '';
46 …eg_match_all('#([^\s=]+)\s*=\s*(\'[^<\']*\'|"[^<"]*"|[\d\w]+)#', $match, $matches, PREG_SET_ORDER);
48 foreach ($matches as $attribute) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.clang.js6matches:Syntax.extractMatches({klass:'type'})});brush.push({pattern:/#.*$/gmi,klass:'preprocessor'…
H A Djquery.syntax.brush.css.js5 …operty']});brush.push({pattern:/\s*([\:\.\[\]\"\'\=\s\w#\.\-,]+)\s+\{/gm,matches:Syntax.extractMat…
6 …=(\}|\;)))/g,matches:Syntax.extractMatches({klass:'value',allow:['color'],only:['properties']})});…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DInvocationMocker.php127 if ($match->matches($invocation)) {
158 public function matches(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_InvocationMocker
161 if (!$matcher->matches($invocation)) {
/plugin/fksnewsfeed/syntax/
H A Dfeed.php40 preg_match_all('/([a-z-_]+)="([^".]*)"/', substr($match, 12, -2), $matches);
42 foreach ($matches[1] as $index => $match) {
43 $parameters[$match] = $matches[2][$index];
/plugin/scrape/HTMLPurifier/Filter/
H A DYouTube.php
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEscapeTrait.php47 return (string) preg_replace_callback('/([\x00-\x1F\x7F])/', function ($matches) {
48 return '\\' . bin2hex($matches[1]);
/plugin/tagfilter/script/select2/
H A Dselect2_locale_fa.js11 formatMatches: function (matches) { return matches + " نتیجه موجود است، کلیدهای جهت بالا و پایین را برای گشتن استفاده کنید."; }, argument
/plugin/inlinejs/syntax/
H A Dpreloader.php143 if (preg_match('/\w+/', substr($match, 1, 6), $matches)) {
144 $tag = $matches[0];
173 $matches = explode("\n", $match);
174 foreach ($matches as $entry) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DMock.php72 $matches = [];
92 $matches[] = $principal['uri'];
95 return $matches;
/plugin/ckgdoku/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/revealjs/plugin/markdown/
H A Dmarkdown.js132 var matches,
140 while( matches = separatorRegex.exec( markdown ) ) {
144 isHorizontal = horizontalSeparatorRegex.test( matches[0] );
152 content = markdown.substring( lastIndex, matches.index );
312 if( matches = mardownClassesInElementsRegex.exec( nodeValue ) ) {
314 var classes = matches[1];
315 …nodeValue = nodeValue.substring( 0, matches.index ) + nodeValue.substring( mardownClassesInElement…

1...<<11121314151617181920>>...46