Home
last modified time | relevance | path

Searched refs:instance (Results 201 – 225 of 405) sorted by last modified time

12345678910>>...17

/plugin/codemirror/dist/
H A Dscripts.min.js.map1instance","multiplexingMode","returnEnd","innerActive","cutOff","oldContent","open","parseDelimite…
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1instance linesize lno loboffset logsource long longchunksize markup native newpage numformat numwi…
H A Dvbscript.min.js.map1 …net/LICENSE\n\n/*\nFor extra ASP classic objects, initialize CodeMirror instance with this option:…
H A Dcrystal.min.js.map1 …\n return \"variable\";\n }\n\n // Class variables and instance variables\n …
H A Dhaskell.min.js.map1 …n \"if\", \"import\", \"in\", \"infix\", \"infixl\", \"infixr\", \"instance\", \"let\",\n …
H A Ddylan.min.js.map1 …ove\", \"below\", \"by\", \"from\", \"handler\", \"in\",\n \"instance\", \"let\", \"loc…
H A Dclojure.min.js.map1 … \"indexed?\", \"init-proxy\", \"inst-ms\", \"inst-ms*\", \"inst?\", \"instance?\",\n \"int\…
H A Dverilog.min.js.map1 …ts implies import \" +\n \"incdir include initial inout input inside instance int integer inter…
H A Dxquery.min.js.map1 …group',\n 'if', 'import', 'in', 'inherit', 'insensitive', 'insert', 'instance', 'intersect', 'i…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1instance state in the CodeMirror object.\n cm.state.vim = {\n inputState: new Inpu…
/plugin/phpipam/
H A DREADME4 Fetch subnet hosts from a **{php}_IPAM_** instance
H A Dplugin.info.txt5 desc Fetch subnet hosts from a {php}IPAM instance
/plugin/issuelinks/classes/
H A DServiceProvider.php10 protected static $instance; variable in dokuwiki\\plugin\\issuelinks\\classes\\ServiceProvider
34 if (null === self::$instance || $forcereload) {
35 self::$instance = new self();
37 return self::$instance;
/plugin/issuelinks/services/
H A DAbstractService.php10 protected static $instance = []; variable in dokuwiki\\plugin\\issuelinks\\services\\AbstractService
15 if (empty(self::$instance[$class]) || $forcereload) {
16 self::$instance[$class] = new $class();
18 return self::$instance[$class];
/plugin/etherpadlite/action/
H A Detherpadlite.php28 if (isset($this->instance)) return;
/plugin/etherpadlite/
H A DREADME.md11 This dokuwiki plugin lets you edit your pages using an existing etherpad lite instance. Using an ap…
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexample_big.php26 $instance = new EtherpadLiteClient('EtherpadFTW','http://beta.etherpad.org/api'); // Example URL: … variable
72 $newPad = $instance->createGroupPad($groupID,$name,$contents);
86 $instance->deletePad($groupID . "\$" . $name);
96 $instance->setPublicStatus($name,"true");
106 $instance->setPublicStatus($name,"false");
118 $padList = $instance->listPads($groupID);
136 $padContents = $instance->getText($pad); // Get the pad contents
147 $readOnlyID = $instance->getReadOnlyID($pad);
150 $getpublicStatus = $instance->getPublicStatus($pad); // get Security status of the pad
H A DREADME.md7 $instance = new EtherpadLiteClient('EtherpadFTW,http://beta.etherpad.org/api');
8 $revisionCount = $instance->getRevisionsCount('testPad');
22 $padContents = $instance->getText('testPad');
H A Dexamples.php7 $instance = new EtherpadLiteClient('EtherpadFTW','http://beta.etherpad.org:9001/api'); // Example U… variable
131 $createGroup = $instance->createGroup();
141 $newPad = $instance->createGroupPad($groupID,'testpad','Example text body');
151 $padList = $instance->listPads($groupID);
161 $mapGroup = $instance->createGroupIfNotExistsFor("Guests");
168 $instance->deleteGroup($groupID);
179 $sessionID = $instance->createSession($groupID, $authorID, $validUntil);
185 $sessioninfo = $instance->getSessionInfo($sessionID);
191 $authorSessions = $instance->listSessionsOfAuthor($authorID);
196 $groupSessions = $instance->listSessionsOfGroup($groupID);
[all …]
/plugin/overlay/
H A Dstyle.css64 /* mark settings here as !important. For instance, color: green !important; */
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js831 return PDFPrintServiceFactory.instance.supportsPrinting;
2687 instance: {
3353 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4218 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4523 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4837 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
4998 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
5421 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
5704 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
5807 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
[all …]
H A Dviewer.js.map1instance","supportsPrinting","createPrintService","module","runtime","Op","hasOwn","$Symbol","iter…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js4331 var instance = new C();
4332 var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
4334 instance.has(1);
5573 function _classCallCheck(instance, Constructor) {
5574 if (!(instance instanceof Constructor)) {
6659 function _classCallCheck(instance, Constructor) {
6660 if (!(instance instanceof Constructor)) {
8629 function _classCallCheck(instance, Constructor) {
8630 if (!(instance instanceof Constructor)) {
9824 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
[all …]
H A Dpdf.js.map1instance.js","webpack://pdfjs-dist/build/pdf/node_modules/core-js/modules/_for-of.js","webpack://p…
H A Dpdf.worker.js5500 var instance = new C();
5501 var HASNT_CHAINING = instance[ADDER](IS_WEAK ? {} : -0, 1) != instance;
5503 instance.has(1);
6742 function _classCallCheck(instance, Constructor) {
6743 if (!(instance instanceof Constructor)) {
7828 function _classCallCheck(instance, Constructor) {
7829 if (!(instance instanceof Constructor)) {
9798 function _classCallCheck(instance, Constructor) {
9799 if (!(instance instanceof Constructor)) {
11300 function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw n…
[all …]

12345678910>>...17