Home
last modified time | relevance | path

Searched refs:entries (Results 126 – 150 of 278) sorted by relevance

12345678910>>...12

/plugin/deeplautotranslate/
H A Daction.php150 $entries = '';
152 // grep entries from definition table
161 $entries .= $src . "\t" . $target . "\n";
176 $new_glossary_id = $this->create_glossary($id_match[1], $id_match[2], $entries);
557 private function create_glossary($src, $target, $entries): string {
573 'entries' => $entries,
556 create_glossary($src, $target, $entries) global() argument
/plugin/subjectindex/inc/
H A Dcommon.php287 $entries = file($fn, FILE_IGNORE_NEW_LINES);
290 foreach ($entries as $entry) {
/plugin/publistx/
H A Dchangelog7 entries
H A DREADME9 websites of coauthors added automatically to the bibtex entries. The
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1780 $entries = $this->readlist($path, true);
1782 if ($entries === false) {
1788 if (empty($entries)) {
1792 unset($entries['.'], $entries['..']);
1793 foreach ($entries as $filename => $props) {
2590 $entries = $this->readlist($path, true);
2594 if (empty($entries)) {
2598 unset($entries['.'], $entries['..']);
2599 foreach ($entries as $filename => $props) {
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md73 $entries = $paging->getEntries();
74 var_dump(count($entries));
76 foreach ($entries as $entry) {
/plugin/refnotes/lang/en/
H A D__template.txt7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2035 … for (i = _j = 0; 0 <= entries ? _j < entries : _j > entries; i = 0 <= entries ? ++_j : --_j) {
2333 var entries, i, _i;
2335 entries = this.stream.readUInt32();
2347 var entries, i, _i;
2349 entries = this.stream.readUInt32();
2362 var entries, i, _i;
2365 entries = this.stream.readUInt32();
2376 var entries, i, _i;
2378 entries = this.stream.readUInt32();
2387 var entries, i, _i;
[all …]
/plugin/gcalendar/user/
H A Devents.css2 /* category-styles for date entries. ----------------------------------------------------------- */
/plugin/anewssystem/
H A Dsyntax.php688 $entries = explode("======",$oldrecord);
689 foreach($entries as $entry) {
849 $entries = explode("======",$oldrecord);
851 foreach($entries as $entry) {
992 $entries = explode("======",$oldrecord);
998 foreach($entries as $entry) {
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist6 ; The format of these entries follows this format:
/plugin/issuetracker/
H A DREADME21 Members of configured 'assign' groups are able to edit the entries of the issue
101 noticed the same problems (e.g. edit of entries does not work) and may find a
131 modify some entries directly on this output, i.e. admin is able to assign the
/plugin/publistf/
H A DREADME.md14 websites of coauthors added automatically to the bibtex entries. The
H A DCHANGELOG.md45 entries
/plugin/extendpage/
H A DREADME.md17 Add or delete entries in the table to assign page(s)/namespace(s) to be extended
/plugin/authdrupal7/
H A DREADME.md37 In configuration backend you have to edit at least the following entries:
48 In the configuration menu you should consider changing the following entries:
/plugin/gallery/script/
H A Dprosemirror.js228 newAttrs = Object.entries(this.node.type.attrs).reduce(
387 var defaultAttributes = Object.entries(schema.nodes.dwplugin_gallery.attrs)
/plugin/zotero/
H A DFeedZoteroRepository.php47 $this->entries[$e->getZoteroId()] = $e;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md7 …de-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage r…
/plugin/davcard/
H A Dhelper.php73 $entries = $wdc->getAddressbookEntries($connectionId);
92 $entries = $this->getAddressbookEntries($addressbookid);
94 foreach($entries as $entry)
/plugin/aichat/script/
H A DAIChatChat.js
/plugin/stylingpages/
H A DREADME33 You can have multiple entries with the same page.
/plugin/blogtng/
H A Dadmin.php528 * @param array $entries of entries
533 private function htmlEntryList($entries, $query) { argument
545 foreach($entries as $entry) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG29 1/ Ensure entries such as journal = {{Journal of } # JRNL23} are properly parsed and expanded with…
/plugin/gcalendar/inc/
H A Dstandard.css152 /* category-styles for date entries. The category has to be capitalized ! ---------------------- */

12345678910>>...12