Searched refs:text (Results 201 - 225 of 3083) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A DRequirementLexer.cpp244 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
401 _ttype = testLiteralsTable(text.substr(_begin, text.length()-_begin),_ttype);
404 _token->setText(text.substr(_begin, text.length()-_begin));
411 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
509 _token->setText(text.substr(_begin, text.length()-_begin));
516 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
536 _token->setText(text
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A DRequirementLexer.cpp244 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
401 _ttype = testLiteralsTable(text.substr(_begin, text.length()-_begin),_ttype);
404 _token->setText(text.substr(_begin, text.length()-_begin));
411 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
509 _token->setText(text.substr(_begin, text.length()-_begin));
516 int _ttype; antlr::RefToken _token; std::string::size_type _begin = text.length();
536 _token->setText(text
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-passwd/
H A Dinit.c76 const char *text; local
79 rc = slap_str2ad( "sn", &ad_sn, &text );
83 "sn", rc, text );
86 rc = slap_str2ad( "description", &ad_desc, &text );
90 "description", rc, text );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dcompare.c41 char *text; local
72 text = ldif_put_wrap( LDIF_PUT_VALUE,
76 if ( text ) {
77 fprintf( fp, "%s\n", text );
78 ber_memfree( text );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dretcode.conf29 retcode-item "cn=strongAuthNotSupported" 0x07 text="same as authMethodNotSupported"
31 retcode-item "cn=strongerAuthRequired" 0x08 text="same as strongAuthRequired"
32 #retcode-item "cn=partialResults" 0x09 text="LDAPv2+ (not LDAPv3)"
34 retcode-item "cn=referral" 0x0a text="LDAPv3" ref="ldap://:9019"
35 retcode-item "cn=adminLimitExceeded" 0x0b text="LDAPv3"
36 retcode-item "cn=unavailableCriticalExtension" 0x0c text="LDAPv3"
37 retcode-item "cn=confidentialityRequired" 0x0d text="LDAPv3"
38 retcode-item "cn=saslBindInProgress" 0x0e text="LDAPv3"
54 #retcode-item "cn=isLeaf" 0x23 text="not LDAPv3"
59 retcode-item "cn=proxyAuthzFailure" 0x2F text
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DRadioButtonNavigationItem.css26 .navigation-bar .item.radio.button:not(.text-only) {
30 .navigation-bar.collapsed .item.radio.button:not(.text-only) {
34 .navigation-bar .item.radio.button.text-only:hover {
39 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only:hover {
44 .navigation-bar .item.radio.button.text-only.selected {
49 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only.selected {
61 .navigation-bar .item.radio.button.text-only:active {
66 .navigation-bar .item.radio.button.text-only.selected:active {
70 body.mac-platform.legacy .navigation-bar .item.radio.button.text-only:active,
71 body.mac-platform.legacy .navigation-bar .item.radio.button.text
[all...]
/macosx-10.10.1/cups-408/cups/ppdc/
H A Dppdc-option.cxx36 const char *t, // I - Option text
45 text = new ppdcString(t);
62 o->text->retain();
68 text = o->text;
85 text->release();
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dlib_inwstr.c50 cchar_t *text; local
58 text = win->_line[row].text;
60 if (!isWidecExt(text[col])) {
62 && ((wch = text[col].chars[inx]) != 0);
/macosx-10.10.1/ntp-92/scripts/
H A Dhtml2man.in90 # $token->[1] has the tag name, or text (for "T" case)
94 my $text = $token->[1];
96 $text =~ s/^[\n ]*//;
97 $text =~ s/[\n ]*$/ /;
99 $text =~ s/&nbsp\;/ /g;
100 $text =~ s/^\./\\./;
101 print MANOUT "$text";
106 my $text = uc($p->get_trimmed_text("/h4"));
107 print MANOUT ".SH $text\n";
118 my $text
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/Tests/TestSerialization/test2/
H A Dtest2_main.cpp143 IOLog("object unformatted = %s\n", s->text());
146 OSObject *d2 = OSUnserializeXML(s->text(), &errmsg);
159 IOLog("object unformatted = %s\n", s2->text());
162 strcmp(s->text(), s2->text()) ? "un":"");
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dcram.c107 server_context_t *text; local
110 text = sparams->utils->malloc(sizeof(server_context_t));
111 if (text == NULL) {
116 memset(text, 0, sizeof(server_context_t));
118 text->state = 1;
120 *conn_context = text;
165 crammd5_server_mech_step1(server_context_t *text, argument
176 text->challenge = NULL;
185 text->challenge = sparams->utils->malloc(clientinlen + 1);
186 if (text
237 crammd5_server_mech_step2(server_context_t *text, sasl_server_params_t *sparams, const char *clientin, unsigned clientinlen, const char **serverout __attribute__((unused)), unsigned *serveroutlen __attribute__((unused)), sasl_out_params_t *oparams) argument
400 server_context_t *text = (server_context_t *) conn_context; local
441 server_context_t *text = (server_context_t *) conn_context; local
510 client_context_t *text; local
554 client_context_t *text = (client_context_t *) conn_context; local
711 client_context_t *text = (client_context_t *) conn_context; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dnormlzr.cpp34 text(new StringCharacterIterator(str)),
43 text(new UCharCharacterIterator(str, length)),
52 text(iter.clone()),
61 text(copy.text->clone()),
86 delete text;
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
109 *text==*that.text &&
246 * Return the current character in the normalized text
[all...]
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dfixman7 # fixman - fix parameter text in embedded man pages
40 $text =~ s/\.\s.*/.\n/s unless $opt_f;
41 $param_text{$name} = $text;
45 printf "saving entry %s %.20s..\n", $name, $text;
48 $class_text{$name} = $text;
50 printf "saving class %s %.20s..\n", $name, $text;
57 # Emit one parameter name and text
117 print $text;
133 # Save the accumulated text.
135 if ($name && $text) {
[all...]
H A Dxpostdef81 $name = $defval = $text = $line = "";
86 # Print the updated parameter text. Keep the old default if
93 print $text;
95 # Reset the parameter name, default, and accumulated text.
97 $name = $defval = $text = $line = "";
108 # Accumulate the text in the parameter definition.
111 $text .= $_;
118 if ($name && $text) {
120 print "%PARAM $name $defval\n$text";
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/answers/
H A Dunaccent.cpp41 void UnaccentTransliterator::handleTransliterate(Replaceable& text, argument
46 UChar c = text.charAt(index.start);
50 text.handleReplaceBetween(index.start, index.start+1, str);
/macosx-10.10.1/ICU-531.30/icuSources/samples/translit/
H A Dunaccent.cpp43 void UnaccentTransliterator::handleTransliterate(Replaceable& text, argument
48 UChar c = text.charAt(index.start);
52 text.handleReplaceBetween(index.start, index.start+1, str);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCommonToken.hpp28 return text;
34 text = s;
69 // most tokens will want line and text information
72 ANTLR_USE_NAMESPACE(std)string text; member in class:antlr::CommonToken
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/tests/UnitTestUtils/
H A DEWK2UnitTestEnvironment.cpp23 #include <wtf/text/StringBuilder.h>
24 #include <wtf/text/StringConcatenate.h>
25 #include <wtf/text/WTFString.h>
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dsys_exits.c13 /* const char *text; /* free text */
35 /* sys_exits_strerror() returns a descriptive text for the
37 /* text for an unknown status code.
108 sys_exits_default->text = vstring_str(sys_exits_def_text);
117 return (sys_exits_fake(code)->text);
119 return (sys_exits_table[code - EX__BASE].text);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dradio.rb29 text "Two groups of radiobuttons are displayed below. If you click on a button then the button will become selected exclusively among all the buttons in its group. A Tcl variable is associated with each group to indicate which of the group's buttons is selected. Click the \"See Variables\" button to see the current values of the variables."
40 text 'Dismiss'
50 text 'Show Code'
55 text 'See Variables'
71 text "Point Size #{sz}"
80 text col
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dradio.rb26 text "���������2������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������"
37 #text '������'
38 text '���������'
48 text '���������������'
53 text '������������'
69 text "��������������������� #{sz}"
78 text col
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Draw.rb2 # A section of text that is added to the output document as-is
20 # Appends +text+
22 def << text
23 @parts << text
62 # The raw text
64 def text method
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dlistener.rb14 def text text method in class:Listener
15 @normalize = text
16 #text.tr! "\n", ' '
17 #puts "text #{text[0..10]}..."
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DString.pm26 use overload q|""| => "text",
45 my $text = defined $config->{ text }
46 ? $config->{ text }
49 # print STDERR "text: [$text]\n";
53 text => $text,
68 sub text { subroutine
70 return $self->{ text } unles
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Dstsearch.h17 * \brief C++ API: Service for searching text based on RuleBasedCollator.
31 * language-sensitive text searching based on the comparison rules defined
40 * Let S' be the sub-string of a text string S between the offsets start and
43 * A pattern string P matches a text string S at the offsets [start, end]
54 * This search has APIs similar to that of other text iteration mechanisms
56 * APIs, it is easy to scan through text looking for all occurrences of
65 * within the text string to be searched, e.g. <tt>setOffset</tt>,
91 * for the pattern "abab" in the text "ababab", where else mutually
108 * and examples of how to use instances of this class to implement text
143 * @param pattern The text fo
[all...]

Completed in 308 milliseconds

1234567891011>>