Home
last modified time | relevance | path

Searched refs:lock_row (Results 1 – 17 of 17) sorted by relevance

/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui_selection.c172 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 Dui_selection.h46 int lock_row; member
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/inc/
H A Dcaldav-LOCK.php136 $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 DCalDAVRequest.php607 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 DDAVResource.php1077 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 Dcc-wwan-sim-lock-dialog.c53 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 Dnetplan.c78 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 Dnetplan.c78 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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 Dmod_statcache.c571 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()