Searched refs:end (Results 226 - 250 of 6717) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtwind.tcl46 $t insert end "A text widget can contain other widgets embedded "
47 $t insert end "it. These are called \"embedded windows\", "
48 $t insert end "and they can consist of arbitrary widgets. "
49 $t insert end "For example, here are two embedded button "
50 $t insert end "widgets. You can click on the first button to "
51 $t window create end -window $t.on
52 $t insert end " horizontal scrolling, which also turns off "
53 $t insert end "word wrapping. Or, you can click on the second "
54 $t insert end "button to\n"
55 $t window create end
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/xml/expat/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.9.5/apr-30/apr-util/apr-util/xml/expat/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.9.5/expat-12/expat/lib/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/expat/xmltok/
H A Dxmltok.h43 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be start of
47 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
174 const char *end,
176 int (*isPublicId)(const ENCODING *enc, const char *ptr, const char *end,
194 Scan the string starting at ptr until the end of the next complete token,
206 to the character following the end of that token.
214 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
215 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
217 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
218 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/expat/
H A Dxmltok.h13 #define XML_TOK_TRAILING_RSQB -5 /* ] or ]] at the end of the scan; might be
19 #define XML_TOK_TRAILING_CR -3 /* A CR at the end of the scan;
155 const char *end,
159 const char *end,
176 /* Scan the string starting at ptr until the end of the next complete
190 set to point to the character following the end of that token.
198 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
199 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
201 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
202 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtwind.tcl47 $t insert end "A text widget can contain many different kinds of items, "
48 $t insert end "both active and passive. It can lay these out in various "
49 $t insert end "ways, with wrapping, tabs, centering, etc. In addition, "
50 $t insert end "when the contents are too big for the window, smooth "
51 $t insert end "scrolling in all directions is provided.\n\n"
53 $t insert end "A text widget can contain other widgets embedded "
54 $t insert end "it. These are called \"embedded windows\", "
55 $t insert end "and they can consist of arbitrary widgets. "
56 $t insert end "For example, here are two embedded button "
57 $t insert end "widget
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dparams.c29 * end-of-file. Comments and line continuation are handled
114 * considered end-of-file markers.
128 * Scan to the end of a comment.
132 * Output: The character that marks the end of the comment. Normally,
139 * considered end-of-file markers.
158 * pos - This is taken to be the offset of the end of the
192 int end; local
196 end = 0; /* <end> is the current "end o
294 int end = 0; /* bufr[end] is current end-of-string. */ local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DHandler.java47 Label end; field in class:Handler
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCAbout.h58 @end
H A DMBCBoardAnimation.h62 @end
H A DMBCRemotePlayer.h56 @end
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSExport.h64 // @end
69 // @end
108 @end
123 // @end
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DHandlerInfo.h36 uint32_t end; member in struct:JSC::HandlerInfo
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DConservativeRoots.h45 void add(void* begin, void* end);
46 void add(void* begin, void* end, JITStubRoutineSet&);
47 void add(void* begin, void* end, JITStubRoutineSet&, DFGCodeBlocks&);
60 void genericAddSpan(void*, void* end, MarkHook&);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/HybridLangApp/
H A DObjcController.h10 @end
/macosx-10.9.5/Security-55471.14.18/Keychain Circle Notification/
H A DNSArray+mapWithBlock.h15 @end
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DNSRandomNumberGenerator.h36 @end
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DNSRandomNumberGenerator.h36 @end
/macosx-10.9.5/WebCore-7537.78.1/bindings/scripts/test/ObjC/
H A DDOMTestException.h35 @end
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DCrossOriginPreflightResultCache.cpp53 static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set) argument
60 while (start <= end && isSpaceOrNewline((*stringImpl)[start]))
64 if (start > end)
67 // Skip white space from end.
68 while (end && isSpaceOrNewline((*stringImpl)[end]))
69 --end;
71 set.add(string.substring(start, end - start + 1));
78 size_t end; local
79 while ((end
126 HTTPHeaderMap::const_iterator end = requestHeaders.end(); local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.h37 @end
H A DWebCoreNSCellExtras.h34 @end
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthList.cpp37 const UChar* end = ptr + value.length(); local
38 while (ptr < end) {
40 while (ptr < end && *ptr != ',' && !isSVGSpace(*ptr))
53 skipOptionalSVGSpacesOrDelimiter(ptr, end);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSDataExtras.h42 @end

Completed in 195 milliseconds

1234567891011>>