Home
last modified time | relevance | path

Searched refs:value (Results 351 – 375 of 4040) sorted by relevance

1...<<11121314151617181920>>...162

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php156 * @param string $value The string
160 public function string($value) argument
170 * @param mixed $value The value to convert
174 public function repr($value) argument
176 if (\is_int($value) || \is_float($value)) {
181 $this->raw(var_export($value, true));
186 } elseif (null === $value) {
188 } elseif (\is_bool($value)) {
190 } elseif (\is_array($value)) {
193 foreach ($value as $key => $v) {
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php59 * @param mixed $value
61 public function __set(string $key, $value): void argument
63 $this->set($key, $value);
77 * Get the value of the given field.
95 * Set the value of the given field.
97 * @param mixed $value
101 public function set(string $key, $value): self argument
106 $this->_data[$key] = $value;
151 $value = \base64_encode(\file_get_contents($filepath));
154 $value
208 setDocAsUpsert(bool $value) global() argument
[all...]
H A DReindex.php89 * @param bool $value
91 public function setWaitForCompletion($value): void
93 if (\is_bool($value)) {
94 $value = $value ? 'true' : 'false'; argument
99 $this->setParam(self::WAIT_FOR_COMPLETION, $value); argument
102 public function setWaitForActiveShards($value): void
104 $this->setParam(self::WAIT_FOR_ACTIVE_SHARDS, $value); argument
107 public function setTimeout($value): void
109 $this->setParam(self::TIMEOUT, $value); argument
83 setWaitForCompletion($value) global() argument
129 setRefresh(string $value) global() argument
[all...]
/plugin/combo/ComboStrap/
H A DStringUtility.php60 public static function toString($value) argument
67 if (is_string($value)) {
68 return $value;
71 if (is_array($value)) {
72 $string = var_export($value, true);
74 // An array value gets command in var_export
82 if (is_object($value)) {
83 if (method_exists($value, "__toString")) {
84 return strval($value);
86 return get_class($value);
[all...]
/plugin/bureaucracyau/helper/
H A Dfielduser.php47 $value = $this->opt['value'];
50 return is_null($value) || $value === false ? '' : $value;
54 $udata = $auth->getUserData($value);
94 $value = $this->getParam('value');
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy-au/helper/
H A Dfielduser.php47 $value = $this->opt['value'];
50 return is_null($value) || $value === false ? '' : $value;
54 $udata = $auth->getUserData($value);
94 $value = $this->getParam('value');
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/bureaucracy/helper/
H A Dfielduser.php47 $value = $this->opt['value'];
50 return is_null($value) || $value === false ? '' : $value;
54 $udata = $auth->getUserData($value);
94 $value = $this->getParam('value');
95 if (!is_null($value) && $auth->getUserData($value) === false) {
/plugin/const/
H A Dclass.evalmath.php403 $value = $match[1];
408 $stack->push( $value );
414 $value = $matches[1];
415 $output[] = $value;
419 $output[] = $value;
697 if ( is_object( $value ) || is_array( $value ) ) {
698 $value = (array) $value;
700 $value = implode( ' or ', $value );
702 $value = (string) $value[0];
852 if ( ! $value ) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php38 foreach($children as $key=>$value) {
39 if (is_string($value)) {
40 $this->children[] = new File($key, $value, $this);
41 } elseif (is_array($value)) {
42 $this->children[] = new Collection($key, $value, $this);
43 } elseif ($value instanceof \Sabre\DAV\INode) {
44 $this->children[] = $value;
131 foreach($this->children as $key=>$value) {
133 if ($value->getName() == $name) {
/plugin/anewssystem/
H A Daction.php95 list($key, $value) = split("=",trim($item),2);
96 $archive_options = $archive_options + array($key => $value);
128 list($key, $value) = split(":",trim($item),2);
131 $anchor = trim($value);
133 elseif(($key=='start') && strtotime(trim($value)) < time()) {
134 $value = date($this->getConf('d_format'), strtotime($value));
135 $news_date = '<span class="news_date_a"> ('. $value;
142 $news_head = trim($value);
148 …$news_head = '<a href="'.$value.'" id="'.$value.'" name="'.$value.'">'. trim($news_head) .'</a>'.N…
151 $news_date .= ', '. $value;
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php73 * @param string|bool|int $value
77 public function setPreference($key, $value) argument
79 if (is_string($value)) {
80 $value = sprintf('"%s"', $value);
82 if (is_int($value)) {
83 $value = sprintf('%d', $value);
85 if (is_bool($value)) {
86 $value
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php104 $this->pageCount = PdfNumeric::ensure($count)->value;
147 foreach ($kids->value as $reference) {
149 $object = $this->parser->getIndirectObject($reference->value);
150 $type = PdfDictionary::get($object->value, 'Type');
152 if ($type->value === 'Pages') {
153 return $readPages(PdfDictionary::get($object->value, 'Kids'));
165 $page = $this->parser->getIndirectObject($page->value);
169 if ($type->value === 'Pages') {
207 $isLeaf = ($count->value === \count($kids->value));
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php199 $value = false;
232 $value = implode($list_sep, $values);
233 if ($value == '') {
250 if ($value == '') {
264 $value = str_replace($this->reservedEncoded, $this->reserved, $value);
270 return $value;
274 return $key . ($value != '' || $combine_on_empty ? $combine . $value : '');
327 private function getValue($value, $length) argument
330 $value = substr($value, 0, $length);
332 $value = rawurlencode($value);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.old.class.php7 function field_multiline_text($x, $y, $w, $h, $value, $name) { argument
10 function field_text($x, $y, $w, $h, $value, $name) { argument
13 function field_password($x, $y, $w, $h, $value, $name) { argument
19 function field_pushbuttonimage($x, $y, $w, $h, $field_name, $value, $actionURL) { argument
25 function field_pushbuttonsubmit($x, $y, $w, $h, $field_name, $value, $actionURL) { argument
28 function field_checkbox($x, $y, $w, $h, $name, $value, $checked) { argument
31 function field_radio($x, $y, $w, $h, $groupname, $value, $checked) { argument
34 function field_select($x, $y, $w, $h, $name, $value, $options) { argument
H A Dcss.font-size.inc.php16 function parse($value) { argument
17 if ($value == 'inherit') {
21 $value = trim(strtolower($value));
23 switch(strtolower($value)) {
40 switch(strtolower($value)) {
47 if (preg_match("/(\d+\.?\d*)%/i", $value, $matches)) {
51 return Value::fromString($value);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php41 $value = $by->getValue();
48 $value = sprintf('.%s', self::escapeSelector($value));
52 $value = sprintf('#%s', self::escapeSelector($value));
56 $value = sprintf('[name=\'%s\']', self::escapeSelector($value));
61 return ['using' => $mechanism, 'value' => $value];
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php98 foreach ($this->fieldMap as $key => $value) {
99 $fields[] = $value['dbField'];
115 if ($row[$value['dbField']]) {
142 foreach ($this->fieldMap as $key => $value) {
143 $fields[] = $value['dbField'];
156 if ($row[$value['dbField']]) {
197 $values[$dbField] = $value;
261 $values[] = '%' . $value . '%';
300 $value = null;
303 if (empty($value)) return null;
[all …]
/plugin/combo/ComboStrap/Web/
H A DUrl.php63 * (Css attribute value are then HTML encoded as value of the attribute)
178 foreach ($_REQUEST as $key => $value) {
179 if (is_array($value)) {
180 foreach ($value as $subkey => $subval) {
190 // for whatever reason, dokuwiki puts the value in the key
224 $url->addQueryParameter($key, $value);
251 $value = $this->query[$key];
252 if ($value === null) {
255 return $value;
319 addQueryParameter(string $key, string $value = null) global() argument
841 addQueryParameterIfNotActualSameValue(string $key, string $value) global() argument
877 addQueryParameterIfNotPresent(string $key, string $value) global() argument
890 setQueryParameter(string $key, string $value) global() argument
[all...]
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php196 * @param string|string[] $value
199 function setHeader($name, $value) { argument
201 $this->headers[strtolower($name)] = [$name, (array)$value];
218 foreach ($headers as $name => $value) {
219 $this->setHeader($name, $value);
232 * @param string $value
235 function addHeader($name, $value) { argument
241 (array)$value
246 (array)$value
262 foreach ($headers as $name => $value) {
[all …]
/plugin/odt/ODT/styles/
H A DODTStyle.php69 abstract public function setProperty($property, $value); argument
159 … protected function setPropertyInternal($property, $odt_property, $value, $section, &$dest=NULL) { argument
160 if (isset($value)) {
163 'value' => $value,
167 'value' => $value,
196 $value = substr ($matches [0], strlen($field[0].'="'));
197 $value = trim ($value, '"<>');
198 $this->setPropertyInternal($property, $field[0], $value, $field[1], $properties);
219 foreach ($properties as $property => $value) {
221 …$this->setPropertyInternal($property, $fields[$property][0], $value, $fields[$property][1], $dest);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DIdenticalValueToken.php23 private $value; variable in Prophecy\\Argument\\Token\\IdenticalValueToken
30 * @param mixed $value
33 public function __construct($value, StringUtil $util = null) argument
35 $this->value = $value;
48 return $argument === $this->value ? 11 : false;
69 $this->string = sprintf('identical(%s)', $this->util->stringify($this->value));
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php74 public function setValue($value) { argument
76 if ($value instanceof \DateTime) {
77 $this->setDateTime($value);
79 parent::setValue($value);
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
107 $this->value = $value;
135 $value = $this->getValue();
304 $value = $this->getValue();
306 DateTimeParser::parseVCardDateTime($value);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php74 public function setValue($value) { argument
76 if ($value instanceof \DateTime) {
77 $this->setDateTime($value);
79 parent::setValue($value);
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
107 $this->value = $value;
135 $value = $this->getValue();
304 $value = $this->getValue();
306 DateTimeParser::parseVCardDateTime($value);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php74 public function setValue($value) { argument
76 if ($value instanceof \DateTime) {
77 $this->setDateTime($value);
79 parent::setValue($value);
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
107 $this->value = $value;
135 $value = $this->getValue();
304 $value = $this->getValue();
306 DateTimeParser::parseVCardDateTime($value);
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php53 $value = $valueOrCallBack();
55 $value = $valueOrCallBack;
57 if (!is_null($value)) {
58 $this->result[$propertyName] = [200, $value];
70 * @param mixed $value
74 function set($propertyName, $value, $status = null) { argument
77 $status = is_null($value) ? 404 : 200;
79 $this->result[$propertyName] = [$status, $value];

1...<<11121314151617181920>>...162