/webtrees/app/Services/ |
H A D | GedcomService.php | 177 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 D | EncodingInterface.php | 37 public function fromUtf8(string $text): string; 46 public function toUtf8(string $text): string; 55 public function convertibleBytes(string $text): int;
|
H A D | AbstractUTF16Encoding.php | 43 public function fromUtf8(string $text): string 91 public function toUtf8(string $text): string 129 public function convertibleBytes(string $text): int
|
H A D | AbstractEncoding.php | 50 public function fromUtf8(string $text): string 74 public function toUtf8(string $text): string 86 public function convertibleBytes(string $text): int
|
H A D | ANSEL.php | 663 public function toUtf8(string $text): string 682 public function fromUtf8(string $text): string
|
/webtrees/app/ |
H A D | Soundex.php | 636 public static function russell(string $text): string 668 public static function daitchMokotoff(string $text): string
|
H A D | FlashMessages.php | 40 public static function addMessage(string $text, string $status = 'info'): void
|
H A D | Date.php | 51 private string $text = ''; variable in Fisharebest\\Webtrees\\Date
|
H A D | I18N.php | 437 public static function reverseText(string $text): string
|
/webtrees/app/Report/ |
H A D | ReportBaseElement.php | 33 public string $text = ''; variable in Fisharebest\\Webtrees\\Report\\ReportBaseElement 137 public function setText(string $text): void
|
H A D | ReportParserBase.php | 52 protected string $text = ''; variable in Fisharebest\\Webtrees\\Report\\ReportParserBase
|
H A D | HtmlRenderer.php | 523 public function getStringWidth(string $text): float 701 public function write(string $text, string $color = '', bool $useclass = true): void
|
H A D | RightToLeftSupport.php | 577 private static function getChar(string $text, int $offset): array
|
/webtrees/resources/views/modules/notes/ |
H A D | tab.phtml | 59 <?php $text = preg_replace('/\n\d CONT ?/', "\n", $match[1]) ?> variable
|
/webtrees/app/Module/ |
H A D | ModuleLanguageInterface.php | 74 public function normalize(string $text): string;
|
H A D | ModuleLanguageTrait.php | 203 public function normalize(string $text): string
|
H A D | FanChartModule.php | 519 protected function fitTextToPixelWidth(string $text, int $pixels): string 538 protected function textWidthInPixels(string $text): int
|
/webtrees/app/CommonMark/ |
H A D | CensusTableContinueParser.php | 89 return $text; variable in Fisharebest\\Webtrees\\CommonMark\\CensusTableContinueParser
|
/webtrees/app/Contracts/ |
H A D | ImageFactoryInterface.php | 87 public function replacementImageResponse(string $text): ResponseInterface;
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/ |
H A D | wsc.js | 10 …=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 D | webtrees.js | 150 webtrees.pasteAtCursor = function (element, text) { argument 814 webtrees.resetTomSelect = function (tomSelect, value, text) { argument 817 tomSelect.addOption({ value: value, text: text }); property
|
H A D | statistics.js | 186 text: 'both' property
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 269 public function replacementImageResponse(string $text): ResponseInterface
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/ |
H A D | textfield.js | 5 …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 D | webtrees.min.js | 1 …ator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor==… argument
|