书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 763 个相关结果.
  • Evaluation Context

    Evaluation Context Evaluation Context The evaluation context (short eval context or eval ctx) is a new objectintroduced in Jinja 2.4 that makes it possible to activate and deac...
  • 03-Template-Advance

    907 2018-11-30 《Go Mega 手册》
    03-Template Advance 匿名组合 模板继承 Links 03-Template Advance 学习完 第二章 之后,你对模板已经有了基本的认识 本章将讨论 Go 的组合特性,以及 建立一个通用的调用 模板的方法 本章的GitHub链接为: Source , Diff ,Zip 匿名组合 匿名组合 其实是Go里的...
  • Variables

    Variables Variables Template variables are defined by the context dictionary passed to thetemplate. You can mess around with the variables in templates provided they are passe...
  • Whitespace Control

    Whitespace Control Whitespace Control In the default configuration: a single trailing newline is stripped if present other whitespace (spaces, tabs, newlines etc.) is retur...
  • Null-Master 退回

    Null-Master 退回 Null-Master 退回 Jinja2 支持动态继承并且只要没有 extends 标签被访问过,就不分辨父模板和子模板。而这会导致令人惊讶的行为:首个 extends 标签前的包括空白字符的所有东西会被打印出来而不是被忽略,这也可以用作一个巧妙的方法。 通常,继承一个模板的子模板来添加基本的 HTML 骨架。而把 ...
  • Variables

    Variables 合法的变量名 在Inventory中定义变量 在playbook中定义变量 在文件和role中定义变量 使用变量: 关于Jinja2 Jinja2过滤器 YAML陷阱 使用Facts获取的信息 关闭Facts 本地Facts(Facts.d) Fact缓存 注册变量 访问复杂变量数据 魔法变量,以及如何访问其它主...
  • 字节码缓存

    字节码缓存 字节码缓存 Jinja 2.1 和更高的版本支持外部字节码缓存。字节码缓存使得在首次使用时把生成的字节码存储到文件系统或其它位置来避免处理模板。 这在当你有一个在首个应用初始化的 web 应用, Jinja 一次性编译大量模板拖慢应用时尤其有用。 要使用字节码缓存,把它实例化并传给 Environment 。 _class _j...
  • nornir.core.configuration

    nornir.core.configuration nornir.core.configuration class nornir.core.configuration.Config (inventory: Optional[nornir.core.configuration.InventoryConfig] = None, ssh: Optional[...
  • Policies

    Policies Policies Starting with Jinja 2.9 policies can be configured on the environmentwhich can slightly influence how filters and other template constructsbehave. They can be...
  • Upgrading to nornir 3.x from 2.x

    Upgrading to nornir 3.x from 2.x Plugin Register Inventory InitNornir Configuration num_workers Upgrading to nornir 3.x from 2.x If you find some change not documented bel...