Lines Matching full:directive
9 Implementation of the ``kernel-include`` reST-directive.
14 The ``kernel-include`` reST-directive is a replacement for the ``include``
15 directive. The ``kernel-include`` directive expand environment variables in
21 security risk for builders. This is why the ``include`` directive from
23 tree where the reST document with the include directive is placed.
59 u"""KernelInclude (``kernel-include``) directive"""
68 'Problems with "%s" directive, prohibited path: %s'
85 raise self.warning('"%s" directive disabled.' % self.name)
109 raise self.severe('Problems with "%s" directive path:\n'
114 raise self.severe('Problems with "%s" directive path:\n%s.' %
125 raise self.severe('Problem with "%s" directive:\n%s' %
135 'directive:\nText not found.' % self.name)
143 'directive:\nText not found.' % self.name)