Home
last modified time | relevance | path

Searched refs:NSNotFound (Results 1 – 25 of 1474) sorted by relevance

12345678910>>...59

/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCStringUtility.m253 if ([theString rangeOfString:@"Command"].location != NSNotFound)
255 if ([theString rangeOfString:@"Alt"].location != NSNotFound)
257 if ([theString rangeOfString:@"Shift"].location != NSNotFound)
259 if ([theString rangeOfString:@"Ctrl"].location != NSNotFound)
292 if ([theString rangeOfString:@"Page Up"].location != NSNotFound)
296 else if ([theString rangeOfString:@"Up"].location != NSNotFound)
326 else if ([theString rangeOfString:@"F9"].location != NSNotFound)
328 else if ([theString rangeOfString:@"F8"].location != NSNotFound)
330 else if ([theString rangeOfString:@"F7"].location != NSNotFound)
332 else if ([theString rangeOfString:@"F6"].location != NSNotFound)
[all …]
/dports/www/sogo/SOGo-5.4.0/SoObjects/SOGo/
H A DWORequest+SOGo.m114 rc = (r.location != NSNotFound);
143 || [[cc userAgent] rangeOfString: @"DAVx5"].location != NSNotFound);
202 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
203 && [[cc userAgent] rangeOfString: @"Darwin"].location != NSNotFound
207 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
208 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
212 [[cc userAgent] rangeOfString: @"Mac OS X"].location != NSNotFound
213 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
217 [[cc userAgent] rangeOfString: @"macOS"].location != NSNotFound
231 return ([[cc userAgent] rangeOfString: @"DataAccess/1.0"].location != NSNotFound ||
[all …]
/dports/www/sogo-activesync/SOGo-5.4.0/SoObjects/SOGo/
H A DWORequest+SOGo.m114 rc = (r.location != NSNotFound);
143 || [[cc userAgent] rangeOfString: @"DAVx5"].location != NSNotFound);
202 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
203 && [[cc userAgent] rangeOfString: @"Darwin"].location != NSNotFound
207 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
208 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
212 [[cc userAgent] rangeOfString: @"Mac OS X"].location != NSNotFound
213 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
217 [[cc userAgent] rangeOfString: @"macOS"].location != NSNotFound
231 return ([[cc userAgent] rangeOfString: @"DataAccess/1.0"].location != NSNotFound ||
[all …]
/dports/www/sogo2/SOGo-2.4.1/SoObjects/SOGo/
H A DWORequest+SOGo.m114 rc = (r.location != NSNotFound);
143 || [[cc userAgent] rangeOfString: @"DAVx5"].location != NSNotFound);
198 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
199 && [[cc userAgent] rangeOfString: @"Darwin"].location != NSNotFound
203 [[cc userAgent] rangeOfString: @"CFNetwork"].location != NSNotFound
204 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
208 [[cc userAgent] rangeOfString: @"Mac OS X"].location != NSNotFound
209 && [[cc userAgent] rangeOfString: @"AddressBook"].location != NSNotFound
213 [[cc userAgent] rangeOfString: @"macOS"].location != NSNotFound
227 return ([[cc userAgent] rangeOfString: @"DataAccess/1.0"].location != NSNotFound ||
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSIndexSet.m410 return NSNotFound;
491 return NSNotFound;
496 return NSNotFound;
513 return NSNotFound;
518 return NSNotFound;
535 return NSNotFound;
540 return NSNotFound;
549 return NSNotFound;
563 return NSNotFound;
572 return NSNotFound;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/sessions/
H A DNSCoder+Compatibility.mm14 // Note: |NSNotFound| is equal to |NSIntegerMax| in 32-bit and 64-bit that
27 return index32 == NSNotFound32 ? NSNotFound : static_cast<NSInteger>(index32);
31 DCHECK((0 <= index && index < NSNotFound32) || index == NSNotFound);
32 int32_t index32 = index == NSNotFound ? static_cast<int32_t>(NSNotFound32)
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSArray/
H A Dblocks.m11 static NSUInteger lastIndex = NSNotFound;
28 if (lastIndex == NSNotFound) {
39 lastIndex = NSNotFound;
45 lastIndex = NSNotFound;
52 lastIndex = NSNotFound;
74 …PASS(NSNotFound == [sortedArray indexOfObject:[NSNumber numberWithInteger:4] inSortedRange:NSMakeR…
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/
H A DOSXTextInputResponder.mm49 _markedRange = NSMakeRange(NSNotFound, 0);
65 if (replacementRange.location == NSNotFound) {
66 if (_markedRange.location != NSNotFound) {
111 if (replacementRange.location == NSNotFound) {
112 if (_markedRange.location != NSNotFound)
138 _markedRange = NSMakeRange(NSNotFound, 0);
/dports/www/sogo2/SOGo-2.4.1/UI/MailPartViewers/
H A DUIxMailPartAlternativeViewer.m100 part = NSNotFound;
106 if (part != NSNotFound)
115 /* returns the index of the selected part or NSNotFound */
119 if (part == NSNotFound)
131 if (part == NSNotFound)
145 if (idx == NSNotFound)
/dports/devel/projectcenter/ProjectCenter-0.6.2/Modules/Debuggers/ProjectCenter/
H A DPCDebuggerView.m53 if (range.location != NSNotFound)
98 if (range.location != NSNotFound)
111 if (range.location != NSNotFound)
118 if (range.location != NSNotFound)
125 if (range.location != NSNotFound)
132 if (range.location != NSNotFound)
139 if (range.location != NSNotFound)
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSMutableIndexSet/
H A Dblocks.m22 __block NSUInteger lastIndex = NSNotFound;
40 lastIndex = NSNotFound;
54 lastIndex = NSNotFound;
64 lastIndex = NSNotFound;
/dports/mail/pantomime/Pantomime-1.3.0/Framework/Pantomime/
H A DCWInternetAddress.m65 if (idxLeftAngBrk != NSNotFound)
73 if (idxRightAddr == NSNotFound)
80 if (idxLeftAddr != NSNotFound && idxLeftAddr > 0)
88 if (idxFirstQuote != NSNotFound)
111 …erFromSet: [NSCharacterSet characterSetWithCharactersInString:@"\\()[]"""]].location != NSNotFound)
132 else if (idxLeftPar != NSNotFound)
150 if (idxRightPar != NSNotFound && idxRightPar > idxLeftPar)
251 if ([_personal indexOfCharacter: ','] != NSNotFound &&
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCUtils/
H A DBCUtilStrings.m44 …sensitiveSearch | NSAnchoredSearch) range: NSMakeRange(0, [prefix length])].location != NSNotFound;
49 …sensitiveSearch | NSAnchoredSearch) range: NSMakeRange(0, [suffix length])].location != NSNotFound;
77 return (aRange.location != NSNotFound);
90 return ( [self rangeOfCharacterFromSet: set].location != NSNotFound );
195 if ( startRange.location == NSNotFound ) return nil;
199 if ( endRange.location == NSNotFound ) return nil;
207 if ( startRange.location == NSNotFound ) return nil;
211 if ( endRange.location == NSNotFound ) return nil;
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/blackbox/testdata/minimumSystemVersion/
H A Dmain.mm51 if ([line rangeOfString:@"LC_VERSION_MIN_MACOSX"].location != NSNotFound)
54 if (print && [line rangeOfString:@"version"].location != NSNotFound) {
62 if ([line rangeOfString:@"LC_BUILD_VERSION"].location != NSNotFound)
65 if (print && [line rangeOfString:@"minos"].location != NSNotFound) {
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/sdk/objc/Framework/Classes/
H A DRTCMediaStream.mm63 NSAssert(index != NSNotFound,
65 if (index != NSNotFound &&
73 NSAssert(index != NSNotFound,
75 if (index != NSNotFound &&
/dports/www/sogo/SOGo-5.4.0/UI/MailPartViewers/
H A DUIxMailPartAlternativeViewer.m106 part = NSNotFound;
112 if (part != NSNotFound)
121 /* returns the index of the selected part or NSNotFound */
125 if (part == NSNotFound)
137 if (part == NSNotFound)
151 if (idx == NSNotFound)
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MailPartViewers/
H A DUIxMailPartAlternativeViewer.m106 part = NSNotFound;
112 if (part != NSNotFound)
121 /* returns the index of the selected part or NSNotFound */
125 if (part == NSNotFound)
137 if (part == NSNotFound)
151 if (idx == NSNotFound)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/list_model/
H A Dlist_model.mm56 DCHECK_EQ(base::checked_cast<NSUInteger>(NSNotFound),
67 DCHECK_EQ(base::checked_cast<NSUInteger>(NSNotFound),
109 DCHECK_NE(NSNotFound, item);
225 return section != base::checked_cast<NSUInteger>(NSNotFound);
230 DCHECK_NE(base::checked_cast<NSUInteger>(NSNotFound), section);
258 return item != NSNotFound;
309 indexOfObject:item] != NSNotFound;
323 if (itemIndex != NSNotFound) {
391 // identifier is not found, NSNotFound is returned.
397 // given index. If no item is found with the given type, NSNotFound is returned.
[all …]
/dports/biology/biococoa/biococoa-2.2.2/BCFoundation/BCGeneExpression/
H A DBCParseSOFT.m103 if (r.location != NSNotFound) {
105 if (r.location == NSNotFound) {
127 if (r.location != NSNotFound) {
129 if (r.location == NSNotFound) {
151 if (r.location != NSNotFound) {
153 if (r.location == NSNotFound) {
198 if (r.location != NSNotFound) {
249 if (r.location != NSNotFound) {
271 if (r.location != NSNotFound) {
322 if (r.location != NSNotFound) {
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DnsMacDockSupport.mm333 NSUInteger preexistingAppIndex = NSNotFound; // full path matches
334 NSUInteger sameNameAppIndex = NSNotFound; // app name matches only
335 NSUInteger toReplaceAppIndex = NSNotFound;
336 NSUInteger lastBrowserAppIndex = NSNotFound;
359 if (preexistingAppIndex != NSNotFound) {
360 if (toReplaceAppIndex != NSNotFound) {
388 if (toReplaceAppIndex != NSNotFound) {
392 if (sameNameAppIndex != NSNotFound) {
394 } else if (lastBrowserAppIndex != NSNotFound) {
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DnsMacDockSupport.mm333 NSUInteger preexistingAppIndex = NSNotFound; // full path matches
334 NSUInteger sameNameAppIndex = NSNotFound; // app name matches only
335 NSUInteger toReplaceAppIndex = NSNotFound;
336 NSUInteger lastBrowserAppIndex = NSNotFound;
370 if (preexistingAppIndex != NSNotFound) {
371 if (toReplaceAppIndex != NSNotFound) {
399 if (toReplaceAppIndex != NSNotFound) {
403 if (sameNameAppIndex != NSNotFound) {
405 } else if (lastBrowserAppIndex != NSNotFound) {
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DnsMacDockSupport.mm333 NSUInteger preexistingAppIndex = NSNotFound; // full path matches
334 NSUInteger sameNameAppIndex = NSNotFound; // app name matches only
335 NSUInteger toReplaceAppIndex = NSNotFound;
336 NSUInteger lastBrowserAppIndex = NSNotFound;
359 if (preexistingAppIndex != NSNotFound) {
360 if (toReplaceAppIndex != NSNotFound) {
388 if (toReplaceAppIndex != NSNotFound) {
392 if (sameNameAppIndex != NSNotFound) {
394 } else if (lastBrowserAppIndex != NSNotFound) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm64 NSAssert(index != NSNotFound,
66 if (index != NSNotFound &&
74 NSAssert(index != NSNotFound,
76 if (index != NSNotFound &&
/dports/net-im/tg_owt/tg_owt-d578c76/src/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm64 NSAssert(index != NSNotFound,
66 if (index != NSNotFound &&
74 NSAssert(index != NSNotFound,
76 if (index != NSNotFound &&
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/sdk/objc/api/peerconnection/
H A DRTCMediaStream.mm64 NSAssert(index != NSNotFound,
66 if (index != NSNotFound &&
74 NSAssert(index != NSNotFound,
76 if (index != NSNotFound &&

12345678910>>...59