Home
last modified time | relevance | path

Searched refs:val (Results 626 – 650 of 887) sorted by relevance

1...<<21222324252627282930>>...36

/plugin/statistics/
H A Dadmin.php84 foreach($this->pages as $key => $val) {
85 if(is_array($val)) {
86 $this->allowedpages = array_merge($this->allowedpages, $val);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupForms.js462val: 'right', dispName: 'Right'}, {val: 'left', dispName: 'Left'}, {val: 'top', dispName: 'Top'}, …
465 enumList: [{val: 'merged', dispName: 'Merged'}, {val: 'normal', dispName: 'Normal'}]
468 …enumList: [{val: 'triangle', dispName: 'Triangle'}, {val: 'plusMinus', dispName: '+/-'}, {val: 'ar…
1174 enumList: [{val: 'basic', dispName: 'Basic'}, {val: 'fancy', dispName: 'Fancy'}]
1177 …enumList: [{val: 'triangle', dispName: 'Triangle'}, {val: 'circle', dispName: 'Circle'}, {val: 'ha…
H A DmxMockupText.js297 enumList:[{val: 'NW', dispName:'North-West'},
298 {val: 'NE', dispName:'North-East'},
299 {val: 'SE', dispName:'South-East'},
300 {val: 'SW', dispName:'South-West'}]},
302 enumList:[{val: 'line', dispName:'Line'},
303 {val: 'rect', dispName:'Rectangle'}]}
/plugin/exttab2/
H A Dsyntax.php206 $val = "([\"'`])(?:[^\\\\\"'`]|\\\\.)*\g{-1}";
208 $nattr = preg_match_all("/(\w+)\s*=\s*($val)/", $attr, $matches, PREG_SET_ORDER);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php227 foreach ((array) $value as $val) {
228 $headers .= "$name: $val\r\n";
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php1011 foreach ($entry as $key=>$val) {
1013 $val = $this->_wordWrap($val);
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
/plugin/ckgdoku/action/
H A Dmeta.php195 list($name, $val) = explode('=',$data[$i]);
199 $val = trim($val,' ;\'');
200 $result[$name] = $val;
/plugin/publistf/bib2tpl/lib/
H A DBibTex.php1011 foreach ($entry as $key=>$val) {
1013 $val = $this->_wordWrap($val);
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
/plugin/publist/bib2tpl/lib/
H A DBibTex.php1011 foreach ($entry as $key=>$val) {
1013 $val = $this->_wordWrap($val);
1016 $bibtex .= "\t".$key.' = {'.$val."},\n";
/plugin/ckgedit/action/
H A Dmeta.php223 list($name, $val) = explode('=',$data[$i]);
227 $val = trim($val,' ;\'');
228 $result[$name] = $val;
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/odtplus2dw/
H A Daction.php288 $val = substr( $output, 0, strpos( $output, '_' )+1 );
289 switch ($val) {
304 if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err : '.$err.'</p>';
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php718 $val = (int) $value;
719 if ($val < 1) {
723 $this->$key = $val;
/plugin/blogtng/helper/
H A Dcomments.php495 ->val($comment->$functionname());
508 ->val($comment->getText());
529 ->val(1)
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php176 foreach ($translatearray as $key => $val) {
177 $ar1 = str_replace($key, $val, $ar1);
178 $ar2 = str_replace($key, $val, $ar2);
632 foreach ($array2 as $key => $val) {
633 if (is_array($val) && isset($newarray[$key]) && is_array($newarray[$key])) {
634 $newarray[$key] = array_merge_clobber($newarray[$key], $val);
636 $newarray[$key] = $val;
649 foreach ($array2 as $key => $val) {
650 if (is_array($val) && isset($newarray[$key]) && is_array($newarray[$key])) {
651 $newarray[$key] = array_merge_noclobber($newarray[$key], $val);
[all …]
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php30 $this->assertEquals('Peaches', pq('option:selected', $select)->val());
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php30 $this->assertEquals('Peaches', pq('option:selected', $select)->val());
/plugin/keywords/action/
H A Dkeywords.php44 …ords', $this->getLang('updateKeywords'))->id('edit__updateKeywords')->addClass('nowrap')->val('1');
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php228 foreach($array as $val) {
229 $sortarray[] = $val[$sortby];
H A Dpseudo-cron-image.php271 foreach($array as $val) {
272 $sortarray[] = $val[$sortby];
/plugin/exttab3/
H A Dsyntax.php435 $val = "([\"'`])(?:[^\\\\\"'`]|\\\\.)*\g{-1}";
437 $nattr = preg_match_all("/(\w+)\s*=\s*($val)/", $attr, $matches, PREG_SET_ORDER);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DPageWriter.php225 foreach ($this->form->forms as $val) {
226 if ($val['page'] == $n) {
/plugin/a2s/
H A DASCIIToSVG.php1908 public function setOption($opt, $val) { argument
1921 $out .= "$opt=\"$val\" ";
2091 public function setOption($opt, $val) { argument
2092 $this->options[$opt] = $val;
2547 $out .= "$opt=\"$val\" ";
2690 foreach ($this->options as $opt => $val) {
2693 $alnk = $val;
2697 $out_p .= "$opt=\"$val\" ";
2768 public function setOption($opt, $val) { argument
2769 $this->options[$opt] = $val;
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js222 Psvg.prototype.arp=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_arp((x+xy[0])*abcobj.stv_g().scale,y-xy[1],val)} argument
223 Psvg.prototype.ltr=function(val,x,y){var xy=getorig();ps_flush();abcobj.out_ltr((x+xy[0])*abcobj.stv_g().scale,y-xy[1],val)} argument
226 Psvg.prototype.xyglv=function(val,x,y,gl){var xy=getorig();ps_flush();abcobj.out_deco_val((x+xy[0])*abcobj.stv_g().scale,y-xy[1],gl,val)} argument
253 if(de.has_val){script+=de.val+' '}else if(dd.str){script+='('+dd.str+') ';y+=dd.h*0.2}

1...<<21222324252627282930>>...36