Home
last modified time | relevance | path

Searched refs:files (Results 301 – 325 of 1460) sorted by path

1...<<11121314151617181920>>...59

/plugin/combo/
H A Dbrowser-sync-start.bat1 browser-sync start -p http://localhost:81/ --files "*.js, *.css, *.php, *.html"
H A Dcomposer.lock79 "files": [
296 "files": [
407 "files": [
480 "files": [
562 "files": [
639 "files": [
782 "symfony/console": "For validating YAML files using the lint command"
810 "description": "Loads and dumps YAML files",
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
3 # the files installed
/plugin/combo/lang/en/admin/
H A DREADME.md3 This files are used as block for admin pages.
/plugin/combo/resources/library/bootstrap/
H A DREADME.md5 This directory contains all `Bootstrap` related resources such as Javascript and Css files used by [ComboStrap](https://combostrap.com)
H A DupdateBootStrapCustom.yml4 comment: "Selection of the custom CSS files"
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md45 collection of `.php` files in the `parser` directory including:
/plugin/combo/vendor/composer/
H A DLICENSE5 of this software and associated documentation files (the "Software"), to deal
H A Dautoload_real.php56 $includeFiles = Composer\Autoload\ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764::$files;
H A Dautoload_static.php9 public static $files = array ( variable in Composer\\Autoload\\ComposerStaticInitb17e1b0ee5884bcef9ce08e1c1e6b764
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/paragonie/random_compat/
H A DLICENSE6 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/php-webdriver/webdriver/
H A DLICENSE.md7 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php158 $files = new RecursiveIteratorIterator($dir);
166 foreach ($files as $name => $object) {
/plugin/combo/vendor/salesforce/handlebars-php/
H A DLICENSE4 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
H A DREADME.md101 # Set the partials files
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php435 $files = array_diff($contents, array('.', '..'));
436 foreach ($files as $file) {
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/symfony/polyfill-php80/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/symfony/process/
H A DLICENSE4 of this software and associated documentation files (the "Software"), to deal
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php18 * WindowsPipes implementation uses temporary files as handles.
29 private $files = []; variable in Symfony\\Component\\Process\\Pipes\\WindowsPipes
44 // Workaround for this problem is to use temporary files instead of pipes on Windows platform.
81 $this->files[$pipe] = $file;
136 return $this->files;
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md8 option to exclude one or more specific files from multiple file list
60 * added support for multiple files or directories in `LintCommand`
95 * added support for parsing YAML files using the `Yaml::parseFile()` or `Parser::parseFile()` method
236 * Yaml::parse() does not evaluate loaded files as PHP files by default
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php30 * Validates YAML files syntax and outputs encountered errors.
82 You can also exclude one or more specific files:
157 private function display(SymfonyStyle $io, array $files): int argument
161 return $this->displayTxt($io, $files);
163 return $this->displayJson($io, $files);
165 return $this->displayTxt($io, $files, true);
200 $io->success(sprintf('All %d YAML files contain valid syntax.', $countFiles));
202 $io->warning(sprintf('%d YAML files have valid syntax and %d contain errors.%s', $countFiles - $erroredFiles, $erroredFiles, $suggestTagOption ? ' Use the --parse-tags option if you want parse custom tags.' : ''));

1...<<11121314151617181920>>...59