Home
last modified time | relevance | path

Searched refs:keys (Results 501 – 525 of 576) sorted by last modified time

1...<<21222324

/plugin/authsqlite/
H A Dauth.php104 * @param string[] $keys
108 protected function _chkcnf($keys, $wop = false) { argument
109 foreach($keys as $key) {
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md34 * Any array thrown into the serializer with numeric keys is now simply
/plugin/eventum/
H A Dsyntax.php116 function filter_keys($keys, $data) { argument
118 foreach ($keys as $key => $value) {
/plugin/datatemplate/syntax/
H A Dlist.php333 $keys = array();
335 $keys[$v] = $k;
344 $cols = array_keys($keys);
352 $idx = $keys[$col];
/plugin/pgn4web/
H A DLICENSE311 procedures, authorization keys, or other information required to install
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/labeled/
H A Dhelper.php235 $keys = array_keys($labels);
236 $kc = count($keys);
238 if ($labels[$keys[$i]]['ordernr'] == ($i+1)) {
241 $labels[$keys[$i]]['ordernr'] = $i+1;
242 $db->query('UPDATE labels SET ordernr=? WHERE name=?', ($i+1), $keys[$i]);
/plugin/pirate/
H A Drenderer.php35 $keys = array_keys($patterns);
39 $content = preg_replace($keys,$values,$content);
/plugin/freechat/phpfreechat/src/
H A Dpfcglobalconfig.class.php1110 $keys = array_keys($conf);
1111 foreach($keys as $k)
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js447 var um_keys = um.keys();
490 var cm_keys = cm.keys();
1001 var keys = msg_html.keys();
1002 for( var i=0; i<keys.length; i++)
1004 var recipientid = keys[i];
1248 var chanids = this.chanmeta.keys();
1340 var um_keys = usermeta.keys();
H A Dpfcgui.js404 var sl = smileys.keys();
H A Dprototype.js77 var properties = Object.keys(source);
79 if (!Object.keys({ toString: true }).length)
151 keys: function(object) {
152 var keys = [];
154 keys.push(property);
155 return keys;
1027 keys: function() {
3809 var methods = Object.keys(Event.Methods).inject({ }, function(m, name) {
3934 Object.keys(getCacheForID(id)).each(function(eventName) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php447 $keys = array();
458 $keys[] = $selector;
462 if(!empty($keys))
466 foreach($keys as $selector)
/plugin/plantuml/res/file-broken/
H A DLICENSE311 procedures, authorization keys, or other information required to install
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1446 is based on eight keys; these are the seven tag values of the STR and also the
H A DREADME.txt34 - shortcut keys for navigating through the game, for selecting games and much
359 this allows for instance to browse the game using the arrow keys. If no other
/plugin/zotero/
H A Dconfig.ini.dist8 ; if this is set to 1, the plugin will try to read unknown cite keys from Zotero's Atom feed
/plugin/tuxquote/
H A Dquotes.txt1047 …of that journey can we truly come to know, as a species, where we lost our keys. <BR> -- Dave Barry
3251 The Telephone will ring when you are outside the door fumbling for your keys. You will reach it jus…
3464 If you hit two keys on the typewriter, the one you don't want hits the paper. <BR> -- Devrie's Dile…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt23692 I will give you the keys of the kingdom of the heavens, and whatever you may bind on earth will be …
30716 and the living one; and I became dead, but, look! I am living forever and ever, and I have the keys
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2keys(a.k).forEach(function(e){l(e,a.k[e])}),a.k=s}a.lR=r(a.l||/\b\w+\b/,!0),n&&(a.bK&&(a.b="\\b("+…
/plugin/settingstree/settings/
H A Dsettingslevel.class.php187 protected function _markChanged($keys){ argument
189 foreach ($keys as $key){
/plugin/mantis/lib/
H A Dchangelog418 - soap_server: make all incoming HTTP header keys lower case
/plugin/dokumicrobugtracker/
H A DLICENSE.txt311 procedures, authorization keys, or other information required to install
/plugin/jiralinks/
H A Daction.php51 if(preg_match_all('/[A-Z]+?-[0-9]+/', $event->data[0][1], $keys)) {
53 $keys = array_unique($keys[0]);
62 foreach($keys as $key) {
/plugin/owncloud/
H A DCOPYING311 procedures, authorization keys, or other information required to install

1...<<21222324