Home
last modified time | relevance | path

Searched refs:handle (Results 1501 – 1525 of 1645) sorted by last modified time

1...<<616263646566

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php1906 $this->assoc->handle);
H A DInterface.php126 * @param mixed $handle This optional parameter is the handle of
134 function getAssociation($server_url, $handle = null) argument
151 * @param string $handle This is the handle of the association to
158 function removeAssociation($server_url, $handle) argument
H A DMemcachedStore.php60 $association->handle);
91 function getAssociation($server_url, $handle = null) argument
94 if ($handle !== null) {
97 $this->associationKey($server_url, $handle));
125 function removeAssociation($server_url, $handle) argument
131 $handle);
186 function associationKey($server_url, $handle = null) argument
188 return 'openid_association_' . sha1($server_url) . '_' . sha1($handle);
H A DSQLStore.php321 function _set_assoc($server_url, $handle, $secret, $issued, argument
327 $handle,
338 $association->handle,
354 function _get_assoc($server_url, $handle) argument
357 array($server_url, $handle));
380 function removeAssociation($server_url, $handle) argument
382 if ($this->_get_assoc($server_url, $handle) == null) {
388 array($server_url, $handle)))) {
397 function getAssociation($server_url, $handle = null) argument
399 if ($handle !== null) {
[all …]
H A DServer.php659 'assoc_handle' => $assoc->handle));
1379 $handle = sprintf('{%s}{%x}{%s}', $assoc_type, intval(time()), $uniq);
1382 $this->SECRET_LIFETIME, $handle, $secret, $assoc_type);
H A DDumbStore.php68 function getAssociation($server_url, $handle = null) argument
76 function removeAssociation($server_url, $handle) argument
H A DMDB2Store.php278 "value" => $association->handle,
318 function getAssociation($server_url, $handle = null) argument
329 if ($handle !== null) {
333 $params = array($server_url, $handle);
357 function removeAssociation($server_url, $handle) argument
362 array($server_url, $handle));
/plugin/fedauth/
H A Dajax.php38 $fa->handle();
/plugin/fedauth/js/
H A Dadmin.js54 var handle = typeof id == 'undefined' ? fa_manager._stripprovid(this) : id;
55 handler(this, handle);
/plugin/bbs/
H A Dsyntax.php29 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_bbs
/plugin/formatplus/syntax/
H A Dblockquoteplus.php60 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_formatplus_blockquoteplus
H A Dblockdeleteplus.php66 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_formatplus_blockdeleteplus
H A Dblockinsertplus.php61 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_formatplus_blockinsertplus
H A Dquoteplus.php52 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_formatplus_quoteplus
/plugin/formatplus/
H A Dformatting.php98 function handle($match, $state, $pos, &$handler){ function in FormattingPlus_Syntax_Plugin
/plugin/page4release/
H A Dsyntax.php36 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_page4release
/plugin/command/inc/
H A Dembedding.php95 function handle($match, $state, $pos, &$handler) function in CommandEmbedding
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/ryubin/syntax/
H A Dryubin.php35 public function handle($match, $state, $pos, &$handler){ function in syntax_plugin_ryubin_ryubin
/plugin/semanticdata/syntax/
H A Dentry.php57 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_semanticdata_entry
H A Dtable.php59 function handle($match, $state, $pos, &$handler){ function in syntax_plugin_semanticdata_table
/plugin/rssticker/
H A Dsyntax.php30 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_rssticker
/plugin/googlepagerank/
H A Dsyntax.php37 function handle($match, $state, $pos, &$handler) { function in syntax_plugin_googlepagerank

1...<<616263646566