Home
last modified time | relevance | path

Searched refs:val (Results 51 – 75 of 887) sorted by relevance

12345678910>>...36

/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php29 foreach( $textinputs as $key=>$val ) {
31 echo "textinputs[$key] = decodeURIComponent(\"" . $val . "\");\n";
50 foreach( $suggs as $key=>$val ) {
51 if( $val ) {
52 echo "'" . escape_quote( $val ) . "'";
111 foreach( $linesout as $key=>$val ) {
112 $chardesc = substr( $val, 0, 1 );
118 $line = explode( " ", $val, 5 );
133 $aspell_err .= $val;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.php25 foreach( $textinputs as $key=>$val ) {
27 echo "textinputs[$key] = decodeURIComponent(\"" . $val . "\");\n";
46 foreach( $suggs as $key=>$val ) {
47 if( $val ) {
48 echo "'" . escape_quote( $val ) . "'";
103 foreach( $linesout as $key=>$val ) {
104 $chardesc = substr( $val, 0, 1 );
110 $line = explode( " ", $val, 5 );
125 $aspell_err .= $val;
/plugin/txt2tags/
H A Dtables.js113 hrows = $picker.find('#hrows').val();
114 hcols = $picker.find('#hcols').val();
115 rows = $picker.find('#rows').val();
116 cols = $picker.find('#cols').val();
206 var hrows = $picker.find('#hrows').val();
208 var rows = $picker.find('#rows').val();
209 var cols = $picker.find('#cols').val();
217 hrows = jQNew(this).val();
221 hcols = jQNew(this).val();
225 rows = jQNew(this).val();
[all …]
H A Dlinkwiz.js56 dw_linkwiz.$entry.val(JSINFO.namespace+':');
96 }else if(dw_linkwiz.$entry.val()){
97 dw_linkwiz.insertLink(dw_linkwiz.$entry.val());
192 dw_linkwiz.$entry.val(a.title);
211 var link = dw_linkwiz.$entry.val(),
242 if(dw_linkwiz.val){
245 link = dw_linkwiz.val.open+stxt+' | '+link+dw_linkwiz.val.close;
250 link = dw_linkwiz.val.open+link+dw_linkwiz.val.close;
261 dw_linkwiz.$entry.val(dw_linkwiz.$entry.val().replace(/[^:]*$/, ''));
289 q: dw_linkwiz.$entry.val()
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DFlatText.php39 * @param string $val
41 public function setQuotedPrintableValue($val) argument
43 $val = quoted_printable_decode($val);
44 $this->setValue($val);
H A DBoolean.php28 * @param string $val
30 public function setRawMimeDirValue($val) argument
32 $val = 'TRUE' === strtoupper($val) ? true : false;
33 $this->setValue($val);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DFlatText.php39 * @param string $val
43 function setQuotedPrintableValue($val) { argument
45 $val = quoted_printable_decode($val);
46 $this->setValue($val);
H A DBoolean.php28 * @param string $val
32 function setRawMimeDirValue($val) { argument
34 $val = strtoupper($val) === 'TRUE' ? true : false;
35 $this->setValue($val);
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DFlatText.php39 * @param string $val
42 public function setQuotedPrintableValue($val) { argument
44 $val = quoted_printable_decode($val);
45 $this->setValue($val);
H A DBoolean.php28 * @param string $val
31 public function setRawMimeDirValue($val) { argument
33 $val = strtoupper($val)==='TRUE'?true:false;
34 $this->setValue($val);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DFlatText.php39 * @param string $val
42 public function setQuotedPrintableValue($val) { argument
44 $val = quoted_printable_decode($val);
45 $this->setValue($val);
H A DBoolean.php28 * @param string $val
31 public function setRawMimeDirValue($val) { argument
33 $val = strtoupper($val)==='TRUE'?true:false;
34 $this->setValue($val);
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DFlatText.php39 * @param string $val
42 public function setQuotedPrintableValue($val) { argument
44 $val = quoted_printable_decode($val);
45 $this->setValue($val);
H A DBoolean.php28 * @param string $val
31 public function setRawMimeDirValue($val) { argument
33 $val = strtoupper($val)==='TRUE'?true:false;
34 $this->setValue($val);
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);
54 $val = trim($val);
56 return array($key, $val);
70 list($key, $val) = $data;
71 $renderer->meta['plugin_latexit'][$key] = $val;
/plugin/data-au/syntax/
H A Dentry.php99 foreach($vals as $val) {
100 $val = trim($this->dthlp->_cleanData($val, $column['type']));
101 if($val == '') continue;
167 foreach($dataau['dataau'] as $key => $val) {
168 if($val == '' || !count($val)) continue;
178 if(is_array($val)) {
179 $cnt = count($val);
183 $val[$i] = $ID . '|' . $val[$i];
194 $val = $ID . '|' . $val;
251 if(is_array($val)) foreach($val as $v) {
[all …]
/plugin/isauth/
H A Dsyntax.php113 foreach($INFO['userinfo']['grps'] as $val) {
114 $grps[]="@" . $val;
126 foreach($isauth as $val) {
130 if (substr($val,0,1)=="!") {
132 $val=substr($val,1);
137 if ($not==0 && in_array($val,$grps)) {
142 if ($not==1 && !in_array($val,$grps)) {
/plugin/structtasks/meta/
H A DAbstractNotifier.php88 $val = "{$y} year";
89 if ($y > 1) $val .= 's';
90 $components[] = $val;
93 $val = "{$m} month";
94 if ($m > 1) $val .= 's';
95 $components[] = $val;
98 $val = "{$d} day";
99 if ($d > 1) $val .= 's';
100 $components[] = $val;
/plugin/diagramsnet/lib/shapes/
H A DmxIBM.js32 enumList: [{val: 'cloud', dispName: 'IBM Cloud'},
33 {val: 'vpc', dispName: 'VPC'},
34 {val: 'region', dispName: 'Region'},
35 {val: 'zone', dispName: 'Zone'},
36 {val: 'subnet', dispName: 'Subnet ACL'},
37 {val: 'public', dispName: 'Public Network'},
38 {val: 'enterprise', dispName: 'Enterprise Network'},
39 {val: 'classic', dispName: 'Classic Infrastructure'}]}
/plugin/batchedit/
H A Dinterface.js84 jQuery('input[name=apply]').val(JSON.stringify(jQuery('.be-match input:checked').map(function() {
135 updatePlaceholders($searchMode.filter(':checked').val(), this.checked);
157 $searchArea.val($searchEdit.val()).show();
158 $replaceArea.val($replaceEdit.val()).show();
163 $searchEdit.val($searchArea.val().replace(/\n/g, '\\n')).show();
164 $replaceEdit.val($replaceArea.val()
[all...]
/plugin/sentry/conf/
H A DSetting.php53 foreach (Event::CORE_ERRORS as $val => $info) {
55 if ($current & $val) {
60 if (error_reporting() & $val) {
61 if ($current & $val) {
65 if (!($current & $val)) {
70 $inputId = 'config___' . $this->key . '_' . $val;
75 'value="' . $val . '" ' . $checked . ' />';
/plugin/tablelayout/script/
H A Dlayoutform.js17 var layout = window.tablelayout.initLayout($layoutfield.val());
20 … var rowsHeaderSource = $layoutcontainer.find('select[name="rowsHeaderSource"] :selected').val();
21 var rowsVisible = parseInt($layoutcontainer.find('input[name="rowsVisible"]').val());
22 var float = $layoutcontainer.find('select[name="float"]').val();
46 $layoutfield.val(JSON.stringify(layout));
64 var layout = window.tablelayout.initLayout($layoutfield.val());
65 $layoutcontainer.find('select[name="rowsHeaderSource"]').val(layout.rowsHeaderSource);
67 $layoutcontainer.find('input[name="rowsVisible"]').val(layout.rowsVisible);
70 $layoutcontainer.find('select[name="float"]').val(layout.float);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php233 * @param string|false $val
236 public static function expandIniShorthandBytes($val) argument
238 if (!is_string($val)) {
243 if ((int) $val < 0) {
244 return (int) $val;
247 if (!preg_match('/^\s*(?<val>\d+)(?:\.\d+)?\s*(?<unit>[gmk]?)\s*$/i', $val, $match)) {
251 $val = (int) $match['val'];
254 $val *= 1024;
256 $val *= 1024;
258 $val *= 1024;
[all …]
/plugin/submgr/
H A Dhelper.php115 foreach ($lines as $key => $val) {
116 $val = preg_split('/\s+/', $val, 2);
117 $val = array_map('trim', $val);
118 $val = array_filter($val);
119 $val = array_unique($val);
120 $lines[$key] = $val;
/plugin/behave/
H A Dbehave.js76 var val = t[i];
78 res.push(val);
298 val = utils.editor.get(); variable
404 … utils.editor.set( val.substring(0,selection.start) + toIndent + val.substring(selection.end) );
413 … utils.editor.set( val.substring(0,selection.start) + toIndent + val.substring(selection.end) );
490 val = utils.editor.get(), variable
500 var edited = val.substring(0,pos-1) + val.substring(pos+1);
506 var edited = val.substring(0,pos-1) + val.substring(pos);
511 edited = val.substring(0,sel.start) + val.substring(sel.end);
526 val = utils.editor.get(),
[all …]

12345678910>>...36