Searched refs:part (Results 126 - 150 of 480) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmml2015.el9 ;; This file is part of GNU Emacs.
120 (unless (setq child (mm-find-part-by-type
127 (mm-insert-part child)
183 (let (part)
184 (unless (setq part (mm-find-raw-part-by-type
201 (insert part "\n")
207 (unless (setq part (mm-find-part-by-type
214 (mm-insert-part par
[all...]
H A Dmml.el7 ;; This file is part of GNU Emacs.
84 part. This variable is used only when no TWEAK parameter exists in
91 handle to tweak the part.")
98 handle to tweak the part.")
106 NAME is a string containing the name of the part (without the
108 FUNCTION is a Lisp function which is called to generate the part.
111 contents of this part.")
142 The Content-Type header will not be put in the MIME part if the type
146 part. This is for the internal use, you should never modify the value.")
178 ;; The secure part i
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFrameElementBase.cpp162 if (RenderWidget* part = renderWidget()) {
164 part->setWidget(frame->view());
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderThemeWinCE.h2 * This file is part of the WebKit project.
37 ThemeData(int part, int state) argument
38 : m_part(part)
H A DRenderThemeWin.cpp783 int part; local
787 part = CP_READONLY;
789 part = CP_BORDER;
792 part = TFP_TEXTFIELD;
795 drawControl(paintInfo.context, renderer, theme, ThemeData(part, determineState(renderer)), IntRect(rect));
891 ControlPart part = style.appearance(); local
892 if (part == SliderThumbVerticalPart) {
895 } else if (part == SliderThumbHorizontalPart) {
900 else if (part == MediaSliderThumbPart || part
[all...]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/library/
H A Ditcl.tcl175 foreach part [split $chunk ";"] {
176 append cmd $part
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DLOOPBACK.pm69 This file is part of SOAP-Lite, Copyright (C) 2000-2001 Paul Kulchenko.
/macosx-10.10/WTF-7600.1.24/wtf/dtoa/
H A Dfixed-dtoa.cc50 uint32_t part = static_cast<uint32_t>(accumulator & kMask32); local
53 low_bits_ = (accumulator << 32) + part;
56 part = static_cast<uint32_t>(accumulator & kMask32);
59 high_bits_ = (accumulator << 32) + part;
/macosx-10.10/WebCore-7600.1.25/loader/archive/mhtml/
H A DMHTMLParser.cpp69 LOG_ERROR("Failed to parse MHTML part: no header.");
75 // With IE a page with no resource is not multi-part.
112 LOG_ERROR("Failed to parse MHTML part.");
150 LOG_ERROR("Binary contents requires end of part");
154 Vector<char> part; local
155 if (!m_lineReader.nextChunk(part)) {
156 LOG_ERROR("Binary contents requires end of part");
159 content->append(part);
193 LOG_ERROR("No bounday found for MHTML part.");
201 LOG_ERROR("Invalid base64 content for MHTML part
[all...]
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dparsedate.c11 * you should have received as part of this distribution. The terms
345 int part = 0; /* max 6 parts */ local
347 while(*date && (part < 6)) {
482 part++;
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DFixDecompsNotes.txt165 Second, the code determines if the character is part of a sequence that needs
177 action was required, but were not part of sequences that needed updating (these
178 may include characters that were examined in the second part but were part of
180 this code - labeled CheckCombClass - from the second part). These characters
188 Finally, the fourth part has the default handlers to just copy characters to
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl205 foreach part $lst {
206 append out $part
227 foreach part $lst {
228 append out $part
243 foreach part $args {
244 append out $part
271 foreach part $args {
272 append out $part
297 foreach part $args {
298 append out $part
[all...]
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXScrlbr.c493 ControlPartCode part;
521 part = TestControl(((MacScrollbar *) scrollPtr)->sbHandle, where);
528 switch (part) {
608 * we calculate the value that should be passed to the "command" part of
778 ControlPartCode part;
786 * which part of the control was hit and act accordingly.
795 part = TestControl(macScrollPtr->sbHandle, where);
797 if (part == kAppearancePartIndicator && scrollPtr->jump == false) {
804 part = HandleControlClick(macScrollPtr->sbHandle, where,
806 } else if (part
487 ControlPartCode part; local
769 ControlPartCode part; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/
H A Dcsv.rb213 # A CSV::Row is part Array and part Hash. It retains an order for the fields
1813 parts.each do |part|
1816 if part[-1] == @quote_char && part.count(@quote_char) % 2 != 0
1818 csv.last << part[0..-2]
1826 csv.last << part
1829 elsif part[0] == @quote_char
1831 if part[-1] != @quote_char || part
[all...]
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DAPFloat.cpp73 multiplication may require an extra part with the excess part
75 requires two parts to hold the single-part result). So we add an
428 integerPart part, boundary;
436 part = parts[count] & (~(integerPart) 0 >> (integerPartWidth - partBits));
444 if (part - boundary <= boundary - part)
445 return part - boundary;
447 return boundary - part;
450 if (part
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreSystemInterface.mm56 BOOL (*wkHitTestMediaUIPart)(int part, CGRect bounds, CGPoint point);
57 void (*wkDrawMediaUIPart)(int part, CGContextRef context, CGRect rect, unsigned state);
58 void (*wkMeasureMediaUIPart)(int part, CGRect *bounds, CGSize *naturalSize);
/macosx-10.10/vim-55/runtime/syntax/
H A Dgretl.vim27 " number with no fractional part or exponent
31 " floating point number with no integer part and optional exponent
33 " floating point number with no fractional part and optional exponent
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_changelog.rb109 headings = document.parts.select do |part|
110 RDoc::Markup::Heading === part and part.level == 2
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dabaqus.vim61 \ '\*part:\*end\s*part,' .
/macosx-10.10/Heimdal-398.1.2/lib/hx509/ref/
H A Dpkcs11.h833 unsigned char *part, unsigned long part_len,
854 unsigned char *part, unsigned long *part_len));
870 unsigned char *part, unsigned long part_len));
889 unsigned char *part, unsigned long part_len));
915 unsigned char *part, unsigned long part_len));
933 unsigned char *part, unsigned long part_len,
940 unsigned char *part,
944 unsigned char *part, unsigned long part_len,
951 unsigned char *part,
/macosx-10.10/OpenSSH-189/openssh/
H A Dpkcs11.h831 unsigned char *part, unsigned long part_len,
852 unsigned char *part, unsigned long *part_len));
868 unsigned char *part, unsigned long part_len));
887 unsigned char *part, unsigned long part_len));
913 unsigned char *part, unsigned long part_len));
931 unsigned char *part, unsigned long part_len,
938 unsigned char *part,
942 unsigned char *part, unsigned long part_len,
949 unsigned char *part,
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DDOMConfigurator.pm206 for my $part (split /\.|::/, $name) {
207 $ptr->{$part} = {} unless exists $ptr->{$part};
208 $ptr = $ptr->{$part};
225 for my $part (split /\.|::/, $name) {
226 $add_ptr->{$part} = {} unless exists $add_ptr->{$part};
227 $add_ptr = $add_ptr->{$part};
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dman.mk2 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/
H A Dgobject-generate-headers.pl5 # This file is part of WebKit
29 /* This file is part of the WebKit open source project.
H A Dpreprocess-idls.pl288 foreach my $part (@parts) {
289 my @keyValue = split('=', $part);

Completed in 295 milliseconds

1234567891011>>