Home
last modified time | relevance | path

Searched refs:array_combine (Results 1 – 25 of 45) sorted by relevance

12

/plugin/confmanager/configTypes/
H A DConfigManagerTwoLine.php95 $lines = array_combine($keys, $values);
98 $lines = array_merge($lines, array_combine($newKey, $newValue));
H A DConfigManagerTwoLineConfigCascade.php41 $lines = array_combine($keys, $values);
126 return array_combine($newKey, $newValue);
/plugin/bookmarkme/
H A Daction.php28 function array_combine( $keys, $vals ) { function
172 $this->bookmarks = array_merge(array_filter(array_combine($bkk,$bkv)),$this->bookmarks);
/plugin/achart/
H A Dsyntax.php148 return array_combine($keys, $values);
152 $csvData[]= array_combine(array('data'),array($newArray));
/plugin/bureaucracy-au/helper/
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
/plugin/bureaucracyau/helper/
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
/plugin/bureaucracy/helper/
H A Dfieldaddpage.php25 $this->opt = array_combine(array('cmd', 'page_tpl', 'page_tgt'), $args);
H A Dfieldusemailtemplate.php24 $this->opt = array_combine(array('cmd', 'template'), $args);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A DCustomPropertyOrderingStrategy.php25 …$currentSorting = $properties ? array_combine(array_keys($properties), range(1, \count($properties…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DAccessorSetter.php58 $this->collection = array_combine($collection, $collection);
/plugin/swiftmail/Swift/Iterator/
H A DArray.php54 return array_combine($this->keys, $this->values);
/plugin/reqlang/
H A Daction.php56 $langs = array_combine($lang_parse[1], $lang_parse[4]);
/plugin/upgrade/
H A Dlegacy.php40 return array_combine(array_column($lines, 0), array_column($lines, 1));
/plugin/struct/types/
H A DDropdown.php22 $options = array_combine($options, $options);
/plugin/approve/action/
H A Drevisions.php42 $approve_revisions = array_combine(array_column($approve_revisions, 'rev'), $approve_revisions);
/plugin/runcommand/
H A Dsyntax.php185 return array_combine($r[1], $r[2]);
190 return array_combine($r[1], $r[2]);
195 return array_combine($r[1], $r[2]);
/plugin/acknowledge/admin/
H A Dassign.php37 $patterns = array_combine($pattern, $assignees);
/plugin/langdelete/
H A Dadmin.php383 "templates" => array_combine ($templates,
386 "plugins" => array_combine ($plugins,
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DConsistency.php352 array_replace($arguments, array_combine($ii, func_get_args()))
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackFilter.php110 ->array(array_combine($keys, $values))
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php106 …$this->forbiddenFunctions = array_combine($this->forbiddenFunctionNames, $this->forbiddenFunct…
/plugin/dlcounter/
H A Dsyntax.php159 return array_combine( $keys, $arr );
/plugin/codeprettify/syntax/
H A Dcode.php106 $opts = array_combine($keys, $values);

12