This file is indexed.

/usr/share/doc/python-rdflib-doc/html/_modules/rdflib/plugins/parsers/pyRdfa/transform/metaname.html is in python-rdflib-doc 4.1.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    

    <title>rdflib.plugins.parsers.pyRdfa.transform.metaname &mdash; rdflib 4.1.2 documentation</title>

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>


    
    <link rel="stylesheet" href="../../../../../../_static/rtd.css" type="text/css" />
    <link rel="stylesheet" href="../../../../../../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../../../../../../',
        VERSION:     '4.1.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../../../../../../_static/jquery.js"></script>
    <script type="text/javascript" src="../../../../../../_static/underscore.js"></script>
    <script type="text/javascript" src="../../../../../../_static/doctools.js"></script>
    <script type="text/javascript" src="../../../../../../../../../../../../_static/searchtools.js"></script>
    <link rel="top" title="rdflib 4.1.2 documentation" href="../../../../../../index.html" />
    <link rel="up" title="rdflib.plugins.parsers.pyRdfa.transform" href="../transform.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../../../../../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../../../../../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><a href="../../../../../../index.html">rdflib 4.1.2 documentation</a> &raquo;</li>
          <li><a href="../../../../../index.html" >Module code</a> &raquo;</li>
          <li><a href="../../pyRdfa.html" >rdflib.plugins.parsers.pyRdfa</a> &raquo;</li>
          <li><a href="../transform.html" accesskey="U">rdflib.plugins.parsers.pyRdfa.transform</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <h1>Source code for rdflib.plugins.parsers.pyRdfa.transform.metaname</h1><div class="highlight"><pre>
<span class="c"># -*- coding: utf-8 -*-</span>
<span class="sd">&quot;&quot;&quot;</span>
<span class="sd">Simple transfomer: C{meta} element is extended with a C{property} attribute, with a copy of the</span>
<span class="sd">C{name} attribute values.</span>

<span class="sd">@author: U{Ivan Herman&lt;a href=&quot;http://www.w3.org/People/Ivan/&quot;&gt;}</span>
<span class="sd">@license: This software is available for use under the</span>
<span class="sd">U{W3C® SOFTWARE NOTICE AND LICENSE&lt;href=&quot;http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231&quot;&gt;}</span>
<span class="sd">@contact: Ivan Herman, ivan@w3.org</span>
<span class="sd">@version: $Id: metaname.py,v 1.3 2012-01-18 14:16:45 ivan Exp $</span>
<span class="sd">$Date: 2012-01-18 14:16:45 $</span>
<span class="sd">&quot;&quot;&quot;</span>

<div class="viewcode-block" id="meta_transform"><a class="viewcode-back" href="../../../../../../apidocs/rdflib.plugins.parsers.pyRdfa.transform.html#rdflib.plugins.parsers.pyRdfa.transform.metaname.meta_transform">[docs]</a><span class="k">def</span> <span class="nf">meta_transform</span><span class="p">(</span><span class="n">html</span><span class="p">,</span> <span class="n">options</span><span class="p">,</span> <span class="n">state</span><span class="p">)</span> <span class="p">:</span>
	<span class="sd">&quot;&quot;&quot;</span>
<span class="sd">	@param html: a DOM node for the top level html element</span>
<span class="sd">	@param options: invocation options</span>
<span class="sd">	@type options: L{Options&lt;pyRdfa.options&gt;}</span>
<span class="sd">	@param state: top level execution state</span>
<span class="sd">	@type state: L{State&lt;pyRdfa.state&gt;}</span>
<span class="sd">	&quot;&quot;&quot;</span>
	<span class="kn">from</span> <span class="nn">..host</span> <span class="kn">import</span> <span class="n">HostLanguage</span>
	<span class="k">if</span> <span class="ow">not</span><span class="p">(</span> <span class="n">options</span><span class="o">.</span><span class="n">host_language</span> <span class="ow">in</span> <span class="p">[</span> <span class="n">HostLanguage</span><span class="o">.</span><span class="n">xhtml</span><span class="p">,</span> <span class="n">HostLanguage</span><span class="o">.</span><span class="n">html5</span><span class="p">,</span> <span class="n">HostLanguage</span><span class="o">.</span><span class="n">xhtml5</span> <span class="p">]</span> <span class="p">)</span> <span class="p">:</span>
		<span class="k">return</span>

	<span class="k">for</span> <span class="n">meta</span> <span class="ow">in</span> <span class="n">html</span><span class="o">.</span><span class="n">getElementsByTagName</span><span class="p">(</span><span class="s">&quot;meta&quot;</span><span class="p">)</span> <span class="p">:</span>
		<span class="k">if</span> <span class="n">meta</span><span class="o">.</span><span class="n">hasAttribute</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">)</span> <span class="ow">and</span> <span class="ow">not</span> <span class="n">meta</span><span class="o">.</span><span class="n">hasAttribute</span><span class="p">(</span><span class="s">&quot;property&quot;</span><span class="p">)</span> <span class="p">:</span>
			<span class="n">meta</span><span class="o">.</span><span class="n">setAttribute</span><span class="p">(</span><span class="s">&quot;property&quot;</span><span class="p">,</span> <span class="n">meta</span><span class="o">.</span><span class="n">getAttribute</span><span class="p">(</span><span class="s">&quot;name&quot;</span><span class="p">))</span>
</pre></div></div>

          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../../../../../../index.html">
              <img class="logo" src="../../../../../../_static/logo.svg" alt="Logo"/>
            </a></p>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../../../../../../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../../../../../../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../../../../../../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li><a href="../../../../../../index.html">rdflib 4.1.2 documentation</a> &raquo;</li>
          <li><a href="../../../../../index.html" >Module code</a> &raquo;</li>
          <li><a href="../../pyRdfa.html" >rdflib.plugins.parsers.pyRdfa</a> &raquo;</li>
          <li><a href="../transform.html" >rdflib.plugins.parsers.pyRdfa.transform</a> &raquo;</li> 
      </ul>
    </div>
<div class="footer">
    &copy; Copyright 2009 - 2013, RDFLib Team.
  Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.
  <br />Theme based on <a href="http://readthedocs.org/">Read The Docs</a>

</div>





  </body>
</html>