Home
last modified time | relevance | path

Searched refs:a (Results 3126 – 3150 of 6240) sorted by path

1...<<121122123124125126127128129130>>...250

/plugin/footer/
H A Dplugin.info.txt6 desc Add footer text in every page in a namespace without the need to edit pages
/plugin/forcessllogin/lang/pt-br/
H A Dsplashpage.txt3 A ação solicitada exige transmissão de dados pessoais e seguirá criptografada.
/plugin/forcessllogin/lang/pt/
H A Dsplashpage.txt3 A ação solicitada exige transmissão de dados pessoais e seguirá criptografada.
/plugin/forcessllogin/
H A Dplugin.info.txt6 desc Enforce SSL for selected actions. Optionally show a splash page with information on certific…
/plugin/forceuserchange/
H A DLICENSE33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
/plugin/form/
H A Dsyntax.php1070 $f = fopen($this->mailPath.'mail.tmp','a') or die($this->getLocalLang('cannot_open'));
/plugin/formatplus/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A DREADME5 other plugins. I believed the best solution is a unified plugin.
35 The block insert and delete styles will also wrap the text in a ''DIV''
37 this to determine whether the tag is being used inline or as a block.
45 outputs a JavaScript function that uses DHTML to compensate.
55 The editor buttons are added in a sub-menu of the toolbar. If the ''toplevel''
62 to do something nice for me, please consider dropping a few clams in
77 You should have received a copy of the GNU General Public License
H A Dstyle.css34 /* Draw light-colored text on a dark background, or vice-versa. */
/plugin/formatplus2/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A DLICENSE33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A DREADME5 other plugins. I believed the best solution is a unified plugin.
35 The block insert and delete styles will also wrap the text in a ''DIV''
37 this to determine whether the tag is being used inline or as a block.
45 outputs a JavaScript function that uses DHTML to compensate.
55 The editor buttons are added in a sub-menu of the toolbar. If the ''toplevel''
62 to do something nice for me, please consider dropping a few clams in
77 You should have received a copy of the GNU General Public License
H A DREADME.md6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
H A DVERSION1 2017-10-22a
H A Dstyle.css34 /* Draw light-colored text on a dark background, or vice-versa. */
/plugin/freechat/phpfreechat/
H A DCOPYING.txt1 phpFreeChat a simple, fast, and customizable chat server.
14 You should have received a copy of the GNU Lesser General Public
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js97 a = this.md5_ff(a, b, c, d, x[i+ 0], 7 , -680876936);
101 a = this.md5_ff(a, b, c, d, x[i+ 4], 7 , -176418897);
105 a = this.md5_ff(a, b, c, d, x[i+ 8], 7 , 1770035416);
109 a = this.md5_ff(a, b, c, d, x[i+12], 7 , 1804603682);
114 a = this.md5_gg(a, b, c, d, x[i+ 1], 5 , -165796510);
118 a = this.md5_gg(a, b, c, d, x[i+ 5], 5 , -701558691);
122 a = this.md5_gg(a, b, c, d, x[i+ 9], 5 , 568446438);
131 a = this.md5_hh(a, b, c, d, x[i+ 5], 4 , -378558);
139 a = this.md5_hh(a, b, c, d, x[i+13], 4 , 681279174);
143 a = this.md5_hh(a, b, c, d, x[i+ 9], 4 , -640364487);
[all …]
H A Dpfcclient.js1382 a.pfc_nickid = nickid;
1383 a.pfc_parent = div;
1384 a.onclick = function(evt){
1393 a.appendChild(img);
1395 p.appendChild(a);
1433 a.setAttribute('href','#');
1434 a.pfc_nick = nick;
1435 a.pfc_nickid = nickid;
1436 a.onclick = function(evt){
1446 li.appendChild(a);
[all …]
H A Dpfcresource.js77 function (a,b) argument
79 var x = a.unescapeHTML();
H A Dprototype.js769 return a < b ? -1 : a > b ? 1 : 0;
2932 fragment: fragment, a: a, b: b });
3002 concat: function(a, b) { argument
3004 a.push(node);
3005 return a;
3230 getIndices: function(a, b, total) { argument
3231 if (a == 0) return b > 0 ? [b] : [];
3233 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3257 var a = m[1] ? Number(m[1]) : 1;
3357 concat: function(a, b) { argument
[all …]
/plugin/freechat/phpfreechat/data/public/themes/default/
H A Diepngfix.htc12 // This must be a path to a blank image. That's all the configuration you need.
/plugin/freechat/phpfreechat/data/public/themes/default/smileys/
H A Dtheme.txt6 # These icons are under a Creative Commons Attribution 2.5
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DCOPYING33 For example, if you distribute copies of such a program, whether
67 that is to say, a work containing the Program or a portion of it,
75 is covered only if its contents constitute a work based on the
87 You may charge a fee for the physical act of transferring a copy, and
91 of it, thus forming a work based on the Program, and copy and
114 These requirements apply to the modified work as a whole. If
119 distribute the same sections as part of a whole which is a work based
130 with the Program (or with a work based on the Program) on a volume of
197 7. If, as a consequence of a court judgment or allegation of patent
227 be a consequence of the rest of this License.
[all …]
H A DREADME7 This class represents a CSS parser which reads CSS code and saves it in an array.
9 thus has full CSS2 support and a higher reliability. The downside of not using regular expressions
10 is a lower speed though.
26 You should have received a copy of the GNU General Public License
/plugin/freechat/phpfreechat/lib/pear/
H A Dpearrc2 a:5:{s:8:"test_dir";s:7:"./tests";s:8:"data_dir";s:6:"./data";s:7:"php_dir";s:1:".";s:7:"doc_dir";s…

1...<<121122123124125126127128129130>>...250