Home
last modified time | relevance | path

Searched refs:on_page (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/Internal/
H A DWebDriverCoordinates.php33 * @param callable $on_page
36 public function __construct($on_screen, callable $in_view_port, callable $on_page, $auxiliary) argument
40 $this->onPage = $on_page;
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
Dtags.js.unc138 var on_page; //tags found in page tag markup
151 on_page = matches[1].split(/\s/);
156 if(tag && !on_page.includes(labelText)) {
159 else if(tag && on_page.includes(labelText) && !jQuery(this).prop('checked')){
166 for(i=0; i< on_page.length; i++) {
167 var r= new RegExp(on_page[i]);
169 custom_insert += on_page[i] + " ";
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php275 $on_page = static function () use ($element) {
283 $on_page,