Home
last modified time | relevance | path

Searched refs:value (Results 401 – 425 of 4040) sorted by relevance

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

/plugin/davcal/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'];
155 foreach ($this->fieldMap as $key => $value) {
156 if ($row[$value['dbField']]) {
188 foreach ($properties as $key => $value) {
197 $values[$dbField] = $value;
252 $values[] = '%' . $value . '%';
[all …]
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php195 $value = $data[$name] ?? null;
202 if ($value !== null && $value !== "") {
203 return $value;
220 * @param string|array $value
224 public function setFromPersistentName(string $name, $value, $default = null): MetadataDokuWikiStore argument
227 if (is_bool($value) && $oldValue !== null) {
230 if ($oldValue !== $value) {
240 * Also don't change the type of the value to a string
242 * between true and a string and will not persist the value
386 setGlobalCacheIfAny(string $name, $value) global() argument
[all...]
/plugin/icons/syntax/
H A Dicon.php221 foreach ($things as $property => $value) {
222 $result .= "$property:$value;";
274 $this->flags[$flag] = $value;
280 $this->flags[$flag] = (int) $value;
312 $this->styles['padding'] = $value;
320 $this->styles['color'] = $value;
324 $this->classes[] = $value;
330 $this->classes[] = "media$value";
333 if ($value == 'center') {
337 $this->styles['float'] = $value;
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DSettings.js37 if (value == null)
39 value = mxSettings.getDefaults();
43 value = JSON.parse(value);
46 value.ui = ui;
48 delete value.isNew;
191 setCreateTarget: function(value) argument
199 setPageFormat: function(value) argument
207 setUnit: function(value) argument
215 setRulerOn: function(value) argument
278 parse: function(value) argument
[all …]
/plugin/qstat/
H A Dsyntax.php252 if ($value == '68')
254 elseif ($value == '69')
256 elseif ($value == '70')
258 elseif ($value == '71')
266 if ($value == 0)
268 elseif ($value == 3)
270 elseif ($value == 4)
275 $str = "<p>$key: $value</p>";
297 foreach ($mod as $key => $value) {
300 $str .= '<img src="'.$imgpath.$value['img'].'" title="'.$value['desc'].'"/>';
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php233 foreach($values as $value)
235 $pos = strpos($oldString, $value);
248 $value = trim(array_shift($values));
249 $rev = strrev($value);
252 $value = rtrim($value, ",");
253 if(!$value)
260 $value = trim($value);
261 $this->entries[$this->count][$key] = $value;
411 foreach($this->preamble as $value)
421 foreach($this->strings as $value)
[all …]
/plugin/struct/meta/
H A DAccessTable.php33 * @var string Name of single-value table
38 * @var string Name of multi-value table
43 * @var array Column names for the single-value insert/update
48 * @var array Input values for the single-value insert/update
53 * @var array Input values for the multi-value inserts/updates
193 * We differentiate between single-value-column and multi-value-column by the value to the respective column-name,
196 * @param array $data typelabel => value for single fields or typelabel => array(value, valu
[all...]
/plugin/runcommand/
H A Dsyntax.php307 $this->debug("RENDER:FORMBUTTON:".$name."=".$value,3);
327 $this->debug("RENDER:FORMHIDDEN:".$name."=".$value,3);
337 $this->debug("RENDER:FORMTEXTBOX:".$name."=".$value,3);
352 $this->debug("RENDER:FORMLISTBOX:".$name."=".$value,3);
354 foreach($value as $listObj){
387 foreach($value as $listObj) {
412 $this->debug("RENDER:FORMSLIDER:".$name."=".$value,3);
425 function renderJQuerySpinner($name, $min, $max, $value) { argument
436 $this->debug("RENDER:FORMSPINNER:".$name."=".$value,3);
459 function renderFormDate($name, $label, $flags, $value) { argument
[all …]
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc21 // gets empty value.
30 // property, set the empty value for a field.
39 // when setup returns some value. Otherwise, a *default* value
106 var value = this.getValue();
108 if ( value ) {
109 selectedCell.setStyle( 'text-align', value );
153 var value = parseInt( this.getValue(), 10 );
154 if ( value && value != 1 )
172 var value = parseInt( this.getValue(), 10 );
173 if ( value && value != 1 )
[all …]
/plugin/strata/lib/
H A Dstrata_type.php19 * Renders the value.
24 * @param value string the value to render (this should be a normalized value)
28 function render($mode, &$renderer, &$triples, $value, $hint) { argument
29 $renderer->cdata($value);
34 * Normalizes the given value
36 * @param value string the value to normalize
38 * @return the normalized value
40 normalize($value, $hint) global() argument
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php40 return $this->value;
72 * @param array $value
74 public function setXmlValue(array $value) argument
76 $value = array_map('intval', $value);
77 parent::setXmlValue($value);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DIntegerValue.php43 return $this->value;
78 * @param array $value
82 function setXmlValue(array $value) { argument
84 $value = array_map('intval', $value);
85 parent::setXmlValue($value);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlTrait.php51 * @param null|string $value
54 protected static function encode(?string $value): string
59 (string) $value
66 * @param string $value
69 protected static function decode(string $value): string
74 $value
46 encode(string $value) global() argument
61 decode(string $value) global() argument
/plugin/bahnde/
H A Dscript.js6 …boardType=dep&productsFilter=0&distance=0&start=click&input=" + document.getElementById("S").value;
7 … = "Klicken, um den aktuellen Fahrplan von " + document.getElementById("S").value + " anzuzeigen.";
12 var s_val = document.getElementById("S").value;
13 var z_val = document.getElementById("Z").value;
14 document.getElementById("S").value = z_val;
15 document.getElementById("Z").value = s_val;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DAttribute.php27 public function addValue($value) argument
29 array_push($this->values, DataHelper::checkForEmptyValue($value));
36 foreach ($values as $value) {
37 $this->addValue($value);
60 foreach ($this->values as $value) {
61 $valueElem = XMLHelper::createElementWithText($document, 'value', $value);
75 foreach ($this->values as $value) {
76 $encoded .= sprintf('%s=%s&', urlencode($this->key), urlencode($value));
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.declaration.php22 function set_important($value) { argument
23 $this->_important = $value;
26 function set_value(&$value) { argument
27 $this->_value =& $value;
30 function &create($code, $value, $pipeline) { argument
40 if (preg_match("/^(.*)!\s*important\s*$/", $value, $matches)) {
41 $value = $matches[1];
47 $declaration->_value = $handler->parse($value, $pipeline);
H A Dcss.letter-spacing.inc.php17 function parse($value) { argument
18 $value = trim($value);
20 if ($value === 'inherit') {
24 if ($value === 'normal') {
28 return Value::fromString($value);
H A Dcss.word-spacing.inc.php17 function parse($value) { argument
18 $value = trim($value);
20 if ($value === 'inherit') {
24 if ($value === 'normal') {
28 return Value::fromString($value);
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php160 * @param int|string $value
164 public function castToDateTime($value) argument
166 if (is_int($value)) {
168 $dt->setTimestamp($value);
170 $dt = new \DateTime($value);
179 * @param string $value
183 public function castToBirthday($value) argument
185 return new Birthday($value);
/plugin/mantis/lib/
H A Dclass.soap_val.php38 var $value; variable in soapval
66 * @param mixed $value optional value
72 …function soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attribute… argument
76 $this->value = $value;
90 …return $this->serialize_val($this->value, $this->name, $this->type, $this->element_ns, $this->type…
100 return $this->value;
/plugin/combo/ComboStrap/
H A DMetadataFormDataStore.php35 $value = null;
39 $value[$childrenObject::getPersistentName()] = $childrenValue;
42 if ($value !== null) {
43 return $value;
51 $value = $this->data[$metadata::getName()] ?? null;
52 if ($value !== null) {
53 return $value;
/plugin/struct/types/
H A DWiki.php8 * @param int|string $value
13 public function renderValue($value, \Doku_Renderer $R, $mode) argument
16 $R->doc .= $value;
20 $value = $this->config['prefix'] . $value . $this->config['postfix'];
21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php98 function ($value) use ($request, $options) {
99 $this->invokeStats($request, $options, $value);
101 call_user_func($this->onFulfilled, $value);
104 $contents = (string) $value->getBody();
116 return $value;
134 foreach (func_get_args() as $value) {
135 if ($value instanceof ResponseInterface
136 || $value instanceof \Exception
137 || $value instanceof PromiseInterface
138 || is_callable($value)
[all …]
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php138 * @param mixed $value
141 function fulfill($value = null) { argument
146 $this->value = $value;
166 $this->value = $reason;
204 return $this->value;
208 $reason = $this->value;
239 protected $value = null; variable in Sabre\\Event\\Promise
263 $result = $callBack($this->value);
282 $subPromise->fulfill($this->value);
284 $subPromise->reject($this->value);
/plugin/webdav/vendor/sabre/xml/lib/Element/
H A DBase.php25 protected $value; variable in Sabre\\Xml\\Element\\Base
30 * @param mixed $value
32 function __construct($value = null) { argument
34 $this->value = $value;
59 $writer->write($this->value);

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