Home
last modified time | relevance | path

Searched refs:Entry (Results 1 – 25 of 82) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1677 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
1855 /* [MS-CFB] 2.6.1 Compound File Directory Entry */
1930 var o = opts || {}, root = o.root || "Root Entry";
2233 /* 2.6.1 Compound File Directory Entry */
3537 var n = k[i].replace(/^Root Entry[\/]/,"").toLowerCase();
18768 case 'entry' /*case 'Entry'*/: break;
24433 loc2 = loc2.replace(/^Root Entry\//, "");
24491 loc = loc.replace(/^Root Entry\//, "");
24575 newloc = newloc.replace(/^Root Entry\//, "");
24785 loc = loc.replace(/^Root Entry\//, "");
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php91 var $Entry; variable in Mpdf\\Otl
1024 $this->Entry = [];
1079 // (sets: $this->OTLdata[n]['GPOSinfo'] XPlacement YPlacement XAdvance Entry Exit )
1084 if (count($this->Entry) || count($this->Exit)) {
1088 if (isset($this->Entry[$i]) && isset($this->Entry[$i]['Y']) && $this->Entry[$i]['dir'] == 'RTL') {
1094 $diff = $this->Entry[$i]['Y'] - $this->Exit[$nextbase]['Y'];
1107 if (isset($this->Exit[$i]['X']) && isset($this->Entry[$nextbase]['X'])) {
1108 $adj = -($this->Entry[
[all...]
/plugin/data/lang/ja/
H A Dedit_intro.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
H A Dedit_intro_contentonly.txt1 [[doku>plugin:data|Data Entry]] で編集し、「保存」ボタンを押して下さい。
/plugin/data/
H A Dstyle.css95 * Custom Entry Editor
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DEntry.php20 class Entry extends \Google\Model class
62 class_alias(Entry::class, 'Google_Service_Bigquery_Entry');
H A DRow.php27 protected $entriesType = Entry::class;
45 * @param Entry[]
52 * @return Entry[]
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php5 use FreeDSx\Ldap\Entry\Entry; alias
85 /** @var Entry $entry */
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md77 echo "Entry: ".$entry->getDn().PHP_EOL;
92 use FreeDSx\Ldap\Entry\Entry;
96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
115 # Entry will be null if it doesn't exist
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntry.php12 namespace FreeDSx\Ldap\Entry;
22 * Represents an Entry in LDAP.
26 class Entry implements IteratorAggregate, Countable
272 * @return Entry
274 public static function create(string $dn, array $attributes = []): Entry
284 * @return Entry
286 public static function fromArray(string $dn, array $attributes = []): Entry
18 class Entry implements \IteratorAggregate, \Countable global() class
H A DEscapeTrait.php12 namespace FreeDSx\Ldap\Entry;
H A DOption.php12 namespace FreeDSx\Ldap\Entry;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php14 use FreeDSx\Ldap\Entry\Attribute;
15 use FreeDSx\Ldap\Entry\Dn;
H A DOperations.php15 use FreeDSx\Ldap\Entry\Attribute;
16 use FreeDSx\Ldap\Entry\Change;
17 use FreeDSx\Ldap\Entry\Dn; alias
18 use FreeDSx\Ldap\Entry\Entry;
19 use FreeDSx\Ldap\Entry\Rdn;
60 * @param Entry $entry
63 public static function add(Entry $entry)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php19 use FreeDSx\Ldap\Entry\Dn;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCompareRequest.php19 use FreeDSx\Ldap\Entry\Dn;
H A DDeleteRequest.php17 use FreeDSx\Ldap\Entry\Dn;
H A DModifyDnRequest.php20 use FreeDSx\Ldap\Entry\Dn;
21 use FreeDSx\Ldap\Entry\Rdn;
H A DSearchRequest.php21 use FreeDSx\Ldap\Entry\Attribute;
22 use FreeDSx\Ldap\Entry\Dn;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php18 use FreeDSx\Ldap\Entry\Attribute;
19 use FreeDSx\Ldap\Entry\Dn; alias
20 use FreeDSx\Ldap\Entry\Entry;
40 * @var Entry
45 * @param Entry $entry
47 public function __construct(Entry $entry)
53 * @return Entry
55 public function getEntry(): Entry
89 return new self(new Entry(
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php15 use FreeDSx\Ldap\Entry\Entries;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DClientProtocolHandler.php17 use FreeDSx\Ldap\Entry\Entry;
74 * @var null|Entry
99 * @return Entry
110 public function fetchRootDse(bool $reload = false): Entry
15 use FreeDSx\Ldap\Entry\Entry; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php16 use FreeDSx\Ldap\Entry\Entry;
58 $entry = Entry::fromArray('', [
112 protected function filterEntryAttributes(SearchRequest $request, Entry $entry): void
13 use FreeDSx\Ldap\Entry\Entry; global() alias
H A DServerWhoAmIHandler.php16 use FreeDSx\Ldap\Entry\Dn;

1234