Home
last modified time | relevance | path

Searched refs:value (Results 376 – 400 of 4040) sorted by relevance

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

/plugin/davcal/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];
/plugin/autlogin/
H A Dscript.js73 ajax.setVar('current_ns', encodeURIComponent(frm.elements['ns'].value));
74 ajax.setVar('current_id', encodeURIComponent(frm.elements['id'].value));
100 frm.elements['ns'].value = '';
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
103 frm.elements['ns'].value = acl.hsc(acl.parseatt(e.target.search)['ns']);
104 frm.elements['id'].value = '';
108 frm2.elements['ns'].value = '';
109 frm2.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
112 frm2.elements['id'].value = '';
116 frm3.elements['ns'].value = '';
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php47 foreach ($message['headers'] as $name => $value) {
49 $result = array_merge($result, $value);
58 * Gets a header value from a message as a string or null
62 * using commas into a single string return value.
76 * Returns the first header value from a message as a string or null. If
78 * function will return the first value in the list.
83 * @return string|null Returns the value as a string if found.
88 foreach ($message['headers'] as $name => $value) {
90 // Return the match itself if it is a single value.
91 $pos = strpos($value[
172 setHeader(array $message, $header, array $value) global() argument
354 getDebugResource($value = null) global() argument
[all...]
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js89 if (_.isFunction(value)) return optimizeCb(value, context, argCount);
90 if (_.isObject(value)) return _.matcher(value);
227 if (predicate(value, index, list)) results.push(value);
378 value: value,
445 (predicate(value, key, obj) ? pass : fail).push(value);
494 if (isArrayLike(value) && (_.isArray(value) || _.isArguments(value))) {
496 if (!shallow) value = flatten(value, shallow, strict);
533 computed = iteratee ? iteratee(value, i, array) : value;
1037 if (iteratee(value, key, obj)) result[key] = value;
1283 return value;
[all …]
/plugin/cacherevisionseraser/
H A Dadmin.php173 ptln('<input type="hidden" name="do" value="admin" />');
174 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
175 ptln('<input type="hidden" name="cmd" value="main" />');
200 ptln('<input type="hidden" name="do" value="admin" />');
201 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
202 ptln('<input type="hidden" name="cmd" value="main" />');
212 ptln('<input type="hidden" name="do" value="admin" />');
213 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
214 ptln('<input type="hidden" name="cmd" value="erasecache" />');
271 ptln('<input type="hidden" name="do" value="admin" />');
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.parse.properties.php18 $string = parse_css_properties_value($string, $value);
24 $property =& CSSPropertyDeclaration::create($code, $value, $pipeline);
47 function parse_css_properties_value($string, &$value) { argument
51 $value = '';
58 $value .= $new_value;
63 $value .= $matches[1];
71 $value .= trim($matches[1]);
77 $value = $value.trim($string);
/plugin/txtconf/
H A Dconfig0.class.php140 $value = strtr($value, array('\\\\'=>'\\','\\\''=>'\'','\\"'=>'"'));
142 $config[$key] = $value;
197 foreach($conf as $key => $value) {
198 if (!is_array($value)) {
199 $out[$prefix.$key] = $value;
237 foreach ($meta as $key => $value){
297 $this->$property = $value;
338 $value = '';
342 $value = $this->_protected;
346 $value = $this->_input;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Helpers/
H A DDataHelper.php24 …* @param string|int|float $value The value to check. Regardless of type, it is coerced into a stri…
28 public static function checkForEmptyValue($value) argument
30 $value = trim($value);
32 if ($value === '') {
36 return $value;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php55 $this->value =& $css->value;
103 function value() function in csstidy_optimise
119 if($this->value != $this->compress_important($this->value))
216 * @param string $value
221 function shorthand($value) argument
229 else $values = $value;
268 return $value;
480 * @param string $value
497 $value = csstidy::gvw_important($value);
605 if(isset($array[$value[0]]) && isset($array[$value[1]])
[all …]
/plugin/refnotes/
H A Dadmin.js23 set(value) {
24 super.set(value.getName(), value);
32 function appendOption(value) {
34 .html(value)
35 .val(value)
36 .prop('sorting', value.replace(/:/g, '-').replace(/(-\w+)$/, '-$1'))
50 this.insertValue = function (value) {
51 appendOption(value);
54 return list.children('[value
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Stub/
H A DReturn.php20 protected $value; variable in PHPUnit_Framework_MockObject_Stub_Return
22 public function __construct($value) argument
24 $this->value = $value;
29 return $this->value;
38 $exporter->export($this->value)
/plugin/gtime/gtlib/asn1/
H A DASN1IA5String.php37 * @param string $value the value
40 protected function setValue($value) { argument
42 for ($i = 0; $i < strlen($value); $i++) {
43 $byte = ord($value{$i});
51 $this->value = $value;
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DCdata.php27 protected $value; variable in Sabre\\Xml\\Element\\Cdata
32 * @param string $value
34 function __construct($value) argument
36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/icalevents/vendor/sabre/xml/lib/Element/
H A DCdata.php27 protected $value; variable in Sabre\\Xml\\Element\\Cdata
32 * @param string $value
34 function __construct($value) argument
36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/davcal/vendor/sabre/xml/lib/Element/
H A DCdata.php27 protected $value; variable in Sabre\\Xml\\Element\\Cdata
32 * @param string $value
34 function __construct($value) argument
36 $this->value = $value;
60 $writer->writeCData($this->value);
/plugin/zip/pear/MIME/Type/
H A DParameter.php41 var $value; variable in MIME_Type_Parameter
74 $this->value = $this->getValue($param);
105 $value = $tmp[1];
107 $cs = strpos($value, '(');
108 $value = substr($value, 0, $cs);
110 return trim($value, '" ');
155 $val = $this->name.'="'.$this->value.'"';
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php123 * @param integer $value
125 public function setColumnSpan($value) { argument
126 $this->colspan = $value;
141 * @param integer $value
143 public function setRowSpan($value) { argument
144 $this->rowspan = $value;
159 * @param string $value
161 public function setValueType($value) { argument
162 $this->value_type = $value;
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php42 * @param string $value value of entry
47 protected function getImageFilename($key, $value, $upload_name, $upload_extension) { argument
48 $extension_position = strrpos($value, '.');
50 $filename = substr($value, 0, $extension_position);
52 $filename = $value;
74 * @param string $value
77 protected function updateValue($key, $value) { argument
83 if($confkey == $key && $confvalue != $value) {
84 $config['local'][$confkey] = $value;
/plugin/webdav/vendor/sabre/xml/lib/
H A DWriter.php95 * @param mixed $value
98 function write($value) { argument
100 Serializer\standardSerializer($this, $value);
213 foreach ($attributes as $name => $value) {
214 $this->writeAttribute($name, $value);
227 * @param string $value
230 function writeAttribute($name, $value) { argument
243 $value
255 $value
261 return parent::writeAttribute($name, $value);
/plugin/components/lib/
H A Dajax.php116 $value = $INPUT->param($var);
117 if (is_array($value)) $type = 'array';
118 else if (is_string($value)) {
120 $value = $json->decode($value);
121 $type = is_array($value) ? 'array' : NULL;
124 else if (is_integer($value)) $type = 'int';
125 else if (is_float($value)) $type = 'float';
126 else if (is_bool($value)) $type = 'bool';
131 $vars[$var] = $value;
/plugin/icalevents/vendor/sabre/xml/lib/
H A DWriter.php95 * @param mixed $value
98 function write($value) { argument
100 Serializer\standardSerializer($this, $value);
213 foreach ($attributes as $name => $value) {
214 $this->writeAttribute($name, $value);
227 * @param string $value
230 function writeAttribute($name, $value) { argument
243 $value
255 $value
261 return parent::writeAttribute($name, $value);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php79 * Get the value of the extended response.
116 $value = $this->responseValue;
117 if ($value instanceof AbstractType) {
118 $value = $encoder->encode($value);
119 } elseif ($value instanceof ProtocolElementInterface) {
120 $value = $encoder->encode($value->toAsn1());
122 $asn1->addChild(Asn1::context(11, Asn1::octetString($value)));
170 throw new ProtocolException('The received control is malformed. Unable to get the encoded value
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DCookie.php21 * @param string $value The cookie value; may not be null.
23 public function __construct($name, $value) argument
26 $this->validateCookieValue($value);
29 $this->cookie['value'] = $value;
33 * @param array $cookieArray The cookie fields; must contain name and value.
41 if (!isset($cookieArray['value'])) {
42 throw new InvalidArgumentException('Cookie value should be set');
44 $cookie = new self($cookieArray['name'], $cookieArray['value']);
236 offsetSet($offset, $value) global() argument
272 validateCookieValue($value) global() argument
[all...]
/plugin/encryptedpasswords/script/
H A DEditorHandling.js29 const prefix = form.prefix.value;
30 const suffix = form.suffix.value;
31 const text = form.wikitext.value;
53 form.prefix.value = await this.decryptSyntax(prefix, passphrase);
54 form.suffix.value = await this.decryptSyntax(suffix, passphrase);
55 form.wikitext.value = await this.decryptSyntax(text, passphrase);
95 const prefix = e.target.form.prefix.value;
96 const suffix = e.target.form.suffix.value;
97 const text = e.target.form.wikitext.value;
122 e.target.form.prefix.value
[all...]
/plugin/directions/syntax/
H A Dcommon.php102 foreach ($data as $key=>$value) {
108 $graph[$index] = $value;
109 $fanOut[$page2] = $value;
113 $graph[$index] = $value;
114 $fanIn[$page1] = $value;
154 foreach ($data as $key=>$value) {
167 $output .= $value;
203 foreach ($fanIn as $key=>$value) {
221 foreach ($fanOut as $key=>$value) {
242 foreach ($fanIn as $key=>$value) {
[all …]

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