Home
last modified time | relevance | path

Searched refs:element (Results 1 – 25 of 796) sorted by path

12345678910>>...32

/plugin/accscounter/
H A Dadmin.php61 $element = explode('|', $dataline);
62 $element[0] = trim($element[0]);
63 $element[1] = trim($element[1]);
64 …if ($helper->quickipcheck($element[0], $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
66 $counterarray[0] = $counterarray[0] - $element[1];
67 $counterarray[2] = $counterarray[2] - $element[1];
75 … msg(sprintf($this->getLang('sfstried'), $page, $element[0], $element[1]));
76 } else $newcontents[] = $element[0] . '|' . $element[1];
/plugin/accscounter/syntax/
H A Dcounter.php228 $element = explode('|', $dataline);
229 $element[0] = trim($element[0]);
230 $element[1] = trim($element[1]);
231 if ($clientIP == $element[0]) {
233 $element[1]++;
235 $newcontents[] = $element[0] . '|' . $element[1];
289 $element[0] = trim($element[0]);
290 $element[1] = trim($element[1]);
291 if ($clientIP == $element[0]) {
293 $element[1]++;
[all …]
/plugin/aceeditor/
H A Dbuild.js1element=i.firstChild,this.$init(),this.setEditor(e)};(function(){this.setEditor=function(e){e.sear…
/plugin/achart/assets/
H A Dapexcharts.css593 .apexcharts-datalabel.apexcharts-element-hidden {
614 .apexcharts-canvas .apexcharts-element-hidden {
H A Dapexcharts.min.js6 …,extend:{element:function(t,e){return this.attr("href",(e||"")+"#"+t,a.xlink)}},construct:{use:fun…
/plugin/adfs/phpsaml/
H A DCHANGELOG47 * Add extra protection verifying the Signature algorithm used on SignedInfo element, not only rely …
112 * Conditions element required and unique.
113 * AuthnStatement element required and unique.
115 * Reject saml:Attribute element with same “Name” attribute
117 * Require Issuer element. (Must match IdP EntityID).
119 * Check that the EncryptedAssertion element only contains 1 Assertion element.
166 * Fix bug on organization element of the SP metadata builder.
200 * Fix wrong element order in generated metadata.
226 * Explicit warning message for signed element problem.
H A DREADME.md501 // Indicates a requirement for the NameID element on the SAMLResponse
685 * `$setNameIdPolicy` - When true the AuthNRequest will set a nameIdPolicy element.
865 is an array - a single-valued attribute is an array of a single element.
1371 * `getAttributes` - Gets the Attributes from the AttributeStatement element.
1487 * `decryptElement` - Decrypts an encrypted element.
1489 * `addSign` - Adds signature key and senders certificate to an element
H A D_toolkit_loader.php20 foreach ($folderInfo as $element) {
21 if (is_file($libDir.$element) && (substr($element, -4) === '.php')) {
22 include_once $libDir.$element;
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt5 - Insure only a single SignedInfo element exists within a signature during
109 - Return signature element node from XMLSecurityDSig::insertSignature() and
H A Dxmlseclibs.php501 * @param DOMElement $element The EncryptedKey-element.
504 public static function fromEncryptedKeyElement(DOMElement $element) { argument
507 $objenc->setNode($element);
513 XMLSecEnc::staticLocateKeyInfo($objKey, $element);
660 $element = $node;
661 while ($refnode = $element->previousSibling) {
665 $element = $refnode;
1594 public function locateEncryptedData($element) { argument
1595 if ($element instanceof DOMDocument) {
1596 $doc = $element;
[all …]
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php962 $element = $dom->documentElement;
963 if ($element->tagName !== 'md:EntityDescriptor') {
968 if ($element->hasAttribute('validUntil')) {
969 … $validUntil = OneLogin_Saml2_Utils::parseSAML2Time($element->getAttribute('validUntil'));
971 if ($element->hasAttribute('cacheDuration')) {
972 $cacheDuration = $element->getAttribute('cacheDuration');
/plugin/adhocmathml/
H A Dmaction.php43 function renderODTElementClose($renderer, $element) { argument
H A Dmerror.php24 function renderODTElementClose($renderer, $element) { argument
H A Dmfrac.php38 function renderODTElementClose($renderer, $element) { argument
H A Dmi.php24 function renderODTElementClose($renderer, $element) { argument
H A Dmmultiscripts.php22 function renderODTElementClose($renderer, $element) { argument
H A Dmn.php24 function renderODTElementClose($renderer, $element) { argument
H A Dmo.php50 function renderODTElementClose($renderer, $element) { argument
H A Dmover.php38 function renderODTElementClose($renderer, $element) { argument
H A Dmpadded.php41 function renderODTElementClose($renderer, $element) { argument
H A Dmphantom.php22 function renderODTElementClose($renderer, $element) { argument
H A Dmprescripts.php22 function renderODTElementClose($renderer, $element) { argument
H A Dmroot.php24 function renderODTElementClose($renderer, $element) { argument
H A Dmrow.php24 function renderODTElementClose($renderer, $element) { argument
H A Dms.php24 function renderODTElementClose($renderer, $element) { argument

12345678910>>...32