Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 99) sorted by relevance

1234

/webtrees/app/Services/
H A DGedcomService.php177 public function readLatitude(string $text): float|null
182 public function readLongitude(string $text): float|null
187 private function readDegrees(string $text, string $positive, string $negative): float|null
189 $text = trim($text); variable in Fisharebest\\Webtrees\\Services\\GedcomService
209 return (float) $text; variable in Fisharebest\\Webtrees\\Services\\GedcomService
/webtrees/app/Encodings/
H A DEncodingInterface.php37 public function fromUtf8(string $text): string;
46 public function toUtf8(string $text): string;
55 public function convertibleBytes(string $text): int;
H A DAbstractUTF16Encoding.php43 public function fromUtf8(string $text): string
91 public function toUtf8(string $text): string
129 public function convertibleBytes(string $text): int
H A DAbstractEncoding.php50 public function fromUtf8(string $text): string
74 public function toUtf8(string $text): string
86 public function convertibleBytes(string $text): int
H A DANSEL.php663 public function toUtf8(string $text): string
682 public function fromUtf8(string $text): string
/webtrees/app/
H A DSoundex.php636 public static function russell(string $text): string
668 public static function daitchMokotoff(string $text): string
H A DFlashMessages.php40 public static function addMessage(string $text, string $status = 'info'): void
H A DDate.php51 private string $text = ''; variable in Fisharebest\\Webtrees\\Date
H A DI18N.php437 public static function reverseText(string $text): string
/webtrees/app/Report/
H A DReportBaseElement.php33 public string $text = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseElement
137 public function setText(string $text): void
H A DReportParserBase.php52 protected string $text = ''; variable in Fisharebest\\Webtrees\\Report\\ReportParserBase
H A DHtmlRenderer.php523 public function getStringWidth(string $text): float
701 public function write(string $text, string $color = '', bool $useclass = true): void
H A DRightToLeftSupport.php577 private static function getChar(string $text, int $offset): array
/webtrees/resources/views/modules/notes/
H A Dtab.phtml59 <?php $text = preg_replace('/\n\d CONT ?/', "\n", $match[1]) ?> variable
/webtrees/app/Module/
H A DModuleLanguageInterface.php74 public function normalize(string $text): string;
H A DModuleLanguageTrait.php203 public function normalize(string $text): string
H A DFanChartModule.php519 protected function fitTextToPixelWidth(string $text, int $pixels): string
538 protected function textWidthInPixels(string $text): int
/webtrees/app/CommonMark/
H A DCensusTableContinueParser.php89 return $text; variable in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser
/webtrees/app/Contracts/
H A DImageFactoryInterface.php87 public function replacementImageResponse(string $text): ResponseInterface;
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/
H A Dwsc.js10 …=null;a.sessionid="";a.LocalizationButton={ChangeTo_button:{instance:null,text:"Change to",localiz… property
11 localizationID:"FinishChecking"},Option_button:{instance:null,text:"Options",localizationID:"Option… property
22 …e.send({message:{changeLang:a.selectingLang,interfaceLang:a.interfaceLang,text:a.dataTemp,cmd:c},t… property
33 …;c=c||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId,text:c,txt_ctrl:a.TextAr… property
/webtrees/resources/js/
H A Dwebtrees.js150 webtrees.pasteAtCursor = function (element, text) { argument
814 webtrees.resetTomSelect = function (tomSelect, value, text) { argument
817 tomSelect.addOption({ value: value, text: text }); property
H A Dstatistics.js186 text: 'both' property
/webtrees/app/Factories/
H A DImageFactory.php269 public function replacementImageResponse(string $text): ResponseInterface
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dtextfield.js5 …te(this.id);this.setValue(a||"")}var g={email:1,password:1,search:1,tel:1,text:1,url:1};return{tit… property
/webtrees/public/js/
H A Dwebtrees.min.js1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument

1234