/dports/textproc/py-grako/grako-3.99.9/grako/ |
H A D | bootstrap.py | 110 self._cut() 245 self._cut() 280 self._cut() 284 self._cut() 293 self._cut() 341 self._cut() 397 self._cut() 415 self._cut() 428 self._cut() 450 self._cut() [all …]
|
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/ |
H A D | gomory_hu.h | 369 typename Graph::template NodeMap<bool> _cut; variable 405 : _side(side), _cut(gomory._graph) in _side() 407 gomory.minCutMap(s,t,_cut); in _side() 409 _node_it!=INVALID && _cut[_node_it]!=_side; in _side() 471 typename Graph::template NodeMap<bool> _cut; variable 502 : _graph(gomory._graph), _cut(_graph) 504 gomory.minCutMap(s,t,_cut); 507 _cut[n]=!_cut[n]; 510 _node_it!=INVALID && !_cut[_node_it]; 520 while(_arc_it!=INVALID && _cut[_graph.target(_arc_it)]) step(); [all …]
|
/dports/math/lemon/lemon-1.3.1/lemon/ |
H A D | gomory_hu.h | 369 typename Graph::template NodeMap<bool> _cut; variable 405 : _side(side), _cut(gomory._graph) in _side() 407 gomory.minCutMap(s,t,_cut); in _side() 409 _node_it!=INVALID && _cut[_node_it]!=_side; in _side() 471 typename Graph::template NodeMap<bool> _cut; variable 502 : _graph(gomory._graph), _cut(_graph) 504 gomory.minCutMap(s,t,_cut); 507 _cut[n]=!_cut[n]; 510 _node_it!=INVALID && !_cut[_node_it]; 520 while(_arc_it!=INVALID && _cut[_graph.target(_arc_it)]) step(); [all …]
|
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/ |
H A D | gomory_hu.h | 369 typename Graph::template NodeMap<bool> _cut; variable 405 : _side(side), _cut(gomory._graph) in _side() 407 gomory.minCutMap(s,t,_cut); in _side() 409 _node_it!=INVALID && _cut[_node_it]!=_side; in _side() 471 typename Graph::template NodeMap<bool> _cut; variable 502 : _graph(gomory._graph), _cut(_graph) 504 gomory.minCutMap(s,t,_cut); 507 _cut[n]=!_cut[n]; 510 _node_it!=INVALID && !_cut[_node_it]; 520 while(_arc_it!=INVALID && _cut[_graph.target(_arc_it)]) step(); [all …]
|
/dports/x11/plasma5-plasma-workspace/plasma-workspace-5.23.5/klipper/ |
H A D | historyurlitem.cpp | 13 …Array compute_uuid(const QList<QUrl> &_urls, const KUrlMimeData::MetaDataMap &_metaData, bool _cut) in compute_uuid() argument 22 out << _metaData << "\0" << _cut; in compute_uuid() 28 …em::HistoryURLItem(const QList<QUrl> &_urls, const KUrlMimeData::MetaDataMap &_metaData, bool _cut) in HistoryURLItem() argument 29 : HistoryItem(compute_uuid(_urls, _metaData, _cut)) in HistoryURLItem() 32 , m_cut(_cut) in HistoryURLItem()
|
/dports/japanese/plain2/plain2-2.54p1.orig/src/ |
H A D | plain2html | 103 awk -f $lib/pt2htcol.awk _out.html > _cut.sh 117 cat << END_TEX_CUT >> _cut.sh 136 cat << END_ROFF_CUT >> _cut.sh 153 $shell _cut.sh 157 rm -f _cut.sh pt2empty.sty _src _tmp.pnm
|
/dports/games/reminiscence/REminiscence-0.4.9/ |
H A D | protection.cpp | 29 _cut.prepare(); in handleProtectionScreenShape() 31 _cut.copyPalette(_protectionPal + palOffset, 0); in handleProtectionScreenShape() 33 _cut.updatePalette(); in handleProtectionScreenShape() 34 _cut._gfx.setClippingRect(64, 48, 128, 128); in handleProtectionScreenShape() 71 _cut.drawProtectionShape(shape, 0); in handleProtectionScreenShape() 80 _cut.drawProtectionShape(shapeNum, zoom); in handleProtectionScreenShape()
|
H A D | game.cpp | 377 if (_cut._id == 0x3D) { in mainLoop() 430 _cut._id = 6; in mainLoop() 489 _cut._id = id; in playCutscene() 491 if (_cut._id != 0xFFFF) { in playCutscene() 496 switch (_cut._id) { in playCutscene() 539 _cut._id = 0xFFFF; in playCutscene() 547 _cut.play(); in playCutscene() 551 _cut.play(); in playCutscene() 563 if (_cut._id == 0x3D) { in playCutscene() 565 _cut.playCredits(); in playCutscene() [all …]
|
/dports/math/gecode/gecode-0916a1a/contribs/quacode/examples/ |
H A D | nim-fibo.cpp | 69 Gecode::Driver::BoolOption _cut; member in NimFiboOptions 74 _cut("-cut","Use cut in problem model",true) { in NimFiboOptions() 76 add(_cut); in NimFiboOptions() 97 return _cut.value(); in cut()
|
/dports/science/py-scikit-fuzzy/scikit-fuzzy-0.4.2/skfuzzy/control/ |
H A D | controlsystem.py | 629 term._cut = term.membership_value[self.sim] 630 if term._cut is None: 636 self.var.universe, term.mf, term._cut).tolist()) 646 if term._cut is None: 652 term_mfs[label] = np.minimum(term._cut, upsampled_mf) 667 term._cut = term.membership_value[self.sim][idx] 668 if term._cut is None: 674 self.var.universe, term.mf, term._cut).tolist()) 684 if term._cut is None: 690 term_mfs[label] = np.minimum(term._cut, upsampled_mf)
|
/dports/graphics/quat/quat-1.20/gui/ |
H A D | JuliaPreview.h | 22 _f = f; _v = v; _pal = pal; _col = col; _cut = cut; in set() 32 cutbuf_cpp _cut, _calc_cut, _pic_cut; variable
|
H A D | MainWindow.cxx | 450 cutbuf_cpp _cut; in DoImgOpen() local 451 if (ReadParametersPNG(filename, Error, &_f, &_v, &_r, _col, _cut)) in DoImgOpen() 461 frac = _f; view = _v; realpal = _r; colscheme = _col; cutbuf = _cut; in DoImgOpen() 477 &_f, &_v, &_r, _col, _cut, zflag)) in DoImgOpen() 892 colscheme_cpp _col = col; cutbuf_cpp _cut = cut; in Parameters_ReadINI() local 893 if (reset) SetDefaults(&_f, &_v, &_r, _col, _cut); in Parameters_ReadINI() 894 int i = ParseINI(filename, Error, &_f, &_v, &_r, _col, _cut); in Parameters_ReadINI() 914 f = _f; v = _v; r = _r; col = _col; cut = _cut; in Parameters_ReadINI() 938 colscheme_cpp _col = col; cutbuf_cpp _cut = cut; in Parameters_ReadPNG() local 939 int i = ReadParametersPNG(fn, Error, &_f, &_v, &_r, _col, _cut); in Parameters_ReadPNG() [all …]
|
/dports/graphics/quat-gui/quat-1.20/gui/ |
H A D | JuliaPreview.h | 22 _f = f; _v = v; _pal = pal; _col = col; _cut = cut; in set() 32 cutbuf_cpp _cut, _calc_cut, _pic_cut; variable
|
H A D | MainWindow.cxx | 450 cutbuf_cpp _cut; in DoImgOpen() local 451 if (ReadParametersPNG(filename, Error, &_f, &_v, &_r, _col, _cut)) in DoImgOpen() 461 frac = _f; view = _v; realpal = _r; colscheme = _col; cutbuf = _cut; in DoImgOpen() 477 &_f, &_v, &_r, _col, _cut, zflag)) in DoImgOpen() 892 colscheme_cpp _col = col; cutbuf_cpp _cut = cut; in Parameters_ReadINI() local 893 if (reset) SetDefaults(&_f, &_v, &_r, _col, _cut); in Parameters_ReadINI() 894 int i = ParseINI(filename, Error, &_f, &_v, &_r, _col, _cut); in Parameters_ReadINI() 914 f = _f; v = _v; r = _r; col = _col; cut = _cut; in Parameters_ReadINI() 938 colscheme_cpp _col = col; cutbuf_cpp _cut = cut; in Parameters_ReadPNG() local 939 int i = ReadParametersPNG(fn, Error, &_f, &_v, &_r, _col, _cut); in Parameters_ReadPNG() [all …]
|
/dports/graphics/minder/Minder-1.13.1/src/ |
H A D | TextMenu.vala | 28 Gtk.MenuItem _cut; 48 _cut = new Gtk.MenuItem(); 49 _cut.add( new Granite.AccelLabel( _( "Cut" ), "<Control>x" ) ); 50 _cut.activate.connect( cut ); 51 // Utils.add_accel_label( _cut, 'x', Gdk.ModifierType.CONTROL_MASK ); 88 add( _cut ); 185 _cut.set_sensitive( copy_or_cut_possible() );
|
H A D | NodesMenu.vala | 28 Gtk.MenuItem _cut; 50 _cut = new Gtk.MenuItem(); 51 _cut.add( new Granite.AccelLabel( _( "Cut" ), "<Control>x" ) ); 52 _cut.activate.connect( cut_nodes ); 149 add( _cut );
|
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Doc/ |
H A D | man-cg.tex | 139 cg\_add\_user\_cut(\htmlref{cut\_data}{cut_data} *new\_cut)} function, which 148 new\_cut->name} should be set to {\tt CUT\_\_SEND\_TO\_CP}. In this case, the 154 and can be added by calling the routine \texttt{cg\_add\_explicit\_cut()}, 221 \functiondef{user\_check\_validity\_of\_cut} 222 \sindex[cf]{user\_check\_validity\_of\_cut} 243 {\tt cut\_data *new\_cut} & IN & Pointer to the cut that must be
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/ |
H A D | FibonacciHeap.h | 222 node<V>* _cut(node<V>* heap,node<V>* n) { in _cut() function 240 heap=_cut(heap,n); in _decreaseKey() 244 heap=_cut(heap,parent); in _decreaseKey()
|
/dports/devel/brz/breezy-3.2.0/breezy/ |
H A D | utextwrap.py | 93 def _cut(self, s, width): member in UTextWrapper 139 head, rest = self._cut(chunks[-1], space_left)
|
/dports/biology/viennarna/ViennaRNA-2.4.18/doc/latex/ |
H A D | group__string__utils.tex | 478 … Utilitites@{(Nucleic Acid Sequence) String Utilitites}!vrna\_cut\_point\_insert@{vrna\_cut\_point… 479 \index{vrna\_cut\_point\_insert@{vrna\_cut\_point\_insert}!(Nucleic Acid Sequence) String Utilitite… 480 \doxysubsubsection{\texorpdfstring{vrna\_cut\_point\_insert()}{vrna\_cut\_point\_insert()}} 504 … Utilitites@{(Nucleic Acid Sequence) String Utilitites}!vrna\_cut\_point\_remove@{vrna\_cut\_point… 505 \index{vrna\_cut\_point\_remove@{vrna\_cut\_point\_remove}!(Nucleic Acid Sequence) String Utilitite… 506 \doxysubsubsection{\texorpdfstring{vrna\_cut\_point\_remove()}{vrna\_cut\_point\_remove()}}
|
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/memory-sound/resource/ |
H A D | README | 6 Files marked _cut are the same sound in shorted version, by Yves Combe.
|
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/ |
H A D | find_backtracking.h | 802 return _cut(finder, pattern); 870 _cut(finder, pattern); 882 _cut(finder, pattern); 891 _cut(Finder<Index<TText, TSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder, 945 return _cut(finder, pattern) && _backtrack(finder, pattern, errors); 1033 _cut(finder, pattern); 1050 _cut(finder, pattern); 1065 _cut(finder, pattern); 1069 _cut(finder, pattern); 1078 _cut(Finder<Index<TText, TTextSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder,
|
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/ |
H A D | find_backtracking.h | 802 return _cut(finder, pattern); 870 _cut(finder, pattern); 882 _cut(finder, pattern); 891 _cut(Finder<Index<TText, TSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder, 945 return _cut(finder, pattern) && _backtrack(finder, pattern, errors); 1033 _cut(finder, pattern); 1050 _cut(finder, pattern); 1065 _cut(finder, pattern); 1069 _cut(finder, pattern); 1078 _cut(Finder<Index<TText, TTextSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder,
|
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/ |
H A D | find_backtracking.h | 820 return _cut(finder, pattern); 888 _cut(finder, pattern); 900 _cut(finder, pattern); 909 _cut(Finder<Index<TText, TSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder, 963 return _cut(finder, pattern) && _backtrack(finder, pattern, errors); 1051 _cut(finder, pattern); 1068 _cut(finder, pattern); 1083 _cut(finder, pattern); 1087 _cut(finder, pattern); 1096 _cut(Finder<Index<TText, TTextSpec>, Backtracking<TDistance, TBacktrackingSpec> > & finder,
|
/dports/devel/py-funcy/funcy-1.15/funcy/ |
H A D | seqs.py | 376 def _cut(drop_tail, n, step, seq=EMPTY): function 388 return _cut(True, n, step, seq) 398 return _cut(False, n, step, seq)
|