Home
last modified time | relevance | path

Searched refs:val (Results 351 – 375 of 887) sorted by relevance

1...<<11121314151617181920>>...36

/plugin/bureaucracyau/helper/
H A Dfield.php375 foreach ($tpl as &$val) {
377 if (is_array($val)) continue;
380 preg_match_all('/@@([A-Z]+)(?:\|((?:[^@]|@$|@[^@])*))?@@/', $val, $pregs);
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/bureaucracy-au/helper/
H A Dfield.php375 foreach ($tpl as &$val) {
377 if (is_array($val)) continue;
380 preg_match_all('/@@([A-Z]+)(?:\|((?:[^@]|@$|@[^@])*))?@@/', $val, $pregs);
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/langdelete/
H A Dadmin.php294 foreach ($langs as $val) {
296 $enabled = is_null($keep) || in_array ($val, $keep);
298 echo '<li val="'.$val.'"'
302 echo $val;
304 echo '<del>'.$val.'</del>';
/plugin/bureaucracy/helper/
H A Dfield.php375 foreach ($tpl as &$val) {
377 if (is_array($val)) continue;
380 preg_match_all('/@@([A-Z]+)(?:\|((?:[^@]|@$|@[^@])*))?@@/', $val, $pregs);
405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs625 case '[s]': case '[ss]': out = ((val.D*24+val.H)*60+val.M)*60+Math.round(val.S+val.u); break;
718 if(val < 2147483647 && val > -2147483648) return ""+(val >= 0 ? (val|0) : (val-1|0));
7166 cell.val = val;
8804 s[val[0].r][val[0].c] = val[1];
8837 s[val[0].r][val[0].c] = val[1];
11239 styles.NumberFmt[val[0]] = val[1]; SSF__load(val[1], val[0]);
13741 if((val | 0) == val && val < Math.pow(2,16) && val >= 0) {
16455 if(val.hpt) val.hpx = pt2px(val.hpt);
16545 if(val.loc) val.Target += "#"+val.loc;
19519 temp_val = ({ixfe: val.ixfe, XF: XFs[val.ixfe], v:val.val, t:val.t}/*:any*/);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php260 * @param string $val
263 public function setRawMimeDirValue($val) { argument
265 $this->setValue($val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php260 * @param string $val
263 public function setRawMimeDirValue($val) { argument
265 $this->setValue($val);
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDateAndOrTime.php260 * @param string $val
263 public function setRawMimeDirValue($val) { argument
265 $this->setValue($val);
/plugin/jalbum/syntax/
H A Djalbumbadge.php170 list ($match, $key, $val) = $kvpair;
172 if ( isset ($thumb[$key]))$thumb[$key] = $val;
/plugin/searchindex/
H A Dajax.php48 foreach ($data as $val) {
49 print $val['id']."\n";
/plugin/xcom/
H A Daction.php60 foreach($site as $item=>$val) {
61 $JSINFO['xcom_sites'][$name][$item] = $val;
/plugin/ckgedit/scripts/
H A Dmediamgr.js22 var valu = jQuery("#dw__mediasearch input[type='text").val();
31 jQuery("form[action]").each(function(index, val){ argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-logging-1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/photowidget/
H A Dsyntax.php132 list($match,$key,$val) = $kvpair;
134 if (isset($gmap[$key])) $gmap[$key] = $val;
/plugin/new_page_dialog/
H A Dhelper.php70 while (list($key, $val) = each($params)) {
72 $url .= htmlspecialchars($val.'&');
/plugin/npd/
H A Dhelper.php76 while (list($key, $val) = each($params)) {
78 $url .= htmlspecialchars($val.'&');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php121 foreach ($this->getValue() as $val) {
124 $writer->writeElement($val);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DSupportedReportSet.php121 foreach ($this->getValue() as $val) {
124 $writer->writeElement($val);
/plugin/farmsync/meta/
H A DPageConflict.php49 $form->addTextarea('editarea')->val($this->getFinalText());
56 $form->addTextarea('backup')->val($this->getFinalText())->attr("style", "display:none;");
/plugin/sketchcanvas/script/
H A Dnewfigure.js16 function addField(name, val) { argument
19 pos_field.value = val;
/plugin/backlinks2/_test/
H A Dsyntax_exclude.test.php55 foreach ($data as $val) {
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include.test.php55 foreach ($data as $val) {
56 idx_addPage($val['id'], $verbose, $force);
H A Dsyntax_include_deep.test.php55 foreach ($data as $val) {
56 idx_addPage($val['id'], $verbose, $force);
/plugin/move/script/
H A Drename.js26 const newid = $dialog.find('input[name=id]').val();
84 $dialog.find('input[name=id]').val(JSINFO.id);
120 if ($select.val() !== 'plugin_move') return;
124 $select.val('');
/plugin/edittable/script/
H A Dnewtable.js26 function addField(name, val) { argument
29 pos_field.value = val;

1...<<11121314151617181920>>...36