Home
last modified time | relevance | path

Searched refs:addArray (Results 1 – 5 of 5) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/recursion-context/src/
H A DContext.php50 return $this->addArray($value);
87 private function addArray(array &$array) function in SebastianBergmann\\RecursionContext\\Context
/plugin/noticeboard/classes/
H A DArrayList.php115 public function addArray($array){ function in helper_plugin_noticeboard_ArrayList
/plugin/noticeboard/noticeboard/classes/
H A DArrayList.php115 public function addArray($array){ function in helper_plugin_noticeboard_ArrayList
/plugin/eventum/XML/
H A DRPC.php1574 $this->addArray($val);
1625 function addArray($vals) function in XML_RPC_Value
1986 $XML_RPC_val->addArray($php_val);
1995 $XML_RPC_val->addArray($arr);
/plugin/sketchcanvas/phplib/
H A Dspyc.php453 $this->addArray($lineArray, $this->indent);
743 $this->addArray(array($k => $_), $indent);
749 private function addArray ($incoming_data, $incoming_indent) { function in Spyc