Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 83) sorted by last modified time

1234

/template/ad-hominem/css/
H A D_edit.css149 font-family: 'Source Code Pro',Menlo,Consolas,'Courier New',Courier,monospace;
/template/launch/css/
H A Dbootstrap.min.css6 …:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}/*! Source: https://github.co…
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php156 public function tokenize(Source $source)
H A DSource.php19 final class Source class
H A DTemplateWrapper.php124 public function getSourceContext(): Source
H A DTokenStream.php28 public function __construct(array $tokens, Source $source = null)
31 $this->source = $source ?: new Source('', '');
128 public function getSourceContext(): Source
H A DEnvironment.php535 public function tokenize(Source $source)
591 public function compileSource(Source $source)
H A DTemplate.php75 * @return Source
79 return new Source('', $this->getTemplateName());
336 … $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext());
/template/twigstarter/vendor/twig/twig/src/Loader/
H A DArrayLoader.php15 use Twig\Source; alias
59 return new Source($this->templates[$name], $name);
H A DFilesystemLoader.php15 use Twig\Source; alias
142 return new Source('', $name, '');
145 return new Source(file_get_contents($path), $name, $path);
H A DLoaderInterface.php15 use Twig\Source; alias
29 * @return Source
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php350 use Twig\Source; alias
1156 …macro(Template $template, string $method, array $args, int $lineno, array $context, Source $source)
1400 function twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = []…
H A DSandboxExtension.php18 use Twig\Source; alias
80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null)
94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null)
108 public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null)
/template/twigstarter/vendor/twig/twig/lib/Twig/
H A DSource.php3 use Twig\Source; alias
11 class Twig_Source extends Source
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php18 use Twig\Source; alias
33 …ctExpression $parent, Node $blocks, Node $macros, Node $traits, $embeddedTemplates, Source $source)
H A DNode.php16 use Twig\Source; alias
200 public function setSourceContext(Source $source)
/template/twigstarter/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php16 use Twig\Source; alias
67 $this->twig->parse($this->twig->tokenize(new Source($contents, $name)));
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php14 use Twig\Source; alias
55 * @param Source|string|null $source The source context where the error occurred
64 } elseif (!$source instanceof Source && !$source instanceof \Twig_Source) {
114 * @return Source|null
118 return $this->name ? new Source($this->sourceCode, $this->name, $this->sourcePath) : null;
124 public function setSourceContext(Source $source = null)
/template/strap/bootstrap/4.5.0/
H A Dbootstrap.lumen.min.css12Source+Sans+Pro:300,400,700,400italic&display=swap");:root{--blue: #158CBA;--indigo: #6610f2;--pur…
H A Dbootstrap.solar.min.css12Source+Sans+Pro&display=swap");:root{--blue: #B58900;--indigo: #6610f2;--purple: #6f42c1;--pink: #…
H A Dbootstrap.16col.min.css.map1 …lint-disable declaration-no-important, selector-no-qualifying-type\n\n// Source: https://github.co…
/template/strap/bootstrap/5.0.1/
H A Dbootstrap.cosmo.min.css12Source+Sans+Pro:wght@300;400;700&display=swap);:root{--bs-blue:#2780e3;--bs-indigo:#6610f2;--bs-pu…
H A Dbootstrap.lumen.min.css12Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap);:root{--bs-blue:#158cba;--bs-indig…
H A Dbootstrap.solar.min.css12Source+Sans+Pro:wght@400;600;700&display=swap);:root{--bs-blue:#b58900;--bs-indigo:#6610f2;--bs-pu…
/template/strap/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css.map1 …lint-disable declaration-no-important, selector-no-qualifying-type\n\n// Source: https://github.co…

1234