Searched refs:stringValue (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.10.1/security_systemkeychain-55202/src/
H A Dcreate_fv_user.c126 if([[mNewUserFullName stringValue] length] == 0)
135 if(([[mNewUserFullName stringValue] caseInsensitiveCompare:@"admin"] != NSOrderedSame) && ([Group findGroupByName:[mNewUserFullName stringValue]] != NULL))
137 // NSRunAlertPanel([NSString stringWithFormat:LOCSTRING(@"USERNAME_IS_NOT_AVAILABLE"), [mNewUserFullName stringValue]], LOCSTRING(@"USERNAME_IS_NOT_AVAILABLE_DESC"), LOCSTRING(@"OK"), NULL, NULL);
143 if(![User isUserNameUnique:[mNewUserFullName stringValue] searchParent:NO])
145 // NSRunAlertPanel([NSString stringWithFormat:LOCSTRING(@"USERNAME_IS_NOT_UNIQUE"), [mNewUserFullName stringValue]], LOCSTRING(@"USERNAME_IS_NOT_UNIQUE_DESC"), LOCSTRING(@"OK"), NULL, NULL);
156 if([[mNewUserName stringValue] length] == 0))
160 [mNewUserName setStringValue:[User generateUnixNameUsingString:[mNewUserFullName stringValue]]];
164 if([[mNewUserName stringValue] isEqualToString:@"ftp"])
172 if([[mNewUserName stringValue] isEqualToStrin
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/udata/
H A Dwriter.c63 char stringValue[]={'E', 'X', 'A', 'M', 'P', 'L', 'E', '\0'}; local
91 printf("Writing string value of %s\n", stringValue);
92 udata_writeString(pData, stringValue, sizeof(stringValue));
100 size=sizeof(stringValue) + sizeof(intValue);
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-InstallerPlugins/Examples/InstallerPluginSample/Registration/
H A DRegistrationPane.py19 if (len(self.uiFirstNameField.stringValue()) == 0
20 or len(self.uiLastNameField.stringValue()) == 0
21 or len(self.uiOrganizationField.stringValue()) == 0
22 or len(self.uiSerialNumberField.stringValue()) == 0):
32 return self.uiSerialNumberField.stringValue() == '123-456-789'
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstallerPlugins/Examples/InstallerPluginSample/Registration/
H A DRegistrationPane.py19 if (len(self.uiFirstNameField.stringValue()) == 0
20 or len(self.uiLastNameField.stringValue()) == 0
21 or len(self.uiOrganizationField.stringValue()) == 0
22 or len(self.uiSerialNumberField.stringValue()) == 0):
32 return self.uiSerialNumberField.stringValue() == '123-456-789'
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-InstallerPlugins-2.5.1/Examples/InstallerPluginSample/Registration/
H A DRegistrationPane.py19 if (len(self.uiFirstNameField.stringValue()) == 0
20 or len(self.uiLastNameField.stringValue()) == 0
21 or len(self.uiOrganizationField.stringValue()) == 0
22 or len(self.uiSerialNumberField.stringValue()) == 0):
32 return self.uiSerialNumberField.stringValue() == '123-456-789'
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCStretchyTextCell.mm53 if ([[self stringValue] length] > 2) {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Plugins/gtk/
H A DPluginInfoCache.cpp99 GUniquePtr<char> stringValue(g_key_file_get_string(m_cacheFile.get(), pluginGroup.data(), "name", nullptr));
100 plugin.info.name = String::fromUTF8(stringValue.get());
102 stringValue.reset(g_key_file_get_string(m_cacheFile.get(), pluginGroup.data(), "description", nullptr));
103 plugin.info.desc = String::fromUTF8(stringValue.get());
106 stringValue.reset(g_key_file_get_string(m_cacheFile.get(), pluginGroup.data(), "mime-description", nullptr));
107 NetscapePluginModule::parseMIMEDescription(String::fromUTF8(stringValue.get()), plugin.info.mimes);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNPRuntimeUtilities.cpp142 npnMemFree(const_cast<NPUTF8*>(variant->value.stringValue.UTF8Characters));
143 variant->value.stringValue.UTF8Characters = 0;
144 variant->value.stringValue.UTF8Length = 0;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebSecurityOriginPrivate.h49 - (NSString *)stringValue;
H A DWebJavaScriptTextInputPanel.m62 return [textInput stringValue];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/PyDocURLProtocol/
H A DPyDocEvents.py24 self.urlfield.setStringValue_(theURL.stringValue())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/PyDocURLProtocol/
H A DPyDocEvents.py24 self.urlfield.setStringValue_(theURL.stringValue())
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/
H A DDNSServiceReg.m249 if ([[serviceTypeField stringValue] length] && [[serviceNameField stringValue] length] && [[serviceDomainField stringValue] length]&& [[servicePortField stringValue] length]) {
250 [srvtypeKeys addObject:[serviceTypeField stringValue]];
251 [srvnameKeys addObject:[serviceNameField stringValue]];
252 [srvportKeys addObject:[servicePortField stringValue]];
253 [srvdomainKeys addObject:[serviceDomainField stringValue]];
254 [srvtextKeys addObject:[serviceTextField stringValue]];
/macosx-10.10.1/ICU-531.30/icuSources/tools/gentest/
H A Dgentest.c105 char stringValue[]={'Y', 'E', 'A', 'R', '\0'}; local
121 udata_writeString(pData, stringValue, sizeof(stringValue));
129 size=sizeof(stringValue) + sizeof(intValue);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A DAuthorizationData.h56 AuthValueOverlay(const string& stringValue) { length = stringValue.length(); data = const_cast<char *>(stringValue.c_str()); } argument
127 string stringValue() const { return string(static_cast<char *>(mValue.data), mValue.length); } function in class:Authorization::AuthItem
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A DAuthorizationData.h56 AuthValueOverlay(const string& stringValue) { length = stringValue.length(); data = const_cast<char *>(stringValue.c_str()); } argument
127 string stringValue() const { return string(static_cast<char *>(mValue.data), mValue.length); } function in class:Authorization::AuthItem
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPluginChoiceAnnotation.mm64 choiceAnnotation().stringValue = toHTMLSelectElement(element())->value();
83 NSString *selectedChoice = choiceAnnotation.stringValue;
H A DPDFPluginTextAnnotation.mm108 toHTMLTextAreaElement(styledElement)->setValue(textAnnotation.stringValue);
110 toHTMLInputElement(styledElement)->setValue(textAnnotation.stringValue);
125 textAnnotation().stringValue = value();
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_synthesize.py14 objc.synthesize('stringValue', copy=False)
23 self.assertHasAttr(TestSynthesizeHelper, 'stringValue')
35 self.assertIs(obj.stringValue(), v)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DMyDocument.py118 interpreter=self.interpreter.stringValue(),
126 others=self.others.stringValue(),
128 scriptargs=self.scriptargs.stringValue(),
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DMyDocument.py118 interpreter=self.interpreter.stringValue(),
126 others=self.others.stringValue(),
128 scriptargs=self.scriptargs.stringValue(),
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PyObjCLauncher/
H A DMyDocument.py118 interpreter=self.interpreter.stringValue(),
126 others=self.others.stringValue(),
128 scriptargs=self.scriptargs.stringValue(),
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DOptions.cpp109 const char* stringValue = getenv(name); local
110 if (!stringValue)
113 if (parse(stringValue, variable))
116 fprintf(stderr, "WARNING: failed to parse %s=%s\n", name, stringValue);
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Expressions/
H A D11.2.1-2.js115 this.stringValue = value +"";
H A D11.2.1-3-n.js111 this.stringValue = value +"";

Completed in 413 milliseconds

12345