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)
111 raise self.severe('Problems with "%s" directive path:\n'
116 raise self.severe('Problems with "%s" directive path:\n%s.' %
127 raise self.severe('Problem with "%s" directive:\n%s' %
137 'directive:\nText not found.' % self.name)
145 'directive:\nText not found.' % self.name)