Home
last modified time | relevance | path

Searched refs:macros (Results 1 – 25 of 139) sorted by relevance

123456

/plugin/textinsert/
H A Dadmin.php64 $macros = $_REQUEST['macro'];
67 foreach ($macros AS $key=>$value) {
81 $macros = $this->get_macros();
86 unset($macros[$_key]);
90 return $macros;
94 $macros = $this->get_macros();
102 return $macros;
116 $macros = $this->macros_data;
118 foreach($macros as $macro=>$subst) {
127 $macros = $this->macros_data;
[all …]
H A DREADME7 of macros.
12 macros inside the primary macro definition. That is, it can accept:
25 primary and the included macros.
37 a language specification, it will check the textinsert/lang directory for either macros.php or a l…
39 $lang['name'] entry in lang.php or a $lang_<iso>['name'] entry in macros.php, and if
43 Translation macros can be embeded in other macros, including other translation macros.
44 And other macros can emdedded in translation macros. They also accept entities, as
47 For HTML output, HTML tags are accepted in translation macros, but for the HTML
H A Dsyntax.php23 var $macros; variable in syntax_plugin_textinsert
92 $this->macros = $this->get_macros();
114 if(!array_key_exists($match, $this->macros) ) {
124 $match =$this->macros[$match];
182 $insert = $this->macros[$keys[$i]];
H A Dplugin.info.txt6 desc replace macros with text subsitutions
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Dunary_macro_arguments.test4 {% import _self as macros %}
5 {{ macros.negative_number1() }}
6 {{ macros.negative_number2() }}
7 {{ macros.negative_number3() }}
8 {{ macros.positive_number1() }}
9 {{ macros.positive_number2() }}
H A Dpostfix.test4 {% import _self as macros %}
12 {{ macros.foo() }}
13 {{ (macros).foo() }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DModuleTest.php31 $macros = new Node();
34 $node = new ModuleNode($body, $parent, $blocks, $macros, $traits, new Node([]), $source);
38 $this->assertEquals($macros, $node->getNode('macros'));
52 $macros = new Node();
56 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
121 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
203 $node = new ModuleNode($body, $extends, $blocks, $macros, $traits, new Node([]), $source);
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dbegingroup.js19macros:null,environments:null,Init:function(e,f){this.macros=(e||{});this.environments=(f||{})},Fi…
H A Dautoload-all.js19 …b,a={macros:{},environment:{}};for(d in h){if(h.hasOwnProperty(d)){if(!MathJax.Extension["TeX/"+d]… property in AnonymousFunctionf08811230100.a
H A Dextpfeil.js19macros:{xtwoheadrightarrow:["Extension","AMSmath"],xtwoheadleftarrow:["Extension","AMSmath"],xmaps…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/macros/
H A Dnested_calls.test4 {% import _self as macros %}
14 {{ macros.foo(macros.bar()) }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dendmacro_name.test4 {% import _self as macros %}
6 {{ macros.foo() }}
7 {{ macros.bar() }}
H A Dbasic.test4 {% import _self as macros %}
6 {{ macros.input('username') }}
7 {{ macros.input('password', null, 'password', 1) }}
H A Dspecial_chars.test4 {% import _self as macros %}
6 {{ macros.§('foo') }}
H A Dsuper_globals.test4 {% import _self as macros %}
6 {{ macros.foo('foo') }}
H A Dimport_with_reserved_nam.test4 {% import 'forms.twig' as macros %}
6 {{ macros.parent() }}
/plugin/textinsert/lang/pt-br/
H A Dintro.txt1 Esse painel permite adicionar e excluir macros e seus textos de substituição e editá-los depois de …
3 Você pode adicionar até seis macros por vez. A sexta é uma área de texto que permitirá textos esten…
9 com todas as suas macros. Você pode editar os textos de qualquer número de macros.
12 A lista de macros não será atualizada até que você tenha enviado suas edições, adições ou exclusões
/plugin/textinsert/lang/en/
H A Dintro.txt1 This panel enables you to add and delete macros and their replacement texts, and to edit them after…
3 You can add up to six macros at a time. The sixth is a text area which will allow for extended tex…
10 with all your macros. You can edit the texts of any number of macros.
/plugin/textinsert/lang/fr/
H A Dintro.txt1 Ce panneau vous permet d'ajouter et supprimer des macros et leur textes de remplacement, de les mod…
3 Vous pouvez ajouter jusqu'à six macros à la fois. Le sixième est une zone de texte qui permettra de…
7 …tion, où vous sont présenté toutes vos macros. Vous pouvez modifier les textes de n'importe quel n…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst4 Twig supports putting often used code into :doc:`macros<../tags/macro>`. These
5 macros can go into different templates and get imported from there.
8 into a variable or request specific macros from it.
54 To import macros from the current file, use the special ``_self`` variable
H A Dmacro.rst42 But as with PHP functions, macros don't have access to the current template
62 macros, or a template and some macros), and import the functions as items of
72 If macros are defined and used in the same template, you can use the
/plugin/bootswrapper/syntax/
H A Dmacros.php13 private $macros = array( variable in syntax_plugin_bootswrapper_macros
36 foreach ($this->macros as $macro) {
/plugin/semantic/
H A Dsyntax.php13 private $macros = array( variable in syntax_plugin_semantic
26 foreach ($this->macros as $macro) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php45 protected $macros; variable in Twig\\Parser
114 $this->macros = [];
139 …dyNode([$body]), $this->parent, new Node($this->blocks), new Node($this->macros), new Node($this->…
284 return isset($this->macros[$name]);
293 $this->macros[$name] = $node;
/plugin/katex/
H A Dscript.js17 macros: JSINFO['plugins']['katex']['options']['macros'],

123456