Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
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/
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/
Dengine.php78 public function __construct($matchId) { argument
79 parent::__construct('war_matchfail', $matchId);
1075 foreach ($request as $matchId) {
1076 list($pageId, $offset) = explode('#', $matchId);
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Drestructure.js57 function removeAllMatchingFromCache(matchId) { argument
58 var matchSelectors = matchId.split(ID_JOIN_CHARACTER);