Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 253) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEventExtendedProperties.php29 public $shared; variable in Google\\Service\\Calendar\\EventExtendedProperties
48 public function setShared($shared) argument
50 $this->shared = $shared;
57 return $this->shared;
/plugin/doctree2filelist/
Dstart.txt4 …mportierten Dokumente zugegriffen werden kann.|portfolio:dokumente:start|shared:icons:folder-new-5…
12 …fos zu Schlüler- und Lehrerschaft u.ä.|portfolio:rahmenbedingungen:start|shared:icons:emblem-impor…
13 …bereichen aus dem "Modell für Schulqualität".|:portfolio:prozesse:start|:shared:icons:emblem-syste…
14 …führung der Selbstevaluation u.ä.|portfolio:qualitaetsentwicklung:start|:shared:icons:document-ope…
15 <item>Ergebnisse und Wirkungen|Ergebnisbezogene Angaben.|portfolio:ergebnisse:start|:shared:icons:g…
16 …unden, Briefvorlagen, Formulare, u.ä.|portfolio:weitere_dokumente:start|:shared:icons:edit-copy-50…
/plugin/asciidocjs/node_modules/core-js/modules/
D_shared-key.js1 var shared = require('./_shared')('keys'); variable
4 return shared[key] || (shared[key] = uid(key));
D_metadata.js3 var shared = require('./_shared')('metadata'); variable
4 var store = shared.store || (shared.store = new (require('./es6.weak-map'))());
Des6.symbol.js10 var shared = require('./_shared'); variable
40 var SymbolRegistry = shared('symbol-registry');
41 var AllSymbols = shared('symbols');
42 var OPSymbols = shared('op-symbols');
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_shared-key.js1 var shared = require('./_shared')('keys'); variable
4 return shared[key] || (shared[key] = uid(key));
D_metadata.js3 var shared = require('./_shared')('metadata'); variable
4 var store = shared.store || (shared.store = new (require('./es6.weak-map'))());
Des6.symbol.js10 var shared = require('./_shared'); variable
40 var SymbolRegistry = shared('symbol-registry');
41 var AllSymbols = shared('symbols');
42 var OPSymbols = shared('op-symbols');
/plugin/rssticker/
Dstyle.css25 div.dokuwiki div.rsstitle{ /*shared class for all title elements in an RSS feed*/
29 div.dokuwiki div.rssdate{ /*shared class for all date elements in an RSS feed*/
34 div.dokuwiki div.rssdescription{ /*shared class for all description elements in an RSS feed*/
37 div.dokuwiki div.rsshead{ /*shared class for all title elements in an RSS feed*/
/plugin/schedule/lib/
DscheduleForm.js73 var shared = null;
77 shared = "true";
80 this.multiple = shared;
81 this.size = shared ? 9 : 1;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dindex.asciidoc6 include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
7 include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
DDriveFile.php162 public $shared; variable in Google\\Service\\Drive\\DriveFile
771 public function setShared($shared) argument
773 $this->shared = $shared;
780 return $this->shared;
/plugin/processing/
Dscript.js9669 if (p.shared.blurRadius !== radius) {
9670 p.shared.blurRadius = radius;
9671 p.shared.blurKernelSize = 1 + (p.shared.blurRadius<<1);
9672 p.shared.blurKernel = new Array(p.shared.blurKernelSize);
9674 for (i = 0; i < p.shared.blurKernelSize; i++) {
9675 p.shared.blurKernel[i] = 0;
9679 p.shared.blurKernel[radius+i] = p.shared.blurKernel[radiusi] = radiusi * radiusi;
9681 p.shared.blurKernel[radius] = radius * radius;
9701 read = x - p.shared.blurRadius;
9711 for (i = bk0; i < p.shared.blurKernelSize; i++) {
[all …]
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
Dbuild.properties12 artifactId=vbsso-connect-shared
/plugin/wrap/
Dprint_or_pdf.less2 Styles shared between print.css and pdf.css
/plugin/schedule/
Dschedule.class.php27 var $shared; // shared event variable in schedule
Dschedules.class.php364 $schedule->shared = ($schedule->shared == true);
417 if ($event->shared == $other->shared &&
429 if (!$event->shared || !$event->from || !$event->title)
433 if ($event->shared == $other->shared &&
703 $event->shared == $schedule->shared &&
1119 ptln ($this->scheduleRoot->scheduleShared[$event->shared]);
1500 $selected = ($sharedVal == $this->defaultSchedule->shared) ? ' selected="true" ' : '';
1504 …chd[member]"'.($this->defaultSchedule->shared ? ' multiple="true"' : "").' size="'.($this->default…
/plugin/sympaauth/
DREADME2 Be sure php is compiled with soap enabled or shared (in this case, install the relevant package).
/plugin/numatomo/
H A DREADME.md6 …h the actual Matomo server. You need to either set up your own, or use a shared (possibly commerci…
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
DREADME.md4 shared code between MaxMind's various web service client APIs.
/plugin/vbsso/views/
Dadmin.html2-1.tpl15 <p>Please disconnect this platform to change shared key</p>
/plugin/codeprettify/code-prettify/src/
Dlang-vhdl.js39 …e|range|record|register|reject|rem|report|return|rol|ror|select|severity|shared|signal|sla|sll|sra…
/plugin/bpmnio/
Dall.less7 @import "vendor/dmn-js/dist/assets/dmn-js-shared.css";
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dinstallation.rst86 3. Use the ``configure --disable-all --enable-cli --enable-twig=shared`` command instead of step 14
96 --enable-twig=shared`` to be able to build the twig C extension for
/plugin/latex-was/
DTODO15 manually and set it to a specific shared point, in a small wiki.

1234567891011