Home
last modified time | relevance | path

Searched refs:pathMsg (Results 1 – 7 of 7) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiQueryLanguageinfo.php261 $pathMsg = $this->getModulePath();
266 => "apihelp-$pathMsg-example-simple",
268 => "apihelp-$pathMsg-example-autonym-name-de",
270 => "apihelp-$pathMsg-example-fallbacks-variants-oc",
272 => "apihelp-$pathMsg-example-bcp47-dir",
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryLanguageinfo.php245 $pathMsg = $this->getModulePath();
250 => "apihelp-$pathMsg-example-simple",
252 => "apihelp-$pathMsg-example-autonym-name-de",
254 => "apihelp-$pathMsg-example-fallbacks-variants-oc",
256 => "apihelp-$pathMsg-example-bcp47-dir",
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiQueryLanguageinfo.php261 $pathMsg = $this->getModulePath();
266 => "apihelp-$pathMsg-example-simple",
268 => "apihelp-$pathMsg-example-autonym-name-de",
270 => "apihelp-$pathMsg-example-fallbacks-variants-oc",
272 => "apihelp-$pathMsg-example-bcp47-dir",
/dports/net/rclone-browser/RcloneBrowser-1.8.0/src/
H A Dremote_widget.cpp166 QString pathMsg = in RemoteWidget() local
169 this, "New Folder", QString("Create folder in %1").arg(pathMsg)); in RemoteWidget()
200 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
233 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
265 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
269 QString("Are you sure you want to delete %1 ?").arg(pathMsg), in RemoteWidget()
302 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
378 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
388 pathMsg, &process, this, false, true); in RemoteWidget()
446 QString pathMsg = isLocal ? QDir::toNativeSeparators(path) : path; in RemoteWidget() local
[all …]
/dports/devel/efl/efl-1.25.1/src/tests/efl_mono/
H A DEldbus.cs300 string pathMsg = msg.GetPath(); in utc_eldbus_message_info_data_get_p()
301 AssertEquals(DBusPath, pathMsg); in utc_eldbus_message_info_data_get_p()
358 string pathMsg = msg.GetPath(); in utc_eldbus_message_ref_unref_p()
359 AssertEquals(DBusPath, pathMsg); in utc_eldbus_message_ref_unref_p()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/
H A Declipse.c208 static _TCHAR* pathMsg = _T_ECLIPSE("%s in your current PATH"); variable
1735 *msg = malloc((_tcslen(pathMsg) + _tcslen(vmName)) * sizeof(_TCHAR));
1736 _stprintf( *msg, pathMsg,vmName );
1756 *msg = malloc((_tcslen(pathMsg) + _tcslen(vmName)) * sizeof(_TCHAR));
1757 _stprintf( *msg, pathMsg, vmName );
1793 ch = malloc( (_tcslen(pathMsg) + _tcslen(defaultJava) + 1) * sizeof(_TCHAR));
1794 _stprintf(ch, pathMsg, defaultJava);
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dkcolordialog.cpp732 QString pathMsg; in slotShowNamedColorReadError() local
738 pathMsg += QLatin1String(path[i + 1]) + ", " + QString::fromLatin1(path[i]); in slotShowNamedColorReadError()
740 pathMsg += QLatin1String(path[i]); in slotShowNamedColorReadError()
742 pathMsg += '\n'; in slotShowNamedColorReadError()
750 pathCount, pathMsg); in slotShowNamedColorReadError()