Home
last modified time | relevance | path

Searched refs:withObject (Results 151 – 175 of 2178) sorted by relevance

12345678910>>...88

/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/qt/
H A Dmacnotificationhandler.mm38 [userNotification performSelector:@selector(setTitle:) withObject:titleMac];
39 [userNotification performSelector:@selector(setInformativeText:) withObject:textMac];
42 …[notificationCenterInstance performSelector:@selector(deliverNotification:) withObject:userNotific…
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/qt/
H A Dmacnotificationhandler.mm38 [userNotification performSelector:@selector(setTitle:) withObject:titleMac];
39 [userNotification performSelector:@selector(setInformativeText:) withObject:textMac];
42 …[notificationCenterInstance performSelector:@selector(deliverNotification:) withObject:userNotific…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/lang/clang-mesa/clang-13.0.1.src/test/ARCMT/
H A Dobjcmt-subscripting-unavailable.m30 - (void)replaceObjectAtIndex:(unsigned long)index withObject:(id)anObject;
74 [marr replaceObjectAtIndex:2 withObject:@"val"];
76 [marr replaceObjectAtIndex:2 withObject:[arr objectAtIndex:4]];
/dports/graphics/pixen/Pixen-0.1/
H A DPXPaletteSwitcher.m239 …[self performSelector:[[paletteChooser itemAtIndex:0] action] withObject:[paletteChooser selectedI…
241 …[self performSelector:[[paletteChooser selectedItem] action] withObject:[paletteChooser selectedIt…
248 …[self performSelector:[[paletteChooser selectedItem] action] withObject:[paletteChooser selectedIt…
293 [userPalettes replaceObjectAtIndex:index withObject:newPalette];
299 …[self performSelector:[[paletteChooser itemWithTitle:name] action] withObject:[paletteChooser item…
333 …[self performSelector:[[paletteChooser selectedItem] action] withObject:[paletteChooser selectedIt…
413 withObject:[paletteChooser itemWithTitle:[palette name]]];
/dports/net/mediastreamer/mediastreamer-2.16.1/src/videofilters/
H A Dmsosxdisplay.m331 …[thiz performSelectorOnMainThread:@selector(createWindowIfNeeded) withObject:nil waitUntilDone:FAL…
352 …[thiz.glLayer performSelectorOnMainThread:@selector(resizeToWindow:) withObject:thiz.window waitUn…
358 …[thiz.glLayer performSelectorOnMainThread:@selector(setNeedsDisplay) withObject:nil waitUntilDone:…
373 …[thiz.glLayer performSelectorOnMainThread:@selector(setNeedsDisplay) withObject:nil waitUntilDone:…
431 …[thiz performSelectorOnMainThread:@selector(setWindow:) withObject:(NSWindow*)obj waitUntilDone:NO…
434 [thiz performSelectorOnMainThread:@selector(setView:) withObject:(NSView*)obj waitUntilDone:NO];
437 … [thiz performSelectorOnMainThread:@selector(setLayer:) withObject:(CALayer*)obj waitUntilDone:NO];
446 [thiz performSelectorOnMainThread:@selector(resetContainers) withObject:nil waitUntilDone:NO];
/dports/textproc/syck/syck-0.70/ext/cocoa/src/
H A DYAMLCategories.h31 - (NSArray*)yamlCollectWithSelector:(SEL)aSelector withObject:(id)anObject;
37 - (NSDictionary*)yamlCollectWithSelector:(SEL)aSelector withObject:(id)anObject;
/dports/devel/stack/stack-2.7.3/_cabal_deps/hpack-0.34.4/src/Data/Aeson/Config/
H A DParser.hs10 , withObject
131 withObject :: (Object -> Parser a) -> Value -> Parser a
132 withObject p (Object o) = p o function
133 withObject _ v = typeMismatch "Object" v function
/dports/devel/hs-hpack/hpack-0.34.4/src/Data/Aeson/Config/
H A DParser.hs10 , withObject
131 withObject :: (Object -> Parser a) -> Value -> Parser a
132 withObject p (Object o) = p o function
133 withObject _ v = typeMismatch "Object" v function
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DCommand.hs93 parseJSON = withObject "ImportCommand" $ \o -> do
112 parseJSON = withObject "ListType" $ \o -> do
121 parseJSON = withObject "command" $ \o -> do
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/Plugin/
H A DConfig.hs82 parseConfig defValue = A.withObject "Config" $ \v -> do
88 Just s -> flip (A.withObject "Config.settings") s $ \o -> Config
166 parseJSON = A.withObject "PluginConfig" $ \o -> PluginConfig
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hls-plugin-api/src/Ide/Plugin/
H A DConfig.hs82 parseConfig defValue = A.withObject "Config" $ \v -> do
88 Just s -> flip (A.withObject "Config.settings") s $ \o -> Config
166 parseJSON = A.withObject "PluginConfig" $ \o -> PluginConfig
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-dev-scripts/src/
H A DGenSPDX.hs6 import Data.Aeson (FromJSON (..), eitherDecode, withObject, (.:))
123 parseJSON = withObject "License" $ \obj -> License
130 parseJSON = withObject "License list" $ \obj ->
H A DGenSPDXExc.hs5 import Data.Aeson (FromJSON (..), eitherDecode, withObject, (.:))
118 parseJSON = withObject "License" $ \obj -> License
130 parseJSON = withObject "Exceptions list" $ \obj ->
/dports/games/quakeforge/quakeforge-0.7.2/ruamoko/include/
H A DArray.h214 withObject: (id)anObject;
274 withObject: (id)arg;
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/iphone/
H A Dosys_video.mm86 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(createScreenTexture) withObject:nil wa…
123 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(setGraphicsMode) withObject:nil waitUn…
129 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(initSurface) withObject:nil waitUntilD…
290 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(setViewTransformation) withObject:nil …
300 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(updateMouseCursorScaling) withObject:n…
301 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
309 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(updateMouseCursorScaling) withObject:n…
310 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(clearColorBuffer) withObject:nil waitU…
391 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(notifyMouseMove) withObject:nil waitUn…
504 …[g_iPhoneViewInstance performSelectorOnMainThread:@selector(updateMouseCursor) withObject:nil wait…
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/ipynb-0.1.0.1/src/Data/
H A DIpynb.hs91 parseJSON = withObject "Notebook" $ \v -> do
104 parseJSON = withObject "Notebook" $ \v -> do
170 parseJSON = withObject "Cell" $ \v -> do
192 parseJSON = withObject "Cell" $ \v -> do
324 parseJSON = withObject "Object" $ \v -> do
348 parseJSON = withObject "Object" $ \v -> do
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/ipynb-0.1.0.1/src/Data/
H A DIpynb.hs91 parseJSON = withObject "Notebook" $ \v -> do
104 parseJSON = withObject "Notebook" $ \v -> do
170 parseJSON = withObject "Cell" $ \v -> do
192 parseJSON = withObject "Cell" $ \v -> do
324 parseJSON = withObject "Object" $ \v -> do
348 parseJSON = withObject "Object" $ \v -> do
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCCoreDialogProvider.m56 withObject:@[toNSStr(psz_title),
72 withObject:@[[NSValue valueWithPointer:p_id],
93 withObject:@[[NSValue valueWithPointer:p_id],
115 withObject:@[[NSValue valueWithPointer:p_id],
143 withObject:@[[NSValue valueWithPointer:p_id],
/dports/deskutils/toolboxkit/Toolbox/DefaultEditor/
H A DDefaultView.m115 withObject: [_dict objectForKey: [keysArray objectAtIndex:i]]
122 withObject: (id) object
144 withObject: [dict objectForKey: [keysArray objectAtIndex:i]]
158 withObject: [array objectAtIndex:i]
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/cabal-dev-scripts/src/
H A DGenSPDXExc.hs5 import Data.Aeson (FromJSON (..), eitherDecode, withObject, (.:))
123 parseJSON = withObject "License" $ \obj -> License
135 parseJSON = withObject "Exceptions list" $ \obj ->

12345678910>>...88