Home
last modified time | relevance | path

Searched refs:val (Results 226 – 250 of 887) sorted by relevance

12345678910>>...36

/plugin/fetchmedia/
H A Dadmin.php38 …>addRadioButton('mediatypes', $this->getLang('label: common media only'))->val('common')->attr('re…
39 …rm->addRadioButton('mediatypes', $this->getLang('label: windows shares'))->val('windows-shares')->…
40 …$radioAll = $form->addRadioButton('mediatypes', $this->getLang('label: all media'))->val('all')->a…
/plugin/xcom/
H A Dremote.php356 foreach ($ar As $key=>$val) {
357 if(!empty($val)) {
361 $val = date("r", $val);
364 $val = $types[$val];
368 if(empty($val)) {
369 $retv .= "<tr><td $border>$key:</td><td>$val</td></tr>\n";
371 else $retv .= "<tr><td $border>$key:</td><td>$val</td></tr>\n";
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php37 * @param string $val
40 public function setRawMimeDirValue($val) { argument
42 $this->setValue(explode($this->delimiter, $val));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php37 * @param string $val
40 public function setRawMimeDirValue($val) { argument
42 $this->setValue(explode($this->delimiter, $val));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php37 * @param string $val
40 public function setRawMimeDirValue($val) { argument
42 $this->setValue(explode($this->delimiter, $val));
/plugin/struct/script/
H A DInlineEditor.js25 $form.append(jQuery('<input type="hidden" name="pid">').val(pid));
26 $form.append(jQuery('<input type="hidden" name="rid">').val(rid));
27 $form.append(jQuery('<input type="hidden" name="rev">').val(rev));
28 $form.append(jQuery('<input type="hidden" name="field">').val(field));
H A Dfunctions.js31 * @param {string} val
34 function split(val) { argument
35 return val.split(/,\s*/);
70 jQuery(document.getElementById(edid)).val(mediaid).change();
H A DEntryEditor.js34 $dtInput.val($dtInput.val().replace('T', ' '));
46 $input.val(date);
110 if (jQuery(this).val() == '') return;
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DBase.php249 foreach ($context as $key => $val) {
251 if (!is_array($val) && (!is_object($val) || method_exists($val, '__toString'))) {
252 $replace['{' . $key . '}'] = $val;
/plugin/structcondstyle/
H A Daction.php75 $val = trim($data['val']);
85 if(!preg_match('/\s*[a-zA-z]+\s*.+\s*[a-zA-z0-9]+\s*\?\s*".+"\s*:\s*.+"/',$val)){
86 msg("condstyle: $val is not correct", -1);
91 $condition = preg_split("/\s*\?\s*/",$val,2)[0];
92 $styles = preg_split("/\s*\?\s*/",$val,2)[1];
107 msg("condstyle: unknown operator ($val)", -1);
/plugin/dataloop/syntax/
H A Droll.php150 $val = trim($matches[3]);
151 $val = sqlite_escape_string($val); //pre escape
157 $val = str_replace('*','%',$val);
161 'value' => $val,
354 list($col,$val) = split(':',$_GET['dataflt'],2);
361 $where .= ' AND '.$tables[$col].".value = '".sqlite_escape_string($val)."'";
H A Dtextloop.php159 $val = trim($matches[3]);
160 $val = sqlite_escape_string($val); //pre escape
166 $val = str_replace('*','%',$val);
170 'value' => $val,
394 list($col,$val) = split(':',$_GET['dataflt'],2);
401 $where .= ' AND '.$tables[$col].".value = '".sqlite_escape_string($val)."'";
/plugin/pycode/
H A Dsyntax.php513 foreach ($tree as $key => $val) {
515 list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "c", $val[1]);
517 $brief = $this->mpp->_get_docstr($code, $val[1], "c");
521 … list($code, $sl, $el) = $this->mpp->_get_code($loc_url, "f", $val[1], $tree[0][1]);
523 $brief = $this->mpp->_get_docstr($code, $val[1], "f");
575 foreach ($tree as $key => $val) {
581 if ($val[2] == 1) {
584 elseif ($val[2] == 2) {
587 $renderer->internallink($namespace . ":" . $val[1], $val[0]);
588 if ($val[2] == 1) {
[all …]
H A Dmethod.php254 foreach ($docstr as $key => $val) {
255 $docstr[$key] = substr_replace($val, "", 0, $ind);
521 foreach ($names as $key => $val) {
526 foreach ($names as $key => $val) {
533 foreach ($parms as $key => $val) {
538 foreach ($parms as $key => $val) {
543 foreach ($tree_old as $key => $val) {
544 if ($val[1] != $name) {
545 $codes[$key] = $val[1];
548 foreach ($codes as $key => $val) {
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php873 $val = $propFind->get('{http://sabredav.org/ns}sync-token');
874 if ($val) return $val;
876 $val = $propFind->get('{DAV:}sync-token');
877 if ($val && is_scalar($val)) {
878 return $val;
880 if ($val && $val instanceof Xml\Property\Href) {
881 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
895 $val = $result['{DAV:}sync-token'];
896 if (is_scalar($val)) {
897 return $val;
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php875 $val = $propFind->get('{http://sabredav.org/ns}sync-token');
876 if ($val) return $val;
878 $val = $propFind->get('{DAV:}sync-token');
879 if ($val && is_scalar($val)) {
880 return $val;
882 if ($val && $val instanceof Xml\Property\Href) {
883 return substr($val->getHref(), strlen(Sync\Plugin::SYNCTOKEN_PREFIX));
897 $val = $result['{DAV:}sync-token'];
898 if (is_scalar($val)) {
899 return $val;
[all …]
/plugin/webdav/core/
H A DUtils.php216 foreach ($context as $key => $val) {
218 if (!is_array($val) && (!is_object($val) || method_exists($val, '__toString'))) {
219 $replace['{' . $key . '}'] = $val;
/plugin/authgoogle/google/
H A DGoogle_Client.php140 foreach ($this->services as $key => $val) {
141 if (isset($val['scope'])) {
142 if (is_array($val['scope'])) {
143 $scopes = array_merge($val['scope'], $scopes);
145 $scopes[] = $val['scope'];
/plugin/encryptedpasswords/script/
H A DGUI.js50 const pass = $dialog.find("input[name='pass']").val();
51 if (repeat && pass !== $dialog.find("input[name='repeat']").val()) {
57 resolve($dialog.find("input[name='pass']").val());
65 $dialog.find("input[name='pass']").val('');
66 $dialog.find("input[name='repeat']").val('');
/plugin/fedauth/classes/
H A Dfa_provider.class.php136 foreach ($this->data as $key => $val) {
139 $key, is_numeric($val) ? $val : "'" . $val . "'");
H A Dfa_providerlist.class.php175 foreach($this->order_large as $key => $val) {
176 $ret[$val] = $this->providers[$val];
188 foreach($this->order_small as $key => $val) {
189 $ret[$val] = $this->providers[$val];
/plugin/tagging/
H A Dscript.js24 var len = $input.val().length;
59 $form.find('textarea').val(response.tags_edit_value);
96 function split(val) { argument
97 return val.split(/,\s*/);
/plugin/datapopup/
H A Daction.php57 $val = $this->_getFields($link, $name);
58 if($val != "")
66 echo hsc($val);
/plugin/zip/pear/MIME/Type/
H A DParameter.php155 $val = $this->name.'="'.$this->value.'"';
157 $val .= ' ('.$this->comment.')';
159 return $val;
/plugin/ireadit/action/
H A Dmigration.php69 foreach($data as $val) {
71 $wikiFN = wikiFN($val['id']);
76 $cachefile = new CacheRenderer($val['id'], wikiFN($val['id']), 'metadata');
78 p_get_metadata($val['id'], 'plugin_ireadit=0.2'); // render metadata
79 idx_addPage($val['id'], false, true); // regenerate index for the plugin

12345678910>>...36