Home
last modified time | relevance | path

Searched refs:value (Results 101 – 125 of 582) sorted by relevance

12345678910>>...24

/template/greensteel/
H A Ddetail.php77 $value = tpl_img_getTag($t); variable
78 if ($value) {
81 echo dformat($value);
83 echo hsc($value);
/template/dokufreech/
H A Ddetail.php77 $value = tpl_img_getTag($t); variable
78 if ($value) {
81 echo dformat($value);
83 echo hsc($value);
/template/kajukkk/
H A Ddetail.php77 $value = tpl_img_getTag($t); variable
78 if ($value) {
81 echo dformat($value);
83 echo hsc($value);
/template/twigstarter/vendor/twig/twig/src/
H A DExpressionParser.php375 $node->addElement($value, $key);
389 $value = $this->parseExpression();
391 $node->addElement($value, $key);
612 if (!$value instanceof NameExpression) {
615 $name = $value->getAttribute('name');
618 $value = $this->parsePrimaryExpression();
630 $name = $value->getAttribute('name');
633 $args[$name] = $value;
636 $args[] = $value;
638 $args[$name] = $value;
[all …]
H A DTokenStream.php71 public function expect($type, $value = null, string $message = null): Token argument
74 if (!$token->test($type, $value)) {
80 Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''),
/template/prsnl10/
H A Ddetail.php106 $value = tpl_img_getTag($t); variable
107 if ($value) {
110 echo dformat($value);
112 echo hsc($value);
/template/mnml-blog/
H A Ddetail.php106 $value = tpl_img_getTag($t); variable
107 if ($value) {
110 echo dformat($value);
112 echo hsc($value);
/template/codowik/
H A Ddetail.php84 $value = tpl_img_getTag($t); variable
85 if ($value) {
88 echo dformat($value);
90 echo hsc($value);
/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php55 foreach ($this->attributes as $name => $value) {
56 … $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true)));
119 * @param mixed $value
121 public function setAttribute($name, $value) argument
123 $this->attributes[$name] = $value;
H A DAutoEscapeNode.php29 public function __construct($value, Node $body, int $lineno, string $tag = 'autoescape') argument
31 parent::__construct(['body' => $body], ['value' => $value], $lineno, $tag);
/template/strap/class/
H A DDomUtility.php47 $value = $attr->value;
48 $node[$name] = $value;
/template/mikio/inc/
H A Dsimple_html_dom.php486 //no value attr: nowrap, checked selected...
738 . ' where nodes value is: '
744 // the value of the selector.
785 protected function match($exp, $pattern, $value, $case_sensitivity) argument
792 $value = strtolower($value);
797 return ($value === $pattern);
799 return ($value !== $pattern);
801 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
803 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value);
983 __set($name, $value) global() argument
1269 setAttribute($name, $value) global() argument
2326 createElement($name, $value = null) global() argument
2331 createTextNode($value) global() argument
[all...]
/template/bootstrap3/inc/
H A Dsimple_html_dom.php489 //no value attr: nowrap, checked selected...
734 . ' where nodes value is: '
740 // the value of the selector.
781 protected function match($exp, $pattern, $value, $case_sensitivity) argument
788 $value = strtolower($value);
793 return ($value === $pattern);
795 return ($value !== $pattern);
797 return preg_match('/^' . preg_quote($pattern, '/') . '/', $value);
799 return preg_match('/' . preg_quote($pattern, '/') . '$/', $value);
979 __set($name, $value) global() argument
1265 setAttribute($name, $value) global() argument
2320 createElement($name, $value = null) global() argument
2325 createTextNode($value) global() argument
[all...]
/template/lcars/js/
H A Djquery.timers-1.1.2.js48 timeParse: function(value) { argument
49 if (value == undefined || value == null)
51 var result = this.regex.exec(jQuery.trim(value.toString()));
57 return value;
/template/minimalism/scripts/
H A Dsearch.js13 min_search.value = min_search_value;
16 this.value = '';
19 this.value = min_search_value;
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php30 $value = 'html';
36 $value = $expr->getAttribute('value');
43 return new AutoEscapeNode($value, $body, $lineno, $this->getTag());
H A DMacroTokenParser.php41 $value = $token->getValue();
43 if ($value != $name) {
44 …ror(sprintf('Expected endmacro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurr…
H A DBlockTokenParser.php47 $value = $token->getValue();
49 if ($value != $name) {
50 …ror(sprintf('Expected endblock for block "%s" (but "%s" given).', $name, $value), $stream->getCurr…
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DArrayExpression.php59 public function addElement(AbstractExpression $value, AbstractExpression $key = null) argument
62 $key = new ConstantExpression(++$this->index, $value->getTemplateLine());
65 array_push($this->nodes, $key, $value);
H A DConstantExpression.php19 public function __construct($value, int $lineno) argument
21 parent::__construct([], ['value' => $value], $lineno);
/template/gtopia/
H A DTwitterAPIExchange.php233 foreach($params as $key=>$value)
235 $return[] = "$key=" . $value;
253 foreach($oauth as $key => $value)
255 $values[] = "$key=\"" . rawurlencode($value) . "\"";
/template/strap/_test/
H A DstrapTest.php59 $value = $domElement->getAttribute($attr);
60 if (empty($value)) {
61 $value = $domElement->textContent;
63 $domValueToChecks[] = $value;
600 $value = $attr->value;
601 $node[$key][$name] = $value;
H A DtplUtilityTest.php171 $value = TplUtility::getHeaderSlotPageName();
172 $this->assertEquals($expectedValue, $value);
220 $value = TplUtility::getHeaderSlotPageName();
221 $this->assertEquals($expectedValue, $value);
/template/bootstrap3/
H A DTemplate.php195 * @param mixed $default value
202 $value = tpl_getConf($key, $default);
207 if ($value == 'off') {
211 return $value;
220 return $value;
229 return $value;
237 return $value !== 'never' && ($value == 'always' || !empty($_SERVER['REMOTE_USER']));
241 return $value && ($INFO['isadmin'] || $INFO['ismanager']);
246 return ($value
[all...]
/template/starterpjax/
H A Djquery.pjax.js462 value: method.toLowerCase()
468 $.each(data.split('&'), function(index, value) { argument
469 var pair = value.split('=')
470 form.append($('<input>', {type: 'hidden', name: pair[0], value: pair[1]}))
474 form.append($('<input>', {type: 'hidden', name: key, value: data[key]}))
705 function cachePush(id, value) { argument
706 cacheMapping[id] = value
728 function cachePop(direction, id, value) { argument
730 cacheMapping[id] = value

12345678910>>...24