HomeSort by relevance Sort by last modified time
    Searched full:links (Results 251 - 275 of 2690) sorted by null

<<11121314151617181920>>

  /external/markdown/tests/extensions-x-toc/
syntax-toc.txt 509 ## Links
511 Markdown supports two style of links: *inline* and *reference*.
537 Reference-style links use a second set of square brackets, inside
571 Link definitions are only used for creating links during Markdown
574 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links:
606 Here's an example of reference links in action:
638 The point of reference-style links is not that they're easier to
639 write. The point is that with reference-style links, your document
641 reference-style links, the paragraph itself is only 81 characters
642 long; with inline-style links, it's 176 characters; and as raw HTML
    [all...]
  /external/markdown/tests/safe_mode/
unsafe_urls.txt 1 These links should be unsafe and not allowed in safe_mode
  /external/mdnsresponder/mDNSShared/
GenLinkedList.c 147 // fix up the forward links
151 // fix up the backward links
169 // fix up the forward links
175 // fix up the backward links
  /external/protobuf/gtest/codegear/
gtest_link.cc 34 // Links gtest.lib and gtest_main.lib into the current project in C++Builder.
  /external/skia/gm/
internal_links.cpp 15 /** Draws two rectangles. In output formats that support internal links (PDF),
  /external/valgrind/main/docs/lib/
vg_basic.css 56 /* don't have underlined links in chunked nav menus */
  /ndk/sources/host-tools/make-3.81/tests/
mkshadow 3 # Simple script to make a "shadow" test directory, using symbolic links.
  /packages/apps/Protips/res/values-af/
arrays.xml 24 <item msgid="1000948398885889319">"Meerdere tuisskerms.\n Sleep links of regs om te wissel. Trek items na ander skerms."</item>
  /packages/apps/Protips/res/values-de/
arrays.xml 24 <item msgid="1000948398885889319">"Mehrere Startbildschirme:\n Ziehen Sie zum Wechseln nach links oder rechts. Ziehen Sie Elemente auf andere Bildschirme."</item>
  /packages/apps/Protips/res/values-nl/
arrays.xml 24 <item msgid="1000948398885889319">"Meerdere startschermen.\n Schuif naar links of rechts om te wisselen. Sleep items naar andere schermen."</item>
  /bionic/libc/tools/zoneinfo/
update-tzdata.py 41 links = []
48 links.append('%s %s %s\n' % (fields[0], fields[1], fields[2]))
55 for link in links:
  /external/ceres-solver/docs/source/_themes/armstrong/static/
rtd.css_t 117 /* LINKS ------------------------------------------------------------------ */
119 /* Normal links get a pseudo-underline */
126 /* Links in sidebar, TOC, index trees and tables have no underline */
136 /* Most links get an underline-effect when hovered */
146 /* Footer links */
194 /* "Breadcrumb" links in nav bar */
207 /* previous / next / modules / index links look more like buttons */
216 /* All navbar links light up as buttons when hovered */
225 /* Take extra precautions for tt within links */
283 /* A little top/bottom padding to prevent adjacent links' border
    [all...]
  /external/chromium/chrome/common/
visitedlink_common.h 18 // A multiprocess-safe database of the visited links for the browser. There
21 // (implemented by VisitedLinkSlave). These other processes add links by calling
42 // a salt value for the links on one computer so that an attacker can not
  /external/chromium_org/ash/system/chromeos/network/
network_state_notifier.cc 108 std::vector<string16> links; local
109 links.push_back(
119 links);
tray_network.cc 82 links(in_links) {}
87 std::vector<base::string16> links; member in struct:ash::internal::tray::NetworkMessages::Message
326 if (!network_msg.links.empty()) {
327 for (size_t i = 0; i < network_msg.links.size(); ++i) {
328 views::Link* link = new views::Link(network_msg.links[i]);
496 const std::vector<base::string16>& links) {
498 delegate, network_type, title, message, links);
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 92 // All the "Remove from list" items should be links.
97 // There should be no disabled text "links".
145 // There should be no "Remove from list" links.
  /external/chromium_org/components/visitedlink/common/
visitedlink_common.h 19 // A multiprocess-safe database of the visited links for the browser. There
22 // (implemented by VisitedLinkSlave). These other processes add links by calling
43 // a salt value for the links on one computer so that an attacker can not
  /external/iproute2/man/man8/
tc-htb.8 37 physical link to simulate several slower links and to send different
38 kinds of traffic on different simulated links. In both cases, you have
39 to specify how to divide the physical link into simulated links and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportLinksPart.java 34 * Links section part for export properties page.
35 * Displays some help and some links/actions for the user to use.
44 section.setText("Links");
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c 312 struct media_link *links; local
365 links = &gsc_vd_entity->links[i];
367 if (links == NULL ||
368 links->source->entity != gsc_vd_entity ||
369 links->sink->entity != gsc_sd_entity) {
371 } else if (exynos_media_setup_link(media0, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) {
373 __func__, links->source->entity->info.id, links->sink->entity->info.id)
473 struct media_link * links; local
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.css 292 /* Links in the notification. */
293 #mv-notice-links span {
301 #mv-notice-links span:hover,
302 #mv-notice-links span:focus,
307 #mv-notice-links .mv-x {
  /external/markdown/MarkdownTest/Tests_2004/
Markdown Documentation - Basics.text 187 ### Links ###
189 Markdown supports two styles for creating links: *inline* and
193 Inline-style links use parentheses immediately after the link text.
212 Reference-style links allow you to refer to your links by names, which
  /external/markdown/MarkdownTest/Tests_2007/
Markdown Documentation - Basics.text 187 ### Links ###
189 Markdown supports two styles for creating links: *inline* and
193 Inline-style links use parentheses immediately after the link text.
212 Reference-style links allow you to refer to your links by names, which
  /external/markdown/tests/markdown-test/
markdown-documentation-basics.txt 187 ### Links ###
189 Markdown supports two styles for creating links: *inline* and
193 Inline-style links use parentheses immediately after the link text.
212 Reference-style links allow you to refer to your links by names, which
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializerImpl.cpp 34 // a) For those links which have corresponding local saved files, such as
36 // point to local saved file. Why those links can not be resolved as absolute
39 // be dead links.
40 // b) For those links which have not corresponding local saved files, such as
41 // links in A, AREA tags, they will be resolved as absolute URLs.
320 // Check whether we need to replace some resource links
324 // For links start with "javascript:", we do not change it.
437 const WebVector<WebURL>& links,
453 ASSERT(links.size() == localPaths.size());
454 for (size_t i = 0; i < links.size(); i++)
    [all...]

Completed in 500 milliseconds

<<11121314151617181920>>