Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 42) sorted by path

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js14750 var normalized = normalizeTextArray(textArray);
14752 normalized.forEach(function(item) {
14796 return normalized;
H A Dpdfmake.min.js.map1normalized","decoration","decorationColor","decorationStyle","leadingSpaces","LEADING","trailingSp…
/plugin/authgoogle/google/service/
H A DGoogle_Utils.php111 $normalized = array();
113 $normalized[strtolower($key)] = $val;
115 return $normalized;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md971 * Header values can now be normalized into distinct values when multiple headers are combined with …
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md736 Returns a normalized URI. The scheme and host component are already normalized to lowercase per PSR…
806 Whether two URIs can be considered equivalent. Both URIs are normalized automatically before compar…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php72 $normalized = strtolower($header);
75 if (isset($new->headerNames[$normalized])) {
78 $new->headerNames[$normalized] = $header;
88 $normalized = strtolower($header);
91 if (isset($new->headerNames[$normalized])) {
92 $header = $this->headerNames[$normalized];
95 $new->headerNames[$normalized] = $header;
104 $normalized = strtolower($header);
106 if (!isset($this->headerNames[$normalized])) {
110 $header = $this->headerNames[$normalized];
[all …]
H A DServerRequest.php89 $normalized = [];
93 $normalized[$key] = $value;
95 $normalized[$key] = self::createUploadedFileFromSpec($value);
97 $normalized[$key] = self::normalizeFiles($value);
104 return $normalized;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php77 $normalized = $this->normalize($record);
79 if (isset($normalized['context']) && $normalized['context'] === []) {
81 unset($normalized['context']);
83 $normalized['context'] = new \stdClass;
86 if (isset($normalized['extra']) && $normalized['extra'] === []) {
88 unset($normalized['extra']);
90 $normalized['extra'] = new \stdClass;
94 return $this->toJson($normalized, true) . ($this->appendNewline ? "\n" : '');
166 $normalized = [];
175 $normalized[$key] = $this->normalize($value, $depth + 1);
[all …]
H A DNormalizerFormatter.php150 $normalized = [];
155 …$normalized['...'] = 'Over ' . $this->maxNormalizeItemCount . ' items ('.count($data).' total), ab…
159 $normalized[$key] = $this->normalize($value, $depth + 1);
162 return $normalized;
H A DScalarFormatter.php43 $normalized = $this->normalize($value);
45 if (is_array($normalized)) {
46 return $this->toJson($normalized, true);
49 return $normalized;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php229 $normalized = $this->normalizerFormatter->format($fields);
231 $hasSecondDimension = count(array_filter($normalized, 'is_array'));
232 $hasNonNumericKeys = !count(array_filter(array_keys($normalized), 'is_numeric'));
235 ? Utils::jsonEncode($normalized, JSON_PRETTY_PRINT|Utils::DEFAULT_JSON_FLAGS)
236 : Utils::jsonEncode($normalized, Utils::DEFAULT_JSON_FLAGS);
350 $normalized = $this->normalizerFormatter->format($data);
353 foreach ($normalized as $key => $value) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1008 …com/#!/api/CKEDITOR.editor-property-shiftEnterMode) properties – normalized versions of [`co…
H A Dckeditor.js143normalized:c,collapsed:d,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getB…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1428 …t/api/CKEDITOR_editor.html#property-shiftEnterMode) properties – normalized versions of [`co…
H A Dckeditor.js159normalized:c,collapsed:d,is2:!0}}}(),moveToBookmark:function(a){if(a.is2){var b=this.document.getB…
H A Dckeditor.js.unc3432 normalized: c,
3440 var b = this.document.getByAddress(a.start, a.normalized),
3442 d = a.end && this.document.getByAddress(a.end, a.normalized);
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …l nchar nclob nesting new next nfc nfd nfkc nfkd nil no none normalize normalized not nothing noti…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1 …e normalization and multi-stroke key bindings. It compiles a\n // new normalized keymap, and then…
/plugin/combo/ComboStrap/
H A DStringUtility.php40 public static function normalized($string) function in ComboStrap\\StringUtility
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less34 /* Buttons (styled <button> tags, normalized to work cross-browser)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/grapheditor/
H A DSidebar.js644 var normalized = tmp[i].replace(/\.*\d*$/, '');
646 if (normalized != tmp[i])
648 if (hash[normalized] == null)
650 hash[normalized] = true;
651 tagList.push(normalized);
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396normalized:i,normalizedLowercase:r}=w(e),o=n.indexOf(h.h)>=0;let s=void 0;const a=e.split(v);if(a.…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 … ];\n }\n // Use `uri.path` since it's normalized to use `/` in al…

12