Home
last modified time | relevance | path

Searched refs:replacement (Results 126 – 143 of 143) sorted by path

123456

/plugin/snippets/
H A Dhelper.php132 global $replacement; // will hold new version of snippet
146 …$replacement = trim(preg_replace('/<snippet>.*?<\/snippet>/s', '', io_readFile($snip_file))); …
151 global $replacement;
152 …return time() . $matches[1]. "\n" .$replacement . "\n"; // time() makes each update unique for…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md69 However, you can plug in you own replacement to store this options differently
/plugin/src/
H A Dsyntax.php181 * @param string $replacement Замена
185 function _mb_str_replace($needle, $replacement, $haystack) { argument
187 $replacement_len = mb_strlen($replacement);
190 $haystack = mb_substr($haystack, 0, $pos) . $replacement
/plugin/strata/types/
H A Dwiki.php25 $replacement = $this->_normalize_internallink($ins[$i][1]);
28 $replacement = $this->_normalize_locallink($ins[$i][1]);
31 $replacement = $this->_normalize_media($ins[$i][1]);
34 $replacement = $this->_linkSyntax($ins[$i][1], $ins[$i][1][0]);
40 $value = substr_replace($value, $replacement, $ins[$i][2], $ins[$i+1][2] - $ins[$i][2]);
/plugin/strreplace/
H A DREADME3 replacement.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt12026 …haped vessels of gold, a thousand basket-shaped vessels of silver, twenty-nine replacement vessels,
17840 …hall build. Sycamore trees are what have been cut down, but with cedars we shall make replacement."
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js731 self.replace = function (str, search, replacement, scope) { argument
744 …result = fixed.replace.call(String(str), search2, replacement); // Fixed `replace` required for na…
999 fixed.replace = function (search, replacement) { argument
1011 if (isType(replacement, "function")) {
1029 return replacement.apply(null, args);
1035 … return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) {
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js1644 XRegExp.replace = function (str, search, replacement, scope) {
1667 result = fixed.replace.call(toObject(str), s2, replacement);
1989 fixed.replace = function (search, replacement) {
2006 if (isType(replacement, 'Function')) {
2029 return replacement.apply(undefined, args);
2037 … return nativ.replace.call(String(replacement), replacementToken, function ($0, $1, $2) {
H A Dsyntaxhighlighter.js.map1replacement","isRegex","s2","replaceEach","replacements","r","separator","limit","uninstall","unio…
/plugin/tagfilter/script/select2/
H A DREADME.md4 Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
/plugin/textinsert/lang/en/
H A Dintro.txt1replacement texts, and to edit them after they have been saved. A macro name can contain letters,…
/plugin/tuxquote/
H A Dquotes.txt3312 If you can actually remove the part, the replacement will be on backorder. <BR> -- Automotive Repai…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md185 It's by no means a replacement for something like [Guzzle][7], but it provides
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js132 String.prototype.ReplaceNewLineChars = function( replacement ) argument
134 return this.replace( /\n/g, replacement ) ;
137 String.prototype.Replace = function( regExp, replacement, thisObj ) argument
139 if ( typeof replacement == 'function' )
144 return replacement.apply( thisObj || this, arguments ) ;
148 return this.replace( regExp, replacement ) ;
/plugin/xbr/
H A Dplugin.info.txt6 desc A replacement for the standard dokuwiki renderer which keeps your line-breaks.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41506 var replacement = /#|\.prototype\./;
41517 return String(string).replace(replacement, '.').toLowerCase();
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1replacement","./errors","10","returner","thrower","thenReturn","thenThrow","catchThrow","_reason",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1212 function deprecated(name, replacement) { argument
1215 if (replacement) message += " Use " + replacement + " instead.";

123456