Home
last modified time | relevance | path

Searched refs:part (Results 576 – 600 of 948) sorted by last modified time

1...<<21222324252627282930>>...38

/plugin/authclientcert/
H A DLICENSE99 whole or in part contains or is derived from the Program or any
100 part thereof, to be licensed as a whole at no charge to all third
119 distribute the same sections as part of a whole which is a work based
122 entire whole, and thus to each and every part regardless of who wrote it.
H A Dauth.php141 foreach (explode(",", $altName) as $part) {
142 $nameval = explode(":", $part, 2);
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DParameter.php621 foreach (explode('\\', $out) as $part) {
623 $handle = ucfirst($part);
625 $handle .= '\\' . ucfirst($part);
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
H A DCHANGELOG.md468 - Allow non-qualified XML serialization when XML namespaces are part of the metadata [\#413](https:…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst95 It's important to know that the curly braces are *not* part of the
284 To comment-out part of a line in a template, use the comment syntax ``{# ...
331 The most powerful part of Twig is template inheritance. Template inheritance
H A Dinstallation.rst56 code; it only implements a small part of the PHP code to improve the
H A Dadvanced_legacy.rst290 The filter will receive all dynamic part values before the normal filters
357 The function will receive all dynamic part values before the normal functions
381 The ``set`` tag is part of the Core extension and as such is always
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …
41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…
42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…
43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml59 yaml: 'foo # comment: this is also part of the comment'
H A DsfMergeKey.yml5 you can use a << in place substitution. This is not part of the official
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php279 foreach (explode('|', $type) as $part) {
280 $types[] = $this->resolve($part, $context);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst196 A block provides a way to change how a certain part of a template is rendered
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.php_cs3 This file is part of sebastian/diff.
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst50 part of the `PSR-0 specification <https://github.com/php-fig/fig-standards/blob/master/accepted/PSR…
199 - Is not part of the blacklist of ignored "documentation annotations".
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php249 foreach (explode(DS, $current->getPathname()) as $part) {
250 if (0 !== preg_match($regex, $part)) {
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php74 foreach (explode(RS, $this->_reach) as $part) {
75 $out[] = "\r" . $part . strtolower($head) . $queue;
85 foreach (explode(RS, $this->_reach) as $part) {
86 $pos = strrpos(rtrim($part, DIRECTORY_SEPARATOR), DIRECTORY_SEPARATOR) + 1;
87 $head = substr($part, 0, $pos);
88 $tail = substr($part, $pos);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md87 most important part of this library. Then, how to define a stream,
418 possible to cut this pipe in two pieces, and insert a small part: A
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE30 …, if a credit for all contributing authors of Collection appears, then as part of these credits an…
36 …Reproduce, Distribute or Publicly Perform the Work either by itself or as part of any Collections,…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dstdclass.rst15 - specify any extra serialization information for properties that are part of the ``stdClass`` obje…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php278 foreach ($parts as $part) {
279 if ('..' === $part) {
281 } elseif ('.' !== $part) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A D.php_cs.dist3 This file is part of PHPUnit.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar54 * This file is part of the PHPUnit Example Extension.
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md30 * the `Inline` class is internal and no longer part of the BC promise

1...<<21222324252627282930>>...38