Home
last modified time | relevance | path

Searched refs:suffix (Results 51 – 75 of 137) sorted by path

123456

/plugin/diagramsnet/lib/
H A Dworkbox-f163abaa.js1 …fix:"workbox",runtime:"runtime",suffix:"undefined"!=typeof registration?registration.scope:""},u=t… property in AnonymousFunction9744a2ea0100.h
H A Dworkbox-f163abaa.js.map1suffix: typeof registration !== 'undefined' ? registration.scope : '',\n};\nconst _createCacheName…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js33909 for (var suffix in propertiesBySuffix.data) {
33910 var entry = propertiesBySuffix.data[suffix];
33912 …var needsStandard = this.cssDataManager.isStandardProperty(suffix) && (actual.indexOf(suffix) === …
33919 if (this.cssDataManager.isStandardProperty(prefix + suffix)) {
33920 expected.push(prefix + suffix);
33928 …('property.standard.missing', "Also define the standard property '{0}' for compatibility", suffix);
H A D2.2.js.map1suffix\",\n \"browsers\": [\n \"FF33\"\n ],\n \"sy…
H A D3.3.js.map1suffix\"\n },\n {\n \"name\": \"impp\"\n …
H A D4.4.js.map1suffix = '', indent = '';\n for (var i = arrayDepth; i > 0; i--) {\n …
H A D7.7.js.map1 …\n 'subscreen',\n 'subtract',\n 'subtract-corresponding',\n 'suffix',\n 'sum',\n …
H A Dbundle.js.map1suffix.\n // For SI-prefix, the suffix is lazily computed.\n var prefix = symbol === \"$\" ?…
H A Deditor.worker.js.map1 … }\n }\n return len;\n}\n/**\n * @returns the length of the common suffix of the two strings…
H A Djson.worker.js.map1suffix of the two strings.\n */\nexport function commonSuffixLength(a, b) {\n let i, len = Math…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1suffix","formatType","maybeSuffix","valuePrefix","valueSuffix","valueNegative","out","formatTrim",…
/plugin/dokucrypt/
H A Dscript.js81 params += '&suffix='+encodeURIComponent(dwform.elements.suffix.value);
364 suffix = "##### End encrypted message\n";
418 return(prefix + armour_base64(ct) + suffix);
/plugin/dokucrypt2/
H A Dscript.js436 suffix = "##### End encrypted message\n";
490 return(prefix + armour_base64(ct) + suffix);
/plugin/dokusioc/lib/
H A Dsioc_inc.php73 $suffix = '' argument
81 $this->url_suffix = $suffix;
132 $suffix = $this->urlseparator . $this->url_suffix : $suffix = '';
134 $siocURL = $this->sioc_url . $type_part . $id_part . $page_part . $suffix;
/plugin/drawio/
H A Daction.php59 $suffix = strpos($action, "draft_") === 0 ? '.draft':'';
60 $media_id = $name . $suffix;
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DGNUFreeFontinfo.txt95 (TrueType Font) suffix. These are ready to use in Xwindows based
98 OpenType fonts (with suffix .otf) are for use in Windows Vista.
/plugin/dwcommits/
H A Dhelper.php828 function dwc_element($prefix, $suffix, $ar) { argument
829 $inx = $prefix . $suffix;
H A Dsyntax.php214 function dwc_element($prefix, $suffix, $ar) { argument
215 $inx = $prefix . $suffix;
/plugin/edittable/lib/
H A Dhandsontable.full.js10420 var suffix = zone + '[")]';
10422 return this.format(prefix + year + datetime + suffix);
12667 var suffix = suffixes[0],
12679 suffix = suffixes[power];
12686 if (suffix === suffixes[0]) {
12688 suffix = suffixes[suffixes.length - 1];
12692 return { value: value, suffix: suffix };
12855 bytes = bytes + units.suffix;
13014 suffix = newCulture.split('-')[1],
13017 if (suffix) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh28 echo -e "\033[34;1mINFO:\033[0m Removing volume $1-${suffix}-data\033[0m"
29 cleanup_volume "$1-${suffix}-data"
H A Dimports.sh33 export suffix=rest-test
35 export network_name=${moniker}${suffix}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh29 cluster_name=${moniker}${suffix}
90 volume_name=${node_name}-${suffix}-data
/plugin/encryptedpasswords/script/
H A DEditorHandling.js30 const suffix = form.suffix.value;
37 !suffix.match(re) &&
54 form.suffix.value = await this.decryptSyntax(suffix, passphrase);
96 const suffix = e.target.form.suffix.value;
103 !suffix.match(re) &&
123 e.target.form.suffix.value = await this.encryptSyntax(suffix, passphras
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DFilter.php29 * @param string $suffix
32 public function addDirectoryToWhitelist($directory, $suffix = '.php', $prefix = '') argument
35 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
68 * @param string $suffix
71 public function removeDirectoryFromWhitelist($directory, $suffix = '.php', $prefix = '') argument
74 $files = $facade->getFilesAsArray($directory, $suffix, $prefix);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1836 * @param string $suffix
1840 public static function assertStringEndsWith($suffix, $string, $message = '') argument
1842 if (!is_string($suffix)) {
1850 $constraint = new PHPUnit_Framework_Constraint_StringEndsWith($suffix);
1858 * @param string $suffix
1862 public static function assertStringEndsNotWith($suffix, $string, $message = '') argument
1864 if (!is_string($suffix)) {
1873 new PHPUnit_Framework_Constraint_StringEndsWith($suffix)
2725 * @param mixed $suffix
2729 public static function stringEndsWith($suffix) argument
[all …]

123456