Home
last modified time | relevance | path

Searched refs:replace (Results 226 – 250 of 1179) sorted by last modified time

12345678910>>...48

/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js465 return this._ordinal.replace('%d', number);
489 output.replace(/%d/i, number);
586 return input.replace(/^\[|\]$/g, '');
588 return input.replace(/\\/g, '');
683 …return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (ma…
689 return s.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
1019 this._monthsParse[i] = new RegExp(regex.replace('.', ''), 'i');
1807 return key ? key.toLowerCase().replace('_', '-') : key;
2278 return s.replace(/\([^)]*\)|[\n\t]/g, ' ').replace(/(\s\s+)/g, ' ').trim();
3076 var res = inp && parseFloat(inp.replace(',', '.'));
[all …]
H A Dfullcalendar.less431 /* replace the border with padding */
440 /* replace the border with padding */
1066 /* replace space made by the top border with padding */
1074 /* replace space made by the top border with padding */
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js541 prop = prop.replace(re, function (a, b, c) {
912 .replace(/_/g, '{digit+}')
913 .replace(/([0-9]{1})/g, '{digit$1}')
915 .replace(/\{digit[\+]\}/g, '[0-9_]{1}');
1056 .replace(/Y/g, '9999')
1057 .replace(/F/g, '9999')
1058 .replace(/m/g, '19')
1059 .replace(/d/g, '39')
1060 .replace(/H/g, '29')
1061 .replace(/i/g, '59')
[all …]
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dhi.js1 …,preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,function(e){return n[e]})},postformat:funct…
H A Dar-sa.js1 …e.replace(/[١٢٣٤٥٦٧٨٩٠]/g,function(e){return r[e]}).replace(/،/g,",")},postformat:function(e){retu…
H A Dar.js1replace(/%d/i,t)}},d=["يناير","فبراير","مارس","أبريل","مايو","يونيو","يوليو","أغسطس","سبتمبر","أكت…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css9 .oi[data-glyph].oi-text-replace {
14 .oi[data-glyph].oi-text-replace:before {
/plugin/indexmenu/scripts/
H A Dcontextmenu.js62 * howManyToRemove = number of elements that are removed (set to 1 to replace a element)
174 fnid = fnid.replace(re, ":");
227 l = lnk.replace(r, ':');
H A Dindexmenu.js204 this.pageid = this.pageid.replace(/:/g,this.config.sepchar);
H A Dtoolbarindexwizard.js221 elem.value = this.value.replace(/\D/g, '');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/Resource/
H A DProjectsLocationsTaxonomies.php202 …public function replace($name, GoogleCloudDatacatalogV1ReplaceTaxonomyRequest $postBody, $optParam… function in Google\\Service\\DataCatalog\\Resource\\ProjectsLocationsTaxonomies
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersChannelsSites.php146 public function replace($advertiserId, $channelId, ReplaceSitesRequest $postBody, $optParams = []) function in Google\\Service\\DisplayVideo\\Resource\\AdvertisersChannelsSites
H A DAdvertisersNegativeKeywordListsNegativeKeywords.php147 …public function replace($advertiserId, $negativeKeywordListId, ReplaceNegativeKeywordsRequest $pos… function in Google\\Service\\DisplayVideo\\Resource\\AdvertisersNegativeKeywordListsNegativeKeywords
H A DPartnersChannelsSites.php141 public function replace($partnerId, $channelId, ReplaceSitesRequest $postBody, $optParams = []) function in Google\\Service\\DisplayVideo\\Resource\\PartnersChannelsSites
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataCatalog.php770 ],'replace' => [
771 'path' => 'v1/{+name}:replace',
H A DDisplayVideo.php641 ],'replace' => [
642 'path' => 'v1/advertisers/{advertiserId}/channels/{+channelId}/sites:replace',
1724 ],'replace' => [
1725 …advertisers/{advertiserId}/negativeKeywordLists/{+negativeKeywordListId}/negativeKeywords:replace',
2846 ],'replace' => [
2847 'path' => 'v1/partners/{partnerId}/channels/{+channelId}/sites:replace',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpHeaderOption.php33 public $replace; variable in Google\\Service\\Compute\\HttpHeaderOption
66 public function setReplace($replace) argument
68 $this->replace = $replace;
75 return $this->replace;
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php81 $string = $this->replace($string, $start, $end, $parameters);
85 private function replace($string, $start, $end, $parameters) function in Google\\Utils\\UriTemplate
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DMutation.php78 public function setReplace(Write $replace) argument
80 $this->replace = $replace;
87 return $this->replace;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md112 If you are using [Guzzle 5][Guzzle 5], replace the `create middleware` and
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1128 * Services defined in two different config files that include one another will by default replace t…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php679 if ($replace) {
3409 * @param bool $replace optional
3414 … private function setExtensionHelper($id, $value, $critical = false, $replace = true, $path = null) argument
3426 if (!$replace) {
3486 * @param bool $replace optional
3490 public function setExtension($id, $value, $critical = false, $replace = true) argument
3492 return $this->setExtensionHelper($id, $value, $critical, $replace);
4047 * @param bool $replace optional
4051 …c function setRevokedCertificateExtension($serial, $id, $value, $critical = false, $replace = true) argument
4099 * @param bool $replace
[all …]
/plugin/c3chart/assets/
H A Dc3.min.js2replace(/</g,"&lt;").replace(/>/g,"&gt;"):t}function c(t){var e=function(t){void 0===t&&(t=window.…
H A Dd3.min.js2replace(Vv,"\\$&")}function Di(t){return new RegExp("^(?:"+t.map(qi).join("|")+")","i")}function U…
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…

12345678910>>...48