Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DConversion.php64 public $matchId; variable in Google\\Service\\Dfareporting\\Conversion
234 public function setMatchId($matchId) argument
236 $this->matchId = $matchId;
243 return $this->matchId;
/plugin/pagemove/
H A Dadmin.php951 $matchId = cleanID($matchLink);
952 resolve_pageid($cns, $matchId, $exists);
953 $matchPagename = ltrim(noNS($matchId), '.:');
956 … if ($matchId == $absSearchedId // matching link refers to the searched ID
/plugin/batchedit/
H A Dengine.php78 public function __construct($matchId) { argument
79 parent::__construct('war_matchfail', $matchId);
1075 foreach ($request as $matchId) {
1076 list($pageId, $offset) = explode('#', $matchId);