Home
last modified time | relevance | path

Searched refs:entries (Results 226 – 250 of 278) sorted by path

12345678910>>...12

/plugin/publistx/
H A Dchangelog7 entries
/plugin/pureldap/classes/
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) {
H A DGroupHierarchyCache.php81 $entries = $paging->getEntries();
86 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/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/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/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/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/recommend/
H A Dadmin.php5 protected $entries; variable in admin_plugin_recommend
18 $this->entries = $log->getEntries();
67 if (!$this->entries) {
76 …echo '<p>In ' . $this->month . ', your users made the following ' . count($this->entries) . ' reco…
78 foreach (array_reverse($this->entries) as $entry) {
/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();
H A Dbibtex.php313 private $entries; variable in refnotes_bibtex_handler
328 $this->entries = new refnotes_bibtex_entry_stash();
337 $entries = $this->entries->getEntries();
339 foreach ($entries as &$entry) {
351 return $entries;
358 /* Ignore everything outside the entries */
376 $this->entries->add($this->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/s5reloaded/ui/effects_support/
H A Dprototype.js939 entries: toArray,
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js10 …=u},function(t,e){e.aliasToReal={each:"forEach",eachRight:"forEachRight",entries:"toPairs",entries…
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 …]
H A Dlodash.min.js109 ….zipObjectDeep=function(n,t){return Ar(n||[],t||[],lr)},An.zipWith=Mo,An.entries=zf,An.entriesIn=W…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md249 * <a href="#_topairsobject" class="alias">`_.entries` -> `toPairs`</a>
8232 entries are returned.
8238 *_.entries*
8269 or set, its entries are returned.
/plugin/sequencediagram/bower_components/lodash/
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 …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js23731 assert.strictEqual(_.entries, _.toPairs);
/plugin/spatialhelper/
H A Daction.php
/plugin/sqlcomp/
H A DREADME.md8 NOTE: All users of versions prior to 2017 should move their alias-entries from sqlcomp/config.php
/plugin/structsection/
H A Dyarn.lock1329 object.entries "^1.1.2"
2130 object.entries@^1.1.2:
2132 …resolved "https://registry.yarnpkg.com/object.entries/-/object.entries-1.1.3.tgz#c601c7f168b623745…

12345678910>>...12