HomeSort by relevance Sort by last modified time
    Searched refs:Meta (Results 1 - 19 of 19) sorted by null

  /external/clang/test/CXX/temp/temp.param/
p11-0x.cpp 57 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/markdown/markdown/extensions/
wikilinks.py 50 >>> md = markdown.Markdown(extensions=['meta', 'wikilinks'])
134 """ Return meta data or config data. """
138 if hasattr(self.md, 'Meta'):
139 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]
meta.py 4 Meta Data Extension for Python-Markdown
7 This extension adds Meta Data handling to markdown.
19 >>> md = markdown.Markdown(['meta'])
22 >>> md.Meta
25 Make sure text without Meta Data still works (markdown < 1.6b returns a <p>).
27 >>> text = ' Some Code - not extra lines of meta data.'
28 >>> md = markdown.Markdown(['meta'])
30 u'<pre><code>Some Code - not extra lines of meta data.\\n</code></pre>'
31 >>> md.Meta
36 Project website: <http://www.freewisdom.org/project/python-markdown/Meta-Data
    [all...]
headerid.py 51 >>> md = markdown.markdown(text, ['headerid', 'meta'])
125 """ Return meta data suported by this ext as a tuple """
128 if hasattr(self.md, 'Meta'):
129 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])
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
metafunctions.cpp 171 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;
p5.cpp 157 template<typename T, template<class> class ...Meta>
159 typedef tuple<typename Meta<T>::type> type; // expected-error{{declaration type contains unexpanded parameter pack 'Meta'}}
  /external/webkit/Source/WebCore/inspector/front-end/
KeyboardShortcut.js 43 Meta: 8, // Command key on Mac, Win key on other platforms.
47 return WebInspector.isMac() ? this.Meta : this.Ctrl;
115 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Meta;
165 if (modifiers & WebInspector.KeyboardShortcut.Modifiers.Meta)
inspector.js 679 shortcut.shortcutToString("g", shortcut.Modifiers.Meta),
680 shortcut.shortcutToString("g", shortcut.Modifiers.Meta | shortcut.Modifiers.Shift)
    [all...]
ConsoleView.js 490 var shortcutK = shortcut.makeDescriptor("k", WebInspector.KeyboardShortcut.Modifiers.Meta);
    [all...]
ScriptsPanel.js     [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLMetaElement03.js 49 docsLoaded += preload(docRef, "doc", "meta");
78 The name attribute specifies the meta information name.
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
104 assertEquals("nameLink","Meta-Name",vname);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLMetaElement03.js 49 docsLoaded += preload(docRef, "doc", "meta");
78 The name attribute specifies the meta information name.
98 doc = load(docRef, "doc", "meta");
99 nodeList = doc.getElementsByTagName("meta");
104 assertEquals("nameLink","Meta-Name",vname);
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 660 static MachineOperand CreateMetadata(const MDNode *Meta) {
662 Op.Contents.MD = Meta;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 68 class Meta:
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 974 milliseconds