| /plugin/matrixnotifierwas/vendor/rappasoft/laravel-helpers/src/ |
| D | helpers.php | 136 foreach (explode('.', $key) as $segment) { 138 if (array_key_exists($segment, $value = (array)$value)) { 139 $results[] = $value[$segment]; 255 foreach (explode('.', $key) as $segment) { 256 if (!is_array($array) || !array_key_exists($segment, $array)) { 260 $array = $array[$segment]; 285 foreach (explode('.', $key) as $segment) { 286 if (!is_array($array) || !array_key_exists($segment, $array)) { 290 $array = $array[$segment]; 490 foreach (explode('.', $key) as $segment) { [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
| D | RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions.php | 29 public $segment; variable in Google\\Service\\Analytics\\RemarketingAudienceStateBasedAudienceDefinitionExcludeConditions 48 public function setSegment($segment) argument 50 $this->segment = $segment; 57 return $this->segment;
|
| D | IncludeConditions.php | 41 public $segment; variable in Google\\Service\\Analytics\\IncludeConditions 102 public function setSegment($segment) argument 104 $this->segment = $segment; 111 return $this->segment;
|
| D | GaDataQuery.php | 60 public $segment; variable in Google\\Service\\Analytics\\GaDataQuery 175 public function setSegment($segment) argument 177 $this->segment = $segment; 184 return $this->segment;
|
| D | McfDataQuery.php | 60 public $segment; variable in Google\\Service\\Analytics\\McfDataQuery 175 public function setSegment($segment) argument 177 $this->segment = $segment; 184 return $this->segment;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
| D | DirectLex.php | 181 $segment = substr($html, $cursor, $strlen_segment); 183 if ($segment === false) { 190 if (substr($segment, 0, 3) === '!--') { 206 $segment = substr($html, $cursor, $strlen_segment); 210 $segment, 226 $is_end_tag = (strpos($segment, '/') === 0); 228 $type = substr($segment, 1); 243 if (!ctype_alpha($segment[0])) { 262 $is_self_closing = (strrpos($segment, '/') === $strlen_segment - 1); 265 $segment = substr($segment, 0, $strlen_segment); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/ |
| D | GoogleCloudVideointelligenceV1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p3beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p2beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p1beta1FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1beta2FaceSegment.php | 28 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 30 $this->segment = $segment; 37 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p3beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p1beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1beta2LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p2beta1LabelSegment.php | 46 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 48 $this->segment = $segment; 55 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1beta2TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1beta2VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p3beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p2beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p2beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p1beta1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1p1beta1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1TextSegment.php | 63 public function setSegment(GoogleCloudVideointelligenceV1VideoSegment $segment) argument 65 $this->segment = $segment; 72 return $this->segment;
|
| D | GoogleCloudVideointelligenceV1p3beta1Track.php | 65 public function setSegment(GoogleCloudVideointelligenceV1p3beta1VideoSegment $segment) argument 67 $this->segment = $segment; 74 return $this->segment;
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | UriResolver.php | 33 foreach ($segments as $segment) { 34 if ($segment === '..') { 36 } elseif ($segment !== '.') { 37 $results[] = $segment; 46 } elseif ($newPath !== '' && ($segment === '.' || $segment === '..')) { 191 foreach ($sourceSegments as $i => $segment) { 192 if (isset($targetSegments[$i]) && $segment === $targetSegments[$i]) {
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | UriResolver.php | 31 foreach ($segments as $segment) { 32 if ($segment === '..') { 34 } elseif ($segment !== '.') { 35 $results[] = $segment; 44 } elseif ($newPath !== '' && ($segment === '.' || $segment === '..')) { 180 foreach ($sourceSegments as $i => $segment) { 181 if (isset($targetSegments[$i]) && $segment === $targetSegments[$i]) {
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
| D | GroupOrSegment.php | 44 public function setSegment(SchemaSegment $segment) argument 46 $this->segment = $segment; 53 return $this->segment;
|