Home
last modified time | relevance | path

Searched refs:getName (Results 2201 – 2225 of 2279) sorted by path

1...<<81828384858687888990>>...92

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DIntermediateResponse.php55 public function getName(): ?string
54 public function getName(): ?string global() function in FreeDSx\\Ldap\\Operation\\Response\\IntermediateResponse
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php60 if (!$this->extendedResponseFactory->has($request->getName())) {
69 $request->getName()
H A DClientSaslBindHandler.php129 $request->setMechanism($mech->getName());
137 $request->setMechanism($mech->getName());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php58 } elseif ($request instanceof Request\ExtendedRequest && $request->getName() === Request\ExtendedRequest::OID_START_TLS) {
H A DServerProtocolHandlerFactory.php54 if ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_WHOAMI) {
56 } elseif ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_START_TLS) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php189 (string) $response->getName()
H A DServerAuthorization.php66 if ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_WHOAMI) {
68 } elseif ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_START_TLS) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php50 $attribute = $attribute instanceof Attribute ? new Attribute($attribute->getName()) : new Attribute($attribute);
128 return new Attribute($attribute->getName());
133 $attrReq = new Attribute($attribute->getName());
138 $attrResult = $result->get($attribute->getName());
142 $attribute->getName()
148 $attribute->getName(),
166 $attrResult = $attribute instanceof Attribute ? new Attribute($attribute->getName()) : new Attribute($attribute);
174 $attrResult->getName(),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DGenericRequestHandler.php70 throw new OperationException(sprintf('The extended operation %s is not supported.', $extended->getName()));
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DAnonymousMechanism.php32 public function getName(): string function in FreeDSx\\Sasl\\Mechanism\\AnonymousMechanism
H A DCramMD5Mechanism.php32 public function getName(): string function in FreeDSx\\Sasl\\Mechanism\\CramMD5Mechanism
H A DDigestMD5Mechanism.php38 public function getName(): string function in FreeDSx\\Sasl\\Mechanism\\DigestMD5Mechanism
H A DMechanismInterface.php28 public function getName(): string; function
H A DPlainMechanism.php32 public function getName(): string function in FreeDSx\\Sasl\\Mechanism\\PlainMechanism
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMechanismSelector.php126 if (in_array($choice->getName(), $choices, true)) {
H A DSasl.php72 $this->mechanisms[$mechanism->getName()] = $mechanism;
/plugin/refnotes/
H A Daction.php145 switch ($call->getName()) {
190 if (($call->getName() == 'plugin_refnotes_references') && ($call->getPluginData(0) == 'render')) {
203 if ($call->getName() == 'cdata' && empty(trim($call->getData(0)))) {
234 switch ($call->getName()) {
251 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'split')) {
263 if ($call->getName() == 'plugin_refnotes_notes') {
277 if ($call->getName() == 'plugin_include_include') {
330 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'style')) {
339 if (($call->getName() == 'plugin_refnotes_notes') && ($call->getPluginData(0) == 'map')) {
348 if (($call->getName()
[all...]
H A Dadmin.js24 super.set(value.getName(), value);
240 this.getName = function () {
365 this.getName = function () {
406 this.getName = function () {
456 this.getName = function () {
599 let oldName = current.getName();
616 if (confirm(locale.getString('delete_ns', current.getName()))) {
617 namespaces.delete(current.getName());
619 setCurrent(list.removeValue(current.getName()));
647 jQuery('#name-namespaces').val(current.getName());
[all...]
H A Dbibtex.php49 $this->addMode($mode->getName(), $mode);
154 public function getName() { function in refnotes_bibtex_mode
478 $name = $entry->getName();
547 public function getName() { function in refnotes_bibtex_entry
558 $data[$field->getName()] = $field->getValue($strings);
598 public function getName() { function in refnotes_bibtex_field
H A Dinstructions.php142 public function getName() {
131 public function getName() { global() function in refnotes_instruction_reference
H A Dnamespace.php74 return $this->namespace->getName();
108 $parent = refnotes_namespace::getParentName($namespace->getName());
293 public function getName() { function in refnotes_namespace
H A Dnote.php171 public function getName() { function in refnotes_note
256 $result .= $this->scope->getName();
H A Dreference.php112 $result .= $this->note->getScope()->getName();
H A Drendering.php591 $html = $reference->getNote()->getName();
680 $html = $note->getName();
H A Dscope.php81 public function getName() { function in refnotes_scope
82 return $this->namespace->getName() . $this->id;
177 $getter = 'getName';

1...<<81828384858687888990>>...92