Home
last modified time | relevance | path

Searched refs:value (Results 176 – 200 of 4040) sorted by last modified time

12345678910>>...162

/plugin/xlsx2dw/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
76 foreach ($meta as $key => $value) {
/plugin/gallery/action/
H A Dprosemirror.php90 foreach ($attrs as $name => $value) {
91 $node->attr($name, $value);
/plugin/gallery/script/
H A Dprosemirror.js30 * Get the fields for the key value form with values
41 value: attrs['namespace'],
49 value: attrs['thumbnailsize'],
57 value: attrs['imagesize'],
63 value: '1',
70 value: attrs['filter'],
76 value: '1',
83 value: '1',
90 value: '1',
97 value
[all...]
/plugin/dev/skel/_test/
H A DGeneralTest.php67 foreach ($conf as $key => $value) {
75 foreach ($meta as $key => $value) {
/plugin/dev/
H A DLangProcessor.php43 foreach ($drop as $key => $value) {
44 if (is_array($value)) {
45 foreach ($value as $subkey => $subvalue) {
66 foreach ($drop as $key => $value) {
H A Dcli.php168 * Interactively ask for a value from the user
171 * @param bool $cache cache given value for next time?
176 $value = '';
183 while ($value === '') {
189 $value = trim(fgets($fh));
192 if ($value === '') $value = $default;
196 file_put_contents($cachename, $value);
199 return $value;
/plugin/authwordpress/
H A Dclass-phpass.php93 $value = ord($input[$i++]);
94 $output .= $this->itoa64[$value & 0x3f];
96 $value |= ord($input[$i]) << 8;
97 $output .= $this->itoa64[($value >> 6) & 0x3f];
101 $value |= ord($input[$i]) << 16;
102 $output .= $this->itoa64[($value >> 12) & 0x3f];
105 $output .= $this->itoa64[($value >> 18) & 0x3f];
170 # maximum valid value is (2**24 - 1) which is odd anyway.
H A Dauth.php338 foreach ($filter as $field => $value) {
340 $this->filter[$field] = '/' . str_replace('/', '\/', $value) . '/ui';
/plugin/structtasks/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
76 foreach ($meta as $key => $value) {
/plugin/button/
H A Dsyntax.php111 protected function setStyle($name, $value)
114 $this->styles[$ID][$name] = $value;
169 protected function setTarget($name, $value)
172 $this->targets[$ID][$name] = $value;
348 $resolveid = $id; // To prevent resolve_pageid to change $id value
83 setStyle($name, $value) global() argument
132 setTarget($name, $value) global() argument
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php183 foreach ($options as $option => $value) {
184 $test = $this->setOption($option, $value);
211 * @param mixed $value value for the option
214 public function setOption($option, $value) argument
218 $this->_options[$option] = $value;
479 * @param callable $stringCallback Will be called with two arguments (key, value) for @string entries
516 $stringCallback = fn($key, $value) => $this->_strings[$key] = $value;
517 $bibItemCallback = fn($key, $value)
1209 _removeCurlyBraces($value) global() argument
[all...]
H A Dbibtexrender.php288 foreach ($ref as $key => $value) {
289 $normalizedRef[strtoupper($key)] = $value;
293 // Replace each language string ($this->_langStrings) pattern '@placeholder@' with respective value
297 // Replace each field pattern '{...@FIELDNAME@...}' with respective value from bib data
533 * @return Boolean value
/plugin/imapmarkers/
H A Djquery.imagemapster.js1161 if (!u.isBool(m.hasCanvas.value)) {
1164 return m.hasCanvas.value;
1168 if (!u.isBool(m.hasVml.value)) {
1193 m.hasVml.value = hasVml();
1196 return m.hasVml.value;
2760 a = a.value;
2761 b = b.value;
2929 function addAreaData(key, value) {
3006 dataItem.value = group_value;
3289 m.AreaData = function (owner, key, value) { argument
[all …]
H A DREADME.md101 **"marker-width"**: (positive number) -- Set the markers width to this value.
105 **"marker-height"**: (positive number) -- Set the markers height to this value.
109 **"marker-color"**: (string) ```"HTML-COLOR"``` -- Set the internal markers color to this value.
122 The value must between 0 and 1.
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php802 $value = strtolower($value);
807 return ($value === $pattern);
809 return ($value !== $pattern);
1008 function __set($name, $value) { argument
1029 $this->attr[$name] = $value;
1306 $this->__set($name, $value);
2126 $value = $this->restore_noise($value);
2130 $value = str_replace("\r", '', $value);
2131 $value = str_replace("\n", '', $value);
2136 $value = trim($value);
[all …]
H A Dmap.php132 foreach ($a_coords as $key => $value) {
133 $a_coords[$key] = intval(trim(strval($value)));
279 foreach ($this->a_areas[$this->nr_imagemap_render] as $value) {
280 list($state, $match_type, $is_correct, $err_msg) = $value;
288 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
306 foreach ($this->a_areas[$this->nr_imagemap_render] as $key => $value) {
307 … list($state, $match_type, $is_correct, $err_msg, $link, $loc_id, $text, $a_coords) = $value;
317 foreach ($this->a_cfg[$this->nr_imagemap_render] as $value) {
318 list($state, $match_type, $is_correct, $err_msg) = $value;
325 foreach ($this->a_cfg[$this->nr_imagemap_render] as $key => $value) {
[all …]
/plugin/imapmarkers/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
76 foreach ($meta as $key => $value) {
/plugin/recommend/
H A Dscript.js103 let terms = commasplit( this.value );
107 terms.push( ui.item.value );
110 this.value = terms.join( ", " );
/plugin/translation/_test/
H A DGeneralTest.php68 foreach ($conf as $key => $value) {
76 foreach ($meta as $key => $value) {
/plugin/todo/syntax/
H A Dtodo.php214 @list($key, $value) = explode(':', $option, 2);
217 if(in_array($value, array('user', 'real', 'none'))) {
218 $data['username'] = $value;
225 if(date('Y-m-d', strtotime($value)) == $value) {
226 $data['start'] = new DateTime($value);
230 if(date('Y-m-d', strtotime($value)) == $value) {
231 $data['due'] = new DateTime($value);
235 if(in_array($value, arra
414 _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) global() argument
[all...]
H A Dlist.php72 @list($key, $value) = explode(':', $option, 2);
75 if(in_array($value, array('id', 'firstheader', 'none'))) {
76 $data['header'] = $value;
80 if(in_array($value, $allowedvalues)) {
81 $data['short'] = ($value == 'yes');
85 if(in_array($value, $allowedvalues)) {
86 $data['showdate'] = ($value == 'yes');
90 if(in_array($value, $allowedvalues)) {
91 $data['checkbox'] = ($value == 'yes');
95 if(in_array($value,
[all...]
/plugin/bureaucracy/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
58 $value = (in_array($value, $entries) ? $value : null);
59 $valueoffieldwithid = ($value !== null ? $value : current($entries));
69 if($value === $val) {
H A Dfieldsubject.php28 * @param string $value null
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php56 * @param string $value The passed value
62 public function handle_post($value, &$fields, $index, $formid) { argument
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) {

12345678910>>...162