Home
last modified time | relevance | path

Searched refs:registered (Results 1 – 25 of 97) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DCreateAuthUriResponse.php50 public $registered; variable in Google\\Service\\IdentityToolkit\\CreateAuthUriResponse
147 public function setRegistered($registered) argument
149 $this->registered = $registered;
156 return $this->registered;
H A DVerifyPasswordResponse.php69 public $registered; variable in Google\\Service\\IdentityToolkit\\VerifyPasswordResponse
228 public function setRegistered($registered) argument
230 $this->registered = $registered;
237 return $this->registered;
/plugin/swiftmail/Swift/Plugin/
H A DFileEmbedder.php326 $registered = $this->registeredFiles[$lower_url];
327 foreach ($registered["cids"] as $cid)
335 $cid = $this->message->attach($registered["obj"]);
336 $this->registerFile($url, $cid, $registered["obj"]);
371 $registered = $this->registeredFiles[$lower_path];
372 foreach ($registered["cids"] as $cid)
380 $cid = $this->message->attach($registered["obj"]);
381 $this->registerFile($path, $cid, $registered["obj"]);
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js624 var registered = {};
643 registered[aliases[i]] = brush;
662 if(registered[language] == null)
666 highlighter = new dp.sh.Brushes[registered[language]]();
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js147 var elements=[];var highlighter=null;var registered={};var propertyName='innerHTML';FindTagsByName(…
151 registered[aliases[i]]=brush;}
154 continue;options=options.split(':');language=options[0].toLowerCase();if(registered[language]==null)
155 continue;highlighter=new dp.sh.Brushes[registered[language]]();element.style.display='none';highlig…
/plugin/issuetracker/
H A DREADME62 Edits only by registered users = on/off
116 User name name derived from login if registered user, else should be entered by user
117 User mail e-mail derived from login if registered user, else should be entered by user
/plugin/ckgdoku/ckeditor/plugins/wsc/
H A DLICENSE.md28 …- Frederico Knabben. All other brand and product names are trademarks, registered trademarks or se…
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DLICENSE.md28 …- Frederico Knabben. All other brand and product names are trademarks, registered trademarks or se…
/plugin/ckgedit/ckeditor/plugins/wsc/
H A DLICENSE.md28 …- Frederico Knabben. All other brand and product names are trademarks, registered trademarks or se…
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DLICENSE.md28 …- Frederico Knabben. All other brand and product names are trademarks, registered trademarks or se…
/plugin/letsencrypt/
H A DLescript.php43 $this->log('New account certificate registered');
47 $this->log('Account already registered. Continuing.');
/plugin/groupmail/
H A DREADME.textile17 * support force sending with registered identity
72 p. Don't allow to override the sender name or email, but use registered user
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js105 registered = {},
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js121 registered = {},
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dhandlers.rst73 Also, this type of handler is registered via the builder object::
/plugin/ckgdoku/ckeditor/plugins/timestamp/
H A DLICENSE.md14 and product names are trademarks, registered trademarks or service
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md9 * Allow custom functions to be registered on the Lessphp filter
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md32 …* Improve readability by adding constants to registered events container. (Metalaka, 2015-11-20T19…
/plugin/ckgdoku/ckeditor/plugins/geshi/
H A DLICENSE.md14 and product names are trademarks, registered trademarks or service
/plugin/ckgedit/ckeditor/plugins/timestamp/
H A DLICENSE.md14 and product names are trademarks, registered trademarks or service
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DSyrCOMEdessa_license.txt12 * The registered trademark notice belonging to Bigelow & Holmes
/plugin/fckg/action/entities/utils/
H A Dentities.txt94 registered trademark
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt94 registered trademark
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt94 registered trademark
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md47 - [135: Prevent the same loader from being registered twice](https://github.com/doctrine/annotation…
114 - [74: Ignore not registered annotations fix](https://github.com/doctrine/annotations/pull/74)

1234