Home
last modified time | relevance | path

Searched refs:entries (Results 101 – 125 of 278) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataCatalog.php43 public $entries; variable in Google\\Service\\DataCatalog
87 'entries',
91 'path' => 'v1/entries:lookup',
228 'entries',
232 'path' => 'v1/{+parent}/entries',
276 'path' => 'v1/{+parent}/entries',
/plugin/subjectindex/
H A Dplugin.info.txt6 …red tagging: create A-Z subject index pages for your wiki, based on in-place entries|tags in pages.
/plugin/clearhistory/
H A Dplugin.info.txt5 name Remove irrelevant entries from the change history
/plugin/datasearchform/
H A Dplugin.info.txt6 desc Inserts a data search form in any page to search through the data entries of the data plugin
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php427 $entries = '';
429 $entries .= $this->translate_entry($entry, $entry_tpl[1]);
432 $result = preg_replace($pattern, $entries, $result, 1);
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php423 $entries = '';
425 $entries .= $this->translate_entry($entry, $entry_tpl[1]);
428 $result = preg_replace($pattern, $entries, $result, 1);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php227 $entries = OneLogin_Saml2_Utils::query($dom, '/samlp:LogoutRequest/saml:NameID');
228 if ($entries->length == 1) {
229 $nameId = $entries->item(0);
/plugin/diagrams/script/
H A DDiagramsForm.js133 for (const [key, value] of Object.entries(this.#attributes)) {
143 for (const [key, value] of Object.entries(this.#attributes)) {
H A DDiagramsView.js23 Object.entries(schemaSpec[1]).forEach(([key, value]) => {
/plugin/aclregex/
H A DREADME.md9 Install the plugin; any entries in `acl.auth.php` will now recognise PHP
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js15 return Object.entries(options)
/plugin/xcom/scripts/
H A Dsample.xcom.ini3 ; Eeach site requires a title and three optional entries for each site
H A Dxcom.ini3 ; Eeach site requires a title and three optional entries for each site
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js19 return Object.entries(options)
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php191 $entries = array();
194 $entries[] = $entry;
198 foreach ($entries as $e)
/plugin/combo/resources/snippet/js/
H A Dpage-explorer-tree.js9 for (const [index, currentPart] of currentIdParts.entries()) {
/plugin/data-au/lang/en/
H A Dintro_clean.txt3 When pages with attached data entries are deleted, their stored meta data is deleted as well. Howev…
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel15 return Object.entries(options)
/plugin/data/lang/en/
H A Dintro_clean.txt3 When pages with attached data entries are deleted, their stored meta data is deleted as well. However this is only true when the page was deleted through normal wiki editing. If the page was deleted by other means, eg. by removing it on the file system, its meta data remains in the database.
/plugin/sqlcomp/
H A DREADME.md8 NOTE: All users of versions prior to 2017 should move their alias-entries from sqlcomp/config.php
/plugin/newpagetemplate/
H A Dnewpage.ini5 ; The newpagevars entries are optional
/plugin/epub/lang/en/
H A Dadmin_header.txt2 Using this tool, you can delete entries from the epub cache and, if you choose, you can also delete…
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxFile.js107 for (var i = resp.entries.length - 1; i >= 0; i--)
122 }))(resp.entries[i]);
/plugin/preregister/lang/en/
H A Dinfo.txt3 column'' is the length of time that the entry has been in the datafile. Only those entries which ar…
/plugin/vshare/
H A Dscript.js33 for (const [site, rex] of Object.entries(JSINFO.plugins.vshare)) {

12345678910>>...12