Home
last modified time | relevance | path

Searched refs:toPart (Results 1 – 24 of 24) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIrcUrl.cpp319 QString toPart; in run() local
330 toPart.append(c->target()); in run()
331 toPart.append(","); in run()
337 if(!toPart.isEmpty()) in run()
339 toPart.prepend("part "); in run()
340 KviKvsScript::run(toPart, pConsole); in run()
/dports/audio/musescore/MuseScore-3.6.1/mscore/plugin/api/
H A Dpart.h98 Ms::Part* part() { return toPart(e); } in part()
99 const Ms::Part* part() const { return toPart(e); } in part()
H A Dscoreelement.cpp155 return wrap<Part>(toPart(se), own); in wrap()
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_1_3_3/lib/
H A DPmwBase.py145 def forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
180 if type(toPart) != types.StringType:
183 if callable(toPart):
186 if hasattr(toPart, 'im_func'):
187 toPart = toPart.im_func
193 fromClass.__dict__[forwardName] = toPart
218 if type(toPart) == types.StringType:
220 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/x11-toolkits/py-Pmw/Pmw-2.0.1/Pmw/Pmw_2_0_1/lib/
H A DPmwBase.py162 def forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
199 if not isinstance(toPart, str):
202 if hasattr(toPart, '__call__'):
204 if hasattr(toPart, 'im_func'):
205 toPart = toPart.__func__
211 fromClass.__dict__[forwardName] = toPart
237 if isinstance(toPart, str):
239 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/audio/py-music21/music21-7.1.0/music21/
H A Dvolpiano.py92 def toPart(volpianoText, *, breaksToLayout=False): function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgComposeService.cpp488 nsCString toPart; in GetParamsForMailto() local
497 aMailtoUrl->GetMessageContents(toPart, ccPart, bccPart, subjectPart, in GetParamsForMailto()
548 pMsgCompFields->SetTo(NS_ConvertUTF8toUTF16(toPart)); in GetParamsForMailto()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Drepartition.hh264 void buildSendInterface(const std::vector<int>& toPart, const IS& idxset) in buildSendInterface()
270 ++sizes[toPart[i->local()]]; in buildSendInterface()
279 interfaces()[toPart[i->local()]].first.add(i->local()); in buildSendInterface()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.e4.ui.workbench/src/org/eclipse/e4/ui/internal/workbench/
H A DPartServiceImpl.java141 MPart part = toPart(((MPartStack) element).getSelectedElement());
149 private MPart toPart(MStackElement stackElement) {
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python310/Python-3.10.1/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python-legacy/Python-2.7.18/Lib/lib-tk/
H A Dturtle.py328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
346 if type(toPart) == types.StringType:
348 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python37/Python-3.7.12/Lib/
H A Dturtle.py308 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
322 if isinstance(toPart, str):
324 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python27/Python-2.7.18/Lib/lib-tk/
H A Dturtle.py328 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
346 if type(toPart) == types.StringType:
348 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python38/Python-3.8.12/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dturtle.py310 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
324 if isinstance(toPart, str):
326 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/lang/python39/Python-3.9.9/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dturtle.py309 def __forwardmethods(fromClass, toClass, toPart, exclude = ()): argument
323 if isinstance(toPart, str):
325 __stringBody % {'method' : method, 'attribute' : toPart}
/dports/audio/py-music21/music21-7.1.0/music21/converter/
H A DsubConverters.py594 self.stream = volpiano.toPart(dataString, breaksToLayout=breaksToLayout)
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dlikefunc.cpp3378 toPart = 0; local
3418 toPart = sitesPerNode;
3422 toPart++;
3425 if (fromPart+toPart > optimalOrder->lLength || i == slaveNodes)
3428 toPart = optimalOrder->lLength-fromPart;
3434 for (long i2 = 0; i2 < toPart; i2++)
3449 fromPart += toPart;
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DXMP.pm301 toPart => { },
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DXMP.pm294 toPart => { },