Home
last modified time | relevance | path

Searched refs:keys (Results 551 – 575 of 576) sorted by last modified time

1...<<21222324

/plugin/s5reloaded/ui/thesis/
H A Dslides.js523 function keys(key) { function
1278 document.onkeyup = keys;
/plugin/tline/
H A DCHANGES.txt245 * Added mouse-wheel scroll. Mouse-wheel acts as left and right arrow keys. Theme
/plugin/linkbonus/syntax/
H A Dbase.php109 $keys = array(
112 if ($this->getConf('link_favicons') == true) $keys[]= 'favicon';
115 DW_common_linkbonus::parse_options ($data, $link, $keys);
H A Dexternal.php105 $keys = array(
108 if ($this->getConf('link_favicons') == true) $keys[]= 'favicon';
111 DW_common_linkbonus::parse_options ($data, $link, $keys);
/plugin/linkbonus/
H A Dcommon.php163 @param keys the list of allowed keys
165 static public function parse_options ($data, &$options, $keys) { argument
166 $allow_all = ($keys === null);
172 if ($allow_all || in_array($key, $keys, true)) {
/plugin/jmol2/jmol/
H A DCHANGES.txt377 # new feature: NAVIGATION ON/OFF now does continuous motion with arrow keys
3670 # Items may be integers or string-based keys
5674 # where the format string may have the following keys:
/plugin/lastfm/inc/
H A Dlastfmutils.php387 $keys = array_keys($val["attributes"]);
388 foreach ($keys as $key)
/plugin/codehighlight/cp/languages/
H A Dcss.css8 a {color:#0000ff;} /* keys */
/plugin/offline/
H A DCOPYING.txt311 procedures, authorization keys, or other information required to install
/plugin/indexmenu2/cms/modifiers/
H A Dajaxum.js14keys,css,mo){el=el[keys.submenu];if(el.childNodes.length&&!el[keys.ajaxumTarget])return;var showms…
/plugin/bookmarkme/
H A Daction.php24 * @param array $keys array with keys
28 function array_combine( $keys, $vals ) { argument
29 $keys = array_values( (array) $keys );
31 $n = max( count( $keys ), count( $vals ) );
34 $r[ $keys[ $i ] ] = $vals[ $i ];
/plugin/cache/
H A Dplugin_cache.php175 $keys = array_keys($ar);
178 $k = $keys[$i];
/plugin/register/
H A Dsyntax.php93 $keys = array();
113 $keys[$key] = $val;
120 $keys["long desc"] = "";
122 $keys["addr"] = "";
126 $keys["perms"] = "";
140 $keys[$key] = $val;
148 $keys["xml"] .= (substr($keys["xml"], -4) == ".xml" ? "" : ".xml");
150 $keys["xml"] = "ADSP-" . $keys["xml"];
180 $keys["reset"] = "undef";
213 $keys["register"], $keys["long desc"], $keys["addr"], $keys["reset"],
[all …]
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt317 procedures, authorization keys, or other information required to install
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc222 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…
223 * So we need to find out the correct case for the configuration keys.
224 …* We "fix" this by comparing the caseless configuration keys to a list of all available configurat…
H A Dfckeditor.cfm134 …* CFML doesn't store casesensitive names for structure keys, but the configuration names must be c…
135 * So we need to find out the correct case for the configuration keys.
136 …* We "fix" this by comparing the caseless configuration keys to a list of all available configurat…
H A Dfckeditor.py146 for sKey in self.Config.keys():
/plugin/wysiwyg/fckeditor/_samples/py/
H A Dsampleposteddata.py62 for key in form.keys():
77 for key in os.environ.keys():
H A Dsample01.py72 for key in os.environ.keys():
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckconnector.py81 if key in self.request.keys():
83 elif key in self.get_request.keys():
/plugin/dokukiwix/
H A DCOPYING311 procedures, authorization keys, or other information required to install
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js25 var keys = { class
101 el[keys['selectionStart']] = parseInt(start);
102 el[keys['selectionEnd']] = parseInt(end);
172 …return start<1?(start==0&&force?0:(parseInt(el[keys['selectionStart']])?parseInt(el[keys['selectio…
215 …return end<1?(end==0&&force?0:(parseInt(el[keys['selectionEnd']])?parseInt(el[keys['selectionEnd']…
/plugin/txtconf/
H A Dtxtconfig.class.php72 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
73 $keys = array_unique($keys);
84 foreach ($keys as $key) {
H A Dconfig0.class.php60 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
61 $keys = array_unique($keys);
63 foreach ($keys as $key) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSEENTRIES.php241 $keys = preg_split("/=,/", $oldString);
245 array_pop($keys);
246 foreach($keys as $key)

1...<<21222324