Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 25 of 49) sorted by path

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe18284 ĠD NS
48681 ĠC NS
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js32183 …var AI, AL, BA, BK, CB, CI_BRK, CJ, CP_BRK, CR, DI_BRK, ID, IN_BRK, LF, LineBreaker, NL, NS, PR_BR…
32189 …SA = _ref.SA, SG = _ref.SG, XX = _ref.XX, CJ = _ref.CJ, ID = _ref.ID, NS = _ref.NS, characterClass…
32224 return NS;
65063 …J, CL, CM, CP, CR, EX, GL, H2, H3, HL, HY, ID, IN, IS, JL, JT, JV, LF, NL, NS, NU, OP, PO, PR, QU,…
65075 exports.NS = NS = 5;
H A Dpdfmake.min.js15 …,o=A.BK,p=A.LF,v=A.NL,e=A.AI,r=A.AL,w=A.SA,_=A.SG,k=A.XX,h=A.CJ,f=A.ID,m=A.NS,E=A.characterClasses…
16 …I,A,L,R,T,B,M,O,D,U,P,F,z,W;e.OP=L=0,e.CL=u=1,e.CP=c=2,e.QU=B=3,e.GL=p=4,e.NS=I=5,e.EX=d=6,e.SY=P=…
H A Dpdfmake.min.js.map1NS","PR_BRK","SA","SG","SP","UnicodeTrie","WJ","XX","characterClasses","classTrie","pairTable","la…
/plugin/bootswrapper/exe/
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns')); variable
100 …echo '<link href="' . tpl_basedir() . 'css.php?id='. cleanID("$NS:start") .'" rel="stylesheet" />';
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js46 this.NS=null;
63 }else{FBL.NS=document.documentElement.namespaceURI;
926 var element=this.NS&&doc.createElementNS?doc.createElementNS(FBL.NS,tagName):doc.createElement(tagName);
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dnsresolver/
H A Dsyntax.php79 $NS = getNS($ID);
80 if ( strpos($NS, ':') )
82 $NS = substr( strrchr($NS, ':'), 1);
86 $dnsname = str_replace("@NS@", $NS, $dnsname);
/plugin/dropfiles/action/
H A Dajax.php17 protected $NS = ''; variable in action_plugin_dropfiles_ajax
69 global $NS, $MSG, $INPUT;
80 $NS = $INPUT->str('ns');
81 $ns = $NS . ':' . getNS($id);
94 $res = media_upload($NS, $AUTH, $_FILES['qqfile']);
97 $res = media_upload_xhr($NS, $AUTH);
104 'id' => $NS . ':' . $id,
105 'ns' => $NS,
117 'ns' => $NS,
130 $this->NS = $INPUT->str('ns');
[all …]
/plugin/explorertree/
H A Dplugin.info.txt6 desc DokuWiki helper for embedding NS/page explorer to a plugin
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md148 - [39: Remove superfluous NS](https://github.com/doctrine/annotations/pull/39)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dnamespaced_class.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
5 namespace NS;
23 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
66 public function baz(NS\Foo $foo)
81 'NS\Foo', 'baz', $arguments, '', $this, true
H A Dnamespaced_class_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_dont_call_parent_clone.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', false)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
19 'NS\Foo',
28 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_implementing_interface_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
24 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_implementing_interface_dont_call_parent_constructor.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true)
5 namespace NS;
24 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnamespaced_class_partial.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array('bar'), 'MockFoo', true, true)
5 namespace NS;
23 'NS\Foo',
33 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
44 public function bar(NS\Foo $foo)
59 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnamespaced_interface.phpt2 PHPUnit_Framework_MockObject_Generator::generate('NS\Foo', array(), 'MockFoo', true, true)
5 namespace NS;
17 'NS\Foo',
27 class MockFoo implements PHPUnit_Framework_MockObject_MockObject, NS\Foo
38 public function bar(NS\Foo $foo)
53 'NS\Foo', 'bar', $arguments, '', $this, true
H A Dnonexistent_class_with_namespace.phpt10 'NS\Foo',
20 namespace NS {
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
H A Dnonexistent_class_with_namespace_starting_with_separator.phpt10 '\NS\Foo',
20 namespace NS {
30 class MockFoo extends NS\Foo implements PHPUnit_Framework_MockObject_MockObject
/plugin/glossary/
H A Dglossary.class.php59 var $NS; // namespace where definition could be found variable in glossary
83 $this->NS = cleanId (trim ($ns));
84 $this->md5ns = md5 ($this->NS);
208 if ($this->NS == false)
228 if ($this->NS == false)
266 $values['ns'] = $this->NS; // XXX compatibilité
469 $request['ns'] = $this->NS;
556 resolve_pageid ($this->NS, $pageId, $exists);
624 resolve_pageid ($this->NS, $pageId, $exists);
679 resolve_pageid ($this->NS, $pageId, $exists);
[all …]
H A Dscript.js178 function glossaryPoll (ancor, ticket, opinion, NS) { argument
180 …ossary[operation]=poll&glossary[ticket]="+ticket+"&glossary[opinion]="+opinion+"&glossary[ns]="+NS;
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt6191 203D;NS # INTERROBANG
6201 2047;NS # DOUBLE QUESTION MARK
9515 301C;NS # WAVE DASH
9547 303C;NS # MASU MARK
9735 30FB;NS # KATAKANA MIDDLE DOT
10365 33B1;ID # SQUARE NS
10531 A015;NS # YI SYLLABLE WU
13846 FE54;NS # SMALL SEMICOLON
13847 FE55;NS # SMALL COLON
14035 FF1A;NS # FULLWIDTH COLON
[all …]

12