Home
last modified time | relevance | path

Searched refs:in (Results 351 – 375 of 3785) sorted by last modified time

1...<<11121314151617181920>>...152

/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.css10 * We may also just put it completely in the offcanvas
/plugin/combo/resources/webcode/
H A Dwebcode-iframe.css2 * The style for the output of the javascript console in the Iframe
3 * Don't forget to increment the version number in the CONSTANT WEB_CONSOLE_CSS_VERSION of webcode.php
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md30 as described in [the getting started guide](https://github.com/antlr/antlr4/blob/master/doc/getting-started.md).
45 collection of `.php` files in the `parser` directory including:
/plugin/combo/
H A Dcomposer.lock195 "description": "A copy of nanoid in PHP",
735 "description": "Executes commands in sub-processes",
H A DLICENSE26 in new free programs; and that you know you can do these things.
52 program will individually obtain patent licenses, in effect making the
69 language. (Hereinafter, translation is included without limitation in
80 source code as you receive it, in any medium, provided that you
88 you may at your option offer warranty protection in exchange for a fee.
98 b) You must cause any work that you distribute or publish, that in
99 whole or in part contains or is derived from the Program or any
105 interactive use in the most ordinary way, to print or display an
116 and can be reasonably considered independent and separate works in
135 under Section 2) in objec
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md32 - Using static instead of self in `CronExpression::factory`
H A DLICENSE5 in the Software without restriction, including without limitation the rights
10 The above copyright notice and this permission notice shall be included in
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md37 In order to receive the new version and future updates, **you need to rename it in your composer.json**:
53 from this library and will execute them in the respective browser.
86 when you run tests in several different browsers (like on your CI server), or when you need to distribute tests amongst
87 several machines in grid mode (where one Selenium server acts as a hub, and others connect to it as nodes).
94 in our wiki.
171 // Find element of 'History' item in menu by its css selector
195 Some basic usage example is provided in [example.php](example.php) file.
197 How-tos are provided right here in [? our GitHub wiki](https://github.com/php-webdriver/php-webdriver/wiki).
211 - [Codeception](http://codeception.com) testing framework provides BDD-layer on top of php-webdriver in its [WebDriver module](http://codeception.com/docs/modules/WebDriver)
230 label. Let us know in th
[all...]
/plugin/combo/vendor/symfony/polyfill-php80/
H A DLICENSE5 in the Software without restriction, including without limitation the rights
10 The above copyright notice and this permission notice shall be included in all
H A DREADME.md18 More information can be found in the
/plugin/combo/resources/
H A DREADME.md6 These resources are called inserted in between the `HTML head tag`
10 * `Firebug` : use by [webcode](../syntax/webcode.php) called when editing the code in JsFiddle
13 * `images` : icon images used in toolbar and admin pages
/plugin/combo/vendor/symfony/process/
H A DLICENSE5 in the Software without restriction, including without limitation the rights
10 The above copyright notice and this permission notice shall be included in all
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md15 when running the YAML linter command in a Github Action environment.
43 * removed support for implicit STDIN usage in the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
55 * Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.0.
60 * added support for multiple files or directories in `LintCommand`
100 `!php/object` tag (without the colon) in 4.0.
103 `!php/const` tag (without the colon) in 4.0.
107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0.
108 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
114 deprecated and will throw a `ParseException` in Symfony 4.0.
117 Mapping keys that are no strings will lead to a `ParseException` in Symfon
[all...]
H A DLICENSE5 in the Software without restriction, including without limitation the rights
10 The above copyright notice and this permission notice shall be included in all
H A DREADME.md13 in the [main Symfony repository](https://github.com/symfony/symfony)
/plugin/combo/resources/firebug/
H A DREADME.md6 This is a dependency used in webcode to show a console in JsFiddle.
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md45 [FluentDOM 5](https://github.com/FluentDOM/FluentDOM) allows to inject a callback to convert selectors. If you have FluentDOM and PhpCss installed in your project, you can use CSS selectors in FluentDOM:
/plugin/combo/vendor/composer/
H A DLICENSE6 in the Software without restriction, including without limitation the rights
11 The above copyright notice and this permission notice shall be included in all
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md17 together effectively, productively, and respectfully in our open source community.
21 in a Salesforce open-source project may be reported by contacting the Salesforce
27 contributors and maintainers pledge to making participation in our project and
52 * Other conduct which could reasonably be considered inappropriate in a
59 behavior and are expected to take appropriate and fair corrective action in
70 This Code of Conduct applies both within project spaces and in public spaces
82 and will result in a response that is deemed necessary and appropriate to the
87 Project maintainers who do not follow or enforce the Code of Conduct in good
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:
6 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
H A DREADME.md39 To install with composer, add the following in the require key in your **composer.json** file
78 The string above can be used as is in your PHP file, or be put in a file (ie: */templates/main.tpl*), to be called upon rendering.
82 Now the we've created our template file, in a php file (index.php) we'll create the data to passed to the model. The model is a key/value array.
84 Below we are going to create the Handlebars object, set the partials loader, and put some data in the model.
203 Handlebars expressions are the basic unit of a Handlebars template. You can use them alone in a {{mustache}}, pass them to a Handlebars helper, or use them as values in hash arguments.
222 Handlebars nested expressions in an array.
306 You can iterate over a list using the built-in eac
[all...]
/plugin/combo/db/combo/
H A DREADME.md9 * Bump the version number in the file [latest.version](latest.version)
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DLICENSE5 in the Software without restriction, including without limitation the rights
10 The above copyright notice and this permission notice shall be included in all
H A DREADME.md6 More information can be found in the
/plugin/combo/grammar/
H A DREADME.md15 Don't for now as the idea plugin is not compatible. In the generator configuration in Idea:
30 * Above 0.6 antlr requires php8 - The antlr version can be seen in `Antlr\Antlr4\Runtime\RuntimeMetadata`. It's `4.9.3`
39 ## How to use in IntelliJ

1...<<11121314151617181920>>...152