| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/ |
| H A D | CookieJar.php | 197 $attributeValue = trim($attributeParts[1]); 199 if (strpos($attributeValue, '"') === 0) { 200 $attributeValue = trim($attributeValue, '"'); 202 $attributeValue = str_replace('\"', '"', $attributeValue); 205 $attributeValue = null; 210 $cookie['expires'] = strtotime($attributeValue); 213 $cookie['max-age'] = (int)$attributeValue; 235 $cookie[$attributeNameLC] = $attributeValue; 239 $cookie['value'] = $attributeValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/ |
| D | ProductDetail.php | 29 public $attributeValue; variable in Google\\Service\\ManufacturerCenter\\ProductDetail 52 public function setAttributeValue($attributeValue) argument 54 $this->attributeValue = $attributeValue; 61 return $this->attributeValue;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
| D | ProductProductDetail.php | 29 public $attributeValue; variable in Google\\Service\\ShoppingContent\\ProductProductDetail 52 public function setAttributeValue($attributeValue) argument 54 $this->attributeValue = $attributeValue; 61 return $this->attributeValue;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 98 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument 102 if ( attributeValue == undefined || attributeValue == null ) 103 attributeValue = '' ; 104 else if ( attributeValue.replace ) 107 attributeValue = attributeValue.replace( /&/g, '___FCKAmp___' ) ; 110 attributeValue = attributeValue.replace( FCKXHtmlEntities.EntitiesRegex, FCKXHtml_GetEntity ) ; 115 oXmlAtt.value = attributeValue ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckxhtml.js | 100 FCKXHtml._AppendAttribute = function( xmlNode, attributeName, attributeValue ) argument 104 if ( attributeValue == undefined || attributeValue == null ) 105 attributeValue = '' ; 106 else if ( attributeValue.replace ) 109 attributeValue = attributeValue.replace( /&/g, '___FCKAmp___' ) ; 112 attributeValue = attributeValue.replace( FCKXHtmlEntities.EntitiesRegex, FCKXHtml_GetEntity ) ; 117 oXmlAtt.value = attributeValue ;
|
| /plugin/combo/ComboStrap/ |
| H A D | TagAttributes.php | 421 public static function isEmptyValue($attributeValue): bool argument 423 return empty($attributeValue) && !is_bool($attributeValue); 472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument 475 if (TagAttributes::isEmptyValue($attributeValue)) { 489 …s->componentAttributesCaseInsensitive[$attLower] = Html::mergeClassNames($attributeValue, $actual); 492 …ique value and has already a value ($actual). to set another value ($attributeValue), use the `set… 494 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue; 501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument 506 $this->componentAttributesCaseInsensitive[$attLower] = $attributeValue; 511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) argument [all …]
|
| H A D | DatabasePageRow.php | 1048 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue) argument 1053 ->setQueryParametrized($query, [$attributeValue]); 1072 $attributeValue = $rows[0][DokuwikiId::DOKUWIKI_ID_ATTRIBUTE]; 1074 … if ($this->markupPath != null && $attributeValue !== $this->markupPath->getWikiId()) { 1075 $duplicatePage = MarkupPath::createMarkupFromId($attributeValue); 1079 …or("The page ($this->markupPath) and the page ($attributeValue) have the same $attribute ($attribu… 1087 …: More than 1 rows ($rowCount) found for attribute ($attribute) with the value ($attributeValue)"); 1121 …istingPages) have all the same attribute $attribute with the value ($attributeValue)", LogUtility:…
|
| /plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
| D | XML.php | 223 $attributeValue = false; 227 $attributeValue = $this->tag->getTagAttribute($attributeName); 234 $attributeValue = $node->getTagAttribute($attributeName, $newTagPath); 239 return $attributeValue; 502 function setTagAttribute($attributeName, $attributeValue = "", $tagPath = "") { argument 509 $this->tag->setAttribute($attributeName, $attributeValue); 519 $success = $node->setTagAttribute($attributeName, $attributeValue, $newTagPath);
|
| D | Tag.php | 324 $attributeValue = $attrArray[$attrCounter + 1]; 325 $tagAttributes[$attributeName] = $attributeValue;
|
| /plugin/webcode/syntax/ |
| D | basis.php | 235 $attributeValue = $matches[2][$key]; 237 $attributeValue = strtolower($attributeValue); 239 $attributes[$attributeKey] = $attributeValue;
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | anchor.js | 13 var attributeValue = element.data( 'cke-saved-name' ); 14 this.setValueOf( 'info','txtName', attributeValue || '' );
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | anchor.js | 13 var attributeValue = element.data( 'cke-saved-name' ); 14 this.setValueOf( 'info','txtName', attributeValue || '' );
|
| /plugin/prosemirror/parser/ |
| D | LinkNode.php | 116 foreach ($additionalAttributes as $attributeName => $attributeValue) { 117 $linkNode->attr($attributeName, $attributeValue);
|
| /plugin/webdav/vendor/sabre/vobject/lib/Parser/ |
| D | XML.php | 168 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) { 169 $value .= ' '.$attributeName.'="'.str_replace('"', '\"', $attributeValue).'"';
|
| /plugin/icalevents/vendor/sabre/vobject/lib/Parser/ |
| D | XML.php | 187 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) { 188 … $value .= ' ' . $attributeName . '="' . str_replace('"', '\"', $attributeValue) . '"';
|
| /plugin/geophp/vendor/funiq/geophp/src/Adapter/ |
| D | GPX.php | 494 foreach ($value['@attributes'] as $attributeName => $attributeValue) { 495 $attributes .= ' ' . $attributeName . '="' . $attributeValue . '"';
|
| /plugin/asciidocjs/node_modules/pug-lexer/ |
| D | index.js | 1114 var valueResponse = this.attributeValue(str.substr(i)); 1151 attributeValue: function(str){ method in Lexer
|
| /plugin/saml/phpsaml/ |
| D | README.md | 331 // attributeConsumingService. nameFormat, attributeValue and 342 "attributeValue" => array() 803 foreach ($attributeValues as $attributeValue) { 804 echo '<li>' . htmlentities($attributeValue) . '</li>'; 1147 foreach ($attributeValues as $attributeValue) { 1148 echo '<li>' . htmlentities($attributeValue) . '</li>';
|
| /plugin/adfs/phpsaml/ |
| D | README.md | 331 // attributeConsumingService. nameFormat, attributeValue and 342 "attributeValue" => array() 803 foreach ($attributeValues as $attributeValue) { 804 echo '<li>' . htmlentities($attributeValue) . '</li>'; 1147 foreach ($attributeValues as $attributeValue) { 1148 echo '<li>' . htmlentities($attributeValue) . '</li>';
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 3023 return function(attributeValue) { argument 3031 if (!attributeValue || (attributeValue && !reTransformList.test(attributeValue))) { 3035 attributeValue.replace(reTransform, function(match) {
|
| D | fabric.min.js | 2 …attributeValue){var matrix=iMatrix.concat(),matrices=[];if(!attributeValue||attributeValue&&!reTra… argument
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Graph.js | 8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument 8823 if (attributeValue != null) 8825 value.setAttribute(attributeName, attributeValue);
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 3.3.js.map | 1 …attributeValue = stream.advanceIfRegExp(/^[^\\s\"'`=<>]+/);\n if (attributeValue.le…
|
| /plugin/mizarveifiabledocs/dist/ |
| D | script.js | 1 …roName:rS(rP),literal:rO,string:rT,docString:rS(rT),character:rS(rT),attributeValue:rS(rT),number:… property
|
| /plugin/mizarproofchecker/dist/ |
| D | script.js | 1 …roName:rS(rP),literal:rO,string:rT,docString:rS(rT),character:rS(rT),attributeValue:rS(rT),number:… property
|