/webtrees/app/Module/ |
H A D | FixSearchAndReplace.php | 359 $regex = $this->createRegex($params); 361 return preg_replace($regex, $replace, $record->gedcom()); 388 $regex = '/' . addcslashes($search, '/') . '/u' . $case; 393 preg_match($regex, ''); 395 $regex = self::INVALID_REGEX; 398 return $regex;
|
H A D | FixPlaceNames.php | 136 $regex = '/\n2 PLAC (?:.*, )?' . $search . '(\n|$)/'; 138 return preg_match($regex, $record->gedcom()) === 1; 179 $regex = '/(\n2 PLAC (?:.*, )?)' . $search . '(\n|$)/'; 182 return preg_replace($regex, $replace, $record->gedcom());
|
/webtrees/app/Factories/ |
H A D | EncodingFactory.php | 65 foreach ($utf_bom as $regex => $encoding) { 66 if (preg_match($regex, $header) === 1) { 137 $regex = "\n1 CHAR " . $char . "\n2 VERS " . $vers; variable in Fisharebest\\Webtrees\\Factories\\EncodingFactory 139 $regex = "\n1 CHAR(?:ACTER)? " . $pattern; variable in Fisharebest\\Webtrees\\Factories\\EncodingFactory 142 if (preg_match('/' . $regex . '/i', $header) === 1) {
|
H A D | ElementFactory.php | 78 $regex = '/^' . strtr($tags, ['*' => '[^:]+']) . '$/'; variable in Fisharebest\\Webtrees\\Factories\\ElementFactory 80 if (preg_match($regex, $tag)) {
|
/webtrees/app/Services/ |
H A D | SearchService.php | 876 … $regex = '/\n1 NAME.*(?:\n2.*)*\n2 ' . $parts[2] . ' .*' . preg_quote($field_value, '/') . '/i'; 878 if (preg_match($regex, $individual->gedcom()) === 1) { 909 $regex = '/' . preg_quote($field_value, '/') . '/i'; 913 if (preg_match($regex, $fact->attribute($parts[2])) === 1) { 923 if (preg_match($regex, $fact->value()) === 1) { 934 if (preg_match($regex, $fact->value()) === 1) {
|
/webtrees/app/CommonMark/ |
H A D | XrefParser.php | 52 return InlineParserMatch::regex('@(' . Gedcom::REGEX_XREF . ')@');
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/ |
H A D | link.js | 5 …nkType"))return!0;if(!0!==p)return p;if(n)return CKEDITOR.dialog.validate.regex(n,q).call(this)}CK…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 666 …regex:function(a,b){return function(c){c=this&&this.getValue?this.getValue():c;return a.test(c)?!0… 868 …r(b=0;b<d.length;b++){var h=d.charAt(b);g[h]="\x26"+a[b]+";";c.push(h)}}g.regex=c.join(f?"|":"");r… 871 …regex?"["+b.regex+"]":"a^";delete b.regex;c.entities&&c.entities_processNumerical&&(d="[^ -~]|"+d)…
|
/webtrees/resources/lang/ro/ |
H A D | messages.po | 11946 msgstr "Expresie regex" 21655 #~ msgstr "Formula regex pare să conțină o eroare. Nu poate fi folosită."
|
/webtrees/resources/lang/yi/ |
H A D | messages.po | 21793 #~ msgstr "די regex אויס צו אַנטהאַלטן אַ טעות. עס קען ניט זייַן געניצט."
|
/webtrees/resources/lang/hu/ |
H A D | messages.po | 22593 #~ msgstr "Úgy tűnik, a regex hibát tartalmaz, ezért nem használható."
|