Home
last modified time | relevance | path

Searched refs:sCommand (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/sysutils/webjob/webjob-1.9.0/tests/webjob-dsvtool/common/sign/test_1/
H A Dtest_harness.local102 DebugPrint(3, "Command=$sCommand");
103 my $sReturn = system($sCommand);
187 DebugPrint(3, "Command=$sCommand");
188 my $sReturn = system($sCommand);
273 DebugPrint(3, "Command=$sCommand");
274 my $sReturn = system($sCommand);
361 my $sReturn = system($sCommand);
448 my $sReturn = system($sCommand);
534 my $sReturn = system($sCommand);
621 my $sReturn = system($sCommand);
[all …]
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-themes-manager.c216 r = system (sCommand->str); in cairo_dock_export_current_theme()
222 r = system (sCommand->str); in cairo_dock_export_current_theme()
231 r = system (sCommand->str); in cairo_dock_export_current_theme()
246 r = system (sCommand->str); in cairo_dock_export_current_theme()
275 r = system (sCommand->str); in cairo_dock_export_current_theme()
463 _launch_cmd (sCommand->str); in _cairo_dock_import_local_theme()
466 _launch_cmd (sCommand->str); in _cairo_dock_import_local_theme()
519 _launch_cmd (sCommand->str); in _cairo_dock_import_local_theme()
547 _launch_cmd (sCommand->str); in _cairo_dock_import_local_theme()
621 _launch_cmd (sCommand->str); in _cairo_dock_import_local_theme()
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cmd/
H A DcmdApi.c107 if ( strstr(sCommand, "#PS") ) in Cmd_CommandHandleSpecial()
117 if ( strstr(sCommand, "#CEC") ) in Cmd_CommandHandleSpecial()
125 if ( strstr(sCommand, "#ASSERT") ) in Cmd_CommandHandleSpecial()
129 if ( strstr(sCommand, "_PI_") ) in Cmd_CommandHandleSpecial()
132 if ( strstr( sCommand, "==" ) ) in Cmd_CommandHandleSpecial()
138 else if ( strstr(sCommand, "_PO_") ) in Cmd_CommandHandleSpecial()
141 if ( strstr( sCommand, "==" ) ) in Cmd_CommandHandleSpecial()
150 if ( strstr( sCommand, "==" ) ) in Cmd_CommandHandleSpecial()
160 if ( strstr( sCommand, "==" ) ) in Cmd_CommandHandleSpecial()
169 if ( strstr( sCommand, "==" ) ) in Cmd_CommandHandleSpecial()
[all …]
/dports/security/ftimes/ftimes-3.11.0/tests/ftimes/common/compare/test_3/
H A Dtest_harness.local112 my $sCommand;
130 $sCommand =~ s,/,\\,g;
132 DebugPrint(3, "Command=$sCommand");
134 if (!open(PH, "$sCommand |"))
213 $sCommand = "perl $sTreeBuilder -D4 -d3 -f6 -o $sFile > $sTreeMap";
214 $sCommand =~ s,/,\\,g;
216 qx($sCommand);
228 $sCommand =~ s,/,\\,g;
230 qx($sCommand);
235 $sCommand =~ s,/,\\,g;
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tests/webjob-mldbm-set-job-kvps/common/set/test_1/
H A Dtest_harness.local139 my $sReturn = system($sCommand);
151 if (!open(PH, "$sCommand |"))
187 if (!open(PH, "$sCommand |"))
241 my $sReturn = system($sCommand);
385 my $sCommand;
399 $sReturn = system($sCommand);
418 $sReturn = system($sCommand);
436 if (!open(PH, "$sCommand |"))
472 my $sCommand;
486 $sReturn = system($sCommand);
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tests/webjob-mldbm-delete-db/common/delete/test_1/
H A Dtest_harness.local92 DebugPrint(3, "Command=$sCommand");
93 if (!open(PH, "$sCommand |"))
185 DebugPrint(3, "Command=$sCommand");
186 my $sReturn = system($sCommand);
251 DebugPrint(3, "Command=$sCommand");
252 if (!open(PH, "$sCommand |"))
336 DebugPrint(3, "Command=$sCommand");
337 if (!open(PH, "$sCommand |"))
422 DebugPrint(3, "Command=$sCommand");
423 if (!open(PH, "$sCommand |"))
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/accelerators/
H A Dacceleratorcache.cxx34 bool AcceleratorCache::hasCommand(const OUString& sCommand) const in hasCommand()
37 return (m_lCommand2Keys.find(sCommand) != m_lCommand2Keys.end()); in hasCommand()
59 m_lKey2Commands[aKey] = sCommand; in setKeyCommandPair()
62 TKeyList& rKeyList = m_lCommand2Keys[sCommand]; in setKeyCommandPair()
66 AcceleratorCache::TKeyList AcceleratorCache::getKeysByCommand(const OUString& sCommand) const in getKeysByCommand()
69 TCommand2Keys::const_iterator pCommand = m_lCommand2Keys.find(sCommand); in getKeysByCommand()
96 OUString sCommand = pKey->second; in removeKey() local
103 m_lCommand2Keys.erase(sCommand); in removeKey()
106 void AcceleratorCache::removeCommand(const OUString& sCommand) in removeCommand() argument
110 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand()
[all …]
H A Dacceleratorconfiguration.cxx124 if (sCommand.isEmpty()) in setKeyEvent()
148 if (sCommand.isEmpty()) in getKeyEventsByCommand()
199 if (sCommand.isEmpty()) in removeCommandFromAllKeyEvents()
537 if (sCommand.isEmpty()) in setKeyEvent()
640 if (sCommand.isEmpty()) in getKeyEventsByCommand()
651 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in getKeyEventsByCommand()
709 if (sCommand.isEmpty()) in removeCommandFromAllKeyEvents()
720 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()
1006 OUString sCommand; in impl_ts_load() local
1251 OUString sCommand; in reloadChanged() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/accelerators/
H A Dacceleratorcache.cxx39 bool AcceleratorCache::hasCommand(const OUString& sCommand) const in hasCommand()
42 return (m_lCommand2Keys.find(sCommand) != m_lCommand2Keys.end()); in hasCommand()
60 const OUString& sCommand) in setKeyCommandPair() argument
65 m_lKey2Commands[aKey] = sCommand; in setKeyCommandPair()
68 TKeyList& rKeyList = m_lCommand2Keys[sCommand]; in setKeyCommandPair()
75 TCommand2Keys::const_iterator pCommand = m_lCommand2Keys.find(sCommand); in getKeysByCommand()
102 OUString sCommand = pKey->second; in removeKey() local
109 m_lCommand2Keys.erase(sCommand); in removeKey()
112 void AcceleratorCache::removeCommand(const OUString& sCommand) in removeCommand() argument
116 const TKeyList& lKeys = getKeysByCommand(sCommand); in removeCommand()
[all …]
H A Dacceleratorconfiguration.cxx129 if (sCommand.isEmpty()) in setKeyEvent()
153 if (sCommand.isEmpty()) in getKeyEventsByCommand()
204 if (sCommand.isEmpty()) in removeCommandFromAllKeyEvents()
545 if (sCommand.isEmpty()) in setKeyEvent()
648 if (sCommand.isEmpty()) in getKeyEventsByCommand()
659 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in getKeyEventsByCommand()
717 if (sCommand.isEmpty()) in removeCommandFromAllKeyEvents()
728 if (!rPrimaryCache.hasCommand(sCommand) && !rSecondaryCache.hasCommand(sCommand)) in removeCommandFromAllKeyEvents()
1014 OUString sCommand; in impl_ts_load() local
1259 OUString sCommand; in reloadChanged() local
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Poppassd/
H A DPoppassdClient.php157 * @param string $sCommand
162 private function secureRequestParams($sCommand, $sAddToCommand) argument
167 switch (\strtolower($sCommand))
180 * @param string $sCommand
188 private function sendRequest($sCommand, $sAddToCommand = '') argument
190 if (0 === \strlen(\trim($sCommand)))
199 $sCommand = \trim($sCommand);
203 $sFakeAddToCommand = $this->secureRequestParams($sCommand, $sAddToCommand);
206 $sFakeCommand = $sCommand.' '.$sFakeAddToCommand;
216 * @param string $sCommand
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Poppassd/
H A DPoppassdClient.php157 * @param string $sCommand
162 private function secureRequestParams($sCommand, $sAddToCommand) argument
167 switch (\strtolower($sCommand))
180 * @param string $sCommand
188 private function sendRequest($sCommand, $sAddToCommand = '') argument
190 if (0 === \strlen(\trim($sCommand)))
199 $sCommand = \trim($sCommand);
203 $sFakeAddToCommand = $this->secureRequestParams($sCommand, $sAddToCommand);
206 $sFakeCommand = $sCommand.' '.$sFakeAddToCommand;
216 * @param string $sCommand
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php40 * @param string $sCommand Command
43 function GetResourceTypePath($resourceType, $sCommand) argument
47 if ($sCommand == "QuickUpload")
56 * @param string $sCommand Command
59 function GetResourceTypeDirectory($resourceType, $sCommand) argument
62 if ($sCommand == "QuickUpload")
83 * @param string $sCommand Command
86 function GetUrlFromPath($resourceType, $folderPath, $sCommand) argument
106 * @param string $sCommand Command
291 * @param string $sCommand Command
[all …]
H A Dconnector.php52 $sCommand = $_GET['Command'];
57 if (!IsAllowedCommand($sCommand))
59 SendError(1, 'The "'.$sCommand.'" command isn\'t allowed');
66 if ($sCommand == 'FileUpload')
68 FileUpload($sResourceType, $sCurrentFolder, $sCommand);
72 CreateXmlHeader($sCommand, $sResourceType, $sCurrentFolder);
75 switch ($sCommand)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/filemanagerdol/connectors/php/
H A Dio.php40 * @param string $sCommand Command
43 function GetResourceTypePath($resourceType, $sCommand) argument
47 if ($sCommand == "QuickUpload") {
58 * @param string $sCommand Command
61 function GetResourceTypeDirectory($resourceType, $sCommand) argument
64 if ($sCommand == "QuickUpload") {
86 * @param string $sCommand Command
89 function GetUrlFromPath($resourceType, $folderPath, $sCommand) argument
109 * @param string $sCommand Command
297 * @param string $sCommand Command
[all …]
H A Dconnector.php54 $sCommand = $_GET['Command'];
59 if (!IsAllowedCommand($sCommand)) {
60 SendError(1, 'The "'.$sCommand.'" command isn\'t allowed');
68 if ($sCommand == 'FileUpload') {
69 FileUpload($sResourceType, $sCurrentFolder, $sCommand);
73 CreateXmlHeader($sCommand, $sResourceType, $sCurrentFolder);
76 switch ($sCommand) {
/dports/security/ftimes/ftimes-3.11.0/tests/ftimes/common/compare/test_1/
H A Dtest_harness.local115 my $sCommand;
132 $sCommand = "$$phProperties{'TargetProgram'} --compare all - $sSnapshot -l 6 < $sHeader 2>&1";
136 $sCommand = "$$phProperties{'TargetProgram'} --compare all $sBaseline - -l 6 < $sHeader 2>&1";
140 $sCommand = "$$phProperties{'TargetProgram'} --compare all $sBaseline $sSnapshot -l 6 2>&1";
144 $sCommand =~ s,/,\\,g;
146 DebugPrint(3, "Command=$sCommand");
148 if (!open(PH, "$sCommand |"))
294 my $sCommand;
323 $sCommand =~ s,/,\\,g;
325 DebugPrint(3, "Command=$sCommand");
[all …]
/dports/sysutils/webjob/webjob-1.9.0/tests/webjob-dsvtool/common/verify/test_1/
H A Dtest_harness.local129 my $sCommand;
137 $sCommand .= " 1>> _stdout 2>> _stderr";
140 DebugPrint(3, "Command=$sCommand");
142 my $sReturn = system($sCommand);
295 my $sCommand;
303 $sCommand .= " 1>> _stdout 2>> _stderr";
306 DebugPrint(3, "Command=$sCommand");
308 my $sReturn = system($sCommand);
461 my $sCommand;
472 DebugPrint(3, "Command=$sCommand");
[all …]
/dports/security/ftimes/ftimes-3.11.0/tests/ftimes-xformer/common/xform/test_1/
H A Dtest_harness.local116 DebugPrint(3, "Command=$sCommand");
117 if (!open(PH, "$sCommand |"))
219 DebugPrint(3, "Command=$sCommand");
220 if (!open(PH, "$sCommand |"))
305 DebugPrint(3, "Command=$sCommand");
306 if (!open(PH, "$sCommand |"))
407 DebugPrint(3, "Command=$sCommand");
408 if (!open(PH, "$sCommand |"))
508 DebugPrint(3, "Command=$sCommand");
509 if (!open(PH, "$sCommand |"))
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/mp4box/
H A Dwrapper.c28 char ** ConvertCommandLine( const char* sCommand, int* iNbArg );
30 …PORT void JNICALL Java_com_enst_mp4box_mp4terminal_run(JNIEnv * env, jobject obj, jstring sCommand) in Java_com_enst_mp4box_mp4terminal_run() argument
40 const char * sOriginalCommand = (*env)->GetStringUTFChars(env, sCommand, &isCopy); in Java_com_enst_mp4box_mp4terminal_run()
56 (*env)->ReleaseStringUTFChars(env, sCommand, sOriginalCommand); in Java_com_enst_mp4box_mp4terminal_run()
62 char ** ConvertCommandLine( const char* sCommand, int* iNbArg ) in ConvertCommandLine() argument
64 int iLength = strlen( sCommand ); in ConvertCommandLine()
74 if( sCommand[i] == ' ' ) in ConvertCommandLine()
87 if( sCommand[l] == ' ' || l == ( iLength ) ) in ConvertCommandLine()
90 strncpy( pReturn[k], sCommand + iPreviousPos, l - iPreviousPos ); in ConvertCommandLine()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/mp4box/
H A Dwrapper.c28 char ** ConvertCommandLine( const char* sCommand, int* iNbArg );
30 …PORT void JNICALL Java_com_enst_mp4box_mp4terminal_run(JNIEnv * env, jobject obj, jstring sCommand) in Java_com_enst_mp4box_mp4terminal_run() argument
40 const char * sOriginalCommand = (*env)->GetStringUTFChars(env, sCommand, &isCopy); in Java_com_enst_mp4box_mp4terminal_run()
56 (*env)->ReleaseStringUTFChars(env, sCommand, sOriginalCommand); in Java_com_enst_mp4box_mp4terminal_run()
62 char ** ConvertCommandLine( const char* sCommand, int* iNbArg ) in ConvertCommandLine() argument
64 int iLength = strlen( sCommand ); in ConvertCommandLine()
74 if( sCommand[i] == ' ' ) in ConvertCommandLine()
87 if( sCommand[l] == ' ' || l == ( iLength ) ) in ConvertCommandLine()
90 strncpy( pReturn[k], sCommand + iPreviousPos, l - iPreviousPos ); in ConvertCommandLine()
/dports/irc/znc/znc-1.8.2/src/
H A DClientCommand.cpp44 const CString sCommand = sLine.Token(0); in UserCommand() local
46 if (sCommand.Equals("HELP")) { in UserCommand()
112 } else if (sCommand.Equals("ATTACH")) { in UserCommand()
159 } else if (sCommand.Equals("MOTD") || sCommand.Equals("ShowMOTD")) { in UserCommand()
311 (sCommand.Equals("SHUTDOWN") || sCommand.Equals("RESTART"))) { in UserCommand()
336 } else if (sCommand.Equals("JUMP") || sCommand.Equals("CONNECT")) { in UserCommand()
780 } else if (sCommand.Equals("REMSERVER") || sCommand.Equals("DELSERVER")) { in UserCommand()
902 } else if (sCommand.Equals("LISTMODS") || sCommand.Equals("LISTMODULES")) { in UserCommand()
1014 } else if (sCommand.Equals("LOADMOD") || sCommand.Equals("LOADMODULE")) { in UserCommand()
1550 (sCommand.Equals("LISTPORTS") || sCommand.Equals("ADDPORT") || in UserCommand()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/
H A DPop3Client.php219 * @param string $sCommand
227 protected function sendRequest($sCommand, $sAddToCommand = '') argument
229 if (0 === strlen(trim($sCommand)))
238 $sCommand = trim($sCommand);
245 $sFakeCommand = $sCommand.' '.$sFakeAddToCommand;
254 * @param string $sCommand
259 private function secureRequestParams($sCommand, $sAddToCommand) argument
264 switch ($sCommand)
276 * @param string $sCommand
285 private function sendRequestWithCheck($sCommand, $sAddToCommand = '') argument
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/
H A DPop3Client.php219 * @param string $sCommand
227 protected function sendRequest($sCommand, $sAddToCommand = '') argument
229 if (0 === strlen(trim($sCommand)))
238 $sCommand = trim($sCommand);
245 $sFakeCommand = $sCommand.' '.$sFakeAddToCommand;
254 * @param string $sCommand
259 private function secureRequestParams($sCommand, $sAddToCommand) argument
264 switch ($sCommand)
276 * @param string $sCommand
285 private function sendRequestWithCheck($sCommand, $sAddToCommand = '') argument
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/web/static/htdocs/applets/FCKeditor/editor/filemanager/connectors/perl/
H A Dconnector.cgi73 $sCommand = &specialchar_cnv($FORM{'Command'});
77 if ( !($sCommand =~ /^(FileUpload|GetFolders|GetFoldersAndFiles|CreateFolder)$/) ) {
102 if($sCommand eq 'FileUpload') {
115 &CreateXmlHeader($sCommand,$sResourceType,$sCurrentFolder);
118 if($sCommand eq 'GetFolders') {
120 } elsif($sCommand eq 'GetFoldersAndFiles') {
122 } elsif($sCommand eq 'CreateFolder') {

12345678910>>...27