Home
last modified time | relevance | path

Searched refs:save_cols (Results 1 – 18 of 18) sorted by relevance

/dports/mail/roundcube/roundcubemail-1.5.1/program/lib/Roundcube/
H A Drcube_ldap.php1214 * @param array $save_cols Associative array with save data
1221 function insert($save_cols, $check = false) argument
1224 $newentry = $this->_map_data($save_cols);
1288 * @param array $save_cols Hash array with save data
1292 function update($id, $save_cols) argument
1301 $ldap_data = $this->_map_data($save_cols);
1307 if (!array_key_exists('photo', $save_cols)) {
1678 private function _map_data($save_cols) argument
1707 $val = $save_cols[$rf];
1711 if (!$val && !empty($save_cols[$col])) {
[all …]
H A Drcube_contacts.php688 * @param array $save_cols Associative array with save data
692 function update($id, $save_cols) argument
697 $save_cols = $this->convert_save_data($save_cols, $record);
699 foreach ($save_cols as $col => $value) {
H A Drcube_addresses.php357 * @param array $save_cols Associative array with save data
361 function update($id, $save_cols) argument
H A Drcube_addressbook.php420 * @param array $save_cols Associative array with save data
426 function update($id, $save_cols) argument
/dports/print/freetype/freetype-1.3.1/contrib/win32/
H A Ddriver32.c24 int save_lines,save_cols,exit_code; variable
82 save_cols=cols; in Driver_Display_Bitmap()
H A Dtestw32dlg.cpp29 int save_lines,save_cols,exit_code; variable
/dports/audio/timidity/timidity-0.2i/
H A Dslang_c.c359 int save_lines, save_cols; in ctl_open() local
367 save_cols = SLtt_Screen_Cols; in ctl_open()
380 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/ocp/ocp-0.2.90/playgmi/timidity-git/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-gtk/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-motif/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-emacs/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-xaw/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-xskin/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols; in ctl_open() local
465 save_cols = SLtt_Screen_Cols; in ctl_open()
478 SLtt_Screen_Cols = save_cols; in ctl_open()
/dports/audio/timidity++-slang/TiMidity++-2.15.0/interface/
H A Dslang_c.c457 int save_lines, save_cols;
465 save_cols = SLtt_Screen_Cols;
478 SLtt_Screen_Cols = save_cols;
/dports/math/gretl/gretl-2021d/plugin/
H A Ddpanel.c707 int save_rows, save_cols; in dpd_sargan_test() local
712 save_cols = gretl_matrix_cols(dpd->L1); in dpd_sargan_test()
719 gretl_matrix_reuse(dpd->L1, save_rows, save_cols); in dpd_sargan_test()
808 int save_rows, save_cols; in dpd_ar_test() local
816 save_cols = gretl_matrix_cols(dpd->Zi); in dpd_ar_test()
1043 gretl_matrix_reuse(dpd->Zi, save_rows, save_cols); in dpd_ar_test()
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php3076 $save_cols = false;
3080 $save_cols = true;
3190 if ($save_cols) {
15488 $save_cols = false;
15491 $save_cols = true;
16325 if ($save_cols) {