Home
last modified time | relevance | path

Searched refs:attributeValue (Results 1 – 25 of 31) sorted by relevance

12

/plugin/authssocas/vendor/apereo/phpcas/source/CAS/
H A DCookieJar.php197 $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/
DProductDetail.php29 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/
DProductProductDetail.php29 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/
Dfckxhtml.js98 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/
Dfckxhtml.js100 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 DTagAttributes.php421 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 DDatabasePageRow.php1048 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/
DXML.php223 $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);
DTag.php324 $attributeValue = $attrArray[$attrCounter + 1];
325 $tagAttributes[$attributeName] = $attributeValue;
/plugin/webcode/syntax/
Dbasis.php235 $attributeValue = $matches[2][$key];
237 $attributeValue = strtolower($attributeValue);
239 $attributes[$attributeKey] = $attributeValue;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Danchor.js13 var attributeValue = element.data( 'cke-saved-name' );
14 this.setValueOf( 'info','txtName', attributeValue || '' );
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
Danchor.js13 var attributeValue = element.data( 'cke-saved-name' );
14 this.setValueOf( 'info','txtName', attributeValue || '' );
/plugin/prosemirror/parser/
DLinkNode.php116 foreach ($additionalAttributes as $attributeName => $attributeValue) {
117 $linkNode->attr($attributeName, $attributeValue);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
DXML.php168 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) {
169 $value .= ' '.$attributeName.'="'.str_replace('"', '\"', $attributeValue).'"';
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
DXML.php187 foreach ($xmlProperty['attributes'] as $attributeName => $attributeValue) {
188 … $value .= ' ' . $attributeName . '="' . str_replace('"', '\"', $attributeValue) . '"';
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGPX.php494 foreach ($value['@attributes'] as $attributeName => $attributeValue) {
495 $attributes .= ' ' . $attributeName . '="' . $attributeValue . '"';
/plugin/asciidocjs/node_modules/pug-lexer/
Dindex.js1114 var valueResponse = this.attributeValue(str.substr(i));
1151 attributeValue: function(str){ method in Lexer
/plugin/saml/phpsaml/
DREADME.md331 // 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/
DREADME.md331 // 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/
Dfabric.js3023 return function(attributeValue) { argument
3031 if (!attributeValue || (attributeValue && !reTransformList.test(attributeValue))) {
3035 attributeValue.replace(reTransform, function(match) {
Dfabric.min.js2attributeValue){var matrix=iMatrix.concat(),matrices=[];if(!attributeValue||attributeValue&&!reTra… argument
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js8807 Graph.prototype.setAttributeForCell = function(cell, attributeName, attributeValue) argument
8823 if (attributeValue != null)
8825 value.setAttribute(attributeName, attributeValue);
/plugin/dirtylittlehelper/mermaid/editor/docs/
D3.3.js.map1attributeValue = stream.advanceIfRegExp(/^[^\\s\"'`=<>]+/);\n if (attributeValue.le…
/plugin/mizarveifiabledocs/dist/
Dscript.js1 …roName:rS(rP),literal:rO,string:rT,docString:rS(rT),character:rS(rT),attributeValue:rS(rT),number:… property
/plugin/mizarproofchecker/dist/
Dscript.js1 …roName:rS(rP),literal:rO,string:rT,docString:rS(rT),character:rS(rT),attributeValue:rS(rT),number:… property

12