Home
last modified time | relevance | path

Searched refs:source (Results 1601 – 1625 of 1655) sorted by last modified time

1...<<61626364656667

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm267 source="#currentFolderPath##cffile.ServerFileName#.#cffile.ServerFileExt#"
H A DImageObject.cfc35 Redistribution and use in source and binary forms, with or
39 - Redistributions of source code must retain the above
/plugin/dokukiwix/
H A DCOPYING25 them if you wish), that you receive source code or can get it if you
37 or can get the source code. And you must show them these terms so they
114 The "source code" for a work means the preferred form of the work
115 for making modifications to it. "Object code" means any non-source
128 implementation is available to the public in source code form. A
135 the source code needed to generate, install, and (for an executable
142 the work, and the source code for shared libraries and dynamically
151 The Corresponding Source for a work in source code form is that
211 produce it from the Program, in the form of source code under the
266 conveying of source, or (2) access to copy the
[all …]
/plugin/code3/styles/schemes/
H A Didea_alloy.css49 /** embedded source. */
H A Ddefault.css77 /** embedded source. */
/plugin/columnlist/
H A DLicense.txt24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
160 special exception, the source code distributed need not include
161 anything that is normally distributed (in either source or binary
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/plugin/remotescript/lib/
H A Dlicense.txt30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
254 derivative work of the Library even though the source code is not.
287 machine-readable source code for the Library including whatever
[all …]
H A D.htaccess1 AddHandler application/x-httpd-php-source php
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php220 $source = array(
224 foreach ($source as $dst=>$src) {
H A Dcompile.bat13 my $source = readFile($orig);
14 my ($comment) = $source =~ m{^\s*(/\*.*?\*/)}s;
15 my %parts = reverse($source =~ m[(//\s*{{{ [ \t]* (\w*) .*? //[ \t]* }}})]sgx);
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt65 source code. And you must show them these terms so they know their
109 source code as you receive it, in any medium, provided that you
173 cost of physically performing source distribution, a complete
174 machine-readable copy of the corresponding source code, to be
189 special exception, the source code distributed need not include
190 anything that is normally distributed (in either source or binary
197 access to copy the source code from the same place counts as
199 compelled to copy the source along with the object code.
550 source code from the same place satisfies the requirement to
551 distribute the source code, even though third parties are not
[all …]
/plugin/flowplay/flowplayer/
H A Djavascript.txt5 in the plugin's source distribution package.
H A DLICENSE.txt28 including but not limited to software source code, documentation
29 source, and configuration files.
57 communication on electronic mailing lists, source code control systems,
/plugin/bashorg/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
144 cost of physically performing source distribution, a complete
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
160 special exception, the source code distributed need not include
161 anything that is normally distributed (in either source or binary
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
/plugin/virtualkeyboard/vk/
H A Dlicense.txt30 for this service if you wish); that you receive source code or can get
42 you. You must make sure that they, too, receive or can get the source
137 making modifications to it. For a library, complete source code means
138 all the source code for all modules it contains, plus any associated
151 complete source code as you receive it, in any medium, provided that
236 source code from the same place satisfies the requirement to
237 distribute the source code, even though third parties are not
238 compelled to copy the source along with the object code.
254 derivative work of the Library even though the source code is not.
287 machine-readable source code for the Library including whatever
[all …]
/plugin/zip/pear/File/Archive/Predicate/
H A DAnd.php76 function isTrue(&$source) argument
79 if (!$p->isTrue($source)) {
H A DCurrent.php44 function isTrue(&$source) argument
H A DMaxDepth.php56 function isTrue(&$source) argument
58 $url = parse_url($source->getFilename());
H A DOr.php74 function isTrue(&$source) argument
77 if ($p->isTrue($source)) {
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php121 $this->source->skip(
125 $filename = $this->source->getDataFilename();
128 $header = $this->source->getData(8);
136 $name = $this->source->getData(16);
137 $mtime = $this->source->getData(12);
138 $uid = $this->source->getData(6);
139 $gid = $this->source->getData(6);
140 $mode = $this->source->getData(8);
141 $size = $this->source->getData(10);
142 $delim = $this->source->getData(2);
[all …]
H A DArchive.php44 var $source = null; variable in File_Archive_Reader_Archive
68 if (!$this->sourceOpened && ($error = $this->source->next()) !== true) {
77 function File_Archive_Reader_Archive(&$source, $sourceOpened = false) argument
79 $this->source =& $source;
91 if ($this->source !== null) {
92 return $this->source->close();
H A DGzip.php80 $dataFilename = $this->source->getDataFilename();
91 $this->source->sendData($dest);
108 $name = $this->source->getFilename();
256 $this->source->rewind();
257 $innerWriter = $this->source->makeWriterRemoveBlocks(array()); //Truncate the source
258 unset($this->source);
H A DSelect.php48 function File_Archive_Reader_Select($filename, &$source) argument
50 parent::File_Archive_Reader_Relay($source);
59 return $this->source->select($this->filename, false);
H A DTar.php79 $skipped = $this->source->skip($length);
96 $rewinded = $this->source->rewind($length);
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
151 $rawHeader = $this->source->getData(512);
226 $data = $this->source->getData($actualLength);
284 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
345 $innerWriter = $this->source->makeWriterRemoveBlocks(array(), -$this->seekToEnd);
H A DUncompress.php119 $filename = $this->source->getFilename();
123 $reader =& $this->source;
141 unset($this->source);
142 $this->source = new File_Archive_Reader_AddBaseName(
165 $error = $this->source->select($selection, false);
173 $this->source->close();
174 unset($this->source);
180 $filename = $this->source->getFilename();
275 unset($this->source);
276 $this->source =& $this->startReader;
[all …]

1...<<61626364656667