Home
last modified time | relevance | path

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

12

/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 DScalarFormatter.php43 $normalized = $this->normalize($value);
45 if (is_array($normalized)) {
46 return $this->toJson($normalized, true);
49 return $normalized;
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;
/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/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/authgoogle/google/service/
H A DGoogle_Utils.php111 $normalized = array();
113 $normalized[strtolower($key)] = $val;
115 return $normalized;
/plugin/strata/helper/
H A Dutil.php130 * Returns the normalized value for the 'is a' predicate.
132 function getIsaKey($normalized=true) { argument
134 if($normalized) $result = $this->normalizePredicate($result);
139 * Returns the normalized valued for the 'title' predicate.
141 function getTitleKey($normalized=true) { argument
143 if($normalized) $result = $this->normalizePredicate($result);
/plugin/rater/scripts/
H A Djquery.tablesorter.js259 normalized: [] property in AnonymousFunctionb162a0010100.buildCache.cache
282 cols.push(cache.normalized.length); // add position for rowCache
283 cache.normalized.push(cols);
330 n = c.normalized,
611 var orgOrderCol = cache.normalized[0].length - 1;
627 cache.normalized.sort(sortWrapper);
811 cache.normalized[pos[0]][pos[1]] = config.parsers[pos[1]].format(
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js566 GetNodeAddress : function( node, normalized ) argument
576 if ( normalized === true &&
595 GetNodeFromAddress : function( doc, addr, normalized ) argument
601 if ( ! normalized )
611 if ( normalized === true &&
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DGeometry.php886 * @param null $normalized
891 public function project(Geometry $point, $normalized = null) argument
895 return $this->getGeos()->project($point->getGeos(), $normalized);
/plugin/combo/ComboStrap/
H A DStringUtility.php40 public static function normalized($string) function in ComboStrap\\StringUtility
/plugin/evesso/phpoauthlib/
H A DREADME.md97 * Extract normalized user data from OAuth Services with the library [PHPoAuthUserData](https://gith…
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md122 * Extract normalized user data from OAuth Services with the library [PHPoAuthUserData](https://github.com/Oryzone/PHPoAuthUserData) by Luciano Mammino
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1409 $normalized = $len ? substr($response, $pos, $len) : "";
1412 $res[] = array("tokenized" => $tokenized, "normalized" => $normalized);
/plugin/sphinxsearch/
H A Dsphinxapi.php1442 $normalized = $len ? substr ( $response, $pos, $len ) : "";
1445 $res[] = array ( "tokenized"=>$tokenized, "normalized"=>$normalized );
/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/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/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2normalized&&(this.r/=255,this.g/=255,this.b/=255),this},e.toJSON=function(){return this.getHex()},…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less34 /* Buttons (styled <button> tags, normalized to work cross-browser)
/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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md699 - Plain arrays are serialized \(normalized\) as "objects", ignoring serializeNull [\#641](https://g…
/plugin/jmol2/jmol/
H A DCHANGES.txt888 # yes yes uX unit cell X coordinate normalized to [0,1)
889 # yes yes uY unit cell Y coordinate normalized to [0,1)
890 # yes yes uZ unit cell Z coordinate normalized to [0,1)

12