Home
last modified time | relevance | path

Searched refs:be (Results 226 – 250 of 2764) sorted by last modified time

12345678910>>...111

/plugin/combo/vendor/symfony/polyfill-php80/
H A DREADME.md18 More information can be found in the
/plugin/combo/vendor/symfony/process/
H A DLICENSE10 The above copyright notice and this permission notice shall be included in all
H A DCHANGELOG.md21 * `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
49 * environment variables will always be inherited
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md21 * Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with `0o`
99 * Deprecated the `!php/object:` tag which will be replaced by the
102 * Deprecated the `!php/const:` tag which will be replaced by the
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
145 * Omitted mapping values will be parsed as `null`.
160 Symfony 4.0 (e.g. `foo:bar` must be `foo: bar`).
177 * Strings that are not UTF-8 encoded will be dumped as base64 encoded binary
H A DLICENSE10 The above copyright notice and this permission notice shall be included in all
/plugin/combo/
H A DLICENSE54 patent must be licensed for everyone's free use or not licensed at all.
63 a notice placed by the copyright holder saying it may be distributed
100 part thereof, to be licensed as a whole at no charge to all third
116 and can be reasonably considered independent and separate works in
120 on the Program, the distribution of the whole must be on the terms of
139 source code, which must be distributed under the terms of Sections
145 machine-readable copy of the corresponding source code, to be
207 the only way you could satisfy both it and this License would be to
227 be a consequence of the rest of this License.
239 be simila
[all...]
/plugin/combo/vendor/carica/phpcss/
H A DREADME.md21 A small demo application can be found at: http://xpath.thomas.weinert.info/
/plugin/combo/vendor/composer/
H A DLICENSE11 The above copyright notice and this permission notice shall be included in all
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODEOWNERS1 # Comment line immediately above ownership line is reserved for related gus information. Please be careful while editing.
H A DCODE_OF_CONDUCT.md21 in a Salesforce open-source project may be reported by contacting the Salesforce
52 * Other conduct which could reasonably be considered inappropriate in a
74 representative at an online or offline event. Representation of a project may be
79 Instances of abusive, harassing, or otherwise unacceptable behavior may be
81 at ossconduct@salesforce.com. All complaints will be reviewed and investigated
85 policies may be posted separately.
H A DLICENSE6 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
H A DREADME.md25 that keep the view and the code separated like we all know they should be.
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.
109 # We'll use $handlebars throughout this the examples, assuming the will be all set this way
122 The simplest way to assign data is to create an Array model. The model will contain all the data that will be passed to the template.
153 ***$template*** : Template can be the name of the file or a string containing the handlebars/html.
274 This part will be shown if it is active
276 This part will be shown if it is valid
278 This part will be show
[all...]
/plugin/combo/db/combo/
H A DREADME.md4 The database can be found at meta/combo.sqlite3
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DLICENSE10 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.md30 * Above 0.6 antlr requires php8 - The antlr version can be seen in `Antlr\Antlr4\Runtime\RuntimeMetadata`. It's `4.9.3`
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DLICENSE10 The above copyright notice and this permission notice shall be included in all
/plugin/combo/resources/dictionary/
H A DREADME.md4 This directory contains all dictionary (ie data to be looked up)
/plugin/oauthgeneric/
H A DREADME5 All documentation for this plugin can be found at
22 This program is distributed in the hope that it will be useful,
/plugin/structodt/
H A DREADME5 All documentation for this plugin can be found at
22 This program is distributed in the hope that it will be useful,
/plugin/data/lang/en/
H A Dadmin_intro.txt5 The aliased types can be used like any other type of the plugin, but all data will be prefixed or postfixed with the values you provided for the alias here. This is usually used for linking certain field types to special namespaces.
/plugin/data/
H A DREADME3 All documentation for this plugin can be found at
20 This program is distributed in the hope that it will be useful,
/plugin/data/_test/
H A Dhelper.test.php
/plugin/adhoctags/
H A DLICENSE54 patent must be licensed for everyone's free use or not licensed at all.
63 a notice placed by the copyright holder saying it may be distributed
100 part thereof, to be licensed as a whole at no charge to all third
116 and can be reasonably considered independent and separate works in
120 on the Program, the distribution of the whole must be on the terms of
139 source code, which must be distributed under the terms of Sections
145 machine-readable copy of the corresponding source code, to be
207 the only way you could satisfy both it and this License would be to
227 be a consequence of the rest of this License.
239 be simila
[all...]
H A DREADME.md74 - `#tagid` – any valid HTML id, prefixed by a hash (`#`) will be used as the element’s ID.
82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
84 - `"Title text"` – A string that is enclosed in double quotes will be rendered as `title`.
86 - `classname` – anything that does matches a valid CSS class name (and none of the other formats) will be treated as a class name.
119 If needed, similar searches can also be used for other attributes (e.g. ` style="([^\"]*)"` -> ` [style=$1]` for style), but it is probably a good idea to manually update these, rather than relying on automatisms.

12345678910>>...111