Searched +refs:html +refs:image (Results 1 - 25 of 62) sorted by relevance

123

/macosx-10.9.5/cups-372.4/cups/doc/
H A DMakefile25 index.html \
44 images/sample-image.png \
47 help/accounting.html \
48 help/api-array.html \
49 help/api-cgi.html \
50 help/api-cups.html \
51 help/api-driver.html \
52 help/api-filedir.html \
53 help/api-filter.html \
54 help/api-httpipp.html \
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A Dsvg.css29 @namespace html "http://www.w3.org/1999/xhtml";
43 contains these changes as well as all future SVG specifications: see http://lists.w3.org/Archives/Public/public-svg-wg/2008JulSep/0347.html
46 svg:not(:root), symbol, image, marker, pattern, foreignObject {
70 html|* > svg {
/macosx-10.9.5/ruby-104/ruby/test/cgi/
H A Dtest_cgi_multipart.rb13 ## multipart.append('file1', File.read('file1.html'), 'file1.html')
22 ## # "Content-Disposition: form-data: name=\"file1\"; filename=\"file1.html\"\r\n"
23 ## # "Content-Type: text/html\r\n"
25 ## # "<html>\n"
27 ## # "</html>\n"
70 'gif' => 'image/gif',
71 'jpg' => 'image/jpeg',
72 'jpeg' => 'image/jpeg',
73 'png' => 'image/pn
[all...]
/macosx-10.9.5/cups-372.4/cups/conf/
H A Dmime.types88 image/gif gif string(0,GIF87a) string(0,GIF89a)
89 image/png png string(0,<89>PNG)
90 image/jpeg jpeg jpg jpe string(0,<FFD8FF>) +\
95 image/pwg-raster string(0,"RaS2") + string(4,PwgRaster<00>) priority(100)
96 image/tiff tiff tif string(0,MM<002A>) string(0,II<2A00>)
97 image/x-photocd pcd string(2048,PCD_IPI)
98 image/x-portable-anymap pnm
99 image/x-portable-bitmap pbm string(0,P1) string(0,P4)
100 image/x-portable-graymap pgm string(0,P2) string(0,P5)
101 image/
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tkHTML/
H A Dhv.rb51 # html[:fontcommand] = pick_font
67 TkLabel.new(:widgetname=>args[0], :image=>nogifsm)
137 html = Tk::HTML_Widget.new(:padx=>5, :pady=>9,
144 vscr = html.yscrollbar(TkScrollbar.new)
145 hscr = html.xscrollbar(TkScrollbar.new)
147 Tk.grid(html, vscr, :sticky=>:news)
180 html.clear
194 html.configure(:base=>name)
195 html.parse(doc)
202 html
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_parser_1.0.rb59 assert_too_much_tag("image", "RDF") do
150 assert_parse(make_RDF(<<-EOR), :missing_attribute, "image", "rdf:resource")
155 <image/>
164 <image rdf:resource="http://example.com/hoge.png" />
173 <image rdf:resource="http://example.com/hoge.png" />
191 <image rdf:resource="http://example.com/hoge.png" />
204 <image rdf:resource="http://example.com/hoge.png" />
218 <image rdf:resource="http://example.com/hoge.png" />
234 <image rdf:resource="http://example.com/hoge.png" />
259 assert_parse(make_RDF(<<-EOR), :missing_attribute, "image", "rd
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprivoxy.vim30 syn match privoxyAction "\%(filter\|force-text-mode\|handle-as-empty-document\|handle-as-image\)\>" contained
34 syn match privoxyAction "\%(send-vanilla-wafer\|send-wafer\|session-cookies-only\|set-image-blocker\)\>" contained
39 syn keyword privoxyFilterArg js-annoyances js-events html-annoyances content-cookies refresh-tags unsolicited-popups all-popups
42 \ x-httpd-php-to-html html-to-xml xml-to-html hide-tor-exit-notation contained
49 syn match privoxyAction "\%(downgrade\|hide-forwarded\|hide-from\|image\|image-blocker\|no-compression\)\>" contained
H A Dcss.vim26 syn keyword cssTagName frameset h1 h2 h3 h4 h5 h6 head hr html img i
105 syn match cssColorProp contained "\<background\(-\(color\|image\|attachment\|position\)\)\=\>"
128 syn match cssGeneratedContentProp contained "\<list-style\(-\(type\|position\|image\)\)\=\>"
/macosx-10.9.5/apache-786.1/httpd/docs/conf/extra/
H A Dhttpd-autoindex.conf.in37 AddIconByType (IMG,/icons/image2.gif) image/*
47 AddIcon /icons/layout.gif .html .shtml .htm .pdf
85 ReadmeName README.html
86 HeaderName HEADER.html
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPasteboardQt.cpp59 return type == "text/html" || type.startsWith("text/html;");
125 markup.prepend(QLatin1String("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /></head><body>"));
126 markup.append(QLatin1String("</body></html>"));
127 md->setData(QLatin1String("text/html"), markup.toUtf8());
167 QString html = mimeData->html(); local
168 if (!html.isEmpty()) {
169 RefPtr<DocumentFragment> fragment = createFragmentFromMarkup(frame->document(), html, "", DisallowScriptingAndPluginConten
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qrawwebview/
H A Dtst_qrawwebview.cpp86 void load(const QString& html) argument
89 WKPageLoadURL(m_webView->pageRef(), WKURLCreateWithUTF8CString(html.toLocal8Bit().data()));
157 : m_resourceDir(QString::fromLatin1(TESTS_SOURCE_DIR "/html/resources"))
158 , m_baseUrl(QUrl::fromLocalFile(TESTS_SOURCE_DIR "/html").toString())
185 view.load(m_baseUrl + "/redsquare.html");
191 view.load(m_baseUrl + "/redsquare.html");
192 view.load(m_baseUrl + "/bluesquare.html");
198 view1.load(m_baseUrl + "/redsquare.html");
201 view2.load(m_baseUrl + "/bluesquare.html");
207 view1.load(m_baseUrl + "/redsquare.html");
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css67 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151)));
85 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207)));
145 -webkit-border-image: url(Images/toolbarItemSelected.png) 0 2 0 2;
152 background-image: url(Images/toolbarIcons.png);
160 background-image: url(Images/toolbarIconsSmall.png);
224 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 251, 0.9)), to(rgba(231, 231, 231, 0.9)));
228 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 191, 191, 0.7)), to(rgba(171, 171, 171, 0.5)));
232 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(111, 111, 111, 0.8)), to(rgba(91, 91, 91, 0.8)));
241 background-image: inherit;
250 background-image
[all...]
H A DtimelinePanel.css122 #timeline-container .webkit-html-external-link,
123 #timeline-container .webkit-html-resource-link {
197 background-image: url(Images/disclosureTriangleSmallRightBlack.png);
204 background-image: url(Images/disclosureTriangleSmallDownBlack.png);
428 -webkit-mask-image: url(Images/statusbarButtonGlyphs.png);
435 -webkit-mask-image: url(Images/statusbarButtonGlyphs2x.png);
501 background-image: none;
625 .image-preview-container {
631 .image-preview-container img {
634 background-image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Resources/blackberry/
H A DpopupControlBlackBerry.css5 html {
44 background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsoAAAAOCAMAAAABrsr5AAAAhFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC9KDLhAAAALHRSTlMAAgAIBAoGEhAjFxtBMTAUPyEOGUUdJQwfQxY+KC5GN0g8OkoqLE04NTNLJoKxqUMAAAMqSURBVHhenNaLbqJQEIBh6+GiWKFqEaWw2gp1pe//fjuXA8MZw6X7JWhQAvH4M2GhvDAvCIyf7cEqDMMkySNw2KCUnE6nHVkfxQ8oUIVqUqJ463q0/iJ+vSB4I3frS/kUH8/eHK9jzsr7TH+GtN9ff4HPOO59lnPP65g318eAT+ur7y7gn0L8l4lHa2vFpLRqVLHihxytNdqRtHMAUZQneZ4nSbja77MsM35ggsB7IYsxHLLnGd/nlEMA56KSCVTMHR9RwahgVXFJ4lile+njdaFlsksnneo450Y5nd712a3TkFtP07m5mu9O0/qerxHy2Q1MXVt/cAXa9E1xVibrd1KXyWIzx+3i6IctSdeEcxbSNQUNhaUbBjFH0HK4WlHL0KUJPEx5uVwuxiwBHhgYQDXzZE4S7JkckIxntBNrxDOaSeKsZqXA3uOhqS14Aly0uzI0xucPdG1wpk2Pe226nTnX1gbmqgbl6SHrTFpNj91H31ZwpbCRulNZEivSU5hRRynZABzHIEeQXggjGWS+QQGHPJkyoicMYAxuxs+g6QyLxlsjJEkrRxGT0EVqncTuyVrpfrLcDER2RKXUjnJAPNMW9PZc6rj/NPMSsjOhHFJjZ4IWqxKFppfeeZD8R22d7EgIAgEYHptmEQ5GiEJ4/wedKWgoFwSXvsyXaDyRWP6pOPdo3HMLU6KQATLCaAMORBL+KrSFvUrJm4ELKUPLb8ACEoum1MZjE7HGhyK/grXLxaNRG+uXx4mUuJqxov+m+Zn+e8YKd2w65AL8Kvss8xYLd6zUbwxleUGKQAObUNjEcEHCUS65nTLo/qSaAUloZpEuEQX8vKHOyw9fJg2Slxh1g3lGXSevMVl5YhINLfwksacPWEQR+WC54w6cT3mTc7jlw7BqbDxiG4Q+Yut0azjiNv4/iJua47Itv+zSMQ7AMAhD0RoI9z9yt1ZKGeIUpAy8E1jyHz/41xRPENPbsDzWUn4hYIt8g5YYbWgJZ9kihETolGPg2AYvoU29hLFAkUl2ykKjtyOXNUMy8ighZaR8BJyuyQnuduCYAAAAAGGQ/VObYh8sBQBwui9++9bVWtwAAAAASUVORK5CYII="), url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAsoAAAAOCAMAAAABrsr5AAAAhFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC9KDLhAAAALHRSTlMAAgAIBAoGEhAjFxtBMTAUPw4hGUUdJQwfQxY+KEYuN0g8OkoqLE04NTNLJh4DkbUAAALjSURBVHhe7MAxAQAAAMIg+6c2xT5YDQDg7NM7DoBADANRvL/7HxkJ0lDQbHYkF5kbWHpuFsm9qjm0TVlvpEyG8qgGQxmTryeOMg9oIfWqLyTsUecpZ4j6oJvVNDlIjvw25XArhcsA+p3xPysp6Ka2XnYYBIEAivY1LcLCILEQ//9Dm6EoiAMUcNOT6JYE70zUeZI5MoE1e/0H1qh4XboEOjyPoniImHzbDSmv6/ewLsnWJKWzkjFv4c5C48rjVZRooPqIeryO2tA3xr2xpGPYZAI9KOGW3G/rn1N2fxFbxfgC0PbEVKqJ9ogLC/JS6BjPvBLIfM00kzNlDGd69xnOM2WYtDnJWPhVQsJT27T4mSG3zEjD5IP092nbnvHBmp2KlHEjfyO2IYMGwISZPSzamfFIx0uGKK5c1acTM1FOGATCcNtU7WFvtYfRaOqd93+/wi6wVyy038TMAI7M4Le/GzsHCNB56gQNiI1iK1ie4bGQBwcbSfj7/k/hFjTIsDzH1l0MOKwNUWv00c8inYNXX6Zo+vRH3wmmugx0jM93aAeqEK7gcpHKXnuvMAbxCzgM0kpZmaLaStQQ0cb1OaZdOEYOjKZp4K7YK1rBuo+55fkXxgmzYPksZ9xHfm/LvIe1pXUXAw5rTzQCOu1D5MhR5ebDIRRMQtZIF5gBugSm5HwwnQvu1Iaoxo6jUOX4H0U1CB6PHGhxyNokL/haI1S+pGu0VKlpPWzgXPG0WymbESfvzkSw6GNl+U6cABzQDM3yhV3iFNmVcyJoDjbI7K0nVj0sDBNFprJsDYlCoaAIdeFfjYBrT78XTPOaIMtBcO91zG9UehQS2ofzEHqMEpWxv6hQZd9Q4EMWukxhHFJ4RnQO5jMJzTPXpi7eQxDIqG0VuWi16pcWQCGLc8T11R+wn2iZFJFRksjkuc70liETPH1nB4bJbNny8KyuKaNVSk8T2IR8PUE0j7DXqAbDyrcYgFD3BzZgfvsjGxcLAAAAAElFTkSuQmCC");
/macosx-10.9.5/cups-372.4/cups/tools/
H A Dmakeipptoolpkg57 cp doc/help/man-ipp*.html $pkgdir
81 echo Creating disk image $pkgfile...
H A Dtestosx98 doc/index.html templates/header.tmpl; do
131 # Create a disk image...
132 echo Creating MacOS X disk image...
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebview/
H A Dtst_qwebview.cpp127 QTest::addColumn<QString>("html");
128 QTest::newRow("WithoutPlugin") << "<html><body id='b'>text</body></html>";
129 QTest::newRow("WindowedPlugin") << QString("<html><body id='b'>text<embed src='resources/test.swf'></embed></body></html>");
130 QTest::newRow("WindowlessPlugin") << QString("<html><body id='b'>text<embed src='resources/test.swf' wmode=\"transparent\"></embed></body></html>");
140 QFETCH(QString, html);
146 mainFrame->setHtml(html, QUrl::fromLocalFile(TESTS_SOURCE_DIR));
147 if (html
349 QString html = "<html><head></head>" local
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dmagic.tab236 510 short 0xaa55 linux 386 kernel image x-system/exe
1008 0 short 0433 curses screen image
1009 0 short 0434 curses screen image
1041 0 match <[hH][tT][mM][lL]> html input text/html
1042 0 match <!?(--)[Dd][Oo][Cc][Tt][Yy][Pp][Ee] [Hh][Tt][Mm][Ll] html input text/html
1279 0 string \x89PNG PNG image data image/png
1292 0 string \377\330\377 JPEG image imag
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/ADO/
H A DMicrosoft_SQL_Server.pm74 image => $blob_max,
126 L<https://rt.cpan.org/Ticket/Display.html?id=52048>
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp197 macro(html, Html) \
233 macro(image, Image) \
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/demos/
H A Dcatalog47 return [file join $selfdir html $name.n.html]
337 set widgets(info-manpage) [iwidgets::scrolledhtml $win.html \
340 -linkcommand "$win.html import -link"]
343 set widgets(info-manpage-feedback) [iwidgets::feedback $win.html.fb \
366 label $win.icon -image [image create photo -file $file]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DjpegDisplay.pl167 my $image = $mw->Photo(-file => $jpegFile, -format => "jpeg" );
174 $mw->Label(-image => $image)->pack(-expand => 1, -fill => 'both');
247 http://cpan.org/src/index.html
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A Dewk_view.h217 Evas_Object* image; /**< reference to evas_object_image for drawing web contents */ member in struct:Ewk_View_Smart_Data
527 * Loads the specified @a html string as the content of the view.
537 * @param html HTML data to load
543 EAPI Eina_Bool ewk_view_html_string_load(Evas_Object *o, const char *html, const char *baseUrl, const char *unreachableUrl);
585 * For instance, if you want to load an image without having it upscaled on a web view
586 * using a device pixel ratio of 2.0 it can be done by loading an image of say 100x100
593 * url: "/images/icon@2x.png"; // This is actually a 100x100 image
598 * down but still provide a better looking image.
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp737 void DumpRenderTreeSupportQt::setAlternateHtml(QWebFrameAdapter* adapter, const QString& html, const QUrl& baseUrl, const QUrl& failingUrl) argument
742 const QByteArray utf8 = html.toUtf8();
744 WebCore::SubstituteData substituteData(data, WTF::String("text/html"), WTF::String("utf-8"), failingUrl);
822 QImage image(pageRect.width(), totalHeight, QImage::Format_ARGB32);
823 image.fill(Qt::white);
824 painter.begin(&image);
845 return image;
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dcsscomplete.vim6 let s:values = split("azimuth background background-attachment background-color background-image background-position background-repeat border bottom border-collapse border-color border-spacing border-style border-top border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width border-bottom-width border-left-width border-width caption-side clear clip color content counter-increment counter-reset cue cue-after cue-before cursor display direction elevation empty-cells float font font-family font-size font-style font-variant font-weight height left letter-spacing line-height list-style list-style-image list-style-position list-style-type margin margin-right margin-left margin-top margin-bottom max-height max-width min-height min-width orphans outline outline-color outline-style outline-width overflow padding padding-top padding-right padding-bottom padding-left page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position quotes right richness speak speak-header speak-numeral speak-punctuation speech-rate stress table-layout text-align text-decoration text-indent text-transform top unicode-bidi vertical-align visibility voice-family volume white-space width widows word-spacing z-index")
112 elseif prop == 'background-image'
213 elseif prop == 'list-style-image'
324 if stridx(',a,abbr,acronym,address,area,b,base,bdo,big,blockquote,body,br,button,caption,cite,code,col,colgroup,dd,del,dfn,div,dl,dt,em,fieldset,form,head,h1,h2,h3,h4,h5,h6,hr,html,i,img,input,ins,kbd,label,legend,li,link,map,meta,noscript,object,ol,optgroup,option,p,param,pre,q,samp,script,select,small,span,strong,style,sub,sup,table,tbody,td,textarea,tfoot,th,thead,title,tr,tt,ul,var,', ','.element.',') > -1

Completed in 190 milliseconds

123