/plugin/bibtex4dw/lib/ |
D | bibtexparser.php | 482 private function _storeBibTeXEntry($entry, $stringCallback, $bibItemCallback) 514 private function _storeEntryInClass($entry) 524 private function _addEntryToSQLiteDB($entry) 534 private function _prepareSqlStatement($entry) 590 private function _parseEntry($entry) 736 private function _replaceLatex($entry) { 835 private function _checkEqualSign($entry, $position) 893 private function _checkAllowedEntryType($entry) 909 private function _checkAt($entry) 957 private function _stripDelimiter($entry) [all …]
|
/plugin/publistf/bib2tpl/lib/ |
D | BibTex.php | 383 function _parseEntry($entry) 489 function _checkEqualSign($entry, $position) 547 function _checkAllowedEntryType($entry) 563 function _checkAt($entry) 611 function _stripDelimiter($entry) 636 function _unwrap($entry) 649 function _wordwrap($entry) 664 function _extractAuthors($entry) { 846 function _validateValue($entry, $wholeentry) 916 function _generateWarning($type, $entry, $wholeentry='')
|
/plugin/publist/bib2tpl/lib/ |
D | BibTex.php | 383 function _parseEntry($entry) 489 function _checkEqualSign($entry, $position) 547 function _checkAllowedEntryType($entry) 563 function _checkAt($entry) 611 function _stripDelimiter($entry) 636 function _unwrap($entry) 649 function _wordwrap($entry) 664 function _extractAuthors($entry) { 846 function _validateValue($entry, $wholeentry) 916 function _generateWarning($type, $entry, $wholeentry='')
|
/plugin/publistx/bib2tpl/lib/ |
D | BibTex.php | 383 function _parseEntry($entry) 489 function _checkEqualSign($entry, $position) 547 function _checkAllowedEntryType($entry) 563 function _checkAt($entry) 611 function _stripDelimiter($entry) 636 function _unwrap($entry) 649 function _wordwrap($entry) 664 function _extractAuthors($entry) { 846 function _validateValue($entry, $wholeentry) 916 function _generateWarning($type, $entry, $wholeentry='')
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
D | RangeRetrieval.php | 48 public function getRanged(Entry $entry, $attribute): ?Attribute 68 public function getAllRanged(Entry $entry): array 95 public function hasRanged(Entry $entry, $attribute = null): bool 125 public function getMoreValues($entry, Attribute $attribute, $amount = '*'): Attribute 164 public function getAllValues($entry, $attribute): Attribute
|
/plugin/tagsections/syntax/ |
D | tag.php | 90 function __clean($entry) { 94 function __tags($entry) { 99 function __tagList($entry) {
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
D | AddRequest.php | 56 protected $entry; variable in FreeDSx\\Ldap\\Operation\\Request\\AddRequest 61 public function __construct(Entry $entry) 78 public function setEntry(Entry $entry)
|
/plugin/bibtex4dw/db/ |
D | update0001.sql | 1 CREATE TABLE bibtex (key PRIMARY KEY, entry); field 2 CREATE TABLE strings (string PRIMARY KEY, entry); field
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
D | SearchResultEntry.php | 42 protected $entry; variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry 47 public function __construct(Entry $entry)
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
D | LdapClient.php | 138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse 155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry 176 public function readOrFail(string $entry = '', $attributes = [], Control ...$controls): Entry 197 public function delete(string $entry, Control ...$controls): LdapMessageResponse 210 public function update(Entry $entry, Control ...$controls): LdapMessageResponse
|
/plugin/structstatus/ |
D | script.js | 18 entry: set, property 91 return set.map(function (entry) { argument
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/ |
D | build-dist.js | 17 'entry': path.join(fpPath, '_convertBrowser.js'), property 31 'entry': path.join(fpPath, '_mapping.js'), property
|
/plugin/icalendar/ |
D | vevent.php | 14 $entry = parse_vevent( $vevent ); variable
|
/plugin/publist/bib2tpl/ |
D | bibtex_converter.php | 428 private function translate_entry(&$entry, $template) { 459 private function resolve_conditions(&$entry, &$string) {
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/ |
D | XmlCollection.php | 12 public $entry = 'entry'; variable in JMS\\Serializer\\Annotation\\XmlCollection
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
D | AppRestrictionsSchemaRestriction.php | 32 public $entry; variable in Google\\Service\\AndroidEnterprise\\AppRestrictionsSchemaRestriction 83 public function setEntry($entry)
|
/plugin/asciidocjs/node_modules/core-js/modules/ |
D | es6.map.js | 12 var entry = strong.getEntry(validate(this, MAP), key); variable
|
/plugin/asciidocjs/node_modules/core-js/library/modules/ |
D | es6.map.js | 12 var entry = strong.getEntry(validate(this, MAP), key); variable
|
/plugin/publistf/bib2tpl/ |
D | bibtex_converter.php | 447 private function translate_entry(&$entry, $template) { 485 private function resolve_conditions(&$entry, &$string) {
|
/plugin/publistx/bib2tpl/ |
D | bibtex_converter.php | 443 private function translate_entry(&$entry, $template) { 480 private function resolve_conditions(&$entry, &$string) {
|
/plugin/hyphenation/phpHyphenation/ |
D | hyphenation.php | 60 $entry = trim($entry); variable
|
/plugin/feedmod/ |
D | action.php | 128 function _filterHeaders($entry) {
|
/plugin/refnotes/ |
D | bibtex.php | 314 private $entry; variable in refnotes_bibtex_handler 365 public function entry($match, $state) { function in refnotes_bibtex_handler 449 private $entry; variable in refnotes_bibtex_entry_stash 472 public function add($entry) {
|
/plugin/latexit/classes/ |
D | BibHandler.php | 90 public function insert($entry) {
|
/plugin/bb4dw/ |
D | templating.php | 168 private function resolve_conditions(array $entry, string &$string): string {
|