Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 25 of 113) sorted by relevance

12345

/plugin/bibtex4dw/lib/
Dbibtexparser.php482 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/
DBibTex.php383 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/
DBibTex.php383 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/
DBibTex.php383 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/
DRangeRetrieval.php48 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/
Dtag.php90 function __clean($entry) {
94 function __tags($entry) {
99 function __tagList($entry) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
DAddRequest.php56 protected $entry; variable in FreeDSx\\Ldap\\Operation\\Request\\AddRequest
61 public function __construct(Entry $entry)
78 public function setEntry(Entry $entry)
/plugin/bibtex4dw/db/
Dupdate0001.sql1 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/
DSearchResultEntry.php42 protected $entry; variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry
47 public function __construct(Entry $entry)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
DLdapClient.php138 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/
Dscript.js18 entry: set, property
91 return set.map(function (entry) { argument
/plugin/sequencediagram/bower_components/lodash/lib/fp/
Dbuild-dist.js17 'entry': path.join(fpPath, '_convertBrowser.js'), property
31 'entry': path.join(fpPath, '_mapping.js'), property
/plugin/icalendar/
Dvevent.php14 $entry = parse_vevent( $vevent ); variable
/plugin/publist/bib2tpl/
Dbibtex_converter.php428 private function translate_entry(&$entry, $template) {
459 private function resolve_conditions(&$entry, &$string) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
DXmlCollection.php12 public $entry = 'entry'; variable in JMS\\Serializer\\Annotation\\XmlCollection
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DAppRestrictionsSchemaRestriction.php32 public $entry; variable in Google\\Service\\AndroidEnterprise\\AppRestrictionsSchemaRestriction
83 public function setEntry($entry)
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.map.js12 var entry = strong.getEntry(validate(this, MAP), key); variable
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.map.js12 var entry = strong.getEntry(validate(this, MAP), key); variable
/plugin/publistf/bib2tpl/
Dbibtex_converter.php447 private function translate_entry(&$entry, $template) {
485 private function resolve_conditions(&$entry, &$string) {
/plugin/publistx/bib2tpl/
Dbibtex_converter.php443 private function translate_entry(&$entry, $template) {
480 private function resolve_conditions(&$entry, &$string) {
/plugin/hyphenation/phpHyphenation/
Dhyphenation.php60 $entry = trim($entry); variable
/plugin/feedmod/
Daction.php128 function _filterHeaders($entry) {
/plugin/refnotes/
Dbibtex.php314 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/
DBibHandler.php90 public function insert($entry) {
/plugin/bb4dw/
Dtemplating.php168 private function resolve_conditions(array $entry, string &$string): string {

12345