Searched refs:True (Results 276 - 300 of 760) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py34 searchCell.setSendsWholeSearchString_(True)
46 op.setCanChooseDirectories_(True)
48 op.setResolvesAliases_(True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
41 SKIndexAddDocumentWithText(index, doc2, "copyright and licenses for iPod", True)
54 return True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py44 return True
93 self.lock = True
108 while True:
235 self._autoscroll = True
256 while True:
261 True)
300 self.setIsInteracting(True)
331 return True
378 True)
591 scrollView.setHasVerticalScroller_(True)
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/NonFunctional/RemotePyInterpreter/
H A Dremote_pipe.py75 while True:
90 self.closed = True
96 return True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_locking.py34 self.obj.setLocked_(True)
93 obj.setLocked_(True)
118 obj.setLocked_(True)
151 obj.setLocked_(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abpeoplepickerc.py44 ABPickerSetVisibility(ref, True)
47 self.assertTrue(r is True)
97 ABPickerSelectGroup(ref, grp, True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfhttpmessage.py41 m = CFHTTPMessageCreateEmpty(None, True)
49 self.assertTrue(CFHTTPMessageIsRequest(req) is True)
82 self.assertTrue(v is True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfstream.py70 self.assertIs(r, True)
77 self.assertIs(r, True)
105 self.assertIs(r, True)
127 self.assertIs(r, True)
146 self.assertIs(r, True)
153 self.assertIs(b, True)
189 self.assertIs(r, True)
212 self.assertIs(r, True)
222 self.assertIs(r, True)
351 CFRunLoopRunInMode(kCFRunLoopDefaultMode, 1.0, True)
[all...]
H A Dtest_cftimezone.py67 zone = CFTimeZoneCreateWithName(None, "Europe/Amsterdam", True)
86 self.assertIs(r, True)
97 self.assertIsIn(r, (False, True))
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_catransform3d.py41 self.assertTrue(v is True)
45 self.assertTrue(v is True)
78 self.assertTrue(v is True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/Examples/SearchKitExample1/
H A DAppController.py34 searchCell.setSendsWholeSearchString_(True)
46 op.setCanChooseDirectories_(True)
48 op.setResolvesAliases_(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SearchKit/PyObjCTest/
H A Dtest_sksearch.py40 SKIndexAddDocumentWithText(index, doc, "copyright and licenses", True)
41 SKIndexAddDocumentWithText(index, doc2, "copyright and licenses for iPod", True)
54 return True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py44 return True
93 self.lock = True
108 while True:
235 self._autoscroll = True
256 while True:
261 True)
300 self.setIsInteracting(True)
331 return True
378 True)
591 scrollView.setHasVerticalScroller_(True)
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/python/llvm/
H A Dobject.py47 cache=True to the appropriate get_XXX() method to have this done for you.
74 symbols = list(obj.get_symbols(cache=True))
130 while True:
158 while True:
245 while True:
280 self.expired = True
357 self.expired = True
425 self.expired = True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-CFNetwork/PyObjCTest/
H A Dtest_cfhttpauthentication.py54 if v is True:
66 if v is True:
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ManualBindings/
H A DAppController.py25 bindingOptions[NSValidatesImmediatelyBindingOption] = True
79 return True, value, None
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/TableModelWithSearch/
H A DToolbarCreator.py27 toolbar.setAllowsUserCustomization_(True)
28 toolbar.setAutosavesConfiguration_(True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfilemanager.py100 return True
103 return True
106 return True
109 return True
112 return True
115 return True
118 return True
121 return True
H A Dtest_nsjavasetup.py41 v, vm = NSJavaClassesFromPath(None, ['java.lang.Object'], True, None)
46 v, vm = NSJavaClassesForBundle(NSBundle.mainBundle(), True, None)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-ExceptionHandling/Lib/PyObjCTools/
H A DDebugging.py55 return True
91 return True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DEPSPrinting.py64 result, path = CFURLGetFileSystemRepresentation(url, True, None, 1024)
78 needsTransparentBitmap = True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Misc/
H A Dpyobjc_setup.py80 os_compatible = True
135 zip_safe = True,
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/
H A Ddistribute_setup.py128 to_dir=os.curdir, download_delay=15, no_fake=True):
217 return True
246 found = True
270 return True
319 return True
329 return True
342 return True
434 directories.sort(key=operator.attrgetter('name'), reverse=True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py128 to_dir=os.curdir, download_delay=15, no_fake=True):
217 return True
246 found = True
270 return True
319 return True
329 return True
342 return True
434 directories.sort(key=operator.attrgetter('name'), reverse=True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py128 to_dir=os.curdir, download_delay=15, no_fake=True):
217 return True
246 found = True
270 return True
319 return True
329 return True
342 return True
434 directories.sort(key=operator.attrgetter('name'), reverse=True)

Completed in 279 milliseconds

<<11121314151617181920>>