Home | History | Annotate | Download | only in Panels

Lines Matching refs:realm

131     NSString *realm = [space realm];
132 if (!realm)
133 realm = @"";
136 // Consider the realm name to be "simple" if it does not contain any whitespace or newline characters.
137 // If the realm name is determined to be complex, we will use a slightly different sheet layout, designed
138 // to keep a malicious realm name from spoofing the wording in the sheet text.
139 BOOL realmNameIsSimple = [realm rangeOfCharacterFromSet:[NSCharacterSet whitespaceAndNewlineCharacterSet]].location == NSNotFound;
149 "prompt string in authentication panel"), realm, host];
162 "prompt string in authentication panel"), realm, host];
171 [separateRealmLabel setStringValue:realm];
176 // In the proxy or "simple" realm name case, we need to hide the 'separateRealmLabel'