Home
last modified time | relevance | path

Searched refs:out (Results 176 – 200 of 898) sorted by last modified time

12345678910>>...36

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dbb143628fd04070683eeeadc9406d9cc.asciidoc11 'message' => 'trying out Elasticsearch',
H A Dd718b63cf1b6591a1d59a0cf4fd995eb.asciidoc11 'message' => 'trying out Elasticsearch',
/plugin/latexcaption/syntax/
H A Dcaption.php311 $out = '\caption{';
313 $out = '}';
315 $out .= "\n" . "\label{$label}";
318 $renderer->doc .= $out;
360 $out = '<text:p text:style-name="'.$style_name.'">';
361 $out .= $this->getLang($type.$langset);
362 $out .= '<text:sequence text:ref-name="'.$labelname.'"';
363 … $out .= 'text:name="'.$style_name.'" text:formula="ooow:'.$style_name.'+1" style:num-format="1">';
364 $out .= ' ' . $count . '</text:sequence>: ';
366 $renderer->doc .= $out;
/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/msword/dialogs/bak/
H A Dmsword.js.unc7 * Created out of the CKEditor Plugin SDK:
/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/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/lang/en/
H A Dscayt.txt1 …to believe this is a security risk, nevertheless this change is being made out of consideration fo…
/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/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1772 * Calls autocomplete_exec when the timer runs out
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc7 * Created out of the CKEditor Plugin SDK:
/plugin/epub/
H A Drenderer.php146 $out .= "<a href='$src'>$title</a>";
148 return $out;
282 $out = $this->set_footnote($link,$note_url);
283 …$out=preg_replace('/<a\s+href=\'\'>(.*?)<\/a>(?=<a)/',"$1",$out); //remove link markup from link …
284 return $out;
289 $this->doc .= $out;
291 else return $out;
306 $out = $link['name'];
318 return $out;
422 return $out;
[all …]
/plugin/html5video2/script/
H A Dvideo.min.js23 …tion vu(e,t){return t.timedout?{status:t.status,message:"HLS request timed-out at URL: "+t.uri,cod…
/plugin/html5video2/
H A Dprint.css51 div.dokuwiki .vjs-fade-out {
/plugin/bootswrapper/exe/help/
H A Dlead.txt3 Make a paragraph stand out by ''<nowiki><lead></nowiki>'' syntax.
/plugin/discussion/
H A Dconvert.php106 $out = ':</sub>';
109 $out = ': //';
111 list($meta, $raw) = explode($out, $comment, 2);
/plugin/evesso/
H A DREADME.md39 * :warning: Do **not** change `singleService` (That will lock you out of the wiki)
54 This have the potential to permantly lock you out of the wiki.
69 This step can lock you out of the wiki. Make sure you're logged in on a EveSSO admin account and ha…
H A Daction.php286 private function insertElement($form, $pos, $out) { argument
288 $form->addHtml($out, $pos);
290 $form->insertElement($pos, $out);
/plugin/userhomepage/
H A Dhelper.php162 $out = '';
163 $out .= '<bdi>'.$fn.'</bdi>';
164 $out .= ' · ';
165 $out .= $lang['lastmod'];
166 $out .= ' ';
167 $out .= $date;
175 $out .= ' · ';
176 $out .= $lang['lockedby'];
177 $out .= ' ';
181 return $out;
[all …]

12345678910>>...36