Home
last modified time | relevance | path

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

123456789

/dports/multimedia/kdenlive/kdenlive-21.12.3/plugins/sampleplugin/
H A Dsampleplugin.cpp31 QString prePath; in generatedClip() local
33 prePath = projectFolder.path() + QLatin1String("/noise"); in generatedClip()
35 prePath = projectFolder.path() + QLatin1String("/counter"); in generatedClip()
39 while (QFile::exists(prePath + counter + QLatin1String(".mlt"))) { in generatedClip()
58 QString clipFile = prePath + counter + QLatin1String(".mlt"); in generatedClip()
/dports/lang/spidermonkey60/firefox-60.9.0/browser/modules/
H A DSitePermissions.jsm27 // <prePath>: {
43 delete entry[prePath][id];
47 delete entry[prePath][id];
62 let prePath = browser.currentURI.prePath;
63 if (!entry[prePath]) {
64 entry[prePath] = {};
75 let prePath = browser.currentURI.prePath;
76 if (entry && entry[prePath]) {
77 delete entry[prePath][id];
87 let prePath = browser.currentURI.prePath;
[all …]
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwmechanics/
H A Dpathfinding.cpp448 std::deque<osg::Vec3f> prePath; in buildPathByNavMeshToNextPoint() local
449 auto prePathInserter = std::back_inserter(prePath); in buildPathByNavMeshToNextPoint()
465 … while (!prePath.empty() && sqrDistanceIgnoreZ(prePath.front(), startPoint) < stepSize * stepSize) in buildPathByNavMeshToNextPoint()
466 prePath.pop_front(); in buildPathByNavMeshToNextPoint()
468 …while (!prePath.empty() && sqrDistanceIgnoreZ(prePath.back(), mPath.front()) < stepSize * stepSize) in buildPathByNavMeshToNextPoint()
469 prePath.pop_back(); in buildPathByNavMeshToNextPoint()
471 std::copy(prePath.rbegin(), prePath.rend(), std::front_inserter(mPath)); in buildPathByNavMeshToNextPoint()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/modules/
H A DSitePermissions.jsm27 // <prePath>: {
43 delete entry[prePath][id];
47 delete entry[prePath][id];
62 let prePath = browser.currentURI.prePath;
63 if (!entry[prePath]) {
64 entry[prePath] = {};
75 let prePath = browser.currentURI.prePath;
76 if (entry && entry[prePath]) {
77 delete entry[prePath][id];
87 let prePath = browser.currentURI.prePath;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/push/
H A DPushRecord.jsm150 prePath: this.uri.prePath,
178 AND url BETWEEN :prePath AND :prePath || X'FFFF'
184 prePath: this.uri.prePath,
204 if (tabURI.prePath == this.uri.prePath) {
/dports/lang/spidermonkey78/firefox-78.9.0/dom/push/
H A DPushRecord.jsm150 prePath: this.uri.prePath,
178 AND url BETWEEN :prePath AND :prePath || X'FFFF'
184 prePath: this.uri.prePath,
204 if (tabURI.prePath == this.uri.prePath) {
/dports/www/firefox/firefox-99.0/dom/push/
H A DPushRecord.jsm150 prePath: this.uri.prePath,
178 AND url BETWEEN :prePath AND :prePath || X'FFFF'
184 prePath: this.uri.prePath,
204 if (tabURI.prePath == this.uri.prePath) {
/dports/lang/spidermonkey60/firefox-60.9.0/dom/push/
H A DPushRecord.jsm137 prePath: this.uri.prePath,
165 AND url BETWEEN :prePath AND :prePath || X'FFFF'
171 prePath: this.uri.prePath,
197 if (tabURI.prePath == this.uri.prePath) {
/dports/mail/thunderbird/thunderbird-91.8.0/dom/push/
H A DPushRecord.jsm150 prePath: this.uri.prePath,
178 AND url BETWEEN :prePath AND :prePath || X'FFFF'
184 prePath: this.uri.prePath,
204 if (tabURI.prePath == this.uri.prePath) {
/dports/www/firefox/firefox-99.0/dom/chrome-webidl/
H A DL10nRegistry.webidl71 * The `prePath` is the path prefix for files contained in the `L10nFileSource`.
82 …ng name, UTF8String metaSource, sequence<UTF8String> locales, UTF8String prePath, optional FileSou…
109 …ng name, UTF8String metasource, sequence<UTF8String> locales, UTF8String prePath, sequence<L10nFil…
116 …* `prePath` is the root path used together with a relative path to construct the full path used to…
119 …* The `prePath` will usually contain a placeholder `{locale}` which gets replaced with a given loc…
121 readonly attribute UTF8String prePath;
/dports/www/firefox/firefox-99.0/browser/modules/
H A DSitePermissions.jsm35 // <baseDomain|prePath>: {
317 let prePath = browser.currentURI.prePath;
318 if (!entry[prePath]) {
319 entry[prePath] = {};
322 if (entry[prePath][id]) {
325 entry[prePath][id] = true;
338 aLocation.prePath != prePath ||
357 if (!prePath) {
358 prePath = browser.currentURI.prePath;
361 delete entry[prePath][id];
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/modules/
H A DSitePermissions.jsm35 // <baseDomain|prePath>: {
317 let prePath = browser.currentURI.prePath;
318 if (!entry[prePath]) {
319 entry[prePath] = {};
322 if (entry[prePath][id]) {
325 entry[prePath][id] = true;
338 aLocation.prePath != prePath ||
357 if (!prePath) {
358 prePath = browser.currentURI.prePath;
361 delete entry[prePath][id];
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/modules/
H A DSitePermissions.jsm35 // <baseDomain|prePath>: {
317 let prePath = browser.currentURI.prePath;
318 if (!entry[prePath]) {
319 entry[prePath] = {};
322 if (entry[prePath][id]) {
325 entry[prePath][id] = true;
338 aLocation.prePath != prePath ||
357 if (!prePath) {
358 prePath = browser.currentURI.prePath;
361 delete entry[prePath][id];
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/push/
H A DPushRecord.jsm151 prePath: this.uri.prePath,
179 AND url BETWEEN :prePath AND :prePath || X'FFFF'
185 prePath: this.uri.prePath,
211 if (tabURI.prePath == this.uri.prePath) {
/dports/lang/spidermonkey78/firefox-78.9.0/browser/modules/
H A DSitePermissions.jsm173 let prePath = browser.currentURI.prePath;
174 if (!entry[prePath]) {
175 entry[prePath] = {};
178 if (entry[prePath][id]) {
181 entry[prePath][id] = true;
194 aLocation.prePath != prePath ||
213 if (!prePath) {
214 prePath = browser.currentURI.prePath;
216 if (entry && entry[prePath]) {
217 delete entry[prePath][id];
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/utils/
H A DcalAuthUtils.jsm163 let logins = Services.logins.findLogins(aPasswordRealm.prePath, null, aPasswordRealm.realm);
173 let keyStr = aPasswordRealm.prePath + ":" + aPasswordRealm.realm + ":" + aRequestedUser;
188 aPasswordRealm.prePath +
194 calauth.passwordManagerRemove(username, aPasswordRealm.prePath, aPasswordRealm.realm);
207 hostRealm.prePath = aChannel.URI.prePath;
244 hostRealm.prePath,
293 let hostKey = aChannel.URI.prePath + ":" + aAuthInfo.realm + ":" + requestedUser;
393 let { prePath, spec } = Services.io.newURI(aOrigin);
394 if (prePath == "oauth:") {
397 return prePath;
/dports/deskutils/gworkspace/gworkspace-0.9.4/Recycler/
H A DRecyclerView.m283 NSString *prePath = [NSString stringWithString: nodePath];
307 if ([sourcePaths containsObject: prePath]) {
310 if ([prePath isEqual: path_separator()]) {
313 prePath = [prePath stringByDeletingLastPathComponent];
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/Recycler/
H A DRecyclerView.m283 NSString *prePath = [NSString stringWithString: nodePath];
307 if ([sourcePaths containsObject: prePath]) {
310 if ([prePath isEqual: path_separator()]) {
313 prePath = [prePath stringByDeletingLastPathComponent];
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/addrbook/src/
H A DnsAbLDAPListenerBase.cpp286 nsCString prePath; in OnLDAPMessageBind() local
287 rv = mDirectoryUrl->GetPrePath(prePath); in OnLDAPMessageBind()
291 rv = loginMgr->FindLogins(NS_ConvertUTF8toUTF16(prePath), EmptyString(), in OnLDAPMessageBind()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/l10n/
H A DL10nRegistry.jsm300 * @param {string} prePath
304 constructor(name, locales, prePath) {
307 this.prePath = prePath;
333 return (this.prePath + path).replace(/\{locale\}/g, locale);
394 * @param {string} prePath
399 constructor(name, locales, prePath, paths) {
400 super(name, locales, prePath);
/dports/lang/elm/elm-compiler-bootstrap-0.19.1/0.19.1/packages/elm/url/1.0.0/src/Url/
H A DBuilder.elm101 crossOrigin prePath pathSegments parameters =
102 prePath ++ "/" ++ String.join "/" pathSegments ++ toQuery parameters
156 CrossOrigin prePath ->
157 prePath ++ "/"
/dports/www/firefox-esr/firefox-91.8.0/browser/components/urlbar/
H A DUrlbarTokenizer.jsm118 // Guess path and prePath. At this point we should be analyzing strings not
121 let prePath = slashIndex != -1 ? token.slice(0, slashIndex) : token;
122 if (!this.looksLikeOrigin(prePath, { ignoreKnownDomains: true })) {
132 let atIndex = prePath.indexOf("@");
133 let userinfo = atIndex != -1 ? prePath.slice(0, atIndex) : "";
148 // The above looksLikeOrigin call told us the prePath looks like an origin,
150 let hostPort = atIndex != -1 ? prePath.slice(atIndex + 1) : prePath;
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/urlbar/
H A DUrlbarTokenizer.jsm103 // Guess path and prePath. At this point we should be analyzing strings not
106 let prePath = slashIndex != -1 ? token.slice(0, slashIndex) : token;
107 if (!this.looksLikeOrigin(prePath, { ignoreWhitelist: true })) {
117 let atIndex = prePath.indexOf("@");
118 let userinfo = atIndex != -1 ? prePath.slice(0, atIndex) : "";
133 // The above looksLikeOrigin call told us the prePath looks like an origin,
135 let hostPort = atIndex != -1 ? prePath.slice(atIndex + 1) : prePath;
/dports/www/firefox/firefox-99.0/browser/components/urlbar/
H A DUrlbarTokenizer.jsm118 // Guess path and prePath. At this point we should be analyzing strings not
121 let prePath = slashIndex != -1 ? token.slice(0, slashIndex) : token;
122 if (!this.looksLikeOrigin(prePath, { ignoreKnownDomains: true })) {
132 let atIndex = prePath.indexOf("@");
133 let userinfo = atIndex != -1 ? prePath.slice(0, atIndex) : "";
148 // The above looksLikeOrigin call told us the prePath looks like an origin,
150 let hostPort = atIndex != -1 ? prePath.slice(atIndex + 1) : prePath;
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/urlbar/
H A DUrlbarTokenizer.jsm118 // Guess path and prePath. At this point we should be analyzing strings not
121 let prePath = slashIndex != -1 ? token.slice(0, slashIndex) : token;
122 if (!this.looksLikeOrigin(prePath, { ignoreKnownDomains: true })) {
132 let atIndex = prePath.indexOf("@");
133 let userinfo = atIndex != -1 ? prePath.slice(0, atIndex) : "";
148 // The above looksLikeOrigin call told us the prePath looks like an origin,
150 let hostPort = atIndex != -1 ? prePath.slice(atIndex + 1) : prePath;

123456789