Searched refs:part (Results 176 - 200 of 480) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm127 majority part of your application works with these objects and passes them around
142 In order for this to work, a small part of your program needs to know the truth
143 of where the project it is working on is located. But that part can be a very
145 passes it to the fat portable part of the program. There are two bits of data
698 foreach my $part (@in) {
699 $part =~ /[a-zA-Z0-9]/ and push( @mid, $part ) and next; # keep alpnums
700 $part ne '..' and next; # skip over "." and the like
/macosx-10.10/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm702 to attach a multipart mail created by Mail::Sender to your message as a single part.
716 C<>=> the content type of a single part message or the body of the multipart one.
721 part message or the body of a multipart message.
725 C<>=> encoding of a single part message or the body of a multipart message.
736 C<>=> the charset of the single part message or the body of the multipart one
828 3 - log the conversation and the message and part headers
1995 In particular if you use several such to create one part,
2061 Prints a part header for the multipart message and (if specified) the contents.
2068 The title for this part.
2072 the content type (MIME type) of this part
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dmod.mk2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeSafari.cpp102 SOFT_LINK(SafariTheme, paintThemePart, void, __stdcall, (ThemePart part, CGContextRef context, const CGRect& rect, NSControlSize size, ThemeControlState state), (part, context, rect, size, state))
274 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
280 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
288 // shadow" and the check. We don't consider this part of the bounds of the control in WebKit.
587 // shadow. We don't consider this part of the bounds of the control in WebKit.
592 ThemePart part; local
595 part = SafariTheme::PushButtonPart;
609 part = SafariTheme::SquareButtonPart;
611 paintThemePart(part, paintInf
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr677 _atf_syntax_error "Unknown test case part \`${_tcpart}'"
714 _atf_error 128 "Unknown test case part"
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dhttpvfs.tcl113 # The first part (from the single "/" up to "?") is the path, and the
114 # second part (from that "?" up to "#") is the query. *HOWEVER*, we do
141 [^@/\#?]+ # <userinfo part of authority>
144 ( [^/:\#?]+ ) # <host part of authority>
145 (?: : (\d+) )? # <port part of authority>
162 return -code error "Missing host part: $url"
193 # Path part (already must start with / character)
195 # Query part (optional, permits ? characters)
273 # part doesn't get encoded. Anchors come after this as well.
281 foreach part [fil
[all...]
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/
H A DTODO.txt54 main part of the scrollbar with the mouse. This seems to be
/macosx-10.10/vim-55/runtime/
H A Devim.vim52 " Only do this part when compiled with support for autocommands.
/macosx-10.10/vim-55/runtime/plugin/
H A DtarPlugin.vim11 " This part only sets the autocommands. The functions are in autoload/tar.vim.
/macosx-10.10/vim-55/runtime/syntax/
H A Dsnnspat.vim18 " anything that isn't part of the header, a comment or a number
H A Deviews.vim29 " number with no fractional part or exponent
33 " floating point number with no integer part and optional exponent
35 " floating point number with no fractional part and optional exponent
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp57 All pages are assumed to be saved (as part of the wired image) unless explicitly subtracted
87 hibernate_restore_phys_page() (in osfmk since its arch dependent, but part of the "__HIB" section)
113 - there is an Open/Close (Preflight) made before any part of the system has slept (I/O is all
668 GetImageBlockSize(IOService *part, OSArray *pollers, IOByteCount *blockSize) argument
677 next = part;
722 IOService * part = 0; local
803 part = IOCopyMediaForDev(block_dev);
804 if (!part)
809 err = part->callPlatformFunction(PLATFORM_FUNCTION_GET_MEDIA_ENCRYPTION_KEY_UUID, false,
840 part
1246 IOService * part = 0; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp549 // eat 32bit data part
558 // we only use 64bit part
891 FinalRulePart part[2]; member in struct:FinalRule
894 return part[0].isset && part[1].isset;
965 int32_t p = fr.part[0].isset ? 1 : 0;
966 fr.part[p].set(id, mode, month, dom, dow, time, isstd, isgmt, offset);
1416 // First print the rule part that enters DST; then the rule part
1418 int32_t whichpart = (part[
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollAnimatorMac.mm48 // FIXME: This is temporary until all platforms that support ScrollbarPainter support this part of the API.
475 - (void)setUpAlphaAnimation:(RetainPtr<WebScrollbarPartAnimation>&)scrollbarPartAnimation scrollerPainter:(ScrollbarPainter)scrollerPainter part:(WebCore::ScrollbarPart)part animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration
501 if (part == WebCore::ThumbPart && _scrollbar->orientation() == VerticalScrollbar) {
510 featureToAnimate:part == ThumbPart ? ThumbAlpha : TrackAlpha
511 animateFrom:part == ThumbPart ? [scrollerPainter knobAlpha] : [scrollerPainter trackAlpha]
537 [self setUpAlphaAnimation:_knobAlphaAnimation scrollerPainter:scrollerPainter part:WebCore::ThumbPart animateAlphaTo:newKnobAlpha duration:duration];
548 [self setUpAlphaAnimation:_trackAlphaAnimation scrollerPainter:scrollerPainter part:WebCore::BackTrackPart animateAlphaTo:newTrackAlpha duration:duration];
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-mime.el11 ;; This file is part of GNU Emacs.
89 (part-index-hash (make-hash-table))) ; Avoid incrementing the part number
234 (defun mh-display-with-external-viewer (part-index)
256 (when (consp part-index) (setq part-index (car part-index)))
258 part-index
260 (let* ((part (get-text-property (point) 'mh-data))
261 (type (mm-handle-media-type part))
[all...]
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompmatch.c4 * This file is part of zsh, the Z shell.
357 /* This adds a cline for a word-part during matching. Arguments are the
359 * a pointer to the original line string for the whole part, the string
377 * Split the new part into parts and turn the last one into a
379 * came from a right anchor before the end of the part we're
413 /* Store the arguments in the last part-cline. */
488 * part is non-zero, we are satisfied if only a part of the line-string
494 int sfx, int test, int part)
553 if (!sfx && lw && (!part || tes
493 match_str(char *l, char *w, Brinfo *bpp, int bc, int *rwlp, int sfx, int test, int part) argument
982 match_parts(char *l, char *w, int n, int part) argument
[all...]
/macosx-10.10/CPANInternal-159.1/Config-Std-0.900/lib/Config/
H A DStd.pm561 key: value ; Not a comment, just part of the value
622 be used as part of a key. Newlines are not allowed in keys either.
643 character is part of the separator, not part of the key or value.
646 variable. The C<# etc.> is simply considered part of the value:
680 The newlines then form part of the value, so the value specified in the
707 =head3 Multi-part configuration values
710 considered to be part of the same configuration variable. The value of
723 Individual values in a multi-part list can also be multi-line (see
745 Single-line and multi-line values become strings. Multi-part value
[all...]
/macosx-10.10/CPANInternal-159.1/Config-Std-0.901/lib/Config/
H A DStd.pm563 key: value ; Not a comment, just part of the value
624 be used as part of a key. Newlines are not allowed in keys either.
645 character is part of the separator, not part of the key or value.
648 variable. The C<# etc.> is simply considered part of the value:
682 The newlines then form part of the value, so the value specified in the
709 =head3 Multi-part configuration values
712 considered to be part of the same configuration variable. The value of
725 Individual values in a multi-part list can also be multi-line (see
747 Single-line and multi-line values become strings. Multi-part value
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dxterm.c5 This file is part of GNU Emacs.
229 before that timeout elapses (i.e. as part of the same sequence of
1171 /* Set clipping for output of glyph string S. S may be part of a mode
2251 least part of a mouse highlight or a block cursor will
2382 least part of a mouse highlight or a block cursor will
2404 /* Draw part of the background of glyph string S. X, Y, W, and H
3093 /* Scroll part of the display as described by RUN. */
3114 /* Scrolling up. Make sure we don't copy part of the mode
3686 and *PART to the frame, window, and scroll bar part that the mouse
3703 XTmouse_position (fp, insist, bar_window, part,
4165 int part = -1, whole = 0, portion = 0; local
4244 int part = -1, whole = 0, portion = 0; local
4316 int part; local
4360 int part; local
[all...]
H A Dkeyboard.c6 This file is part of GNU Emacs.
1916 echoed as part of this key sequence, so don't call
2536 #if 0 /* This was commented out as part of fixing echo for C-u left. */
3331 /* Record this character as part of the current key. */
3410 /* Record this character as part of the current key. */
3642 && event->part == scroll_bar_handle
4275 enum scroll_bar_part part;
4284 (*mouse_position_hook) (&f, 0, &bar_window, &part, &x, &y, &time);
4308 obj = make_lispy_movement (f, bar_window, part, x, y, time);
5173 enum window_part part;
4259 enum scroll_bar_part part; local
5154 enum window_part part; local
5549 Lisp_Object part; local
5853 Lisp_Object position, head, window, portion_whole, part; local
5897 Lisp_Object part; local
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js775 // lineView.changes. This updates the relevant part of the line's
1332 if (rightPos.top - leftPos.top > 3) { // Different lines, draw top part
1747 var part = order[partPos], right = part.level % 2;
1748 if (ch == bidiLeft(part) && partPos && part.level < order[partPos - 1].level) {
1749 part = order[--partPos];
1750 ch = bidiRight(part) - (part.level % 2 ? 0 : 1);
1752 } else if (ch == bidiRight(part)
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js775 // lineView.changes. This updates the relevant part of the line's
1332 if (rightPos.top - leftPos.top > 3) { // Different lines, draw top part
1747 var part = order[partPos], right = part.level % 2;
1748 if (ch == bidiLeft(part) && partPos && part.level < order[partPos - 1].level) {
1749 part = order[--partPos];
1750 ch = bidiRight(part) - (part.level % 2 ? 0 : 1);
1752 } else if (ch == bidiRight(part)
[all...]
/macosx-10.10/WebKit-7600.1.25/mac/Carbon/
H A DHIWebView.mm890 // Focus on some part (subview) of this control (view). Maybe
1223 ControlPartCode part;
1345 part = HitTest( view, &where );
1346 SetEventParameter( inEvent, kEventParamControlPart, typeControlPartCode, sizeof( ControlPartCode ), &part );
1352 sizeof( ControlPartCode ), NULL, &part );
1355 result = GetRegion( view, part, region );
1359 GetEventParameter(inEvent, kEventParamControlPart, typeControlPartCode, NULL, sizeof(ControlPartCode), NULL, &part);
/macosx-10.10/emacs-93/emacs/lib-src/
H A Demacsclient.c5 This file is part of GNU Emacs.
411 int part = SEND_BUFFER_SIZE - sblen;
412 strncpy (&send_buffer[sblen], data, part);
413 data += part;
504 is absolute, *after* fixing the y part to include the current
407 int part = SEND_BUFFER_SIZE - sblen; local
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl79 # root: token for top-level part, for (distant) subordinates
355 # Creates a MIME part, and returnes the MIME token for that part.
367 # -string, or -part option.
377 # If the -canonical option is not present, then the MIME part
649 # into its various parts, creating a MIME token for each part.
833 # part. This record is made even before we find a starting
837 # the part, or at least we attempt to parse them as a
838 # part. See the forceoctet and nochild flags later. We cannot
850 # We have run over the end of the part pe
[all...]

Completed in 300 milliseconds

1234567891011>>