Home
last modified time | relevance | path

Searched refs:source (Results 1526 – 1550 of 1655) sorted by last modified time

1...<<61626364656667

/plugin/supa/
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 …]
H A Dchangelog.txt8 Adapt to latest (and hopefully later) dokuwiki versions => no source
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js112 function addMethods(source) { argument
114 var properties = Object.keys(source);
152 function extend(destination, source) { argument
153 for (var property in source)
154 destination[property] = source[property];
429 var result = '', source = this, match;
440 while (source.length > 0) {
441 if (match = source.match(pattern)) {
444 source = source.slice(match.index + match[0].length);
446 result += source, source = '';
[all …]
/plugin/s5reloaded/ui/audio_support/
H A Dlicense.txt6 Redistribution and use in source and binary forms, with or without modification,
9 * Redistributions of source code must retain the above copyright notice, this
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …ew RegExp(l.match[o].source+/(?![^\[]*\])(?![^\(]*\))/.source),l.leftMatch[o]=new RegExp(/(^(?:.|\…
/plugin/asiansearch/
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/editsections/
H A DREADME4 Original release Website : http://source.silicodon.net/releases/dokuwiki-plugins/edit-section-reorg…
/plugin/tline/
H A DLICENSE.txt4 * Redistribution and use in source and binary forms, with or without
8 * 1. Redistributions of source code must retain the above copyright
H A DREADME.txt23 timeline_source.zip includes complete source and example files. Use your
61 Timeline is open source software and are licensed under the BSD license
H A DCHANGES.txt6 referring to examples and other source files from the wiki. This way
122 Old theme param of bubble.height is not used within source of
196 is needed unless you've installed full source
238 * Build process now creates timeline_source.zip which has source, examples and the
/plugin/signhere/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
6 * Redistributions of source code must retain the above copyright
/plugin/directions/syntax/
H A Dcommon.php39 $source = '';
45 $source = trim($path[1]);
58 …if ((!page_exists(str_replace('/',':',$source))) || (!page_exists(str_replace('/',':',$target)))) …
62 if (strcmp($source, $target) == 0) {
73 if ((strcmp($source,$lastmove[$user]['source']) != 0) ||
76 $step = trim($source).'->'.trim($target);
84 $lastmove[$user]['source'] = $source;
/plugin/scriptheader/
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/animation/styles/
H A DshCore.css62 .syntaxhighlighter.source {
/plugin/actickets/
H A DLICENSE24 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/clock/
H A Dstyle.css67 * to clients via a direct download link, and source that URL from here.
101 * This style uses four font fallbacks: 'LCDRegular', 'LCD', 'Segment7Standard' and 'dseg7classic'. They are not provided here, they must be available either client-side or provided via an external source (eg.: via usertsyle.css).
142 * to clients via a direct download link, and source that URL from here.
/plugin/wikicalendar/
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/uparrow/
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/processing/
H A Dscript.js3632 x = source.x;
3633 y = source.y;
3700 var source; variable in PMatrix2D
3721 var source; variable in PMatrix2D
3731 result[2] = source[2] + this.elements[2] * source[0] + this.elements[5] * source[1];
3732 result[5] = source[5] + this.elements[2] * source[3] + this.elements[5] * source[4];
3834 x = source.x;
3835 y = source.y;
3836 z = source.z;
3872 var source; variable in PMatrix3D
[all …]
/plugin/quickedit/
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/sidebarng/
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/gil/
H A DChangeLog21 Instead of performing (input*source*targets) requests to Yahoo Finances, the
22 plugin now performs only (source*targets) requests, thus reducing traffic
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt3 …ble syntax you may use when editing the pages. Simply have a look at the source of this page by pr…
297 This is how it looks in the source:
322 See the source of this page to see how to use these blocks.
/plugin/farm/
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/noticeboard/nbproject/
H A Dproject.properties3 source.encoding=UTF-8

1...<<61626364656667