Lines Matching defs:array

24  * which is an array of information such
42 const INLINE_DOKUWIKI_COMPONENTS = array(
106 const BLOCK_MARKUP_DOKUWIKI_COMPONENTS = array(
127 const TABLE_MARKUP = array(
159 * @param $call - the instruction array (ie called a call)
172 * @param array $attribute
179 public static function createComboCall($tagName, $state, array $attribute = array(), string $rawContext = null, string $content = null, string $payload = null, int $position = null, string $syntaxComponentName = null): Call
181 $data = array(
205 array(
219 * @param $array
223 public static function createNativeCall($callName, $array = [], $positionInText = null): Call
227 $array,
250 * Return the tag name from a call array
306 * PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable
317 // To resolve: explode() expects parameter 2 to be string, array given
318 LogUtility::msg("The call (" . print_r($this->call, true) . ") has an array and not a string as component (" . print_r($component, true) . "). Page: " . MarkupPath::createFromRequestedPage(), LogUtility::LVL_MSG_ERROR);
415 function &getAttributes(): ?array
425 LogUtility::error("The handle data is not an array for the call ($this), correct the returned data from the handle syntax plugin function", self::CANONICAL);
434 $message = "The attributes value are not an array for the call ($this), the value was wrapped in an array";
454 function updateToPluginComponent($component, $state, $attributes = array())
462 $this->call[1] = array(
464 1 => array(
587 $this->call[1] = array(
623 * @return array
664 * @return array|string|null
718 * @return mixed|string the position (ie key) in the array