| /template/strap/vendor/antlr/antlr4-php-runtime/src/ |
| H A D | CommonToken.php | 51 * the same source and input stream share a reference to the same 56 protected $source; variable in Antlr\\Antlr4\\Runtime\\CommonToken 94 ?Pair $source = null, argument 99 if ($source !== null && !$source->a instanceof TokenSource) { 100 throw new \RuntimeException('Unexpected token source type.'); 103 if ($source !== null && !$source->b instanceof CharStream) { 107 $this->source = $source ?? self::emptySource(); 113 $tokenSource = $this->source->a; 123 * {@see CommonToken::source()} for tokens that do not have a source. 127 static $source; [all …]
|
| H A D | TokenSource.php | 8 * A source of tokens must provide a sequence of tokens via {@see TokenSource::nextToken()} 9 * and also must reveal it's source of characters; {@see CommonToken}'s text 37 * or 0 if the current token source does not track line numbers. 46 * or -1 if the current token source does not track 52 * Get the {@see CharStream} from which this token source is currently 57 * is available for the token source. 62 * Gets the name of the underlying input source. This method returns 69 * Set the {@see TokenFactory} this token source should use for creating 78 * Gets the {@see TokenFactory} this token source is currently using 82 * by this token source.
|
| /template/twigstarter/vendor/twig/twig/src/Error/ |
| D | Error.php | 9 * file that was distributed with this source code. 14 use Twig\Source; alias 55 * @param Source|string|null $source The source context where the error occurred 58 …public function __construct(string $message, int $lineno = -1, $source = null, \Exception $previou… argument 62 if (null === $source) { 64 } elseif (!$source instanceof Source && !$source instanceof \Twig_Source) { 65 …trigger_error(sprintf('Passing a string as a source to %s is deprecated since Twig 2.6.1; pass a T… 66 $name = $source; 68 $name = $source->getName(); 69 $this->sourceCode = $source->getCode(); [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | SandboxExtension.php | 9 * file that was distributed with this source code. 18 use Twig\Source; alias 80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null) argument 86 $e->setSourceContext($source); 94 public function checkPropertyAllowed($obj, $property, int $lineno = -1, Source $source = null) argument 100 $e->setSourceContext($source); 108 public function ensureToStringAllowed($obj, int $lineno = -1, Source $source = null) argument 114 $e->setSourceContext($source);
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | TokenStream.php | 10 * file that was distributed with this source code. 26 private $source; variable in Twig\\TokenStream 28 public function __construct(array $tokens, Source $source = null) argument 31 $this->source = $source ?: new Source('', ''); 50 …xError('Unexpected end of template.', $this->tokens[$this->current - 1]->getLine(), $this->source); 82 $this->source 96 …expected end of template.', $this->tokens[$this->current + $number - 1]->getLine(), $this->source); 124 * Gets the source associated with this stream. 128 public function getSourceContext(): Source 130 return $this->source;
|
| D | Compiler.php | 10 * file that was distributed with this source code. 25 private $source; variable in Twig\\Compiler 55 return $this->source; 68 $this->source = ''; 71 // source code starts at 1 (as we then increment it when we encounter new lines) 84 $this->source .= str_repeat(' ', $this->indentation * 4); 101 $this->source .= $string; 114 $this->source .= str_repeat(' ', $this->indentation * 4).$string; 129 $this->source .= sprintf('"%s"', addcslashes($value, "\0\t\"\$\\")); 187 $this->sourceLine += substr_count($this->source, "\n", $this->sourceOffset); [all …]
|
| /template/bootstrap3/assets/fonts/ |
| D | lumen.fonts.css | 2 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'),
|
| D | solar.fonts.css | 2 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'),
|
| D | cosmo.fonts.css | 2 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/strap/vendor/composer/ |
| H A D | installed.json | 7 "source": { object 35 "installation-source": "dist", 53 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1" string 61 "source": { object 77 "installation-source": "dist", 99 "source": "https://github.com/ThomasWeinert/PhpCss/tree/2.0.0" string 107 "source": { object 126 "installation-source": "dist", 149 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0" string 157 "source": { object [all …]
|
| /template/twigstarter/vendor/twig/twig/lib/Twig/ |
| D | Source.php | 3 use Twig\Source; alias 5 class_exists('Twig\Source'); 7 … the "Twig_Source" class is deprecated since Twig version 2.7, use "Twig\Source" instead.', \E_USE… 10 /** @deprecated since Twig 2.7, use "Twig\Source" instead */ 11 class Twig_Source extends Source
|
| /template/twigstarter/vendor/twig/twig/src/Test/ |
| D | NodeTestCase.php | 9 * file that was distributed with this source code. 27 public function testCompile($node, $source, $environment = null, $isPattern = false) argument 29 $this->assertNodeCompilation($source, $node, $environment, $isPattern); 32 …public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPat… argument 38 $this->assertStringMatchesFormat($source, trim($compiler->getSource())); 40 $this->assertEquals($source, trim($compiler->getSource())); 63 return 'twig_get_attribute($this->env, $this->source, ';
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 50 "raw", // Return the source as is without converting 218 * @param string $source part of template that is wrapped 223 public function helperIf($template, $context, $args, $source) argument 225 $tpl = $template->getEngine()->loadString('{{#if ' . $args . '}}' . $source . '{{/if}}'); 291 * @param string $source part of template that is wrapped 296 public function helperEach($template, $context, $args, $source) argument 386 * @param string $source part of template that is wrapped 391 public function helperUnless($template, $context, $args, $source) argument 413 * @param string $source part of template that is wrapped 418 public function helperWith($template, $context, $args, $source) argument [all …]
|
| H A D | Handlebars.php | 456 $source = $this->getLoader()->load($name); 457 $tree = $this->tokenize($source); 458 return new Template($this, $tree, $source); 473 $source = $this->getPartialsLoader()->load($name); 474 $tree = $this->tokenize($source); 475 return new Template($this, $tree, $source); 506 * @param string $source string to load 509 public function loadString($source) argument 511 $tree = $this->tokenize($source); 512 return new Template($this, $tree, $source); [all …]
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | LICENSE | 66 them if you wish), that you receive source code or can get it if you 78 or can get the source code. And you must show them these terms so they 153 1. Source Code. 155 The "source code" for a work means the preferred form of the work 156 for making modifications to it. "Object code" means any non-source 169 implementation is available to the public in source code form. A 175 The "Corresponding Source" for a work in object code form means all 176 the source code needed to generate, install, and (for an executable 181 which are not part of the work. For example, Corresponding Source 182 includes interface definition files associated with source files for [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Loader/ |
| D | LoaderInterface.php | 9 * file that was distributed with this source code. 15 use Twig\Source; alias 25 * Returns the source context for a given template logical name. 29 * @return Source 60 * Check if we have the source code of a template, given its name. 64 * @return bool If the template source code is handled by this loader or not
|
| D | ArrayLoader.php | 9 * file that was distributed with this source code. 15 use Twig\Source; alias 22 * source code of the template). If you don't want to see your cache grows out of 34 …* @param array $templates An array of templates (keys are the names, and values are the source cod… 45 * @param string $template The template source 59 return new Source($this->templates[$name], $name);
|
| /template/strap/db/combo/ |
| H A D | update0001.sql | 4 SOURCE TEXT CONSTRAINT REDIRECTION_PK PRIMARY KEY, -- Source page id field 12 SOURCE TEXT, field 26 -- SOURCE TEXT CONSTRAINT REDIRECTION_PK PRIMARY KEY, -- Source page id
|
| /template/khum1/ |
| D | LICENSE.md | 28 them if you wish), that you receive source code or can get it if you 41 or can get the source code. And you must show them these terms so they 118 #### 1. Source Code. 120 The "source code" for a work means the preferred form of the work for 121 making modifications to it. "Object code" means any non-source form of 134 implementation is available to the public in source code form. A 140 The "Corresponding Source" for a work in object code form means all 141 the source code needed to generate, install, and (for an executable 146 which are not part of the work. For example, Corresponding Source 147 includes interface definition files associated with source files for [all …]
|
| /template/templar/ |
| D | COPYING | 25 them if you wish), that you receive source code or can get it if you 37 or can get the source code. And you must show them these terms so they 112 1. Source Code. 114 The "source code" for a work means the preferred form of the work 115 for making modifications to it. "Object code" means any non-source 128 implementation is available to the public in source code form. A 134 The "Corresponding Source" for a work in object code form means all 135 the source code needed to generate, install, and (for an executable 140 which are not part of the work. For example, Corresponding Source 141 includes interface definition files associated with source files for [all …]
|
| D | LICENSE | 25 them if you wish), that you receive source code or can get it if you 37 or can get the source code. And you must show them these terms so they 112 1. Source Code. 114 The "source code" for a work means the preferred form of the work 115 for making modifications to it. "Object code" means any non-source 128 implementation is available to the public in source code form. A 134 The "Corresponding Source" for a work in object code form means all 135 the source code needed to generate, install, and (for an executable 140 which are not part of the work. For example, Corresponding Source 141 includes interface definition files associated with source files for [all …]
|
| /template/darkblue/ |
| D | LICENSE | 25 them if you wish), that you receive source code or can get it if you 37 or can get the source code. And you must show them these terms so they 112 1. Source Code. 114 The "source code" for a work means the preferred form of the work 115 for making modifications to it. "Object code" means any non-source 128 implementation is available to the public in source code form. A 134 The "Corresponding Source" for a work in object code form means all 135 the source code needed to generate, install, and (for an executable 140 which are not part of the work. For example, Corresponding Source 141 includes interface definition files associated with source files for [all …]
|
| /template/parallax/lib/js/ |
| D | gallery-lightbox.js | 21 var source = jQuery(this).children().attr('src'); 22 var startIndex = source.lastIndexOf('-'); 23 var endIndex = source.lastIndexOf('.'); 24 var removeValue = source.substring(startIndex, endIndex); 25 var newSource = source.replace(removeValue, '');
|
| /template/strap/ |
| H A D | composer.lock | 12 "source": { 56 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1" 63 "source": { 99 "source": "https://github.com/ThomasWeinert/PhpCss/tree/2.0.0" 106 "source": { 146 "source": "https://github.com/dragonmantank/cron-expression/tree/v1.2.0" 153 "source": { 203 "source": "https://github.com/hidehalo/nanoid-php/tree/1.1.8" 210 "source": { 253 "source": "https://github.com/paragonie/random_compat" [all …]
|
| /template/twigstarter/vendor/composer/ |
| D | installed.json | 7 "source": { object 38 "installation-source": "dist", 70 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" string 92 "source": { object 123 "installation-source": "dist", 156 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" string 178 "source": { object 203 "installation-source": "dist", 235 "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" string 257 "source": { object [all …]
|