Home
last modified time | relevance | path

Searched refs:entries (Results 101 – 125 of 278) sorted by last modified time

12345678910>>...12

/plugin/xcom/lang/en/
H A Dhowto.txt70 … in the drop-down menu, and when you select a menu item, the fields with entries will be entered i…
/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/newpagetemplate/
H A Dnewpage.ini5 ; The newpagevars entries are optional
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php81 $entries = $paging->getEntries();
86 foreach ($entries as $entry) {
H A DADClient.php58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
63 if ($entries->count() !== 1) return null;
64 return $entries->first();
129 $entries = $paging->getEntries();
135 foreach ($entries as $entry) {
200 $entries = $paging->getEntries();
206 foreach ($entries as $entry) {
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md73 $entries = $paging->getEntries();
74 var_dump(count($entries));
76 foreach ($entries as $entry) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php70 $entries = [];
76 $entries[] = $entry;
88 new SearchResponse($ldapResult, new Entries(...$entries)),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php45 $entries = $dispatcher->search(
51 $entries,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php99 * - A boolean value indicating whether or not the entries are part of the initial sync (the initial sync returns
100 * all entries matching the filter).
117 $entries = $this->getChanges();
118 if ($entries->count() === 0) {
121 $handler($entries, false);
143 * Get the changes as entries. This may be empty if there are no changes since the last query. This should be
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResponse.php18 * This response encapsulates the entries returned from the search overall, along with the LDAP result at the end.
27 protected $entries;
31 * @param Entries $entries
33 public function __construct(LdapResult $result, Entries $entries)
35 $this->entries = $entries;
44 return $this->entries;
26 protected $entries; global() variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResponse
32 __construct(LdapResult $result, Entries $entries) global() argument
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php34 protected $entries = [];
37 * @param Entry ...$entries
39 public function __construct(Entry ...$entries) argument
41 $this->entries = $entries;
45 * @param Entry ...$entries
48 public function add(Entry ...$entries)
50 $this->entries = array_merge($this->entries, $entries); argument
25 protected $entries = []; global() variable in FreeDSx\\Ldap\\Entry\\Entries
30 __construct(Entry...$entries) global() argument
[all...]
/plugin/quickstats/lang/en/
H A Dquery.txt33 …ed many pages on your wiki. The page column can often have a great many entries. Therefore, when …
/plugin/quickstats/
H A Dscript.js251 var entries = str.split(/\n/);
252 for (i=0; i< entries.length; i++) {
253 var elems = entries[i].split(/::/);
281 var entries = str.split(/::/);
282 if(!entries.length) return;
283 for (i=0; i< entries.length; i++) {
284 var obj = new Option(entries[i], entries[i],false,false);
/plugin/bloglinks/
H A Daction.php86 // get the blog entries for the namespace
88 $entries = $my->getBlog($namespace);
90 if (!$entries)
94 $entries = array_values($entries);
119 $curIndex = array_search($curPage, $entries);
126 // get previous and next entries
127 if ($curIndex > 0 && $curIndex < count($entries) - 1) { // got a prev and a next
128 list ($next, $cur, $prev) = array_slice($entries, $curIndex -1, 3);
130 list ($cur, $prev) = array_slice($entries,
[all...]
/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/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …tus:n.status});return n}O(){let t=null,e=0;for(const[s,n]of this.plugins.entries())n!==b.copyRedir…
H A Dworkbox-9fe249eb.js.map1entries()) {\n // Ignore the copy redirected plugin when determining what to do.\n …
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js202 m.entries = []; return m.entries; })(pages);
704 m.entries = []; return m.entries; })(shapes));
716 m.entries = []; return m.entries; })(connects));
984 m.entries = []; return m.entries; })(children));
1064 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1123 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1198 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1206 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1224 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1255 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
[all …]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js298 for (var j = 0; j < section.entries.length; j++)
300 var entry = section.entries[j];
337 for (var j = 0; j < section.entries.length; j++)
339 var entry = section.entries[j];
371 mxSettings.setLibraries(entries);
375 if (entries != null && (force || entries.length > 0))
377 all.push(entries);
432 for (var j = 0; j < section.entries.length; j++)
434 var entry = section.entries[j];
857 for (var j = 0; j < section.entries.length; j++)
[all …]
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1200entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
1214entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
1230entries&&(b.entries=[]);for(var g=0;g<b.entries.length;g++)if(null!=b.entries[g].key.equals&&b.ent…
1232entries&&(b.entries=[]);for(var g=0;g<b.entries.length;g++)if(null!=b.entries[g].key.equals&&b.ent…
1460entries.length;c++)if(null!=a.entries[c].key.equals&&a.entries[c].key.equals(b)||a.entries[c].key=…
1466entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
1468entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
1472entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
1475entries[c].key.equals&&a.entries[c].key.equals(b)||a.entries[c].key===b){a.entries[c].value=g;retu…
1477entries&&(a.entries=[]);for(var c=0;c<a.entries.length;c++)if(null!=a.entries[c].key.equals&&a.ent…
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js676 entry = {entries: []}; property in Sidebar.addEntryForTag.entry
680 entry.entries.push(fn);
706 var arr = entry.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 DDropboxFile.js107 for (var i = resp.entries.length - 1; i >= 0; i--)
122 }))(resp.entries[i]);

12345678910>>...12