| /template/strap/vendor/symfony/yaml/ |
| H A D | CHANGELOG.md | 14 * Added `github` format support & autodetection to render errors as annotations 20 * Added support for parsing numbers prefixed with `0o` as octal numbers. 21 …ated support for parsing numbers starting with `0` as octal numbers. They will be parsed as string… 22 so that they are parsed as octal numbers. 49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag. 68 * support for the comma as a group separator for floats has been dropped, use 97 * the `Dumper`, `Parser`, and `Yaml` classes are marked as final 107 * Deprecated using the non-specific tag `!` as its behavior will change in 4.0. 116 * Deprecated support for implicitly parsing non-string mapping keys as strings. 118 4.0. Use quotes to opt-in for keys to be parsed as strings. [all …]
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | Set.php | 50 foreach ($this->table[$hash] as $entry) { 67 foreach ($this->table[$hash] as $index => $entry) { 88 foreach ($this->table[$hash] as $index => $entry) { 102 foreach ($values as $value) { 115 foreach ($this->table[$hash] as $index => $entry) { 136 foreach ($this->table[$hash] as $index => $entry) { 165 foreach ($this->table as $hash => $bucket) { 172 foreach ($bucket as $index => $value) { 188 foreach ($this->table as $bucket) { 189 foreach ($bucket as $value) { [all …]
|
| H A D | Map.php | 41 foreach ($this->table[$hash] as [$entryKey]) { 61 foreach ($this->table[$hash] as [$entryKey, $entryValue]) { 81 foreach ($this->table[$hash] as $index => [$entryKey]) { 102 foreach ($this->table[$hash] as $index => [$entryKey]) { 131 foreach ($this->table as $hash => $bucket) { 138 foreach ($bucket as $index => [$key, $value]) { 157 foreach ($this->table as $bucket) { 158 foreach ($bucket as [$key]) { 172 foreach ($this->table as $bucket) { 173 foreach ($bucket as [, $value]) { [all …]
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | ExtensionSet.php | 63 foreach ($this->extensions as $extension) { 101 foreach ($extensions as $extension) { 130 foreach ($this->extensions as $extension) { 145 …throw new \LogicException(sprintf('Unable to register extension "%s" as extensions have already be… 149 …throw new \LogicException(sprintf('Unable to register extension "%s" as it is already registered.'… 160 …throw new \LogicException(sprintf('Unable to add function "%s" as extensions have already been ini… 191 foreach ($this->functions as $pattern => $function) { 202 foreach ($this->functionCallbacks as $callback) { 219 …throw new \LogicException(sprintf('Unable to add filter "%s" as extensions have already been initi… 250 foreach ($this->filters as $pattern => $filter) { [all …]
|
| /template/material/ |
| D | LICENSE | 10 and distribution as defined by Sections 1 through 9 of this document. 36 Object form, made available under the License, as indicated by a 43 represent, as a whole, an original work of authorship. For the purposes 60 designated in writing by the copyright owner as "Not a Contribution." 76 (except as stated in this section) patent license to make, have made, 87 as of the date such litigation is filed. 106 (d) If the Work includes a "NOTICE" text file as part of its 112 as part of the Derivative Works; within the Source form or 119 or as an addendum to the NOTICE text from the Work, provided 121 as modifying the License. [all …]
|
| /template/bulma/ |
| D | tpl_functions.php | 29 foreach($crumbs as $id => $name) { 63 foreach ($dom->getElementsByTagName('button') as $ele) { 66 foreach ($dom->getElementsByTagName('reset') as $ele) { 69 foreach ($dom->getElementsByTagName('submit') as $ele) { 73 foreach ($dom->getElementsByTagName('select') as $ele) { 80 foreach ($dom->getElementsByTagName('input') as $ele) { 103 foreach ($dom->getElementsByTagName('ol') as $ele) { 104 foreach ($ele->childNodes as $i) { 133 foreach ($dom->getElementsByTagName('table') as $ele) { 141 foreach ($dom->getElementsByTagName('td') as $ele) { [all …]
|
| /template/bushwick/fonts/ |
| D | SIL Open Font License 1.1.txt | 18 redistributed freely as long as they are not sold by themselves. The 28 Holder(s) under this license and clearly marked as such. This may 31 "Reserved Font Name" refers to any names specified as such after the 34 "Original Version" refers to the collection of Font Software components as 57 included either as stand-alone text files, human-readable headers or 59 binary files as long as those fields can be easily viewed by the user. 63 Copyright Holder. This restriction only applies to the primary font name as 83 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| /template/writr/font/Montserrat/ |
| D | OFL.txt | 20 redistributed freely as long as they are not sold by themselves. The 30 Holder(s) under this license and clearly marked as such. This may 33 "Reserved Font Name" refers to any names specified as such after the 36 "Original Version" refers to the collection of Font Software components as 59 included either as stand-alone text files, human-readable headers or 61 binary files as long as those fields can be easily viewed by the user. 65 Copyright Holder. This restriction only applies to the primary font name as 85 THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverSelect.php | 45 foreach ($this->getOptions() as $option) { 60 foreach ($this->getOptions() as $option) { 71 foreach ($this->getOptions() as $option) { 88 foreach ($options as $option) { 109 foreach ($options as $option) { 117 // Since the mechanism of getting the text in xpath is not the same as 120 foreach ($this->getOptions() as $option) { 144 foreach ($options as $option) { 165 foreach ($this->getOptions() as $option) { 176 foreach ($this->getOptions() as $option) { [all …]
|
| /template/strap/db/combo/ |
| H A D | update0022.sql | 93 create view IF NOT EXISTS PAGE_REFERENCES_VW as 95 p.path as referent_path, 96 pr.reference as reference_path 100 create view IF NOT EXISTS PAGE_ALIASES_VW as 102 p.path as page_path, 103 pa.path as alias_path, 104 pa.type as alias_type
|
| H A D | update0016.sql | 4 create view IF NOT EXISTS PAGE_ALIASES_VW as 6 p.path as page_path, 7 pa.path as alias_path, 8 pa.type as alias_type
|
| /template/breeze/bower_components/gumby/sass/ |
| D | _grid.scss | 65 .#{number-as-word($i)}.columns { 76 .push_#{number-as-word($i)} { 82 .pull_#{number-as-word($i)} { 86 &.#{number-as-word($j)}.columns { 99 &.#{number-as-word($j)}.columns { 116 .#{number-as-word($i)}.centered { 125 .#{number-as-word($hybrid)}.colgrid .row { 132 .#{number-as-word($i)}.columns{ 141 .#{number-as-word($hybrid)}.colgrid .row { 143 .push_#{number-as-word($i)} { [all …]
|
| /template/slaad/ |
| D | COPYING | 70 the term "modification".) Each licensee is addressed as "you". 80 source code as you receive it, in any medium, provided that you 100 part thereof, to be licensed as a whole at no charge to all third 114 These requirements apply to the modified work as a whole. If 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based 150 c) Accompany it with the information you received as to the offer 160 control compilation and installation of the executable. However, as a 169 access to copy the source code from the same place counts as 174 except as expressly provided under this License. Any attempt [all …]
|
| /template/wallpaper/ |
| D | COPYING | 70 the term "modification".) Each licensee is addressed as "you". 80 source code as you receive it, in any medium, provided that you 100 part thereof, to be licensed as a whole at no charge to all third 114 These requirements apply to the modified work as a whole. If 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based 149 c) Accompany it with the information you received as to the offer 159 control compilation and installation of the executable. However, as a 168 access to copy the source code from the same place counts as 173 except as expressly provided under this License. Any attempt [all …]
|
| /template/mikio/inc/stemmechanics/lesserphp/ |
| H A D | LICENSE | 26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 87 authors' sake, the GPL requires that modified versions be marked as 100 of the GPL, as needed to protect the freedom of users. 119 works, such as semiconductor masks. 122 License. Each licensee is addressed as "you". "Licensees" and 138 public, and in some countries other activities as well. 150 the interface presents a list of user commands or options, such as a 165 than the work as a whole, that (a) is included in the normal form of 185 such as by intimate data communication or control flow between those 203 rights of fair use or other equivalent, as provided by copyright law. [all …]
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 36 …* Revert "Throw a proper exception when a template name is an absolute path (as it has never been … 41 …* Throw a proper exception when a template name is an absolute path (as it has never been supporte… 62 * Make round brackets optional for one argument tests like "same as" or "divisible by" 63 * Add support for ES2015 style object initialisation shortcut { a } is the same as { 'a': a } 71 * Allow trailing commas in argument lists (in calls as well as definitions) 76 * Fix "Twig\Extra\Intl\IntlExtension::getCountryName()" to accept "null" as a first argument 141 * allowed string operators as variables names in assignments 146 …* added the possibility to register classes/interfaces as being safe for the escaper ("EscaperExte… 170 * added the "apply" tag as a replacement for the "filter" tag 226 * marked Twig\Environment::getTemplateClass() as internal (implementation detail) [all …]
|
| /template/arctictut/ |
| D | LICENSE | 70 the term "modification".) Each licensee is addressed as "you". 80 source code as you receive it, in any medium, provided that you 100 part thereof, to be licensed as a whole at no charge to all third 114 These requirements apply to the modified work as a whole. If 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based 149 c) Accompany it with the information you received as to the offer 159 control compilation and installation of the executable. However, as a 168 access to copy the source code from the same place counts as 173 except as expressly provided under this License. Any attempt [all …]
|
| /template/khum1/ |
| D | LICENSE.md | 50 authors' sake, the GPL requires that modified versions be marked as 63 domains in future versions of the GPL, as needed to protect the 83 of works, such as semiconductor masks. 86 License. Each licensee is addressed as "you". "Licensees" and 102 public, and in some countries other activities as well. 115 the interface presents a list of user commands or options, such as a 130 than the work as a whole, that (a) is included in the normal form of 150 such as by intimate data communication or control flow between those 167 rights of fair use or other equivalent, as provided by copyright law. 170 without conditions so long as your license otherwise remains in force. [all …]
|
| /template/templar/ |
| D | COPYING | 46 authors' sake, the GPL requires that modified versions be marked as 59 of the GPL, as needed to protect the freedom of users. 78 works, such as semiconductor masks. 81 License. Each licensee is addressed as "you". "Licensees" and 97 public, and in some countries other activities as well. 109 the interface presents a list of user commands or options, such as a 124 than the work as a whole, that (a) is included in the normal form of 144 such as by intimate data communication or control flow between those 162 rights of fair use or other equivalent, as provided by copyright law. 165 convey, without conditions so long as your license otherwise remains [all …]
|
| D | LICENSE | 46 authors' sake, the GPL requires that modified versions be marked as 59 of the GPL, as needed to protect the freedom of users. 78 works, such as semiconductor masks. 81 License. Each licensee is addressed as "you". "Licensees" and 97 public, and in some countries other activities as well. 109 the interface presents a list of user commands or options, such as a 124 than the work as a whole, that (a) is included in the normal form of 144 such as by intimate data communication or control flow between those 162 rights of fair use or other equivalent, as provided by copyright law. 165 convey, without conditions so long as your license otherwise remains [all …]
|
| /template/darkblue/ |
| D | LICENSE | 46 authors' sake, the GPL requires that modified versions be marked as 59 of the GPL, as needed to protect the freedom of users. 78 works, such as semiconductor masks. 81 License. Each licensee is addressed as "you". "Licensees" and 97 public, and in some countries other activities as well. 109 the interface presents a list of user commands or options, such as a 124 than the work as a whole, that (a) is included in the normal form of 144 such as by intimate data communication or control flow between those 162 rights of fair use or other equivalent, as provided by copyright law. 165 convey, without conditions so long as your license otherwise remains [all …]
|
| /template/bootstrap3/ |
| D | Template.php | 93 foreach ($plugins as $plugin) { 651 foreach ($MSG as $msg) { 726 foreach (explode('-', $conf['license']) as $license_img) { 856 foreach ($crumbs as $id => $name) { 874 * This code was suggested as replacement for the usual breadcrumbs. 996 foreach ($ns_parts as $ns_part) { 1003 foreach ($ns_pages as $ns_page) { 1069 foreach ($config as $page => $theme) { 1154 foreach ($html->find('span.curid') as $elm) { 1160 foreach ($html->find('div.li') as $elm) { [all …]
|
| /template/mikio/ |
| H A D | LICENSE.md | 70 limitation in the term "modification".) Each licensee is addressed as "you". 79 as you receive it, in any medium, provided that you conspicuously and 98 be licensed as a whole at no charge to all third parties under the terms of 111 These requirements apply to the modified work as a whole. If identifiable 114 its terms, do not apply to those sections when you distribute them as separate 115 works. But when you distribute the same sections as part of a whole which is a 144 * **c)** Accompany it with the information you received as to the offer to 154 of the executable. However, as a special exception, the source code distributed 162 from the same place counts as distribution of the source code, even though third 165 **4.** You may not copy, modify, sublicense, or distribute the Program except as [all …]
|
| /template/strap/ComboStrap/ |
| H A D | ArrayUtility.php | 13 * Print recursively an array as an HTML list 16 * @return string - an array as an HTML list or $content if given as variable 26 foreach ($toPrint as $key => $value) { 51 foreach ($array as $key => &$value) { 86 * @param array|string $value - the value to return as a flat array 91 foreach ($value as $subImageValue) {
|
| /template/vector/ |
| D | README | 15 The installation works as described [1] on DokuWiki.org. Extract the 58 can rename the "screen.css.dist" to "screen.css" as starting point. 60 can rename the "print.css.dist" to "print.css" as starting point. 62 like Hebrew. You can rename the "rtl.css.dist" to "rtl.css" as 64 The file(s) will be included automatically (as the last ones for the 71 can rename the "user.js.dist" to "user.js" as starting point (it contains 80 automatically if DokuWiki runs/shows a page in the language of choice (as 87 the "tabs.php.dist" to "tabs.php" as a good starting point (it contains 95 "buttons.php.dist" to "buttons.php" as a good starting point (it contains 103 "boxes.php" as a good starting point (it contains some examples and useful [all …]
|