Home
last modified time | relevance | path

Searched +defs:move +defs:to +defs:window +defs:line (Results 1 – 17 of 17) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dxdraw.c137 Window window; /* Window we are caching for */ member
2467 int move = FALSE; in r_get_pixel() local
2595 s_advance(PceString s, int from, int to) in s_advance()
2760 s_advance(PceString s, int from, int to) in s_advance()
2956 s_advance(PceString s, int from, int to) in s_advance()
3210 strTextLine *line; in str_compute_lines() local
3238 strTextLine *line; in str_size() local
3266 strTextLine *line; in str_string() local
3300 strTextLine *line; in str_selected_string() local
3350 strTextLine *line; in ps_string() local
[all …]
/dports/www/retawq/retawq-0.2.6c/
H A Dmain.c132 static my_inline int move(int y __cunused, int x __cunused) { return(OK); } in move() function
789 tWindow* window; member
2828 { char* line; member
2835 char* line = cdd->line; in content_dump_line() local
2963 tWindow* window; in session_save() local
3002 static void session_resume_split(char* line) in session_resume_split()
3034 static void session_resume_line(const char* line, const char* limit) in session_resume_line()
3665 const short line = LINES - 1, usable = COLS - 1; in line_input_layout() local
6295 static one_caller void console_download(const char* from, const char* to) in console_download()
6661 const char* from, const char* to, tFileTreatment ft) in console_setup_retr()
[all …]
/dports/devel/ncurses/ncurses-6.3/c++/
H A Dcursesw.h354 inline int UNDEF(move)(int x, int y) { return move(x, y); } in UNDEF() argument
356 #define move UNDEF(move) macro
943 int move(int y, int x) { return ::wmove(w, y, x); } in move() function
1235 int setscrreg(int from, int to) { in setscrreg()
1261 bool is_linetouched(int line) const { in is_linetouched()
1388 explicit NCursesColorWindow(WINDOW* &window) // useful only for stdscr in NCursesColorWindow()
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/lang/
H A Dqbittorrent_ko.ts5378 <source>When qBittorrent is started, the main window will be minimized</source> property
5554 <source>Show console window</source> property
5961 <source>Header: value pairs, one per line</source> property
7183 <source>%1 is an unknown command line parameter.</source> property
7190 <source>%1 must be the single command line parameter.</source> property
7370 <source>Run application with -h option to read about command line parameters.</source> property
7375 <source>Bad command line</source> property
7380 <source>Bad command line: </source> property
7557 <source>Cannot move root folder.</source> property
8114 Click the &quot;Search plugins...&quot; button at the bottom right of the window to install some.</… property
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DT.java339 public final static int move = scriptCommand | 32; field in T
807 public final static int window = setparam | 20; field in T
1236 public final static int line = misc | 174; field in T
1347 public final static int to = misc | 346; field in T
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c5924 s_axis_i *move, in addframe()
8465 line = 0, in load_cached_model() local
8495 s_axis_i move = { .base = -1, //-1 = Disabled, 0+ base set in load_cached_model() local
11610 int line = 0; in load_model_constants() local
11956 int line = 0; in load_models() local
12500 int line = 0; in load_levelorder() local
13994 int line = 0; in load_level() local
17264 s_axis_f move; in update_frame() local
30469 float to = 0; in update_scroller() local
31447 unsigned int window = 4096; in recordInputs() local
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c5942 s_move *move, in addframe()
8806 line = 0, in load_cached_model() local
8843 s_move move = { { .x = 0, in load_cached_model() local
12161 int line = 0; in load_model_constants() local
12540 int line = 0; in load_models() local
13084 int line = 0; in load_levelorder() local
14570 int line = 0; in load_level() local
17900 s_axis_principal_float move; in update_frame() local
33572 float to = 0; in update_scroller() local
34594 unsigned int window = 4096; in recordInputs() local
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/
H A Dphpfunctions.php13003 function convert_cyr_string($str, $from, $to){}
23795 function headers_sent(&$file, &$line){}
40047 function ncurses_delwin($window){}
53944 function readline_add_history($line){}
57730 function ssh2_sftp_rename($sftp, $from, $to){}
59820 function strtr($str, $from, $to){}
68709 function line($sx, $sy, $ex, $ey){} function in GmagickDraw
72431 function move($parameter){} function in hw_api
76481 function line($sx, $sy, $ex, $ey){} function in ImagickDraw
89737 function move($toIndex, $fromIndex){} function in SDO_Sequence
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/
H A Dphpfunctions.php13003 function convert_cyr_string($str, $from, $to){}
23795 function headers_sent(&$file, &$line){}
40047 function ncurses_delwin($window){}
53944 function readline_add_history($line){}
57730 function ssh2_sftp_rename($sftp, $from, $to){}
59820 function strtr($str, $from, $to){}
68709 function line($sx, $sy, $ex, $ey){} function in GmagickDraw
72431 function move($parameter){} function in hw_api
76481 function line($sx, $sy, $ex, $ey){} function in ImagickDraw
89737 function move($toIndex, $fromIndex){} function in SDO_Sequence
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/
H A Dphpfunctions.php317 protected $line; variable in Error
435 protected $line; variable in Exception
44462 function headers_sent(&$file, &$line){}
77338 function phpdbg_break_file($file, $line){}
81966 function readline_add_history($line){}
107333 function move($parameter){} function in HRTime\\hw_api
112456 function line($sx, $sy, $ex, $ey){} function in HRTime\\ImagickDraw
121027 public $line; variable in HRTime\\libXMLError
148488 function move($toIndex, $fromIndex){} function in pht\\SDO_Sequence
159821 function move($dx, $dy){} function in pht\\SWFDisplayItem
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtWidgets.py419 def move(self): member in QWidget
422 def move(self, ax, ay): member in QWidget
641 def window(self): member in QWidget
7109 def window(self): member in QGraphicsItem
7705 def setLine(self, line): argument
7709 def line(self): member in QGraphicsLineItem
8517 def addLine(self, line, pen = QPen()): argument
9707 def moveSection(self, from_, to): argument
12753 def move(self, p): member in QRubberBand
12755 def move(self, ax, ay): member in QRubberBand
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtGui.py484 def move(self): member in QWidget
487 def move(self, ax, ay): member in QWidget
711 def window(self): member in QWidget
10274 def window(self): member in QGraphicsItem
10908 def line(self): member in QGraphicsLineItem
12992 def moveSection(self, from_, to): argument
14383 def move(self, from_, to): member in QItemSelection
17527 def window(self): member in QPainter
20678 def move(self, p): member in QRubberBand
20680 def move(self, ax, ay): member in QRubberBand
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gsk/gsk4/
H A Dindex.json1y":"Type of callback that is called when an error ..."},{"type":"class","name":"BlendNode","ctype"… array
/dports/x11-toolkits/pango/pango-1.48.11/docs/Pango/
H A Dindex.json1` represents a single glyph in the output ..."},{"type":"alias","name":"GlyphUnit","ctype":"PangoG… array
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gdk/gdk4/
H A Dindex.json1 …AnchorHints","ctype":"GdkAnchorHints","summary":"Positioning hints for aligning a surface relative… array
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/bjeavons/zxcvbn-php/src/Matchers/
H A Dranked_frequency_lists.json1elen":15,"sandra":16,"donna":17,"carol":18,"ruth":19,"sharon":20,"michelle":21,"laura":22,"sarah":… number
/dports/x11-toolkits/gtk40/gtk-4.4.1/docs/reference/gtk/gtk4/
H A Dindex.json1tangle representing the area allocated for a widget ..."},{"type":"bitfield","name":"ApplicationIn… array