Home
last modified time | relevance | path

Searched refs:array (Results 301 – 325 of 765) sorted by relevance

1...<<11121314151617181920>>...31

/plugin/dokutexit/
H A Dtexitrender.php101 $array = preg_split("/\r?\n/", trim($data));
104 $this->_data[$state] = $array;
107 array_push($this->_data[$state], $array);
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php320 function get_var ( $name, $array, $maxlength = 255, $default = null ) { argument
321 if ( ! isset ( $array[$name] ) ) { return $default; }
322 $data = $array[$name];
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php43 public function getValueAsAlias(): array
72 * @param array|null $aliasesPersistentValues
75 private function toNativeAliasArray(?array $aliasesPersistentValues): array
103 LogUtility::msg("The value of the alias array should not be empty as it's the alias path", Alias::CANONICAL);
119 * @return null|array - the array to be saved in a text/json file
121 public static function toMetadataArray(?array $aliases): ?array
126 $array
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyArrayAndHash.php20 private $array = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyArrayAndHash
/plugin/tabbox/
H A Dsyntax.php194 $array = (array) $obj;
196 return $array[$prefix . $name];
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.IDBlacklist.txt
H A DHTML.TidyAdd.txt
H A DHTML.TidyRemove.txt
H A DAttr.ForbiddenClasses.txt
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php25 * @param array|ArrayAccess $array
28 public static function assertArrayHasKey($key, $array, $message = '') argument
37 if (!(is_array($array) || $array instanceof ArrayAccess)) {
46 static::assertThat($array, $constraint, $message);
53 * @param array|ArrayAccess $array
66 if (!(is_array($array) || $array instanceof ArrayAccess)) {
75 static::assertThat($array, $constraint, $message);
82 * @param array|ArrayAccess $array
85 public static function assertArrayNotHasKey($key, $array, $message = '') argument
94 if (!(is_array($array) || $array instanceof ArrayAccess)) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Darray.test2 array index test
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php172 $array = [];
176 array_push($array, $value);
179 return [$array, $offset];
/plugin/cronojob/
H A Dpseudocron.php209 function multisort(&$array, $sortby, $order='asc') { argument
210 foreach($array as $val) {
213 $c = $array;
216 $array = $c;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc29 .`delete(array $params = [])`
42 .`get(array $params = [])`
58 .`status(array $params = [])`
71 .`submit(array $params = [])`
H A DSslNamespace.asciidoc26 .`certificates(array $params = [])`
/plugin/parserarray/
H A Dplugin.info.txt6 desc Exports DokuWiki parser instruction array
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_keys.test2 "batch" filter preserves array keys
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1array-map',\n 'as->',\n 'aset',\n 'aset-boolean',\n 'aset-byte',\n …
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/jplayer/vendor/mustache/mustache/
H A DREADME.md20 echo $m->render('Hello {{planet}}', array('planet' => 'World!')); // "Hello World!"
35 Create a view "context" object -- which could also be an associative array, but those don't do func…
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md57 $opts = array(
58 'http' => array(
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dmultiline_array_with_undefined_variable_again.test2 Exception for multiline array with undefined variable
H A Dmultiline_array_with_undefined_variable.test2 Exception for multiline array with undefined variable
/plugin/rater/
H A Dsyntax.php726 function array_sort($array, $on, $order) argument
731 if (count($array) > 0) {
732 foreach ($array as $k => $v) {
754 $new_array[$k] = $array[$k];
868 function array_flat($array) { argument
870 foreach($array as $k=>$v){
871 if(is_array($array[$k])) { $out=array_merge($out,$this->array_flat($array[$k])); }
/plugin/twcheckliste/
H A Drenderer.php.old43 $headers = array(
46 p_set_metadata($ID,array('format' => array('twcheckliste' => $headers) ));

1...<<11121314151617181920>>...31