Home
last modified time | relevance | path

Searched +refs:region +refs:active +refs:p (Results 201 – 225 of 10466) sorted by relevance

12345678910>>...419

/dports/x11/xfce4-screenshooter-plugin/xfce4-screenshooter-1.9.9/po/
H A Dlv.po36 msgstr "<span weight=\"bold\" stretch=\"semiexpanded\">Ekrāna kopija tiek pārsūtīta uz:</span>"
93 msgid "Take a screenshot of the active window"
97 msgid "Select a region"
104 "Press Ctrl while dragging to move the region."
391 "Select a region to be captured by clicking a point of the screen without "
393 "region, and releasing the mouse button."
394 …et uz ekrāna neatlaižot peli un velciet peli līdz nākamajam reģiona stūrim, pēc tam atlaižiet pele…
414 "The --%s option is only used when --fullscreen, --window or --region is "
428 "Take screenshots of the entire screen, of the active window or of a region"
433 "Allows you to capture the entire screen, the active window or a selected "
[all …]
H A Dro.po93 msgid "Take a screenshot of the active window"
97 msgid "Select a region"
104 "Press Ctrl while dragging to move the region."
391 "Select a region to be captured by clicking a point of the screen without "
393 "region, and releasing the mouse button."
394 …ți clic într-un punct al ecranului fără a elibera butonul mausului, trageți până la colțul opus al…
414 "The --%s option is only used when --fullscreen, --window or --region is "
428 "Take screenshots of the entire screen, of the active window or of a region"
429 msgstr "Faceți capturi ale întregului ecran, a ferestrei active sau a unei regiuni"
433 "Allows you to capture the entire screen, the active window or a selected "
[all …]
H A Det.po91 msgid "Take a screenshot of the active window"
95 msgid "Select a region"
100 …t a region to be captured by clicking a point of the screen without releasing the mouse button, dr…
102 "Press Ctrl while dragging to move the region."
292 msgstr "Tüüp"
389 "Select a region to be captured by clicking a point of the screen without "
391 "region, and releasing the mouse button."
412 "The --%s option is only used when --fullscreen, --window or --region is "
426 "Take screenshots of the entire screen, of the active window or of a region"
431 "Allows you to capture the entire screen, the active window or a selected "
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig_sys-69.1.0/oniguruma/doc/
H A DAPI86 ONIG_OPTION_WORD_IS_ASCII ASCII only word (\w, \p{Word}, [[:word:]])
88 ONIG_OPTION_DIGIT_IS_ASCII ASCII only digit (\d, \p{Digit}, [[:digit:]])
89 ONIG_OPTION_SPACE_IS_ASCII ASCII only space (\s, \p{Space}, [[:space:]])
301 normal return: match position offset (i.e. p - str >= 0)
390 1 region: target region
408 1 region: target region
418 1 region: target region
452 4 region: search/match result region.
532 1 region: match region data.
562 active: 1
[all …]
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig_sys-69.1.0/oniguruma/doc/
H A DAPI86 ONIG_OPTION_WORD_IS_ASCII ASCII only word (\w, \p{Word}, [[:word:]])
88 ONIG_OPTION_DIGIT_IS_ASCII ASCII only digit (\d, \p{Digit}, [[:digit:]])
89 ONIG_OPTION_SPACE_IS_ASCII ASCII only space (\s, \p{Space}, [[:space:]])
301 normal return: match position offset (i.e. p - str >= 0)
390 1 region: target region
408 1 region: target region
418 1 region: target region
452 4 region: search/match result region.
532 1 region: match region data.
562 active: 1
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-eh.c160 struct throw_stmt_node *p, n; in lookup_stmt_eh_lp_fn() local
167 return p ? p->lp_nr : 0; in lookup_stmt_eh_lp_fn()
283 struct finally_tree_node n, *p; in outside_finally_tree() local
288 p = (struct finally_tree_node *) htab_find (finally_tree, &n); in outside_finally_tree()
289 if (!p) in outside_finally_tree()
291 start.g = p->parent; in outside_finally_tree()
566 size_t active, size; in record_in_goto_queue() local
571 active = tf->goto_queue_active; in record_in_goto_queue()
573 if (active >= size) in record_in_goto_queue()
581 q = &tf->goto_queue[active]; in record_in_goto_queue()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-eh.c160 struct throw_stmt_node *p, n; in lookup_stmt_eh_lp_fn() local
167 return p ? p->lp_nr : 0; in lookup_stmt_eh_lp_fn()
283 struct finally_tree_node n, *p; in outside_finally_tree() local
288 p = (struct finally_tree_node *) htab_find (finally_tree, &n); in outside_finally_tree()
289 if (!p) in outside_finally_tree()
291 start.g = p->parent; in outside_finally_tree()
566 size_t active, size; in record_in_goto_queue() local
571 active = tf->goto_queue_active; in record_in_goto_queue()
573 if (active >= size) in record_in_goto_queue()
581 q = &tf->goto_queue[active]; in record_in_goto_queue()
[all …]
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl.cxx347 while (*p && (*p)->time <= time) p = &((*p)->next); in repeat_timeout()
810 if (i->region) {XDestroyRegion(i->region); i->region = 0;} in flush()
1194 if (wi->active()) { in find_active()
1639 if (ip->region) XDestroyRegion(ip->region); in hide()
1855 if (i->region) {XDestroyRegion(i->region); i->region = 0;} in damage()
1892 XUnionRectWithRegion(&R, i->region, i->region); in damage()
1895 CombineRgn(i->region, i->region, R, RGN_OR); in damage()
1904 … i->region->rects = (CGRect*)realloc(i->region->rects, (++(i->region->count)) * sizeof(CGRect)); in damage()
1905 i->region->rects[i->region->count - 1] = arg; in damage()
1914 if (i->region) XDestroyRegion(i->region); in damage()
[all …]
/dports/games/xboing/xboing/
H A Dball.c1509 int region = REGION_NONE; local
1557 region |= REGION_TOP;
1577 region |= REGION_TOP;
1599 return region;
1688 tmp2 = (v2 * r2) - SQR((v.x * p.y) - (v.y * p.x));
1700 tmp1 = -((p.x * v.x) + (p.y * v.y)) / v2;
1752 plen = sqrt(SQR(p.x) + SQR(p.y));
2155 if (balls[i].active == False && GetNumberLife() >= 0)
2161 balls[i].active = True;
2202 balls[i].active = False;
[all …]
/dports/www/drupal7/drupal-7.82/modules/block/
H A Dblock.module64 return '<p>' . t('Use this page to create a new custom block.') . '</p>';
70p>' . l(t('Demonstrate block regions (!theme)', array('!theme' => $themes[$demo_theme]->info['name…
310 * @param $region
311 * The requested region.
440 // Check for active blocks in regions that are not available.
442 …s assigned to the invalid region %region and has been disabled.', array('%info' => $block['info'],…
664 * @param $region
689 $blocks[$region] = _block_render_blocks($blocks[$region]);
740 ->orderBy('b.region')
988 // Rehash blocks for active themes. We don't use list_themes() here,
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/apps/
H A Dd_mos.model280 bool cutoff "flag: in cut off region" default=false;
281 bool subthreshold "flag: subthreshold region" default=false;
282 bool saturated "flag: in saturation region" default=false;
284 bool punchthru "flag: punch thru region" default=false;
324 }else{ /* active, overlap only */
353 if (p->vdsat > p->vds) { /* linear */
361 if (p->vgst >= -s->phi/2.) { /* depletion or active */
364 double ndif = p->vdsat - p->vds;
410 if (p->vgst >= -s->phi/2.) { /* depletion or active */
413 double ndif = p->vdsat - p->vds;
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java501 public Region region; field in HierarchicalLayoutManager.Segment
941 s.region = new Region(); in sweep()
943 s.region.segments.add(s); in sweep()
944 s.region.d = s.d; in sweep()
945 regions.add(s.region); in sweep()
954 Region r1 = s.region; in sweep()
1751 private HashSet<LayoutNode> active;
1786 active = new HashSet<LayoutNode>();
1928 active.remove(node);
1935 active.add(node);
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java501 public Region region; field in HierarchicalLayoutManager.Segment
941 s.region = new Region(); in sweep()
943 s.region.segments.add(s); in sweep()
944 s.region.d = s.d; in sweep()
945 regions.add(s.region); in sweep()
954 Region r1 = s.region; in sweep()
1751 private HashSet<LayoutNode> active;
1786 active = new HashSet<LayoutNode>();
1928 active.remove(node);
1935 active.add(node);
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/kde/window-decorator-kde4/
H A Dwindow.cpp493 bool active = isActive (); in buttonToCommand() local
496 active = true; in buttonToCommand()
500 com = active ? Decorator::options ()->commandActiveTitlebar1 () : in buttonToCommand()
504 com = active ? Decorator::options ()->commandActiveTitlebar2 () : in buttonToCommand()
508 com = active ? Decorator::options ()->commandActiveTitlebar3 () : in buttonToCommand()
896 KWD::Window::setMask (const QRegion &region, int) in setMask() argument
898 if (region.isEmpty ()) in setMask()
904 if (mShapeSet && region == mShape) in setMask()
907 mShape = region; in setMask()
912 QRegion r = region.translated (-mPadding.left, -mPadding.top); in setMask()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/chrome/tp5/bbc.co.uk/news.bbcimg.co.uk/view/1_4_9/cream/hi/shared/
H A Dtype.css82 .geo-digest-region-header,
152 #site-wide-alert p,
179 .story-body table p,
193 .story-body p,
204 .story-body p,
205 .story-body p strong,
206 .story-body p em,
285 /* Default anchor active */
286 a:active {
290 /* Knockout anchor active */
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/chrome/tp5/bbc.co.uk/news.bbcimg.co.uk/view/1_4_9/cream/hi/shared/
H A Dtype.css82 .geo-digest-region-header,
152 #site-wide-alert p,
179 .story-body table p,
193 .story-body p,
204 .story-body p,
205 .story-body p strong,
206 .story-body p em,
285 /* Default anchor active */
286 a:active {
290 /* Knockout anchor active */
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DNotebook.c312 Region region) ;
375 Region region) ;
390 Region region) ;
394 Region region) ;
1104 Region region) in Redisplay() argument
2894 if (!nc->active) in LayoutMajorTabs()
3500 || (nc->active in LayoutMinorTabs()
3779 if (nc->active) in ResetTopPointers()
4421 Region region) in DrawBinding() argument
4750 Region region) in DrawBackPages() argument
[all …]
/dports/x11-wm/wayfire/wayfire-0.7.0/src/view/
H A Dview.cpp285 #define INVALID_COORDS(p) (std::isnan(p.x) || std::isnan(p.y)) argument
485 void wf::view_interface_t::set_activated(bool active) in set_activated() argument
489 view_impl->frame->notify_view_activated(active); in set_activated()
492 activated = active; in set_activated()
963 wlr_box wf::view_interface_t::transform_region(const wlr_box& region, in transform_region() argument
966 auto box = region; in transform_region()
989 return transform_region(region, get_transformer(transformer)); in transform_region()
994 return transform_region(region, in transform_region()
1012 bool wf::view_interface_t::intersects_region(const wlr_box& region) in intersects_region() argument
1017 return region & get_bounding_box(); in intersects_region()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dkilling.texi86 Delete the next character, or the text in the region if it is active
251 @kbd{M-p}/@kbd{M-n} keystrokes. This is mainly useful if the
283 (and (not (string-blank-p string))
619 Under X, whenever the region is active (@pxref{Mark}), the text in
630 @code{select-active-regions} to @code{nil}, Emacs avoids saving active
836 When this mode is active, the region-rectangle is highlighted and can
930 region is active.
932 The region-rectangle works only when the mark is active. In
945 When the region is active (@pxref{Mark}) and in rectangle-mark-mode,
965 copy only if the region is active. Otherwise, they still act as
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DForm.cs49 #region Local Variables
429 Control active;
433 if (active != null) {
434 if ( !(active is Form)) {
437 parent = active.Parent;
445 return (Form)active;
1509 int p = (int) Environment.OSVersion.Platform;
1510 bool is_unix = (p == 128) || (p == 4) || (p == 6);
1666 if (active != IntPtr.Zero) { in ShowDialog()
2533 #region WM methods
[all …]
/dports/math/oleo/oleo-1.99.16/doc/
H A Doleo.info-238 `M-a p'
167 minibuffer is active, the minibuffer is the last window in the cycle;
211 * Window Options:: Options for the active window
264 Options for the active window
267 The following options affect the currently active window:
445 `M-C-p p p'
452 M-C-p p p A1.C20 <RET> /tmp/myfile <RET>
456 M-C-p p p /tmp/myfile <RET>
458 `M-C-p p f'
465 `M-C-p p s'
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqworkspace.cpp215 QPainter p(this); in paintEvent() local
711 QPainter p(this); in paintEvent() local
2102 QPoint p; in _q_showOperationMenu() local
2105 p = QPoint(active->windowWidget()->mapToGlobal(QPoint(active->windowWidget()->width(),0))); in _q_showOperationMenu()
2108 p = QPoint(active->windowWidget()->mapToGlobal(QPoint(0,0))); in _q_showOperationMenu()
2111 p = active->iconWidget()->mapToGlobal(QPoint(0,0)); in _q_showOperationMenu()
2124 popup->popup(p); in _q_popupOperationMenu()
2563 QPoint p; in QWorkspaceChild() local
2875 QPainter p(this); in paintEvent() local
2984 setMask(frameMask.region); in updateMask()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-eh.c169 struct throw_stmt_node *p, n; in lookup_stmt_eh_lp_fn() local
176 return p ? p->lp_nr : 0; in lookup_stmt_eh_lp_fn()
314 struct finally_tree_node n, *p; in outside_finally_tree() local
319 p = finally_tree.find (&n); in outside_finally_tree()
320 if (!p) in outside_finally_tree()
322 start.g = p->parent; in outside_finally_tree()
597 size_t active, size; in record_in_goto_queue() local
602 active = tf->goto_queue_active; in record_in_goto_queue()
604 if (active >= size) in record_in_goto_queue()
612 q = &tf->goto_queue[active]; in record_in_goto_queue()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtrack.cc270 return active() && _disk_reader->declick_in_progress (); in declick_in_progress()
678 _playlists[dt] = p; in use_playlist()
687 if (p) { in use_playlist()
779 boost::shared_ptr<Port> p; in set_align_choice_from_io() local
789 if (p->externally_connected () || p->physically_connected ()) { in set_align_choice_from_io()
1022 boost::shared_ptr<AudioRegion> region; in use_captured_audio_sources() local
1047 region = boost::dynamic_pointer_cast<AudioRegion> (rx); in use_captured_audio_sources()
1048 region->special_set_position (afs->natural_position()); in use_captured_audio_sources()
1090 region = boost::dynamic_pointer_cast<AudioRegion> (rx); in use_captured_audio_sources()
1092 region->trim_front (buffer_position + preroll_off); in use_captured_audio_sources()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_drag.cc456 if (active (_editor->mouse_mode) && _move_threshold_passed) { in motion_handler()
600 , _primary (p) in RegionDrag()
693 : RegionDrag (e, i, p, v) in RegionSlipContentsDrag()
1988 …(set<boost::shared_ptr<Playlist> >::iterator p = frozen_playlists.begin(); p != frozen_playlists.e… in finished_no_copy() local
1989 (*p)->thaw(); in finished_no_copy()
3342 (*p)->rdiff (cmds); in finished()
3344 (*p)->thaw (); in finished()
3564 if (!_real_section->active()) { in start_grab()
3580 if (!_real_section->active()) { in motion()
3673 if (!_real_section->active()) { in finished()
[all …]

12345678910>>...419