Home
last modified time | relevance | path

Searched refs:out (Results 176 – 200 of 898) sorted by path

12345678910>>...36

/plugin/captcha/
H A Dhelper.php73 $out = '';
74 $out .= '<div id="plugin__captcha_wrapper">';
75 $out .= '<input type="hidden" name="' . $this->field_sec . '" value="' . hsc($secret) . '" />';
76 $out .= '<label for="plugin__captcha">' . $text . '</label> ';
81 $out .= $this->obfuscateText($code);
84 $out .= sprintf('<span id="plugin__captcha_code">%s</span>', $this->obfuscateText($code));
87 $out .= $this->htmlSvg($code);
90 $out .= $this->htmlSvg($code);
91 $out .= $this->htmlAudioLink($secret, $ID);
94 $out
[all...]
/plugin/chat/
H A Dreadme.txt19 There is already a bunch of AJAX chatting modules available out there. So why I made this one?
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md135 … Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) filters out a basic text style …
755 * [#11839](http://dev.ckeditor.com/ticket/11839): [IE9] Fixed: The caret jumps out of the editable …
778 …ages of the `caption` class (`<figure class="caption">`) will be [filtered out](http://docs.ckedit…
1120 …ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and…
H A DLICENSE.md1240 out of its utilization of rights under this License and You agree to
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc7 * Created out of the CKEditor Plugin SDK:
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc351 // Fill out all fields.
381 // Fill out all fields.
555 // Query the preloader to figure out the url impacted by based href.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1713 * Calls autocomplete_exec when the timer runs out
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DREADME.md6 …ervices of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc159 // Move the row out of the THead and put it in the TBody:
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php303 $out=@file($ALLOWED_MIMES,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
308 $out = array_merge($out,$out_local);
312 $out = array_merge($out,$out_local);
316 foreach($out as $line) {
/plugin/ckgedit/ckeditor/
H A DCHANGES.md555 …: [Paste from Word](https://ckeditor.com/cke4/addon/pastefromword) filters out a basic text style …
1175 * [#11839](https://dev.ckeditor.com/ticket/11839): [IE9] Fixed: The caret jumps out of the editable…
1198 …ages of the `caption` class (`<figure class="caption">`) will be [filtered out](https://ckeditor.c…
1540 …ticket/10339): Fixed: Error thrown when inserted data was totally stripped out after filtering and…
H A DLICENSE.md1240 out of its utilization of rights under this License and You agree to
H A Dckeditor.js.unc8620 var A = "visited_" + (g ? "out" : "in");
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc7 * Created out of the CKEditor Plugin SDK:
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc352 // Fill out all fields.
382 // Fill out all fields.
556 // Query the preloader to figure out the url impacted by based href.
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1772 * Calls autocomplete_exec when the timer runs out
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc7 * Created out of the CKEditor Plugin SDK:
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc7 * Created out of the CKEditor Plugin SDK:
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc159 // Move the row out of the THead and put it in the TBody:
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc17 // Returns a function, which runs regular "setup" for all selected cells to find out
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DREADME.md6 …ervices of [WebSpellChecker.net](http://www.webspellchecker.net/). It's an out of the box solution.
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php305 $out=@file($ALLOWED_MIMES,FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);
310 $out = array_merge($out,$out_local);
314 $out = array_merge($out,$out_local);
318 foreach($out as $line) {
H A Dutf8.php716 $out = array();
730 $out[] = $in;
833 $out[] = $mUcs4;
857 return $out;
966 $out = $bom ? "\xFE\xFF" : '';
967 if(UTF8_MBSTRING) return $out.mb_convert_encoding($str,'UTF-16BE','UTF-8');
971 $out .= pack('n',$cp);
973 return $out;
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …to believe this is a security risk, nevertheless this change is being made out of consideration fo…
/plugin/code3/src/
H A Dtz.js348 var out = [];
350 PR_normalizedHtml(child, out);
352 return out.join('');
362 out.push('\074', name);
366 out.push(' ');
367 PR_normalizedHtml(attr, out);
369 out.push('>');
371 PR_normalizedHtml(child, out);
374 out.push('<\/', name, '>');
407 var out = [];
[all …]

12345678910>>...36