Home
last modified time | relevance | path

Searched refs:Source (Results 151 – 175 of 427) sorted by relevance

12345678910>>...18

/plugin/bbcodeextensions/
H A DLICENSE112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/plugin/katex/
H A DLICENSE112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.gpl-30.txt112 1. Source Code.
147 The Corresponding Source need not include anything that users
149 Source.
151 The Corresponding Source for a work in source code form is that
208 5. Conveying Modified Source Versions.
245 6. Conveying Non-Source Forms.
254 Corresponding Source fixed on a durable physical medium
267 Corresponding Source from a network server at no charge.
270 written offer to provide the Corresponding Source. This
284 Corresponding Source. Regardless of what server hosts the
[all …]
H A Dlicense.lgpl-30.txt32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
101 0) Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
123 the Minimal Corresponding Source and Corresponding Application
126 for conveying Corresponding Source.)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php17 use Twig\Source; alias
160 $twig->parse($twig->tokenize(new Source(<<<EOF
H A DEnvironmentTest.php21 use Twig\Source; alias
93 …r->expects($this->any())->method('getSourceContext')->will($this->returnValue(new Source('', '')));
198 $cache->write($key, $twig->compileSource(new Source('{{ foo }}', 'index')));
536 ->will($this->returnValue(new Source($templateContent, $templateName)));
/plugin/src/
H A Dplugin.info.txt9 based_on Source Plugin by Chris Smith <chris@jalakai.co.uk>
H A Dstyle.css5 * @based on Source Plugin by Chris Smith <chris@jalakai.co.uk>
/plugin/exttab3/
H A Dexample.txt8 === Source Text===
75 === Source Text===
/plugin/flowplayer/player/
H A DLICENSE.txt159 1. Source Code.
194 The Corresponding Source need not include anything that users
196 Source.
255 5. Conveying Modified Source Versions.
292 6. Conveying Non-Source Forms.
301 Corresponding Source fixed on a durable physical medium
309 copy of the Corresponding Source for all the software in the
314 Corresponding Source from a network server at no charge.
317 written offer to provide the Corresponding Source. This
331 Corresponding Source. Regardless of what server hosts the
[all …]
/plugin/abc2/abc-libraries/abc2svg/
H A DLICENSE32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
101 0) Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
123 the Minimal Corresponding Source and Corresponding Application
126 for conveying Corresponding Source.)
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.lgpl-30.txt32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
101 0) Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
123 the Minimal Corresponding Source and Corresponding Application
126 for conveying Corresponding Source.)
/plugin/html5video2/script/
H A DLGPLv3-LICENSE.txt32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
101 0) Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
123 the Minimal Corresponding Source and Corresponding Application
126 for conveying Corresponding Source.)
/plugin/barcodes/
H A DLICENSE.md34 The “Minimal Corresponding Source” for a Combined Work means the
35 Corresponding Source for the Combined Work, excluding any source code
101 - **0)** Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
122 the Minimal Corresponding Source and Corresponding Application
125 for conveying Corresponding Source.)
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DLICENSE32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
101 0) Convey the Minimal Corresponding Source under the terms of this
107 Corresponding Source.
123 the Minimal Corresponding Source and Corresponding Application
126 for conveying Corresponding Source.)
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt118 1. Source Code.
153 The Corresponding Source need not include anything that users
155 Source.
157 The Corresponding Source for a work in source code form is that
214 5. Conveying Modified Source Versions.
251 6. Conveying Non-Source Forms.
260 Corresponding Source fixed on a durable physical medium
273 Corresponding Source from a network server at no charge.
276 written offer to provide the Corresponding Source. This
290 Corresponding Source. Regardless of what server hosts the
[all …]
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md24 * Source was lifted from sabre/http package.
/plugin/farm/install/animaltemplate/conf/
H A Dacronyms.conf32 FOSS Free & Open-Source Software
33 FLOSS Free/Libre and Open Source Software
82 OSS Open Source Software
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php18 use Twig\Source; alias
35 if (!$name instanceof Source) {
37 $this->source = new Source($source, $name);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php21 use Twig\Source; alias
234 $source = new Source($loader->getSource($name), $name);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php477 $source = new Source($loader->getSource($name), $name);
687 * @param string|Source $source The template source code
696 if (!$source instanceof Source) {
698 $source = new Source($source, $name);
787 * @param string|Source $source The template source code
796 if (!$source instanceof Source) {
798 $source = new Source($source, $name);
H A DTemplateWrapper.php131 * @return Source
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DSource.php23 final class Source extends BaseTag implements Factory\StaticMethod class
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php15 use Twig\Source; alias
150 return new Source(file_get_contents($path), $name, $path);
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php241 'collectionTitle' => 'The Best of Open Source Software',
372 $this->row['publisherName'] = 'International Association of Open Source Software';
379 $this->row['publisherName'] = 'International Association of Open Source Software';
384 $this->row['publisherName'] = 'International Association of Open Source Software';

12345678910>>...18