Home
last modified time | relevance | path

Searched refs:value (Results 501 – 525 of 4040) sorted by relevance

1...<<21222324252627282930>>...162

/plugin/google_adsense2/
H A Dadmin.php105 ptln(' <input type="hidden" name="do" value="admin" />');
106 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
107 ptln(' <input type="hidden" name="cmd[googleads]" value="true" />');
118 …client').' </td><td><input type="text" name="googleads[google_ad_client]" value="'.$gads_settings[…
119 …der').' </td><td><input type="text" name="googleads[google_color_border]" value="'.$gads_settings[…
121 …olor_bg').' </td><td><input type="text" name="googleads[google_color_bg]" value="'.$gads_settings[…
123 …_link').' </td><td><input type="text" name="googleads[google_color_link]" value="'.$gads_settings[…
125 …or_url').' </td><td><input type="text" name="googleads[google_color_url]" value="'.$gads_settings[…
127 …_text').' </td><td><input type="text" name="googleads[google_color_text]" value="'.$gads_settings[…
132 print '<p><input type="submit" value="'.$this->getLang('gads_save').'"></p></center>';
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/doc/
H A DPHPClass.php128 $value = trim(substr($str, $separatorPos));
132 $value = trim($line);
135 $block[$name][] = $value;
137 $block[$name] = $value;
151 foreach($block as $name => $value) {
152 $tempMethod->setInfo($name, $value);
159 foreach($block as $name => $value) {
160 $this->setInfo($name, $value);
175 function setInfo($name, $value) { argument
176 $this->info[$name] = $value;
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php37 foreach ($values as $value) {
38 if ($value instanceof Twig_Node) {
39 if ($value instanceof Twig_Node_Expression_Array) {
40 … $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Function('dump', $value, $line), $line);
42 $nodes[] = new Twig_Node_Print($value, $line);
45 … $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Constant($value, $line), $line);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DElements.php41 protected $value; variable in Sabre\\Xml\\Element\\Elements
46 * @param array $value
48 function __construct(array $value = []) { argument
50 $this->value = $value;
75 foreach ($this->value as $val) {
H A DKeyValue.php42 protected $value; variable in Sabre\\Xml\\Element\\KeyValue
47 * @param array $value
49 function __construct(array $value = []) { argument
51 $this->value = $value;
76 $writer->write($this->value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DProgress.php7 protected function makeSVG($type, $value, $max, $min, $optimum, $low, $high) argument
23 if ($value or $value === '0') {
51 if ($value) {
52 $barw = (($value - $min) / ($max - $min) ) * $w;
60 if ($value) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP32.php60 $val = $this->value;
61 $this->value = [];
62 $vals = &$this->value;
117 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
130 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
143 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
255 return $this->compareHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
268 return $this->value === $x->value && $this->is_negative == $x->is_negative;
H A DPHP64.php60 $val = $this->value;
61 $this->value = [];
62 $vals = &$this->value;
121 $temp = self::addHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
134 $temp = self::subtractHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
147 $temp = self::multiplyHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
259 return parent::compareHelper($this->value, $this->is_negative, $y->value, $y->is_negative);
272 return $this->value === $x->value && $this->is_negative == $x->is_negative;
/plugin/structnotification/action/
H A Dnotification.php58 /* @var Value $value */
59 foreach ($values as $value) {
60 $colLabel = $value->getColumn()->getLabel();
62 return $value->getRawValue();
94 $value = $predicate['value'];
121 if ($this->predicateTrue($rawDate, $operator, $value)) {
154 /* @var Value $value */
155 foreach ($values as $value) {
156 $column = $value
[all...]
/plugin/issuetracker/
H A Dprototype.js220 value = value.toJSON(key);
229 value = value.valueOf();
633 if (value != undefined) value = decodeURIComponent(value);
992 value: value,
1236 pair.value = value;
1272 return pair.value === value;
1404 value = value.succ();
2370 if (!value || value == 'auto') {
2403 (value < 0.00001) ? 0 : value;
2745 (value === '') ? '' : (value < 0.00001) ? 0 : value;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DUsergroupAwareNumericValue.php15 protected function validate($value) argument
17 $value = parent::validate($value);
19 if (!is_numeric($value)) {
23 return $value;
/plugin/semanticdata/
H A Dhelper.php37 function _cleanData($value, $type){ argument
38 $value = trim($value);
39 if(!$value) return '';
42 !preg_match('/(^|,\s*)' . preg_quote_cb($value) . '($|\s*,)/', $type['enum'])) {
49 if(preg_match('/^(\d\d\d\d)-(\d\d?)-(\d\d?)$/',$value,$m)){
54 if(!preg_match('!^[a-z]+://!i',$value)) $value='http://'.$value;
254 'value' => $val,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php53 protected $value;
63 * @param string $value
66 public function __construct(?string $matchingRule, ?string $attribute, string $value, bool $useDnAttributes = false)
70 $this->value = $value;
117 return $this->value;
121 * @param string $value
124 public function setValue(string $value)
126 $this->value = $value;
51 protected $value; global() variable in FreeDSx\\Ldap\\Search\\Filter\\MatchingRuleFilter
64 __construct(string $matchingRule, string $attribute, string $value, bool $useDnAttributes = false) global() argument
122 setValue(string $value) global() argument
[all...]
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js63 oOption.value = optionValue ;
74 function StringBuilder( value ) argument
76 this._Strings = new Array( value || '' ) ;
79 StringBuilder.prototype.Append = function( value ) argument
81 if ( value )
82 this._Strings.push( value ) ;
/plugin/structcondstyle/meta/
H A DOperator.php37 private function make_numeric($value){ argument
38 if(is_numeric($value))
39 return floatval($value);
40 if(is_string($value)){
41 if($value == "now")
44 return strtotime($value);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DContext.php83 $value = 42,
84 $callable = function () use ($value) { return $value; },
91 ->isEqualTo($value);
158 $value = 42,
160 $context->addConstant($name, $value)
165 ->isEqualTo($value);
252 $value = 42,
253 $callable = function () use ($value) { return $value; },
260 ->isEqualTo($value);
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
H A DTaggedValue.php21 private $value; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value) argument
26 $this->value = $value;
36 return $this->value;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DInvalidArgumentHelper.php20 * @param mixed $value
24 public static function factory($argument, $type, $value = null) argument
32 $value !== null ? ' (' . gettype($value) . '#' . $value . ')' : ' (No Value) ',
/plugin/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php21 private $value; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value) argument
26 $this->value = $value;
36 return $this->value;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php91 'Unexpected value at end of the filter: %s',
197 $value = substr(
210 return [$endAt, $this->getComparisonFilterObject((string) $filterType, $attribute, $value)];
268 'Expected a value after "%s" at position %s, but got none.',
278 * @param string $value
283 protected function getComparisonFilterObject(string $operator, string $attribute, string $value): FilterInterface
286 return Filters::lessThanOrEqual($attribute, $this->unescapeValue($value));
288 return Filters::greaterThanOrEqual($attribute, $this->unescapeValue($value));
290 return Filters::approximate($attribute, $this->unescapeValue($value));
292 return $this->getMatchingRuleFilterObject($attribute, $this->unescapeValue($value));
275 getComparisonFilterObject(string $operator, string $attribute, string $value) global() argument
304 getMatchingRuleFilterObject(string $attribute, string $value) global() argument
339 getSubstringFilterObject(string $attribute, string $value) global() argument
460 unescapeValue(string $value) global() argument
[all...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.generic.formatted.php19 $padding->top->value > 0) {
38 $padding->top->value > 0) {
689 return $margin->top->value;
722 $padding->left->value -
733 $padding->right->value +
767 $padding->top->value;
798 $margin->top->value;
838 function put_width($value) { argument
840 $this->width = $value;
855 function put_height($value) { argument
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php62 foreach($children as $key=>$value) {
63 if ($value instanceof Node) {
67 $nodes[] = $value;
69 $list[$key] = $value;
72 foreach($list as $key=>$value) {
73 $this->add($key, $value);
411 * @param mixed $value
414 function __set($name, $value) { argument
419 if ($value instanceof Component || $value instanceof Property) {
420 $value->parent = $this;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php339 $value = $match['paramValue'];
342 $value = $this->unescapeParam($value);
351 $value
396 foreach($property['parameters'] as $name=>$value) {
397 if (!is_null($value)) {
398 $namedParameters[$name] = $value;
607 $value = $matches[1];
610 $value = str_replace("\n ", "\n", $value);
616 while(substr($value,-1) === '=') {
620 $value.="\n" . $this->rawLine;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php339 $value = $match['paramValue'];
342 $value = $this->unescapeParam($value);
351 $value
396 foreach($property['parameters'] as $name=>$value) {
397 if (!is_null($value)) {
398 $namedParameters[$name] = $value;
607 $value = $matches[1];
610 $value = str_replace("\n ", "\n", $value);
616 while(substr($value,-1) === '=') {
620 $value.="\n" . $this->rawLine;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php62 foreach($children as $key=>$value) {
63 if ($value instanceof Node) {
67 $nodes[] = $value;
69 $list[$key] = $value;
72 foreach($list as $key=>$value) {
73 $this->add($key, $value);
411 * @param mixed $value
414 function __set($name, $value) { argument
419 if ($value instanceof Component || $value instanceof Property) {
420 $value->parent = $this;
[all …]

1...<<21222324252627282930>>...162