Home
last modified time | relevance | path

Searched refs:array_keys (Results 76 – 100 of 560) sorted by path

12345678910>>...23

/plugin/btable2/
H A Dexport.php41 $rows = array_keys($content);
42 $columns = array_keys($content[$rows[0]]);
H A Dsyntax.php328 $rows = array_keys($doodle);
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php199 foreach (array_keys($this->targetpages) as $pname) {
294 $pages = array_keys($this->targetpages);
H A Dfield.php405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php243 foreach (array_keys($this->targetpages) as $pname) {
338 $pages = array_keys($this->targetpages);
H A Dfield.php405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php199 foreach (array_keys($this->targetpages) as $pname) {
294 $pages = array_keys($this->targetpages);
H A Dfield.php405 $val = str_replace(array_keys($replacements), array_values($replacements), $val);
/plugin/cache/
H A Dplugin_cache.php175 $keys = array_keys($ar);
/plugin/catlist/
H A Dsyntax.php54 if (preg_match('/-'.$option.':('.implode('|',array_keys($varAssoc)).') /i', $match, $found)) {
/plugin/changes/
H A Daction.php40 $this->addDependencies($cache, array_keys($depends['rendering']));
/plugin/ckgdoku/action/
H A Dtagapi.php50 foreach (array_keys($tags) as $tag) {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php542 $keys = array_keys($_FILES);
/plugin/ckgedit/action/
H A Dtagapi.php50 foreach (array_keys($tags) as $tag) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php254 $keys = array_keys($this->access[$name]);
H A Dcommands.php536 $keys = array_keys($_FILES);
H A Dutf8.php890 foreach (array_keys($arr) as $k) {
/plugin/ckgedit/scripts/
H A Dcss6.php308 foreach(array_keys($iwlinks) as $iw){
/plugin/codemirror/
H A Daction.php37 $acronyms = array_keys(getAcronyms());
45 'entities' => array_keys(getEntities()),
49 'smileys' => array_keys(getSmileys()),
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ray_unshift array_splice array_slice array_merge array_merge_recursive array_keys array_values arr…
/plugin/columns/
H A Drewriter.php71 $result = array_keys($this->correction);
/plugin/combo/ComboStrap/
H A DBrand.php116 foreach (array_keys($brandDictionary) as $brandName) {
H A DBrandListTag.php16 $brandNames = array_keys($brandDictionary);
H A DBreakpoint.php87 foreach (array_keys(self::BREAKPOINTS_TO_PIXELS) as $shortName) {
H A DCallStack.php665 $offset = array_search($actualKey, array_keys($this->callStack), true);
740 return array_search($actualKey, array_keys($this->callStack), true);
934 $offset = array_search($key, array_keys($this->callStack), true);
1095 $offset = array_search($key, array_keys($this->callStack), true);

12345678910>>...23