Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 25 of 83) sorted by relevance

1234

/template/bootstrap3/assets/fonts/
H A Dlumen.fonts.css2 font-family: 'Source Sans Pro';
6 local('Source Sans Pro Light'),
14 font-family: 'Source Sans Pro';
18 local('Source Sans Pro Regular'),
26 font-family: 'Source Sans Pro';
30 local('Source Sans Pro Bold'),
38 font-family: 'Source Sans Pro';
42 local('Source Sans Pro Italic'),
H A Dsolar.fonts.css2 font-family: 'Source Sans Pro';
6 local('Source Sans Pro Light'),
14 font-family: 'Source Sans Pro';
18 local('Source Sans Pro Regular'),
26 font-family: 'Source Sans Pro';
30 local('Source Sans Pro Bold'),
H A Dcosmo.fonts.css2 font-family: 'Source Sans Pro';
6 local('Source Sans Pro Light'),
14 font-family: 'Source Sans Pro';
18 local('Source Sans Pro Regular'),
26 font-family: 'Source Sans Pro';
30 local('Source Sans Pro Bold'),
/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/ghw/css/
H A Dfont-style.css47 font-family: Source Code Pro;
53 font-family: Source Code Pro;
59 font-family: Source Code Pro;
65 font-family: Source Code Pro;
71 font-family: Source Code Pro;
/template/twigstarter/vendor/twig/twig/src/Extension/
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/Loader/
H A DLoaderInterface.php15 use Twig\Source; alias
29 * @return Source
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);
/template/twigstarter/vendor/twig/twig/src/
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 DTemplate.php75 * @return Source
79 return new Source('', $this->getTemplateName());
336 … $e->setSourceContext($templateName ? new Source('', $templateName) : $this->getSourceContext());
H A DSource.php19 final class Source class
H A DTemplateWrapper.php124 public function getSourceContext(): 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/material/
H A DLICENSE26 "Source" form shall mean the preferred form for making modifications,
31 transformation or translation of a Source form, including but
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
71 Work and such Derivative Works in Source or Object form.
91 modifications, and in Source or Object form, provided that You
100 (c) You must retain, in the Source form of any Derivative Works
102 attribution notices from the Source form of the Work,
112 as part of the Derivative Works; within the Source form or
/template/templar/
H A DCOPYING112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
H A DLICENSE112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/template/darkblue/
H A DLICENSE112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/template/khum1/
H A DLICENSE.md118 #### 1. Source Code.
146 which are not part of the work. For example, Corresponding Source
153 The Corresponding Source need not include anything that users can
213 #### 5. Conveying Modified Source Versions.
248 #### 6. Conveying Non-Source Forms.
257 Corresponding Source fixed on a durable physical medium
264 copy of the Corresponding Source for all the software in the
269 Source from a network server at no charge.
271 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/template/twigstarter/vendor/twig/twig/src/Node/
H A DNode.php16 use Twig\Source; alias
200 public function setSourceContext(Source $source)
/template/simpleclean/
H A DREADME.rst99 Source Code
102 Source code is available on http://github.com/tazmandevil/simpleclean
/template/myown/
H A DREADME.rst99 Source Code
102 Source code is available on http://github.com/tonybaldwin/myown
/template/darkclean/
H A DREADME.rst110 Source Code
113 Source code is available on http://github.com/zenzire/mmclean/
/template/templar/less/
H A Dmedia.less2 // Source: http://stubbornella.org/content/?p=497

1234