Home
last modified time | relevance | path

Searched refs:mergeObjects (Results 1 – 25 of 54) sorted by relevance

123

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/pipeline/
H A Daccumulator_merge_objects.cpp45 REGISTER_ACCUMULATOR(mergeObjects, AccumulatorMergeObjects::create);
46 REGISTER_EXPRESSION(mergeObjects, ExpressionFromAccumulator<AccumulatorMergeObjects>::parse);
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CalDAV/ICSExportPlugin/
H A DICSExportPlugin.php73 public function mergeObjects(array $properties, array $inputObjects) { function in OCA\\DAV\\CalDAV\\ICSExportPlugin\\ICSExportPlugin
74 $vcalendar = parent::mergeObjects($properties, $inputObjects);
/dports/textproc/go-yq/yq-4.7.0/pkg/yqlib/
H A Doperator_multiply.go35 var newThing, err = mergeObjects(d, context, newBlank, lhs, multiplyPreferences{})
39 return mergeObjects(d, context, newThing, rhs, preferences)
85 func mergeObjects(d *dataTreeNavigator, context Context, lhs *CandidateNode, rhs *CandidateNode, pr… func
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/
H A Dmerge.py95 def mergeObjects(lst): function
160 return m.mergeObjects(self, self.mergeMap, tables)
586 'Coverage': mergeObjects,
592 'Coverage': mergeObjects,
605 '*': mergeObjects,
621 '*': mergeObjects,
633 'table': mergeObjects,
1027 def mergeObjects(self, returnTable, logic, tables): member in Merger
/dports/www/sabredav/sabre-dav-3.2.2/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/baikal/baikal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php225 $mergedCalendar = $this->mergeObjects(
286 public function mergeObjects(array $properties, array $inputObjects) function in Sabre\\CalDAV\\ICSExportPlugin
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php222 $mergedCalendar = $this->mergeObjects(
284 function mergeObjects(array $properties, array $inputObjects) { function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php225 $mergedCalendar = $this->mergeObjects(
286 public function mergeObjects(array $properties, array $inputObjects) function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/owncloud/owncloud/lib/composer/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php225 $mergedCalendar = $this->mergeObjects(
286 public function mergeObjects(array $properties, array $inputObjects) function in Sabre\\CalDAV\\ICSExportPlugin
/dports/www/nextcloud/nextcloud/3rdparty/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php225 $mergedCalendar = $this->mergeObjects(
286 public function mergeObjects(array $properties, array $inputObjects) function in Sabre\\CalDAV\\ICSExportPlugin
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/
H A Dmerge.py91 def mergeObjects(lst): function
156 return m.mergeObjects(self, self.mergeMap, tables)
634 'Coverage': mergeObjects,
640 'Coverage': mergeObjects,
653 '*': mergeObjects,
669 '*': mergeObjects,
681 'table': mergeObjects,
1138 def mergeObjects(self, returnTable, logic, tables): member in Merger
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/varLib/
H A Dmerger.py64 def mergeObjects(self, out, lst, exclude=()): member in Merger
97 self.mergeObjects(out, lst)
263 merger.mergeObjects(self, lst,
308 merger.mergeObjects(self, lst,
473 merger.mergeObjects(self, lst,
825 merger.mergeObjects(self, lst, exclude=['SubTable', 'SubTableCount'])
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/varLib/
H A Dmerger.py83 def mergeObjects(self, out, lst, exclude=()): member in Merger
127 self.mergeObjects(out, lst)
299 merger.mergeObjects(self, lst,
346 merger.mergeObjects(self, lst,
494 merger.mergeObjects(self, lst,
868 merger.mergeObjects(self, lst, exclude=['SubTable', 'SubTableCount'])
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/yaml-0.11.4.0/src/Data/Yaml/
H A DInternal.hs277 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
281 where mergeObjects al (Object om) = M.union al om function
282 mergeObjects al _ = al function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/yaml-0.11.4.0/src/Data/Yaml/
H A DInternal.hs277 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
281 where mergeObjects al (Object om) = M.union al om function
282 mergeObjects al _ = al function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yaml-0.11.3.0/src/Data/Yaml/
H A DInternal.hs277 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
281 where mergeObjects al (Object om) = M.union al om function
282 mergeObjects al _ = al function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/yaml-0.11.3.0/src/Data/Yaml/
H A DInternal.hs277 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
281 where mergeObjects al (Object om) = M.union al om function
282 mergeObjects al _ = al function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionConfigFile.cpp202 … configJson = json::Object::mergeObjects(configJson.getObject(), systemJson.getObject()); in readConfigJSON()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yaml-0.11.5.0/src/Data/Yaml/
H A DInternal.hs292 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
296 where mergeObjects al (Object om) = M.union al om function
297 mergeObjects al _ = al function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/yaml-0.11.5.0/src/Data/Yaml/
H A DInternal.hs292 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
296 where mergeObjects al (Object om) = M.union al om function
297 mergeObjects al _ = al function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/yaml-0.11.5.0/src/Data/Yaml/
H A DInternal.hs292 … Array l -> return $ merge $ foldl' mergeObjects M.empty $ V.toList l
296 where mergeObjects al (Object om) = M.union al om function
297 mergeObjects al _ = al function

123