Home
last modified time | relevance | path

Searched refs:subs (Results 1 – 25 of 30) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
DMockSubscriptionSupport.php24 protected $subs = []; variable in Sabre\\CalDAV\\Backend\\MockSubscriptionSupport
55 if (isset($this->subs[$principalUri])) {
56 return $this->subs[$principalUri];
79 if (!isset($this->subs[$principalUri])) {
80 $this->subs[$principalUri] = [];
83 $id = [$principalUri, count($this->subs[$principalUri])+1];
87 $this->subs[$principalUri][] = array_merge($properties, [
114 foreach($this->subs[$subscriptionId[0]] as &$sub) {
143 foreach($this->subs[$subscriptionId[0]] as $index=>$sub) {
146 unset($this->subs[$subscriptionId[0]][$index]);
DAbstractPDOTest.php712 $subs = $backend->getSubscriptionsForUser('principals/user1');
/plugin/socialshareprivacy2/SSP/scripts/
Djquery.socialshareprivacy.facebook.js44 var subs = locales[match[1]];
45 if ($.inArray(match[2], subs) !== -1) {
49 locale = match[1]+"_"+subs[0];
/plugin/autolink4/
Dhelper.php16 static $subs = []; variable in helper_plugin_autolink4
23 return self::$subs; //TODO: Remove this later?
103 self::$subs[] = $s;
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6subs=[],t&&"object"===r(t)&&(e=t,t=void 0),(e=e||{}).path=e.path||"/socket.io",n.opts=e,n.reconnec… property
/plugin/html5video2/
Dstyle.css119 .vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
120 .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
121 .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
122 .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
123 .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitle…
128 .vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
129 .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
130 .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
131 .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
132 .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-s…
[all …]
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts599 subs?: string | string[];
2718 …resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
2725 …resolveBlockSubstitutions(subs: string, defaults?: string[], subject?: string): string[] | undefin…
2732 resolvePassSubstitutions(subs: string): string[] | undefined;
2742 applySubstitutions(text: string, subs?: string | string[]): string | string[];
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts599 subs?: string | string[];
2718 …resolveSubstitutions(subs: string, type?: string, defaults?: string[], subject?: string): string[]…
2725 …resolveBlockSubstitutions(subs: string, defaults?: string[], subject?: string): string[] | undefin…
2732 resolvePassSubstitutions(subs: string): string[] | undefined;
2742 applySubstitutions(text: string, subs?: string | string[]): string | string[];
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm30 function LastIndexOf(subs, str)
32 return Len(str) - Find(subs, Reverse(str)) + 1;
/plugin/strata/helper/
Dsyntax.php455 $subs = $this->extractGroups($root,null);
462 if(count($subs) < 2) {
467 list($result,$scope) = $this->transformGroup(array_shift($subs), $typemap);
470 foreach($subs as $sub) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs2211 $def(self, '$apply_subs', function $$apply_subs(text, subs) {
2217 if (subs == null) subs = $$('NORMAL_SUBS');
2218 if (($truthy(text['$empty?']()) || ($not(subs)))) {
2222 } if ($truthy(subs['$include?']("macros"))) {
2229 …} } $send(subs, 'each', [], function $$1(type){var self = $$1.$$s == null ? this : $…
2250 return (text = self.$highlight_source(text, subs['$include?']("callouts")))
2252 if ($truthy(subs['$include?']("highlight"))) {
2492 …if (($truthy((inline_subs = replacement.$attributes().$delete("subs"))) && ($truthy((inline_subs =…
3128 …scape_count = nil, preceding = nil, old_behavior = nil, attributes = nil, subs = nil, passthru_key…
3157 } subs = ($eqeq(boundary, "+++") ? ([]) : ($$('BASIC_SUBS')));
[all …]
Dasciidoctor.js3465 …ssthru_key = passthrus.$size()), $hash2(["text", "subs", "attributes", "type"], {"text": content, …
12736 …nitialize_args = $proto.attributes = $proto.cursor = $proto.text = $proto.subs = $proto.style = $p…
12843 self.subs = nil;
12847 self.subs = $$('BASIC_SUBS');
12858 self.subs = $$('NORMAL_SUBS');
12900 return self.$apply_subs(self.text, self.subs)
18113 return this.subs
18501 AbstractNode.prototype.applySubstitutions = function (text, subs) { argument
18502 return this.$apply_subs(text, subs)
18516 AbstractNode.prototype.resolveSubstitutions = function (subs, type, defaults, subject) { argument
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTTFontFile.php2439 $subs = $this->_makeGSUBinputReplacement(1, $substitute, "()", 0, 1, 0);
2440 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2449 $subs = $this->_makeGSUBinputReplacement(1, $substitute, "()", 0, 1, 0);
2450 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2459 $subs = $this->_makeGSUBinputReplacement(1, $substitute, "()", 0, 1, 0);
2460 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
2470 …$subs = $this->_makeGSUBinputReplacement(count($inputGlyphs), $substitute, $ignore, 0, count($inpu…
2471 …$volt[] = ['match' => $repl, 'replace' => $subs, 'tag' => $tag, 'key' => $inputGlyphs[0], 'type' =…
4109 $subs = $charToGlyph[0x3F];
4111 $subs = $charToGlyph[32];
[all …]
/plugin/database2/
Ddatabase2.php4842 if ( !preg_match( '/^(!?)\s*(\S+)$/', $object, $subs ) )
4852 $objects[$minor] = $subs[1] . $subs[2];
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js8855 var subs = {};
8914 subs[from_chars[i]] = true;
8971 subs[from_chars[i]] = to_chars[i];
8978 var sub = subs[ch];
9002 var subs = {};
9061 subs[from_chars[i]] = true;
9118 subs[from_chars[i]] = to_chars[i];
9125 var sub = subs[ch]
27830 …ssthru_key = passthrus.$size()), $hash2(["text", "subs", "attributes", "type"], {"text": content, …
37101 …nitialize_args = $proto.attributes = $proto.cursor = $proto.text = $proto.subs = $proto.style = $p…
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D12.12.js.map1 …,\n 'string?',\n 'struct',\n 'struct-map',\n 'subs',\n 'subseq'…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js8858 var subs = {};
8917 subs[from_chars[i]] = true;
8974 subs[from_chars[i]] = to_chars[i];
8981 var sub = subs[ch];
9005 var subs = {};
9064 subs[from_chars[i]] = true;
9121 subs[from_chars[i]] = to_chars[i];
9128 var sub = subs[ch]
28082 …ssthru_key = passthrus.$size()), $hash2(["text", "subs", "attributes", "type"], {"text": content, …
37353 …nitialize_args = $proto.attributes = $proto.cursor = $proto.text = $proto.subs = $proto.style = $p…
[all …]
Dasciidoctor.min.js782 …);if(g(c)&&y(m,w("RS")))return u}if(g(c))b["$[]="](a=b.$size(),f(["text","subs","attributes","type…
1147 …$$prototype;q.document=q.reinitialize_args=q.attributes=q.cursor=q.text=q.subs=q.style=q.inner_doc…
1151subs=w}else l(u)?(this.content_model="verbatim",this.subs=p("BASIC_SUBS")):(l(y)&&(l(f)?this.curso…
1152 …ent):w},-1);h(b,"$text",function(){return this.$apply_subs(this.text,this.subs)});b.$attr_writer("…
/plugin/codemirror/dist/modes/
Dclojure.min.js.map1 …"split-with\", \"str\",\n \"string?\", \"struct\", \"struct-map\", \"subs\", \"subseq\", \"su…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dopal.js8855 var subs = {};
8914 subs[from_chars[i]] = true;
8971 subs[from_chars[i]] = to_chars[i];
8978 var sub = subs[ch];
9002 var subs = {};
9061 subs[from_chars[i]] = true;
9118 subs[from_chars[i]] = to_chars[i];
9125 var sub = subs[ch]
Dindex.mjs8516 var subs = {};
8575 subs[from_chars[i]] = true;
8632 subs[from_chars[i]] = to_chars[i];
8639 var sub = subs[ch];
8663 var subs = {};
8722 subs[from_chars[i]] = true;
8779 subs[from_chars[i]] = to_chars[i];
8786 var sub = subs[ch];
Dindex.cjs8525 var subs = {};
8584 subs[from_chars[i]] = true;
8641 subs[from_chars[i]] = to_chars[i];
8648 var sub = subs[ch];
8672 var subs = {};
8731 subs[from_chars[i]] = true;
8788 subs[from_chars[i]] = to_chars[i];
8795 var sub = subs[ch];
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2subs=[];var first=true;function dump(x){if(x)Module.print(x);Module.print(func);var pre="";for(var…
Dvorbis.js2subs=[];var first=true;function dump(x){if(x)Module.print(x);Module.print(func);var pre="";for(var…
Dopus.js2subs=[];var first=true;function dump(x){if(x)Module.print(x);Module.print(func);var pre="";for(var…

12