| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/ |
| H A D | RemoteWebElement.php | 59 $this->executor->execute( 75 $this->executor->execute( 105 $raw_element = $this->executor->execute( 129 $raw_elements = $this->executor->execute( 159 $value = $this->executor->execute(DriverCommand::GET_ELEMENT_PROPERTY, $params); 174 return $this->executor->execute(DriverCommand::GET_ELEMENT_ATTRIBUTE, $params); 196 return $this->executor->execute(DriverCommand::GET_ELEMENT_PROPERTY, $params); 212 return $this->executor->execute( 225 $location = $this->executor->execute( 249 $result = $this->executor->execute(DriverCommand::EXECUTE_SCRIPT, [ [all …]
|
| H A D | RemoteTouchScreen.php | 33 $this->executor->execute( 48 $this->executor->execute( 64 $this->executor->execute(DriverCommand::TOUCH_DOWN, [ 80 $this->executor->execute(DriverCommand::TOUCH_FLICK, [ 98 $this->executor->execute(DriverCommand::TOUCH_FLICK, [ 115 $this->executor->execute( 131 $this->executor->execute(DriverCommand::TOUCH_MOVE, [ 147 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [ 164 $this->executor->execute(DriverCommand::TOUCH_SCROLL, [ 181 $this->executor->execute(DriverCommand::TOUCH_UP, [
|
| H A D | RemoteMouse.php | 48 $this->executor->execute(DriverCommand::ACTIONS, [ 63 $this->executor->execute(DriverCommand::CLICK, [ 79 $this->executor->execute(DriverCommand::ACTIONS, [ 103 $this->executor->execute(DriverCommand::CLICK, [ 120 $this->executor->execute(DriverCommand::ACTIONS, [ 135 $this->executor->execute(DriverCommand::DOUBLE_CLICK); 148 $this->executor->execute(DriverCommand::ACTIONS, [ 169 $this->executor->execute(DriverCommand::MOUSE_DOWN); 187 $this->executor->execute(DriverCommand::ACTIONS, [ 212 $this->executor->execute(DriverCommand::MOVE_TO, $params); [all …]
|
| H A D | RemoteKeyboard.php | 42 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [ 60 $this->executor->execute(DriverCommand::ACTIONS, [ 70 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [ 88 $this->executor->execute(DriverCommand::ACTIONS, [ 98 $this->executor->execute(DriverCommand::SEND_KEYS_TO_ACTIVE_ELEMENT, [
|
| H A D | RemoteTargetLocator.php | 35 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params); 73 $this->executor->execute(DriverCommand::SWITCH_TO_FRAME, $params); 85 $this->executor->execute(DriverCommand::SWITCH_TO_PARENT_FRAME, []); 102 $this->executor->execute(DriverCommand::SWITCH_TO_WINDOW, $params); 127 $response = $this->executor->execute(DriverCommand::NEW_WINDOW, ['type' => $windowType]); 144 $response = $this->driver->execute(DriverCommand::GET_ACTIVE_ELEMENT, []);
|
| H A D | RemoteExecuteMethod.php | 25 public function execute($command_name, array $parameters = []) function in Facebook\\WebDriver\\Remote\\RemoteExecuteMethod 27 return $this->driver->execute($command_name, $parameters);
|
| H A D | ExecuteMethod.php | 12 public function execute($command_name, array $parameters = []); function
|
| /template/strap/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverWindow.php | 38 $position = $this->executor->execute( 57 $size = $this->executor->execute( 79 $this->executor->execute(DriverCommand::MINIMIZE_WINDOW, []); 92 $this->executor->execute(DriverCommand::MAXIMIZE_WINDOW, []); 94 $this->executor->execute( 114 $this->executor->execute(DriverCommand::FULLSCREEN_WINDOW, []); 133 $this->executor->execute(DriverCommand::SET_WINDOW_SIZE, $params); 152 $this->executor->execute(DriverCommand::SET_WINDOW_POSITION, $params); 164 return $this->executor->execute(DriverCommand::GET_SCREEN_ORIENTATION); 184 $this->executor->execute(
|
| H A D | WebDriverTimeouts.php | 37 $this->executor->execute( 45 $this->executor->execute( 62 $this->executor->execute( 70 $this->executor->execute( 87 $this->executor->execute( 95 $this->executor->execute(DriverCommand::SET_TIMEOUT, [
|
| H A D | WebDriverOptions.php | 46 $this->executor->execute( 61 $this->executor->execute(DriverCommand::DELETE_ALL_COOKIES); 74 $this->executor->execute( 92 $cookieArray = $this->executor->execute( 121 $cookieArrays = $this->executor->execute(DriverCommand::GET_ALL_COOKIES); 164 return $this->executor->execute( 178 return $this->executor->execute(DriverCommand::GET_AVAILABLE_LOG_TYPES);
|
| H A D | WebDriverNavigation.php | 19 $this->executor->execute(DriverCommand::GO_BACK); 26 $this->executor->execute(DriverCommand::GO_FORWARD); 33 $this->executor->execute(DriverCommand::REFRESH); 41 $this->executor->execute(DriverCommand::GET, $params);
|
| H A D | WebDriverAlert.php | 30 $this->executor->execute(DriverCommand::ACCEPT_ALERT); 42 $this->executor->execute(DriverCommand::DISMISS_ALERT); 54 return $this->executor->execute(DriverCommand::GET_ALERT_TEXT); 65 $this->executor->execute(
|
| H A D | WebDriverCommandExecutor.php | 18 public function execute(WebDriverCommand $command); function
|
| /template/strap/ComboStrap/ |
| H A D | PageRules.php | 34 $request->execute(); 60 ->execute() 88 $count = $request->execute() 140 $lastInsertId = $request->execute() 174 $request->execute(); 196 $request->execute(); 219 $count = $request->execute() 244 return $request->execute() 262 return $request->execute()
|
| H A D | Event.php | 87 $rows = $request->execute() 117 $rowsSelected = $request->execute() 135 $changeCount = $request->execute()->getChangeCount(); 217 $request->execute(); 268 return $request->execute() 297 return $request->execute()
|
| H A D | CacheLog.php | 99 ->execute(); 127 return $request->execute()
|
| /template/strap/syntax/ |
| H A D | variable.php | 149 $execute = PipelineUtility::execute($expression); 154 $renderer->doc .= $execute;
|
| /template/m1/ |
| D | script.js | 48 execute: function(action, name, callback) { method 183 privateMethods.execute('open', name, callback); 186 privateMethods.execute('close', name, callback); 189 privateMethods.execute('toggle', name, callback); 193 privateMethods.execute('toggle', name, callback);
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Remote/Service/ |
| H A D | DriverCommandExecutor.php | 35 public function execute(WebDriverCommand $command) function in Facebook\\WebDriver\\Remote\\Service\\DriverCommandExecutor 42 $value = parent::execute($command);
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/ |
| H A D | LexerIndexedCustomAction.php | 101 public function execute(Lexer $lexer) : void function in Antlr\\Antlr4\\Runtime\\Atn\\Actions\\LexerIndexedCustomAction 104 $this->action->execute($lexer);
|
| H A D | LexerAction.php | 50 public function execute(Lexer $lexer) : void; function
|
| /template/strap/vendor/php-webdriver/webdriver/lib/Chrome/ |
| H A D | ChromeDriver.php | 59 $response = $executor->execute($newSessionCommand); 84 $response = $this->executor->execute($command);
|
| H A D | ChromeDevToolsDriver.php | 36 public function execute($command, array $parameters = []) function in Facebook\\WebDriver\\Chrome\\ChromeDevToolsDriver
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | LexerActionExecutor.php | 164 public function execute(Lexer $lexer, CharStream $input, int $startIndex) : void function in Antlr\\Antlr4\\Runtime\\Atn\\LexerActionExecutor 181 $lexerAction->execute($lexer);
|
| /template/strap/ComboStrap/Meta/Store/ |
| H A D | MetadataDbStore.php | 190 $request->execute(); 221 $request->execute(); 265 ->execute()
|