Home
last modified time | relevance | path

Searched refs:compile (Results 76 – 100 of 147) sorted by relevance

123456

/plugin/tableedit/
H A Dtableedit.js38 currentPattern.compile(pattern.replace(/#/g, "\\"+headChar), "gm");
42 currentPattern.compile(pattern.replace(/#/g, "\\"+normalChar),"gm");
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Test/
H A DDefinedTest.php65 public function compile(Compiler $compiler) function in Twig\\Node\\Expression\\Test\\DefinedTest
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DNameExpression.php30 public function compile(Compiler $compiler) function in Twig\\Node\\Expression\\NameExpression
H A DGetAttrExpression.php30 public function compile(Compiler $compiler) function in Twig\\Node\\Expression\\GetAttrExpression
H A DCallExpression.php48 $compiler->raw($this->getAttribute('thing')->compile());
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DIncludeNode.php35 public function compile(Compiler $compiler) function in Twig\\Node\\IncludeNode
H A DSetNode.php44 public function compile(Compiler $compiler) function in Twig\\Node\\SetNode
H A DMacroNode.php37 public function compile(Compiler $compiler) function in Twig\\Node\\MacroNode
H A DForNode.php44 public function compile(Compiler $compiler) function in Twig\\Node\\ForNode
H A DModuleNode.php76 public function compile(Compiler $compiler) function in Twig\\Node\\ModuleNode
/plugin/fontcolor/
H A Dsyntax.php176 $parsedcss = $less->compile($css);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php78 $arguments[] = eval('return '.$this->twig->compile($argument).';');
H A DAsseticNode.php49 public function compile(\Twig_Compiler $compiler) function in Assetic\\Extension\\Twig\\AsseticNode
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php43 $css = $sass->compile($asset->getContent());
H A DScssphpFilter.php117 $asset->setContent($sc->compile($asset->getContent()));
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
H A DTrans.php38 public function compile(Twig_Compiler $compiler) function in Twig_Extensions_Node_Trans
/plugin/editonlink/
H A DLICENSE3 Anyone is free to copy, modify, publish, use, compile, sell, or
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.py135 p = re.compile('AppleWebKit\/(\d+)', re.IGNORECASE)
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md51 Asset variables allow you to pre-compile your assets for a finite set of known
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php238 echo $twig->compile($twig->parse($twig->tokenize($source)));
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php775 public function compile(\Twig_NodeInterface $node) function in Twig\\Environment
781 return $this->compiler->compile($node)->getSource();
802 return $this->compile($this->parse($this->tokenize($source)));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst109 And from now on, Twig will automatically compile your templates to take
/plugin/epub/scripts/
H A Dcss3.php151 return $less->compile($css);
/plugin/ckgedit/scripts/
H A Dcss6.php158 return $less->compile($css);
/plugin/ahrefmenu/
H A Dgenerate_map.py17 r = re.compile(i_re_neg)

123456