Home
last modified time | relevance | path

Searched refs:entries (Results 151 – 175 of 278) sorted by relevance

12345678910>>...12

/plugin/authdrupal8/
H A DREADME.md37 In configuration backend you have to edit at least the following entries:
/plugin/bibtex4dw/
H A DTODO.md41 First speed tests with a larger bibliography (>2500 entries) shows reasonable speed (< 1 sec).
H A DREADME.md21 * Works with larg(er) bibliographic databases (several thousand entries)
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js7778 entries = (entries != null) ? entries : editorUi.sidebar.entries;
7812 var tmp = {title: entries[i].title, entries: []}; property in MoreShapesDialog.tmp
7814 for (var j = 0; j < entries[i].entries.length; j++)
7817 entries[i].entries[j].id) >= 0)
7819 tmp.entries.push(entries[i].entries[j]);
7830 entries = newEntries;
7979 addEntries(entries);
8115 for (var j = 0; j < entries[i].entries.length; j++)
8138 })(entries[i]);
8912 var entries = {};
[all …]
H A DMenus.js4140 var entries = [];
4160 entries.push({name: entry.name, url: entry.url,
4181 entries.sort(function(a, b)
4197 if (entries.length > 0)
4199 for (var i = 0; i < entries.length; i++)
4201 addItem(entries[i].name, entries[i].url, true,
4202 entries[i].label, entries[i].url);
/plugin/webdavclient/
H A Dhelper.php385 $entries = $this->getAddressbookEntries($connectionId);
386 foreach($entries as $entry)
392 $entries = $this->getCalendarEntries($connectionId);
393 foreach($entries as $entry)
/plugin/pot/
H A DREADME.md68 The values are a simple line of entries in the format: "key=value | key=value | key=value
143 To use this plugin for text entries simply write:
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLogging.php65 public $entries; variable in Google\\Service\\Logging
685 'entries',
689 'path' => 'v2/entries:copy',
693 'path' => 'v2/entries:list',
697 'path' => 'v2/entries:tail',
701 'path' => 'v2/entries:write',
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1entries.map(function (entry) {\n var _a;\n v…
/plugin/authsmartcard/
H A DREADME.md34 …he virtual directory that contains the plugin. Otherwise, integrate the entries in authsmartcard/…
/plugin/subjectindex/
H A Dstyle.css1 /* Subject entries */
/plugin/spatialhelper/
H A Daction.php
/plugin/refnotes/
H A Dadmin.js386 let styles = data ? new Map(Object.entries(data)) : new Map();
729 let attributes = data ? new Map(Object.entries(data)) : new Map();
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1entries()) {\n // Ignore the copy redirected plugin when determining what to do.\n …
H A Dworkbox-bed83ea8.js.map1entries()) {\n // Ignore the copy redirected plugin when determining what to do.\n …
H A Dworkbox-f163abaa.js.map1entries()) {\n // Ignore the copy redirected plugin when determining what to do.\n …
/plugin/eventline/example/
H A DexampleDataForCutAndPaste.txt25 … September. In the first year of its existence, over 20,000 encyclopedia entries were created at a…
/plugin/dirtylittlehelper/
H A Dstyle.css223 /* the tree entries more to the left */
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js1164 …var customLibsEntry = libs.length > 0? [{title : mxResources.get('customLib'), entries : libs}] : …
1165 …ui.showDialog(new MoreShapesDialog(ui, true, ui.sidebar.entries.concat(customLibsEntry)).container…
1170 …ui.showDialog(new MoreShapesDialog(ui, true, ui.sidebar.entries).container, 640, (isLocalStorage) ?
/plugin/pageredirect/
H A DChangeLog.md3 When writing entries, refer to [Keep a CHANGELOG](http://keepachangelog.com/) for guidelines.
/plugin/codemirror/dist/
H A Dscripts.min.js8entries:[{sol:true,match:/^ {2,}[\-\*]/,style:"def"},{sol:true,match:/^\t{1,}[\-\*]/,style:"def"}]…
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php27 * parsing for LaTeX code common for BibTeX entries (i.e. \emph{}) have been added.
60 * Array with the BibTex entries
65 public $entries = array(); variable in bibtexparser_plugin_bibtex4dw
67 * Array with possible Delimiters for the entries
74 * Array with replacements for LaTeX commands in fields of entries
99 * Array with Greek letters to replace the LaTeX commands in fields of entries
352 //Are there multiple entries with the same cite?
450 //Are there multiple entries with the same cite?
476 * Split entry in key and actual contents, call stringCallback for @string entries and bibItemCallback for all other entries
[all...]
H A Dbibtexrender.php91 // Therefore it is not necessary to transfer the format strings for the entries.
159 // For file, allow multiple entries
214 $this->_bibtex_references = $this->_parser->entries;
344 // If there are nocite entries
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js31246 entries = entriesOrUpdater(entries);
31254 return entries;
31268 entries = this._current.entries,
31365 entries: entries property in AnonymousFunctionf8d14cd12f400._current
32302 current.entries = assign({}, entries, headerEntries);
32411 entries = entriesOrUpdater(entries);
32419 return entries;
32450 entries = entriesOrUpdater(entries);
32458 return entries;
35176 var entries;
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1904 function Hash(entries) { argument
1906 length = entries == null ? 0 : entries.length;
1910 var entry = entries[index];
2008 function ListCache(entries) { argument
2010 length = entries == null ? 0 : entries.length;
2014 var entry = entries[index];
2125 function MapCache(entries) { argument
2127 length = entries == null ? 0 : entries.length;
2131 var entry = entries[index];
2280 function Stack(entries) { argument
[all …]

12345678910>>...12