/plugin/bibtex/OSBib/format/bibtexParse/ |
H A D | PARSECREATORS.php | 42 $appellation = $prefix = $surname = $firstname = $initials = ''; 77 list($firstname, $initials) = $this->grabFirstnameInitials($remainder); 81 $creators[] = array("$firstname", "$initials", "$surname", "$prefix"); 90 $firstname = $initials = ''; 105 $initials .= ' ' . trim($initial); 109 return array($firstname, $initials);
|
H A D | README | 82 …nal array consisting of writer arrays comprised of array(firstname(s), initials, surname). It at…
|
/plugin/bibtex/OSBib/create/ |
H A D | PREVIEWSTYLE.php | 248 'initials' => 'N', 254 'initials' => '', 260 'initials' => '', 266 'initials' => '', 274 'initials' => '', 288 'initials' => 'W', 296 'initials' => '', 304 'initials' => '', 312 'initials' => '', 320 'initials' => '', [all …]
|
H A D | ADMINSTYLE.php | 351 $initials = base64_decode($this->session->getVar("cite_creatorInitials")); 365 "cite_creatorInitials", $exampleInitials, $initials, 4); 610 $initials = base64_decode($this->session->getVar("style_primaryCreatorInitials")); 620 "style_primaryCreatorInitials", $exampleInitials, $initials, 4); 639 $initials = base64_decode($this->session->getVar("style_otherCreatorInitials")); 649 "style_otherCreatorInitials", $exampleInitials, $initials, 4);
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBFORMAT.php | 884 $initials[] = $this->utf8->utf8_strtoupper($this->utf8->utf8_substr(trim($name), 0, 1)); 886 if(isset($initials)) 889 $creator['initials'] = join(" " , $initials) . ' ' . $creator['initials']; 891 $creator['initials'] = join(" " , $initials); 928 $initials = implode('. ', $initialsArray) . '.'; 930 $initials = implode('.', $initialsArray) . '.'; 932 $initials = implode(' ', $initialsArray); 934 $initials = implode('', $initialsArray); 939 return ($firstName . ' ' . $initials); 940 return $initials;
|
H A D | README.txt | 161 …[0] => array(['surname'] => 'Grimshaw', ['firstname'] => Mark, ['initials'] => 'N', ['prefix'] => … 162 [1] => array(['surname'] => 'Witt', ['firstname'] => Jan, ['initials'] => , ['prefix'] => 'de')
|
/plugin/imagecarousel/vendor/slick/ |
H A D | slick.min.js | 17 …initials={animating:!1,dragging:!1,autoPlayTimer:null,currentDirection:0,currentLeft:null,currentS… class in e
|
/plugin/pgn4web/pgn4web/ |
H A D | README.txt | 409 - only pieces initials in the English language are supported, the use of 413 chess software produces PGN data with English pieces initials).
|
H A D | pgn-standard.txt | 562 middle initials may appear. (Wherever a comma appears, the very next character
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/tuxquote/ |
H A D | quotes.txt | 1092 The term "SAT" is a set of initials, or "antonym," standing for "Scholastic Attitude Treaty Organiz… 3196 The term SAT is a set of initials, or autonym, standing for Scholastic Attitude Treaty Organization…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 22490 case 'sender-initials': // 7.3.6.4 22504 case 'author-initials': // 7.3.7.2
|