Home
last modified time | relevance | path

Searched refs:headerMatches (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DHttpRouteRuleMatch.php63 public function setHeaderMatches($headerMatches) argument
65 $this->headerMatches = $headerMatches;
72 return $this->headerMatches;
/plugin/moaieditor/scripts/
Ddirty.js75 var headerMatches = this.getTopLevelHeaderMatches();
76 var upperMatches = this.getPreviousHeaderMatches (top, headerMatches);
79 headerMatches.reverse();
81 var lowerMatches = this.getPreviousHeaderMatches (bottom, headerMatches);
159 var headerMatches = this.getTopLevelHeaderMatches();
160 top = this.getExistingBoundaryMatch (headerMatches, this.state.request.upper);
161 bottom = this.getExistingBoundaryMatch (headerMatches, this.state.request.lower);
183 getExistingBoundaryMatch(headerMatches, boundaryMatches) { argument
188 for (let headerMatch of headerMatches)