Home
last modified time | relevance | path

Searched refs:stringValue (Results 1 – 6 of 6) sorted by relevance

/template/strap/ComboStrap/
H A DArrayUtility.php35 $stringValue = var_export($value, true);
36 $content .= '<li>' . $key . ' : ' . $stringValue . '</li>';
H A DTagAttributes.php963 $stringValue = StringUtility::toString($value);
965 $stringValue = $value;
969 $tagAttributeString .= $name . '="' . $stringValue . '" ';
/template/strap/ComboStrap/Api/
H A DMetaManagerHandler.php364 $stringValue = DataType::toString($value);
365 …es[] = Message::createInfoMessage("The metadata ($key) with the value ($stringValue) was deleted");
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php2999 if ($this->stringValue($value)) return true;
3013 if ($this->literal("~") && $this->stringValue($str)) {
3143 if (($tok == "'" || $tok == '"') && $this->stringValue($str)) {
3174 protected function stringValue(&$out) { function in lessc_parser
3427 if ($this->stringValue($str)) {
/template/a_new_day/js/
Dprototype.js395 var stringValue = value.toString();
396 if (stringValue.match(pattern))
/template/battlehorse/js/
Dprototype.js395 var stringValue = value.toString();
396 if (stringValue.match(pattern))