Home
last modified time | relevance | path

Searched refs:entry (Results 151 – 175 of 455) sorted by relevance

12345678910>>...19

/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl3 @{entry@
6 @}entry@
H A Ddokuwiki_single.tpl1 @{entry@
4 @}entry@
H A Ddokuwiki_kmh.tpl3 @{entry@
6 @}entry@
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl3 @{entry@
6 @}entry@
H A Ddokuwiki_single.tpl1 @{entry@
4 @}entry@
H A Ddokuwiki_kmh.tpl3 @{entry@
6 @}entry@
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js36 entries.forEach(entry => {
37 entry.target.classList.toggle("is-visible");
/plugin/farmsync/meta/
H A DStructUpdates.php22 foreach ($struct as $entry) {
23 list ($operation, $schemaName) = explode('_', $entry, 2);
/plugin/refnotes/syntax/
H A Dreferences.php40 $entry = '(?:\(\(|\[\()';
45 $entry = '\[\(';
70 $this->entryPattern = $entry . '(?:' . $nameEntry . '|' . $structuredEntry . '|' . $defineEntry . ')';
72 $this->handlePattern = '/' . $entry . '\s*(' . $optionalFullName . ')\s*(?:>>(.*))?(.*)/s';
/plugin/watchcycle/
H A Daction.php150 $entry = $watchcycle;
151 $entry['page'] = $page;
152 $entry['last_maintainer_rev'] = $last_maintainer_rev;
154 $entry['uptodate'] = (int)$uptodate;
155 $sqlite->storeEntry('watchcycle', $entry);
/plugin/davcard/
H A Dhelper.php94 foreach($entries as $entry)
99 $contactdata = explode(';', strtolower($entry['structuredname']));
112 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
118 if(trim(strtolower($entry['formattedname'])) == $params['formattedname'])
120 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
125 $info = $this->parseVcard($entry['contactdata'], $entry['uri'], $write);
/plugin/webdavclient/
H A Dhelper.php108 $entry = $this->getCalendarEntryByUid($uid);
109 $etag = '"'.$entry['etag'].'"';
111 $path = $conn['uri'].'/'.$entry['uri'];
138 $etag = '"'.$entry['etag'].'"';
140 $path = $conn['uri'].'/'.$entry['uri'];
315 $etag = '"'.$entry['etag'].'"';
317 $path = $conn['uri'].'/'.$entry['uri'];
344 $etag = '"'.$entry['etag'].'"';
346 $path = $conn['uri'].'/'.$entry['uri'];
386 foreach($entries as $entry)
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DModifyDnRequest.php30 * entry LDAPDN,
163 $entry = $type->getChild(0);
168 if (!($entry instanceof OctetStringType && $newRdn instanceof OctetStringType && $deleteOldRdn instanceof BooleanType)) {
179 return new self($entry->getValue(), $newRdn->getValue(), $deleteOldRdn->getValue(), $newSuperior);
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php103 foreach ($iterator as $entry) {
105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerSearchHandler.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DDirectory.php103 foreach ($iterator as $entry) {
105 $nodes[] = $this->getChild($entry->getFilename());
/plugin/tablewidth/
H A Daction.php67 $entry = $match[1];
79 return $entry . $attributes . $exit;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php25 while (false !== $entry = $dir->read()) {
27 if ($entry == '.' || $entry == '..') {
31 rmdirr("$dirname/$entry",$oc);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24396 if (!entry.description || entry.description === '') {
24414 if (entry.references && entry.references.length > 0) {
24423 if (!entry.description || entry.description === '') {
24430 …var description = typeof entry.description === 'string' ? entry.description : entry.description.va…
24436 if ('syntax' in entry && entry.syntax) {
24439 if (entry.references && entry.references.length > 0) {
31363 if (entry) {
32048 if (entry.status && (entry.status === 'nonstandard' || entry.status === 'obsolete')) {
33147 if (entry) {
34733 if (entry) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php94 foreach ($elem->xpath('./discriminator-class') as $entry) {
95 if (!isset($entry->attributes()->value)) {
99 $discriminatorMap[(string) $entry->attributes()->value] = (string) $entry;
106 foreach ($elem->xpath('./discriminator-groups/group') as $entry) {
107 $discriminatorGroups[] = (string) $entry;
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
60 * Add a create convenience method to the LdapClient to create a single LDAP entry.
61 * Add a read convenience method to the LdapClient to return a single LDAP entry.
62 * Add an update convenience method to the LdapClient to update a single LDAP entry.
63 * Add a delete convenience method to the LdapClient to delete a single LDAP entry.
/plugin/leightweightscript/
H A Daction.php126 foreach( $list as $entry ) {
127 if ( strpos( $str, $entry ) ) return true;
/plugin/zotero/
H A DZoteroConfig.php81 public function getUrlForEntry(ZoteroEntry $entry) argument
84 $url = str_replace("ENTRYID", $entry->getZoteroId(), $url);
/plugin/lightweightscript/
H A Daction.php127 foreach( $list as $entry ) {
128 if ( strpos( $str, $entry ) ) return true;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php75 $entry = $response->getEntry();
76 $entries[] = $entry;

12345678910>>...19