/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/ |
H A D | ui_selection.c | 172 if ((sel->end_row < sel->lock_row || in update_sel_region() 173 (sel->end_row == sel->lock_row && sel->end_col < sel->lock_col))) { in update_sel_region() 176 (sel->end_row = sel->lock_row), 0); in update_sel_region() 179 if ((sel->beg_row > sel->lock_row || in update_sel_region() 180 (sel->beg_row == sel->lock_row && sel->beg_col > sel->lock_col))) { in update_sel_region() 182 (sel->beg_row = sel->lock_row), rs_end_col, rs_end_row, in update_sel_region() 412 if (sel->lock_row > min_row) { in ui_sel_line_scrolled_out() 413 sel->lock_row--; in ui_sel_line_scrolled_out() 483 sel->lock_row = sel->beg_row; in ui_sel_lock() 497 sel->lock_row = sel->end_row; in ui_sel_lock()
|
H A D | ui_selection.h | 46 int lock_row; member
|
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/ |
H A D | caldav-LOCK.php | 136 $lock_row = $request->GetLockRow($lock_token); variable 138 new XMLElement( 'locktype', new XMLElement( $lock_row->type )), 139 new XMLElement( 'lockscope', new XMLElement( $lock_row->scope )), 141 new XMLElement( 'owner', new XMLElement( 'href', $lock_row->owner )),
|
H A D | CalDAVRequest.php | 607 while( $lock_row = $qry->Fetch() ) { 608 $this->_locks_found[$lock_row->opaquelocktoken] = $lock_row; 617 foreach( $this->_locks_found AS $lock_token => $lock_row ) { 618 if ( $lock_row->depth == DEPTH_INFINITY || $lock_row->dav_name == $this->path ) { 709 $lock_row = $qry->Fetch(); 710 $this->_locks_found = array( $lock_token => $lock_row ); 776 $lock_row = $this->GetLockRow($existing_lock); 781 new XMLElement( 'href', $lock_row->dav_name ), 784 if ( $lock_row->dav_name != $this->path ) {
|
H A D | DAVResource.php | 1077 while( $lock_row = $qry->Fetch() ) { 1078 $this->_locks_found[$lock_row->opaquelocktoken] = $lock_row; 1087 foreach( $this->_locks_found AS $lock_token => $lock_row ) { 1088 if ( $lock_row->depth == DEPTH_INFINITY || $lock_row->dav_name == $this->dav_name ) {
|
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/wwan/ |
H A D | cc-wwan-sim-lock-dialog.c | 53 CcListRow *lock_row; member 78 row_enabled = cc_list_row_get_active (self->lock_row); in cc_wwan_sim_lock_changed_cb() 104 row_enabled = cc_list_row_get_active (self->lock_row); in cc_wwan_pin_apply_clicked_cb() 224 g_object_set (self->lock_row, "active", lock_enabled, NULL); in cc_wwan_sim_lock_dialog_show() 277 gtk_widget_class_bind_template_child (widget_class, CcWwanSimLockDialog, lock_row); in cc_wwan_sim_lock_dialog_class_init()
|
/dports/deskutils/plan/plan-1.10.1/src/ |
H A D | netplan.c | 78 static BOOL lock_row(int, unsigned int, int, BOOL); 748 reply(fd, "l%c", "ft"[(int)lock_row(fid, rid, fd, TRUE)]); in eval_message() 754 lock_row(fid, rid, fd, FALSE); in eval_message() 1301 static BOOL lock_row( in lock_row() function
|
/dports/japanese/plan/plan-1.10.1/src/ |
H A D | netplan.c | 78 static BOOL lock_row(int, unsigned int, int, BOOL); 748 reply(fd, "l%c", "ft"[(int)lock_row(fid, rid, fd, TRUE)]); in eval_message() 754 lock_row(fid, rid, fd, FALSE); in eval_message() 1301 static BOOL lock_row( in lock_row() function
|
/dports/databases/proftpd-mod_sql_tds/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/databases/proftpd-mod_sql_sqlite/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/databases/proftpd-mod_sql_odbc/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/databases/proftpd-mod_sql_mysql/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/net/proftpd-mod_ldap/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/security/proftpd-mod_clamav/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/ftp/proftpd/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|
/dports/ftp/proftpd-mod_vroot/proftpd-1.3.7c/contrib/ |
H A D | mod_statcache.c | 571 static int lock_row(int fd, int lock_type, uint32_t hash) { in lock_row() function 643 return lock_row(fd, F_WRLCK, hash); in statcache_wlock_row() 647 return lock_row(fd, F_UNLCK, hash); in statcache_unlock_row()
|