Home
last modified time | relevance | path

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

/plugin/airtable/
Dsyntax.php141 $user_string = $match;
142 … $display_type = $this->getDisplayType($user_string); //check type is set correctly
146 … $parameter_array = $this->parseTableString($user_string);
156 … $parameter_array = $this->parseRecordString($user_string);
162 $parameter_array = $this->parseImageString($user_string);
171 $parameter_array = $this->parseTextString($user_string);
390 function parseTableString($user_string): array { argument
393 $table_query = $this->decodeRecordURL($this->getParameters($user_string));
404 function parseRecordString($user_string): array { argument
407 $record_query = $this->decodeRecordURL($this->getParameters($user_string));
[all …]
/plugin/externalembed/
Dsyntax.php447 private function getParameters(string $user_string): array { argument
449 $string_array = explode(' | ', $user_string);