HomeSort by relevance Sort by last modified time
    Searched full:callout (Results 51 - 75 of 224) sorted by null

1 23 4 5 6 7 8 9

  /external/pcre/dist2/doc/html/
pcre2_substitute.html 52 Set up a callout function
pcre2compat.html 79 available in Perl 5.8, but it is in Perl 5.10. Also, the PCRE2 "callout"
189 (h) The callout facility is PCRE2-specific.
index.html 33 <td>&nbsp;&nbsp;The <i>callout</i> facility</td></tr>
205 <td>&nbsp;&nbsp;Set up a callout function</td></tr>
  /external/libxml2/doc/tutorial/
ar01s04.html 19 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#getchildnode"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>Get the first child node of <tt class="varname">cur</tt>. At this
45 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#anothergetchild"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>Again we get the first child node.</p></td></tr><tr><td width="5%" valign="top" align="left"><a href="#findkeyword"><img src="images/callouts/2.png" alt="2" border="0"></a> </td><td valign="top" align="left"><p>Like the loop above, we then iterate through the nodes, looking
ar01s05.html 33 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#cocontext"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>First we declare our variables.</p></td></tr><tr><td width="5%" valign="top" align="left"><a href="#cocreatecontext"><img src="images/callouts/2.png" alt="2" border="0"></a> </td><td valign="top" align="left"><p>Initialize the <tt class="varname">context</tt> variable.</p></td></tr><tr><td width="5%" valign="top" align="left"><a href="#corunxpath"><img src="images/callouts/3.png" alt="3" border="0"></a> </td><td valign="top" align="left"><p>Apply the <span class="application">XPath</span> expression.</p></td></tr><tr><td width="5%" valign="top" align="left"><a href="#cocheckxpathresult"><img src="images/callouts/4.png" alt="4" border="0"></a> </td><td valign="top" align="left"><p>Check the result and free the memory allocated to
49 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#conodesetcounter"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>The value of <tt class="varname">nodeset-&gt;Nr</tt> holds the number of
ar01s06.html 19 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#addkeyword"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>The <tt class="function"><a href="http://xmlsoft.org/html/libxml-tree.html#XMLNEWTEXTCHILD" target="_top">xmlNewTextChild</a></tt>
ar01s07.html 27 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#addreferencenode"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>First we add a new node at the location of the current node
ar01s08.html 28 </p><div class="calloutlist"><table border="0" summary="Callout list"><tr><td width="5%" valign="top" align="left"><a href="#getattributevalue"><img src="images/callouts/1.png" alt="1" border="0"></a> </td><td valign="top" align="left"><p>
  /external/ltp/utils/ffsb-6.0-rc2/
README 66 callout - calls and external command and waits for its termination
73 callout).
254 callout=synchronize.sh myhostname
  /external/pcre/dist2/doc/
pcre2syntax.3 550 (?C) callout (assumed number 0)
551 (?Cn) callout with numerical data n
552 (?C"text") callout with string data
pcre2compat.3 64 available in Perl 5.8, but it is in Perl 5.10. Also, the PCRE2 "callout"
163 (h) The callout facility is PCRE2-specific.
pcre2.txt 134 pcre2callout details of the callout feature
    [all...]
index.html.src 33 <td>&nbsp;&nbsp;The <i>callout</i> facility</td></tr>
205 <td>&nbsp;&nbsp;Set up a callout function</td></tr>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmu.h 78 const FWPM_CALLOUT0 *callout,
175 FWPM_CALLOUT0 **callout
181 FWPM_CALLOUT0 **callout
  /system/bt/btif/co/
bta_hh_co.cc 507 * Description This callout function is to convey the report information on
546 * Description This callout function is to request the application to load
581 * Description This callout function is to reset the HOGP device cache.
  /external/pcre/dist2/
HACKING 548 or OP_SCOND. However, if automatic callouts are enabled, a callout is inserted
550 callout at this point. Only assertion conditions may have callouts preceding
570 Callout
573 A callout can nowadays have either a numerical argument or a string argument.
580 In the case of a numeric callout, after these two values there is a single code
581 unit containing the callout number, in the range 0-255, with 255 being used for
591 and followed by a binary zero. When a callout function is called, a pointer to
593 the application needs it. In the 8-bit library, the callout in /X(?C'abc')Y/ is
configure.ac 151 # Handle --disable-pcre2grep-callout (enabled by default) but not supported
154 AC_ARG_ENABLE(pcre2grep-callout,
155 AS_HELP_STRING([--disable-pcre2grep-callout],
156 [disable callout script support in pcre2grep]),
561 # Currently pcre2grep callout string is not supported under Windows.
566 AC_MSG_ERROR([Callout script support needs sys/wait.h.])
569 Define to any value to enable callout script support in pcre2grep.])
571 AC_MSG_WARN([Callout script support is not available for Windows: disabled])
    [all...]
  /external/pcre/dist2/src/
pcre2_pattern_info.c 236 * Callout enumerator *
242 callback function called for each callout block
pcre2_error.c 167 "missing terminating delimiter for callout with string argument\0"
225 "callout error code\0" /* Never returned by PCRE2 itself */
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libpcre2.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libpcre2.so 
  /build/make/tools/droiddoc/templates-pdk/assets/design/
default.css 518 .figure .figure-callout {
525 background: transparent url(callout.png) no-repeat scroll 50% 50%;
530 .figure .figure-callout.top {
532 .figure .figure-callout.right {
  /external/libchrome/base/message_loop/
message_pump.h 95 // Notice also that after each callout to foreign code, the run loop checks
  /system/bt/bta/include/
bta_pan_co.h 52 * Description This callout function is executed by PAN when a server is
  /system/bt/btif/include/
btif_api.h 26 * callout/callins.

Completed in 718 milliseconds

1 23 4 5 6 7 8 9