Home
last modified time | relevance | path

Searched refs:attribute (Results 1 – 25 of 449) sorted by path

12345678910>>...18

/plugin/adfs/phpsaml/
H A DCHANGELOG63 …onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
79 * Reset errorReason attribute of the auth object after each Process method
91 attribute to be empty with the 'relaxDestinationValidation' setting
115 * Reject saml:Attribute element with same “Name” attribute
175 * Allows the authn comparsion attribute to be set via config.
193 * Do accesible the ID of the object Logout Request (id attribute).
230 * Fixed a typo on the 'NameIdPolicy' attribute that appeared at the README and settings_example fil…
H A DREADME.md15 …d to the validator but the SAMLResponse does not contain a InResponseTo attribute. And an additio…
520 // attribute will not be rejected for this fact.
864 Each attribute name can be used as an index into `$attributes` to obtain the value. Every attribute
865 is an array - a single-valued attribute is an array of a single element.
880 Before trying to get an attribute, check that the user is
1154 echo "<p>You don't have any attribute</p>";
1227 Is possible that asserting request URL and Destination attribute of SAML response fails when workin…
1273 Has the protected attribute `$auth`, an `OneLogin_Saml2_Auth` object.
1325 * `getAttribute` - Returns the requested SAML attribute
1385 …- Returns the ID of the Logout Request. (If you have the object you can access to the id attribute)
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt55 - HHVM signing node with ID attribute w/out namespace regenerates ID value.
78 - Fix typo when setting MimeType attribute. (Eugene OZ)
127 - Add reference option to force creation of URI attribute. For use
128 when adding a DOM Document where by default no URI attribute is added.
/plugin/adfs/phpsaml/lib/Saml2/
H A DMetadata.php115 foreach ($sp['attributeConsumingService']['requestedAttributes'] as $attribute) {
116 …equestedAttributeStr = sprintf(' <md:RequestedAttribute Name="%s"', $attribute['name']);
117 if (isset($attribute['nameFormat'])) {
118 $requestedAttributeStr .= sprintf(' NameFormat="%s"', $attribute['nameFormat']);
120 if (isset($attribute['friendlyName'])) {
121 … $requestedAttributeStr .= sprintf(' FriendlyName="%s"', $attribute['friendlyName']);
123 if (isset($attribute['isRequired'])) {
128 if (isset($attribute['attributeValue']) && !empty($attribute['attributeValue'])) {
130 if (is_string($attribute['attributeValue'])) {
131 $attribute['attributeValue'] = array($attribute['attributeValue']);
[all …]
/plugin/adhoctags/
H A DREADME.md66 Please note that `<div>` and `<span>` are also handled by the [Wrap](https://github.com/selfthinker/dokuwiki_plugin_wrap) Plugin and having them enabled while Wrap is also active can lead to unexpected results. If you need the attribute features of this plugin with these tags, it is better to disable Wrap, and possibly use [Ad-Hoc Wrap](https://github.com/saschaleib/dokuwiki-plugin-adhocwrap) instead as a replacement.
82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
105 **2. Remove the attribute name from *title="…"* attributes**
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php434 * Every HTML element may have a class attribute specified.
435 * The attribute, if specified, must have a value that is a set
1602 # filter out badly parsed attribute
1607 # dump onevent attribute
1618 protected function filterUnsafeUrlInAttribute(array $Element, $attribute) argument
1622 if (self::striAtStart($Element['attributes'][$attribute], $scheme))
1628 $Element['attributes'][$attribute] = str_replace(':', '%3A', $Element['attributes'][$attribute]);
/plugin/amcharts/assets/amcharts/
H A Damcharts.js134 …an_"+b]&&d.removeFromArray(this.animations,a["an_"+b]);c={obj:a,frame:0,attribute:b,from:c,to:e,ti… property in AnonymousFunction30194f819400.c
135 e=b.frame+1,h=b.obj,f=b.attribute;if(e<=c){b.frame++;var g=Number(b.from),k=Number(b.to)-g,c=d[b.ef…
335attribute:b,from:f,to:c,time:e,effect:h};this.animations.push(c);a["an_"+b]=c},update:function(){v… property in AnonymousFunction30194f811dc00.c
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md147 overflow | true | Flag to overwrite the css attribute 'overflow' of the chart container to avoid cr…
615 title | A title attribute of the link
920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1attribute value.\n\t * See [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous…
/plugin/attribute/
H A DREADME1 attribute Plugin for DokuWiki
3 Arbitrary attribute definition and storage for user associated data.
6 https://www.dokuwiki.org/plugin:attribute
9 lib/plugins/attribute/ - if the folder is called different it
H A DREADME.md1 # attribute chapter
2 Arbitrary attribute definition and storage for user associated data.
4 See detail on: https://www.dokuwiki.org/plugin:attribute
H A Dhelper.php294 * @param string $attribute
318 $data[$attribute] = $value;
369 * @param string $attribute
374 public function exists($namespace, $attribute, $user = null) argument
396 return array_key_exists($attribute, $data);
405 * @param string $attribute
410 public function del($namespace, $attribute, $user = null) argument
428 if (array_key_exists($attribute, $data)) {
429 unset($data[$attribute]);
489 * @param string $attribute
[all …]
H A Dplugin.info.txt1 base attribute
6 desc Arbitrary attribute definition and storage for user associated data.
7 url https://www.dokuwiki.org/plugin:attribute
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php379 public $attribute; variable in Google_Creative
424 public function setAttribute(/* array(Google_int) */ $attribute) { argument
425 $this->assertIsArray($attribute, 'Google_int', __METHOD__);
426 $this->attribute = $attribute;
429 return $this->attribute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php35 public $attribute; variable in Google\\Service\\AdExchangeBuyer\\Creative
133 public function setAttribute($attribute) argument
135 $this->attribute = $attribute;
139 return $this->attribute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Attributes.php29 public function setAttribute($attribute) argument
31 $this->attribute = $attribute;
38 return $this->attribute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DEventFilter.php25 public $attribute; variable in Google\\Service\\Eventarc\\EventFilter
38 public function setAttribute($attribute) argument
40 $this->attribute = $attribute;
47 return $this->attribute;
H A DFilteringAttribute.php25 public $attribute; variable in Google\\Service\\Eventarc\\FilteringAttribute
42 public function setAttribute($attribute) argument
44 $this->attribute = $attribute;
51 return $this->attribute;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php25 public $attribute; variable in Google\\Service\\ManufacturerCenter\\Issue
58 public function setAttribute($attribute) argument
60 $this->attribute = $attribute;
67 return $this->attribute;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md637 * Updated the `$ref` attribute in service descriptions to merge over any existing parameters of a s…
1171 * Allowing dot notation for class paths in filters attribute of a service descriptions
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
219 - `ServerRequest::withoutAttribute` when attribute value is null.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md11 …* Added `AsMonologProcessor` PHP attribute which can help autowiring / autoconfiguration of proces…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3512 foreach ($attributes as $key => $attribute) {
3513 if ($attribute['type'] == $id) {
3514 $n = count($attribute['value']);
3566 foreach ($attributes as $key => $attribute) {
3567 if ($attribute['type'] == $id) {
3568 $n = count($attribute['value']);
3574 return $attribute['value'];
3604 foreach ($attributes as $attribute) {
3605 $attrs[] = $attribute['type'];
3639 if ($attribute['type'] == $id) {
[all …]
/plugin/authplaincas/
H A Dauth.php370 foreach ($attributes as $attribute) {
372 if (preg_match($pattern, $attribute)) {
379 foreach ($attributes as $attribute) {
381 $this->_addUserGroup($attribute);
/plugin/authsmartcard/
H A DREADME.md8 …cates users to dokuwiki by comparing the user's client certificate's CN attribute with the group f…
10 …client certificate (or smartcard with a certificate on it) that as a CN attribute of 'DOE.JOHN.999…

12345678910>>...18