Home
last modified time | relevance | path

Searched refs:Meta (Results 1 – 25 of 43) sorted by relevance

12

/external/markdown/markdown/extensions/
Dwikilinks.py139 if self.md.Meta.has_key('wiki_base_url'):
140 base_url = self.md.Meta['wiki_base_url'][0]
141 if self.md.Meta.has_key('wiki_end_url'):
142 end_url = self.md.Meta['wiki_end_url'][0]
143 if self.md.Meta.has_key('wiki_html_class'):
144 html_class = self.md.Meta['wiki_html_class'][0]
Dheaderid.py129 if self.md.Meta.has_key('header_level'):
130 level = int(self.md.Meta['header_level'][0]) - 1
131 if self.md.Meta.has_key('header_forceid'):
132 force = self._str2bool(self.md.Meta['header_forceid'][0])
Dmeta.py81 self.markdown.Meta = meta
/external/markdown/docs/extensions/
DMeta-Data.txt1 Meta-Data
8 a document. The Meta-Data extension is inspired by and follows the syntax of
10 way, but simply provides it as a `Meta` attribute of a markdown instance for
20 Meta-data consists of a series of keywords and values defined at the beginning
42 Accessing the Meta-Data
45 The meta-data is made available as a python Dict in the `Meta` attribute of an
50 >>> # Meta-data has been stripped from output
55 >>> print md.Meta
69 `Meta` attribute.
78 The following are extensions currently known to work with the Meta-Data
DHeaderId.txt83 Using with Meta-Data
86 The HeaderId Extension also supports the [[Meta-Data]] Extension. Please see the documentation for …
Dindex.txt23 * [[Meta-Data]]
DWikiLinks.txt119 Using with Meta-Data
122 The WikiLink Extension also supports the [[Meta-Data]] Extension. Please see
/external/clang/test/CXX/temp/temp.param/
Dp11-0x.cpp57 template<template<int> class... Meta> struct X1tt;
58 template<template<int> class... Meta, template<int> class M>
59 struct X1tt<M, Meta...> { };
67 template<template<int> class... Meta, template<int> class M>
68 void f1tt(X1tt<M, Meta...>);
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmetafunctions.cpp171 template<typename T, template<class> class ...Meta>
173 typedef tuple<typename Meta<T>::type...> type;
195 template<typename T, template<class> class ...Meta>
197 typedef typename apply_each<T, Meta...>::type type;
204 template<typename T, typename ...Meta>
206 typedef typename apply_each<T, Meta::template apply...>::type type;
Dp5.cpp157 template<typename T, template<class> class ...Meta>
159 …typedef tuple<typename Meta<T>::type> type; // expected-error{{declaration type contains unexpande…
/external/webkit/Source/WebCore/inspector/front-end/
DKeyboardShortcut.js43 Meta: 8, // Command key on Mac, Win key on other platforms. property
47 return WebInspector.isMac() ? this.Meta : this.Ctrl;
115 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Meta;
165 if (modifiers & WebInspector.KeyboardShortcut.Modifiers.Meta)
Dinspector.js679 shortcut.shortcutToString("g", shortcut.Modifiers.Meta),
680 shortcut.shortcutToString("g", shortcut.Modifiers.Meta | shortcut.Modifiers.Shift)
/external/e2fsprogs/util/
Dall.exclude15 Meta
Dsubset.exclude14 Meta
/external/eigen/Eigen/
DSparse6 * Meta-module including all related modules:
DEigen2Support32 #include "src/Eigen2Support/Meta.h"
DCore245 #include "src/Core/util/Meta.h"
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DCHANGES.txt15 * Meta change: there now is a CHANGES.txt
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h657 static MachineOperand CreateMetadata(const MDNode *Meta) { in CreateMetadata() argument
659 Op.Contents.MD = Meta; in CreateMetadata()
/external/webkit/Source/WebCore/platform/mac/
DKeyEventMac.mm133 return "Meta";
/external/eigen/doc/
DTopicLinearAlgebraDecompositions.dox252 <dt><b>Meta-unroller</b></dt>
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp2132 const BugReport::ExtraTextList &Meta = exampleReport->getExtraText(); in FlushReport() local
2133 for (BugReport::ExtraTextList::const_iterator i = Meta.begin(), in FlushReport()
2134 e = Meta.end(); i != e; ++i) { in FlushReport()
/external/chromium/chrome/browser/policy/proto/
Ddevice_management_backend.proto11 // Meta-settings that control how a user receives regular settings
/external/webkit/Source/WebKit/chromium/src/mac/
DWebInputEventFactory.mm172 return @"Meta";
367 // "Meta"
/external/webkit/Source/WebCore/platform/cocoa/
DKeyEventCocoa.mm207 // "Meta"

12