Searched refs:part (Results 226 - 250 of 480) sorted by relevance

1234567891011>>

/macosx-10.10/libxml2-26/libxml2/
H A Dxmlschemas.c5777 * @local: the resulting local part if found, the attribute value otherwise
5858 * @local: the resulting local part if found, the attribute value otherwise
5891 * @local: the resulting local part if found, the attribute value otherwise
8497 * Skip particle part if a global declaration.
8502 * The particle part ==================================================
8517 * The reference part =============================================
8587 * The declaration part ===============================================
11298 xmlSchemaParticlePtr part, last = NULL; local
11301 part = (xmlSchemaParticlePtr) xmlSchemaParseElement(ctxt,
11308 if (part !
11345 xmlSchemaTreeItemPtr part = NULL, last = NULL; local
14655 xmlSchemaParticlePtr part = local
14676 xmlSchemaParticlePtr part = local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlschemas.c5758 * @local: the resulting local part if found, the attribute value otherwise
5839 * @local: the resulting local part if found, the attribute value otherwise
5872 * @local: the resulting local part if found, the attribute value otherwise
8478 * Skip particle part if a global declaration.
8483 * The particle part ==================================================
8498 * The reference part =============================================
8568 * The declaration part ===============================================
11279 xmlSchemaParticlePtr part, last = NULL; local
11282 part = (xmlSchemaParticlePtr) xmlSchemaParseElement(ctxt,
11289 if (part !
11326 xmlSchemaTreeItemPtr part = NULL, last = NULL; local
14627 xmlSchemaParticlePtr part = local
14648 xmlSchemaParticlePtr part = local
[all...]
/macosx-10.10/CPANInternal-159.1/IPC-LDT-2.03/
H A DLDT.pm818 message part by part. On the other hand, the sender might only be able to
819 I<send> them part by part as well. That is why this I<send()> method retries writing
1000 message part by part. That is why this I<receive()> method retries reading
/macosx-10.10/ICU-531.30/icuSources/test/perf/collperf2/
H A Dcollperf2.cpp366 uint8_t *part = (uint8_t *)malloc(bufSize);
377 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
381 free(part);
433 uint8_t *part = (uint8_t *)malloc(bufSize);
444 partLen = ucol_nextSortKeyPart(coll, &iter, state, part, bufSize, status);
448 free(part);
1153 // Keyword support should be actually a part of ICU collator, see ICU ticket #8260.
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dieee.c8 This file is part of BFD, the Binary File Descriptor library.
660 /* Find the first part of the ieee file after HERE. */
665 int part;
670 for (part = 0; part < N_W_VARIABLES; part++)
671 if (ieee->w.offset[part] > here && after > ieee->w.offset[part])
672 after = ieee->w.offset[part];
812 (_("%B: unexpected ATN type %d in external part"),
663 int part; local
1784 unsigned int part; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dmacterm.c5 This file is part of GNU Emacs.
2753 /* Set clipping for output of glyph string S. S may be part of a mode
3530 least part of a mouse highlight or a block cursor will
3605 /* Draw part of the background of glyph string S. X, Y, W, and H
4199 /* Scroll part of the display as described by RUN. */
4220 /* Scrolling up. Make sure we don't copy part of the mode
4571 and *PART to the frame, window, and scroll bar part that the mouse
4588 XTmouse_position (fp, insist, bar_window, part, x, y, time)
4592 enum scroll_bar_part *part;
4601 x_scroll_bar_report_motion (fp, bar_window, part,
4769 int part = control_part_code_to_scroll_bar_part (part_code); local
4846 int unhilite_p = 0, part; local
[all...]
H A Dsyntax.c6 This file is part of GNU Emacs.
1033 b means CHAR is part of comment sequence b.
1034 n means CHAR is part of a nestable comment sequence.
2607 If the beginning or end of (the accessible part of) the buffer is reached
2627 If the beginning or end of (the accessible part of) the buffer is reached
3239 doc: /* Non-nil means `forward-word', etc., should treat escape chars part of words. */);
H A Dw32term.c6 This file is part of GNU Emacs.
1427 /* Set clipping for output of glyph string S. S may be part of a mode
2050 least part of a mouse highlight or a block cursor will
2191 least part of a mouse highlight or a block cursor will
2220 /* Draw part of the background of glyph string S. X, Y, W, and H
2743 /* Scroll part of the display as described by RUN. */
2766 /* Scrolling up. Make sure we don't copy part of the mode
3308 and *part to the frame, window, and scroll bar part that the mouse
3325 w32_mouse_position (fp, insist, bar_window, part,
[all...]
H A Dwindow.c6 This file is part of GNU Emacs.
386 Lisp_Object part = Qnil;
388 part = list4 (make_number (rtop), make_number (rbot),
391 Fcons (make_number (y), part));
408 in pixels of the visible part of the line, VPOS and YPOS are the
738 enum window_part part;
777 part = ON_MODE_LINE;
815 return part;
821 part = ON_HEADER_LINE;
1002 *CW->part th
385 Lisp_Object part = Qnil; variable
736 enum window_part part; local
1007 enum window_part *part; member in struct:check_window_data
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/
H A DjsDriver.pl954 "not actually part of the test list.");
1143 my @part = @$part_ref;
1146 foreach $line (@part) {
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dtop.mk2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Denv.cpp6 This file is part of groff.
2407 node *part[3]; local
2409 part[0] = part[1] = part[2] = 0;
2413 read_title_parts(part, part_width);
2428 node *p = part[2];
2439 p = part[1];
2447 p = part[0];
2534 // must not be R or C or L or a legitimate part o
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/mime/mbot/
H A Dpersonal.tcl764 foreach part [mime::getproperty $mime parts] {
766 array set params [mime::getproperty $part params]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/lib/
H A Dhtmllib.xotcl47 generate HTML documents, or a part of a document.
/macosx-10.10/vim-55/runtime/indent/
H A Dpascal.vim49 " If in the middle of a three-part comment
H A Dsqlanywhere.vim309 " it was part of a command (ie create table(..) )
310 " instead of part of an if (ie if (....) then) which should
/macosx-10.10/vim-55/runtime/syntax/
H A Dmaxima.vim141 syn keyword maximaFunc outchar outermap outofpois packagefile pade part part2cont
218 " number with no fractional part or exponent
222 " floating point number with no integer part and optional exponent
224 " floating point number with no fractional part and optional exponent
H A Dxdefaults.vim54 " lines are skipped. This is not part of the xrdb documentation.
H A Dmonk.vim83 syn keyword monkFunc real-part imag-part magnitude angle exact->inexact
/macosx-10.10/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm222 Michael G Schwern as part of Ima::DBI
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage258 2.68, distributed as part of the
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalcalg2.el9 ;; This file is part of GNU Emacs.
1008 res part)
1017 (if (setq part (math-expr-calls
1019 (and (memq (length part) '(3 4 5))
1024 x (nth 2 part)
1026 (cdr part))))
1804 (let ((part (math-div b (math-mul 2 c))))
1806 (math-integral-q12 part 1 nil
1807 (math-add math-integ-var part)
1828 (let (q rq part)
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/irc/
H A Dirc.tcl253 proc cmd-part { chan {msg ""} } {
H A Dpicoirc.tcl237 part {send $context "PART $channel" }
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm404 output itself is debug information it can be confusing which part of
414 coloured green and red. The green part represents the text which is
416 part differs.

Completed in 308 milliseconds

1234567891011>>