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"""
69 'Problems with "%s" directive, prohibited path: %s'
88 raise self.warning('"%s" directive disabled.' % self.name)
112 raise self.severe('Problems with "%s" directive path:\n'
117 raise self.severe('Problems with "%s" directive path:\n%s.' %
128 raise self.severe('Problem with "%s" directive:\n%s' %
138 'directive:\nText not found.' % self.name)
146 'directive:\nText not found.' % self.name)