Home
last modified time | relevance | path

Searched refs:absolutes (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/net-mgmt/observium/observium/libs/phpFastCache/Util/
H A DDirectory.php124 $absolutes = [];
130 array_pop($absolutes);
132 $absolutes[] = $part;
141 return $prefix . implode(DIRECTORY_SEPARATOR, $absolutes);
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Feed/Reader/
H A DFeedSet.php93 $absolutes = array();
99 array_pop($absolutes);
101 $absolutes[] = $part;
104 return implode('/', $absolutes);
/dports/www/drupal9/drupal-9.2.10/vendor/laminas/laminas-feed/src/Reader/
H A DFeedSet.php140 $absolutes = [];
146 array_pop($absolutes);
148 $absolutes[] = $part;
151 return implode('/', $absolutes);
/dports/www/drupal8/drupal-8.9.20/vendor/laminas/laminas-feed/src/Reader/
H A DFeedSet.php140 $absolutes = [];
146 array_pop($absolutes);
148 $absolutes[] = $part;
151 return implode('/', $absolutes);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-feed/src/Reader/
H A DFeedSet.php140 $absolutes = [];
146 array_pop($absolutes);
148 $absolutes[] = $part;
151 return implode('/', $absolutes);
/dports/finance/prestashop/prestashop/vendor/mrclay/minify/min/lib/Minify/
H A DImportProcessor.php198 $absolutes = array();
203 array_pop($absolutes);
205 $absolutes[] = $part;
208 $path = implode(DIRECTORY_SEPARATOR, $absolutes);
/dports/www/elgg/elgg-3.3.23/vendor/mrclay/minify/min/lib/Minify/
H A DImportProcessor.php198 $absolutes = array();
203 array_pop($absolutes);
205 $absolutes[] = $part;
208 $path = implode(DIRECTORY_SEPARATOR, $absolutes);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/mrclay/minify/min/lib/Minify/
H A DImportProcessor.php198 $absolutes = array();
203 array_pop($absolutes);
205 $absolutes[] = $part;
208 $path = implode(DIRECTORY_SEPARATOR, $absolutes);
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dstats.py428 absolutes=absolute_field_overrides,
437 absolutes: Dict[str, Any],
454 for field in absolutes.keys()
467 keyvalues.items(), absolutes.items(), additive_relatives.items()
480 ["?"] * (len(keyvalues) + len(absolutes) + len(additive_relatives))
489 retcols = list(chain(absolutes.keys(), additive_relatives.keys()))
494 merged_dict = {**keyvalues, **absolutes, **additive_relatives}
502 current_row.update(absolutes)
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dwl_play.cpp416 void PollControls (bool absolutes) in PollControls() argument
472 if (absolutes && mouseenabled && IN_IsInputGrabbed()) in PollControls()
1033 static bool absolutes = false; in PlayLoop() local
1036 PollControls(absolutes); in PlayLoop()
1038 absolutes = !absolutes; in PlayLoop()
/dports/graphics/krita/krita-4.4.8/libs/widgetutils/
H A DKoResourcePaths.cpp144 …QMap<QString, QStringList> absolutes; // For each resource type, the list of absolute paths, from … member in KoResourcePaths::Private
161 if (absolutes.contains(type)) { in aliases()
162 a += absolutes[type]; in aliases()
299 QStringList &paths = d->absolutes[type]; in addResourceDirInternal()
309 …ddResourceDir: type" << type << "absdir" << absdir << "priority" << priority << d->absolutes[type]; in addResourceDirInternal()
/dports/multimedia/dvb-apps/dvb-apps-3d43b280298c/test/
H A Devtest.c144 char *absolutes[ABS_MAX + 1] = { variable
162 char **names[EV_MAX + 1] = { syncs, keys, relatives, absolutes, NULL, NULL, NULL, NULL, NULL, NULL,…
/dports/sysutils/lineakd/lineakd-0.9/utils/
H A Devtest.c240 char *absolutes[ABS_MAX + 1] = { variable
287 [EV_REL] = relatives, [EV_ABS] = absolutes,
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/events/
H A Devtest.c294 char *absolutes[ABS_MAX + 1] = { variable
360 [EV_REL] = relatives, [EV_ABS] = absolutes,
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/extensions/tests/
H A Dtest_inkex_paths.py121 absolutes = Line, Move, Curve, Smooth, Quadratic, TepidQuadratic, Arc, Vert, Horz, ZoneClose
125 for R, A in zip(relatives, absolutes):
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/
H A Dhid-debug.c952 static const char *absolutes[ABS_CNT] = { variable
1001 [EV_REL] = relatives, [EV_ABS] = absolutes,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/
H A Dhid-debug.c952 static const char *absolutes[ABS_CNT] = { variable
1001 [EV_REL] = relatives, [EV_ABS] = absolutes,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/
H A Dhid-debug.c952 static const char *absolutes[ABS_CNT] = { variable
1001 [EV_REL] = relatives, [EV_ABS] = absolutes,
/dports/math/R/R-4.1.2/src/library/grid/src/
H A Dunit.c1786 SEXP absolutes = PROTECT(allocVector(VECSXP, n)); in absoluteUnits() local
1803 SET_VECTOR_ELT(absolutes, i, unit); in absoluteUnits()
1809 classgets(absolutes, cl); in absoluteUnits()
1811 return absolutes; in absoluteUnits()
/dports/math/libRmath/R-4.1.1/src/library/grid/src/
H A Dunit.c1786 SEXP absolutes = PROTECT(allocVector(VECSXP, n)); in absoluteUnits() local
1803 SET_VECTOR_ELT(absolutes, i, unit); in absoluteUnits()
1809 classgets(absolutes, cl); in absoluteUnits()
1811 return absolutes; in absoluteUnits()
/dports/x11-toolkits/blt/blt2.5/demos/
H A Dtabnotebook3.tcl93 absents absinthe absolute absolutely absoluteness absolutes
H A Dtabset3.tcl96 absents absinthe absolute absolutely absoluteness absolutes
/dports/astro/kstars/kstars-3.5.6/po/ca/docs/kstars/
H A Dmagnitude.docbook54 >magnituds absolutes</firstterm
/dports/math/gap/gap-4.11.0/pkg/NumericalSgps-1.2.1/gap/
H A Dgood-semigroups.gi1207 ## Given a good semigroup S, the function returns the irreducible absolutes of S.
1235 #Computation of finite irreducible absolutes.
1257 #Computation of infinite irreducible absolutes
1305 …is funcion compute all possibles piece of track of a good semigroups having irreducible absolutes I
1309 …#It check if between two irreducible absolutes there is a piece of track. It check if their minim…
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSTimeZone.m642 static NSMapTable *absolutes = 0;
648 absolutes = NSCreateMapTable(NSIntegerMapKeyCallBacks,
650 [[NSObject leakAt: (id*)&absolutes] release];
664 NSMapRemove(absolutes, (void*)(uintptr_t)offset);
722 z = (GSAbsTimeZone*)NSMapGet(absolutes, (void*)(uintptr_t)anOffset);
760 NSMapInsert(absolutes, (void*)(uintptr_t)anOffset, (void*)z);
1334 [[NSObject leakAt: (id*)&absolutes] release];
1928 zone = (NSTimeZone*)NSMapGet(absolutes, (void*)(uintptr_t)seconds);

123456789