Searched refs:_string (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DFilter.pm246 sub as_string { _string(%{$_[0]}) }
248 sub _string { # prints things of the form (<op> (<list>) ... ) subroutine
253 /^and/ and return "(&" . join("", map { _string(%$_) } @{$_[1]}) . ")";
254 /^or/ and return "(|" . join("", map { _string(%$_) } @{$_[1]}) . ")";
255 /^not/ and return "(!" . _string(%{$_[1]}) . ")";
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/Foundation/
H A D__init__.py30 from Foundation._string import *
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstring.h189 #include <xlocale/_string.h>
194 #include <secure/_string.h>
H A Dxlocale.h104 #include <xlocale/_string.h>
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSourceMap.js274 this._string = string;
284 return this._string.charAt(this._position++);
292 return this._string.charAt(this._position);
300 return this._position < this._string.length;
/macosx-10.9.5/CF-855.17/
H A DCFURL.c194 CFStringRef _string; // Never NULL member in struct:__CFURL
339 _parseComponents(CFGetAllocator(url), url->_string, url->_base, &(((struct __CFURL *)url)->_flags), &(((struct __CFURL *)url)->_ranges));
1528 result = CFStringCreateCopy(alloc, url->_string);
1532 result = CFStringCreateWithFormat(alloc, NULL, CFSTR("%@ -- %@"), url->_string, url->_base);
1537 result = CreateTruncatedURLString(alloc, url->_string, 128, 8);
1540 CFStringRef urlString = CreateTruncatedURLString(alloc, url->_string, 128, 8);
1571 result = CFStringCreateWithFormat(alloc, NULL, CFSTR("<CFURL %p [%p]>{string = %@, encoding = %u\n\tbase = %@}"), cf, alloc, url->_string, (unsigned int)(url->_encoding), baseString);
1574 result = CFStringCreateWithFormat(alloc, NULL, CFSTR("<CFURL %p [%p]>{string = %@, encoding = %u, base = (null)}"), cf, alloc, url->_string, (unsigned int)(url->_encoding));
1578 CFStringRef urlString = CreateTruncatedURLString(alloc, url->_string, 128, 8);
1605 if (url->_string) CFReleas
[all...]
H A DCFCharacterSet.c98 } _string; member in union:__CFCharacterSet::__anon428
155 CF_INLINE UniChar *__CFCSetStringBuffer(CFCharacterSetRef cset) {return (UniChar*)(cset->_variants._string._buffer);}
156 CF_INLINE CFIndex __CFCSetStringLength(CFCharacterSetRef cset) {return cset->_variants._string._length;}
163 CF_INLINE void __CFCSetPutStringBuffer(CFMutableCharacterSetRef cset, UniChar *theBuffer) {cset->_variants._string._buffer = theBuffer;}
164 CF_INLINE void __CFCSetPutStringLength(CFMutableCharacterSetRef cset, CFIndex length) {cset->_variants._string._length = length;}
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.h66 char *_string; /* string value */ member in struct:dt_node::__anon8335::__anon8336
113 #define dn_string dn_u._const._string /* STRING, IDENT, TYPE */
/macosx-10.9.5/Libc-997.90.3/xcodescripts/
H A Dheaders.sh82 INC_SECURE_INSTHDRS=( _common.h _string.h _stdio.h )
89 _stdio.h _stdlib.h _string.h _time.h _wchar.h _wctype.h
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsml.vim23 syn match wsmlDataTypes "\( _string\| _decimal\| _integer\| _float\| _double\| _iri\| _sqname\| _boolean\| _duration\| _dateTime\| _time\| _date\| _gyearmonth\| _gyear\| _gmonthday\| _gday\| _gmonth\| _hexbinary\| _base64binary\)\((\S*)\)\?" contains=wsmlString,wsmlNumber,wsmlCharacter
H A Dskill.vim173 syn match skillFunction "(get\(_pname\|_string\)\=\>"hs=s+1
174 syn match skillFunction "\<get\(_pname\|_string\)\=("he=e-1
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dddspell.c130 #define DDBE_SPELL_TEXT(_fid, _string) \
131 fprintf(_fid, _string)
139 #define DDBE_SPELL_TEXT(_fid, _string)
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex325 \index{mp\_error\_to\_string}

Completed in 201 milliseconds