Home
last modified time | relevance | path

Searched refs:theController (Results 1 – 25 of 43) sorted by relevance

12

/dports/lang/python-legacy/Python-2.7.18/Mac/Demo/quicktime/
H A DVerySimplePlayer.py46 theController = theMovie.NewMovieController(bounds, QuickTime.mcTopLeftMovie)
49 rv, bounds = theController.MCGetControllerBoundsRect()
55 theController.MCDoAction(QuickTime.mcActionSetKeysEnabled, '1')
65 if theController.MCIsPlayerEvent(evt):
/dports/lang/python27/Python-2.7.18/Mac/Demo/quicktime/
H A DVerySimplePlayer.py46 theController = theMovie.NewMovieController(bounds, QuickTime.mcTopLeftMovie)
49 rv, bounds = theController.MCGetControllerBoundsRect()
55 theController.MCDoAction(QuickTime.mcActionSetKeysEnabled, '1')
65 if theController.MCIsPlayerEvent(evt):
/dports/mail/gnumail/GNUMail-1.3.0/Framework/GNUMail/
H A DNSAttributedString+Extensions.h34 controller: (id) theController;
39 controller: (id) theController;
41 controller: (id) theController;
H A DTask.m245 - (void) addController: (id) theController
247 if (theController && ![_controllers containsObject: theController])
249 [_controllers addObject: theController];
H A DThreadArcsCell.h53 - (void) setController: (id) theController;
H A DMailHeaderCell.h63 - (void) setController: (id) theController;
H A DNSAttributedString+Extensions.m177 controller: (id) theController
201 controller: theController]];
213 controller: theController]];
230 …pendAttributedString: [self attributedStringFromContentForPart: aPart controller: theController]];
371 …dAttributedString: [self attributedStringFromContentForPart: aMessage controller: theController]];
404 [aTask addController: theController];
644 controller: (id) theController
681 …f attributedStringFromContentForPart:[theMimeMultipart partAtIndex: 0] controller: theController];
693 controller: (id) theController
722 …pendAttributedString: [self attributedStringFromContentForPart: aPart controller: theController]];
H A DTask.h127 - (void) addController: (id) theController;
H A DMailHeaderCell.m195 - (void) setController: (id) theController
197 _controller = theController;
H A DMailboxManagerController.h126 controller: (id) theController;
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtpropertybrowser/examples/object_controller/
H A Dmain.cpp68 ObjectController *theController; member in MyController
78 theController = new ObjectController(this); in MyController()
92 layout->addWidget(theController); in MyController()
153 theController->setObject(theControlledObject); in createAndControl()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/QtPropertyBrowser/examples/object_controller/
H A Dmain.cpp67 ObjectController *theController; member in MyController
77 theController = new ObjectController(this); in MyController()
91 layout->addWidget(theController); in MyController()
152 theController->setObject(theControlledObject); in createAndControl()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/server/scsynth/iPhone/
H A DiSCSynthController.mm22 static iSCSynthController* theController = 0;
28 if (theController)
29 [theController log:[NSString stringWithCString:buf encoding:NSASCIIStringEncoding]];
36 if (!theController && (self = [super init])) {
46 theController = self;
/dports/cad/opencascade/opencascade-7.6.0/tools/TreeModel/
H A DTreeModel_ModelBase.hxx87 …oid SetVisibilityState (TreeModel_VisibilityState* theController) { myVisibilityState = theControl… in SetVisibilityState() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/jobcontrol/
H A DTestLocalJobControl.java114 Thread theController = new Thread(theControl); in testLocalJobControlDataCopy() local
115 theController.start(); in testLocalJobControlDataCopy()
H A DTestJobControl.java110 Thread theController = new Thread(theControl); in doJobControlTest() local
111 theController.start(); in doJobControlTest()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/jobcontrol/
H A DTestLocalJobControl.java114 Thread theController = new Thread(theControl); in testLocalJobControlDataCopy() local
115 theController.start(); in testLocalJobControlDataCopy()
H A DTestJobControl.java101 Thread theController = new Thread(theControl); in doJobControlTest() local
102 theController.start(); in doJobControlTest()
/dports/graphics/price/PRICE-1.3.0/
H A DPRHistogram.h30 IBOutlet PRCHistogram *theController; variable
/dports/deskutils/plopfolio/plopfolio-0.1.0/
H A DChannel.h67 - (void) setPlopWindowController: (PlopWindowController *) theController;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapreduce/lib/jobcontrol/
H A DTestMapReduceJobControl.java111 Thread theController = new Thread(theControl); in createDependencies() local
112 theController.start(); in createDependencies()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/carbon/
H A Dmediactrl.cpp141 static pascal Boolean MCFilterProc(MovieController theController,
1163 MovieController WXUNUSED(theController), in MCFilterProc() argument
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/carbon/
H A Dmediactrl.cpp141 static pascal Boolean MCFilterProc(MovieController theController,
1163 MovieController WXUNUSED(theController), in MCFilterProc() argument
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/msw/
H A Dmediactrl_qt.cpp160 typedef Boolean (*MCFilterProcType)(MovieController theController,
390 static Boolean MCFilterProc(MovieController theController,
1163 Boolean wxQTMediaBackend::MCFilterProc(MovieController WXUNUSED(theController), in MCFilterProc() argument
/dports/net/norm/norm-1.5r6/include/
H A DnormSession.h78 void SetController(NormController* theController) in SetController() argument
79 {controller = theController;} in SetController()

12