Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/Module/
H A DFixSearchAndReplace.php359 $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 DFixPlaceNames.php136 $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 DEncodingFactory.php65 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 DElementFactory.php78 $regex = '/^' . strtr($tags, ['*' => '[^:]+']) . '$/'; variable in Fisharebest\\Webtrees\\Factories\\ElementFactory
80 if (preg_match($regex, $tag)) {
/webtrees/app/Services/
H A DSearchService.php876 … $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 DXrefParser.php52 return InlineParserMatch::regex('@(' . Gedcom::REGEX_XREF . ')@');
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/
H A Dlink.js5 …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 Dckeditor.js666regex: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…
871regex?"["+b.regex+"]":"a^";delete b.regex;c.entities&&c.entities_processNumerical&&(d="[^ -~]|"+d)…
/webtrees/resources/lang/ro/
H A Dmessages.po11946 msgstr "Expresie regex"
21655 #~ msgstr "Formula regex pare să conțină o eroare. Nu poate fi folosită."
/webtrees/resources/lang/yi/
H A Dmessages.po21793 #~ msgstr "די regex אויס צו אַנטהאַלטן אַ טעות. עס קען ניט זייַן געניצט."
/webtrees/resources/lang/hu/
H A Dmessages.po22593 #~ msgstr "Úgy tűnik, a regex hibát tartalmaz, ezért nem használható."