Home
last modified time | relevance | path

Searched refs:include (Results 76 – 100 of 1065) sorted by last modified time

12345678910>>...43

/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md36 include:
44 Examples of unacceptable behavior by participants include:
72 representing a project or community include using an official project email
H A DREADME.md244 Nested handlebars paths can also include ../ segments, which evaluate their paths against a parent context.
642 Partials are other templates you can include inside of the main template.
/plugin/combo/.travis/
H A D.travis.yml13 include:
/plugin/adhoctags/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/dwtimeline/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/mobiletable/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md792 …do not pull in features implicitly anymore. If you roll your own editor, include features you woul…
885 * `FIX`: correct side-effects config to not include `*.css` files
H A DREADME.md12 or include it [via npm](https://github.com/bpmn-io/bpmn-js-examples/tree/master/bundling)
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md408 * `FIX(project)`: include core directory in npm packages
445 …ot pull in features implicitly anymore. If you roll your own DRD editor, include features you woul…
H A DREADME.md11 or include it [via npm](https://github.com/bpmn-io/dmn-js-examples/tree/master/bundling)
/plugin/katex/
H A DLICENSE123 The "System Libraries" of an executable work include anything, other
137 control those activities. However, it does not include the work's
147 The Corresponding Source need not include anything that users
329 The requirement to provide Installation Information does not include a
481 but do not include claims that would be infringed only as a
521 A patent license is "discriminatory" if it does not include within
/plugin/bbcodeextensions/
H A DLICENSE123 The "System Libraries" of an executable work include anything, other
137 control those activities. However, it does not include the work's
147 The Corresponding Source need not include anything that users
329 The requirement to provide Installation Information does not include a
481 but do not include claims that would be infringed only as a
521 A patent license is "discriminatory" if it does not include within
/plugin/confightmlok/
H A DLICENSE55 The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.
57 The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.
59 The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.
114 The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.
165 A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.
175 A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.
/plugin/randomtables/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock49 "include-path": [
230 "include-path": [
300 "include-path": [
351 "include-path": [
/plugin/upgrade/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/upgrade/vendor/splitbrain/php-archive/src/
H A DFileInfo.php337 * Does the file match the given include and exclude expressions?
339 * Exclude rules take precedence over include rules
341 * @param string $include Regular expression of files to include
345 public function matchExpression($include = '', $exclude = '') argument
348 if ($include && !preg_match($include, $this->getPath())) {
H A DTar.php138 * By default this will extract all files found in the archive. You can restrict the output using the $include
140 * $include is set only files that match this expression will be extracted. Files that match the $exclude
150 * @param string $include a regular expression of files to include
155 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
180 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
H A DZip.php121 * By default this will extract all files found in the archive. You can restrict the output using the $include
123 * $include is set only files that match this expression will be extracted. Files that match the $exclude
130 * @param string $include a regular expression of files to include
134 public function extract($outdir, $strip = '', $exclude = '', $include = '') argument
162 if (!strlen($fileinfo->getPath()) || !$fileinfo->matchExpression($include, $exclude)) {
H A DArchive.php54 * By default this will extract all files found in the archive. You can restrict the output using the $include
56 * $include is set, only files that match this expression will be extracted. Files that match the $exclude
65 * @param string $include a regular expression of files to include
69 abstract public function extract($outdir, $strip = '', $exclude = '', $include = ''); argument
/plugin/embeddedphp/
H A DLICENSE160 special exception, the source code distributed need not include
/plugin/htmlokalt/
H A DLICENSE55 The “System Libraries” of an executable work include anything, other than the work as a whole, that…
57 …ork, including scripts to control those activities. However, it does not include the work's System…
59 The Corresponding Source need not include anything that users can regenerate automatically from oth…
114 The requirement to provide Installation Information does not include a requirement to continue to p…
165 …icense, of making, using, or selling its contributor version, but do not include claims that would…
175 A patent license is “discriminatory” if it does not include within the scope of its coverage, prohi…
/plugin/statistics/inc/pchart/
H A DREADME5 For the same reasons we do not include the orginal fonts, but use the DroidSans
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt126 You can include external and internal [[doku>images]] with curly brackets. Optionally you can specify the size of them.
345 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
/plugin/const/
H A D.travis.yml4 include:

12345678910>>...43