Home
last modified time | relevance | path

Searched refs:setValue (Results 1 – 25 of 38) sorted by relevance

12

/template/strap/ComboStrap/
H A DCacheExpirationFrequency.php37 public function setValue($value): Metadata function in ComboStrap\\CacheExpirationFrequency
41 parent::setValue($value);
58 ->setValue($cacheExpirationCalculatedDate)
60 parent::setValue($value);
H A DModificationDate.php35 $this->setValue($modificationTime);
61 $this->setValue($datetime);
H A DCacheTag.php41 ->setValue($cronExpression)
88 ->setValue($cronExpression)
H A DLang.php170 public function setValue($value): Metadata function in ComboStrap\\Lang
173 return parent::setValue($value);
H A DPageDescription.php175 public function setValue($value): Metadata function in ComboStrap\\PageDescription
201 parent::setValue($value);
H A DToc.php51 ->setValue($TOC);
246 public function setValue($value): Toc function in ComboStrap\\Toc
H A DMarkupPath.php278 ->setValue($canonical)
1318 ->setValue($value)
1357 ->setValue($jsonLd)
1369 ->setValue($value)
1482 ->setValue($description)
1535 ->setValue($value)
1548 ->setValue($value)
1560 ->setValue($value)
1597 ->setValue($value)
1887 $this->cacheExpirationDate->setValue($cacheExpirationDate);
H A DPageId.php80 public function setValue($value): Metadata function in ComboStrap\\PageId
313 return parent::setValue($value);
H A DCacheExpirationDate.php91 parent::setValue($value);
H A DCacheManager.php117 $cacheExpirationDateMeta->setValue($expirationDate);
H A DCreationDate.php65 $this->setValue($datetime);
H A DSlug.php77 public function setValue($value): Metadata function in ComboStrap\\Slug
/template/strap/ComboStrap/Meta/Api/
H A DMetadataInteger.php41 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataInteger
52 return $this->setValue($value);
H A DMetadataText.php54 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataText
84 return $this->setValue($value);
H A DMetadataBoolean.php50 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataBoolean
122 return $this->setValue($value);
H A DMetadataDateTime.php54 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataDateTime
72 return $this->setValue($this->fromPersistentDateTimeUtility($value));
H A DMetadataTabular.php61 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataTabular
139 ->setValue($value);
H A DMetadataWikiPath.php52 public function setValue($value): Metadata function in ComboStrap\\Meta\\Api\\MetadataWikiPath
/template/strap/ComboStrap/Meta/Field/
H A DRegion.php50 public function setValue($value): Metadata function in ComboStrap\\Meta\\Field\\Region
53 return parent::setValue($value);
/template/a_new_day/js/
Dslider.js78 slider.setValue(parseFloat(
127 setValue: function(sliderValue, handleIdx){ method in Control.Slider
151 this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
216 this.setValue(this.translateToValue(
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/battlehorse/js/
Dslider.js78 slider.setValue(parseFloat(
127 setValue: function(sliderValue, handleIdx){ method in Control.Slider
151 this.setValue(this.values[handleIdx || this.activeHandleIdx || 0] + delta,
216 this.setValue(this.translateToValue(
256 this.setValue(this.translateToValue( this.isVertical() ? pointer[1] : pointer[0] ));
/template/kajukkk/
Dscript.js7 DokuCookie.setValue('dark','0');
13 DokuCookie.setValue('dark','1');
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DWebDriverResponse.php59 public function setValue($value) function in Facebook\\WebDriver\\Remote\\WebDriverResponse
/template/bootstrap3/tpl/
Dfunctions.php21 return $reflection->setValue($object, $new_value);
/template/strap/action/
H A Dimgmove.php81 ->setValue($targetImageId)
250 $metadata->setValue($imageId)->persist();

12