Home
last modified time | relevance | path

Searched refs:replace (Results 126 – 150 of 1179) sorted by last modified time

12345678910>>...48

/plugin/s5/ui/default/
H A Dslides.js32 …object.className = object.className.replace(new RegExp('(^|\\s)'+className+'(\\s|$)'), RegExp.$1+R…
117 window.location.replace( window.location.search + '#slide' + snum);
/plugin/s5/ui/dokuwiki/
H A Dslides.js32 …object.className = object.className.replace(new RegExp('(^|\\s)'+className+'(\\s|$)'), RegExp.$1+R…
/plugin/archivegenerator/lang/en/
H A Dintro.txt10 Generating a new archive will replace a potentially existing one.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php606 * @param bool $replace If set, an existing alias will be replaced
614 public function addAlias(string $name, bool $replace = false): Response
618 if ($replace) {
537 addAlias(string $name, bool $replace = false) global() argument
/plugin/elasticsearch/
H A Dcomposer.lock143 "replace": {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc147 "boost_mode":"replace"
H A Dcrud.asciidoc162 Updating a document allows you to either completely replace the contents of the
H A Dcommunity.asciidoc24 application. It does not want to hide or replace functionality of the {es} PHP
H A Dconfiguration.asciidoc6 replace much of the internals if required.
10 check sample code that helps you replace the various components.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md192 * Added `if_seq_no` / `if_primary_term` to replace `version` for [optimistic concurrency control](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/optimistic-concurrency-control.html) [#1803](https://github.com/ruflin/Elastica/pull/1803)
1999 - Elastica_Type getCount replace by count()
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md153 You may also replace parts of the DSN with the `with*` methods. A DSN is immutable
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc186 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
H A DIndicesNamespace.asciidoc668 $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
862 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
879 $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md19 - Add replace guzzlehttp/ringphp in composer [#3](https://github.com/ezimuel/ringphp/pull/3)
/plugin/bulletodo/
H A Dscript.js9 var newtext= rawtext.replace(STbullet[i], SBbullet[i]);
/plugin/highlight2wiki/
H A Dscript.js117 //document.documentElement.innerHTML = document.documentElement.innerHTML.replace(new RegExp(text + '(?!([^<]+)?<)', 'gi'),'<mark2>$&</mark2>');;
163 //document.documentElement.innerHTML = document.documentElement.innerHTML.replace(new RegExp(text + '(?!([^<]+)?<)', 'gi'),'<mark2>$&</mark2>');;
191 newtextArea = textArea.replace(/\{{tag>(.*)\}}/i,"{{tag>"+textareamatch[1]+" "+ newtagcomponent.toString()+"}}");
/plugin/ocr/
H A Dscript.js19 atext = text.replace(/[\r\n]/gm, '');
20 atext = atext.replace(/[^a-z]/gi, ' ')
22 document.getElementById("wiki__text").value = textArea.replace(img_text,img_text+"|"+ atext);
/plugin/scrollticker/
H A Dscript.js29 separator = separator.replace(/\s/g, '\xa0'); //make spaces safe
/plugin/folded/
H A Dscript.js66 elements[i].className = elements[i].className.replace(/open/g, "");
77 elements[i].className = elements[i].className.replace(/open/g, "");
80 elements[i].className = elements[i].className.replace(/hidden/g, "");
/plugin/achart/assets/
H A Dapexcharts.min.js6replace(".",""),r=Number(e[1])+1;if(r<0){for(i=a+"0.";r++;)i+="0";return i+s.replace(/^-/,"")}for(…
10 …n Array.isArray(t)&&(t=new SVG.Array(t)),t.toString().replace(/^\s+/,"").replace(/\s+$/,"").replac…
H A Djs-yaml.min.js2replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.length)+e}var c=fun…
/plugin/snippets/
H A Dscript.js261 var span_id = '#' + which.replace(/:/g,'_'); // de-activate links that have been called
/plugin/ckgedit/ckeditor/
H A DCHANGES.md194 …editor/ckeditor-dev/issues/850): Backward incompatibility: Replaced the `replace` dialog from the …
213 …* Fixed: Request to FastCGI fails when the user tries to replace a word with non-English character…
1510 * [#10280](https://dev.ckeditor.com/ticket/10280): Ability to replace `<textarea>` elements with th…
1542 …CKEDITOR_editable.html#method-insertText) loses characters when `RegExp` replace controls are bein…
H A DLICENSE.md1279 deleting the provisions above and replace them with the notice and
/plugin/ckgedit/ckeditor/plugins/about/dialogs/
H A Dabout.js24 …r.com/legal/ckeditor-oss-license/\x3c/a\x3e\x3c/p\x3e\x3cp\x3e' + a.copy.replace("$1", '\x3ca targ…

12345678910>>...48