Home
last modified time | relevance | path

Searched refs:ns (Results 351 – 375 of 527) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_sv.js82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
86 /******/ return ns;
H A Dlocale_tr.js82 /******/ var ns = Object.create(null);
83 /******/ __webpack_require__.r(ns);
84 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
85 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
86 /******/ return ns;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","render_mar…
/plugin/textinsert/
H A Dsyntax.php25 var $ns; variable in syntax_plugin_textinsert
72 list($ns,$rest) = explode(':',$ID,2);
73 if(@file_exists($filename = DOKU_PLUGIN . "textinsert/lang/$ns/lang.php")) {
79 if(@file_exists($filename = DOKU_PLUGIN . "textinsert/lang/$ns/macros.php")) {
81 $ar = 'lang_' .$ns;
89 if(!empty($ns)) {
90 $this->ns = $ns;
/plugin/glossary/
H A Dglossary.class.php74 function __construct ($plugin, $ns) { argument
83 $this->NS = cleanId (trim ($ns));
804 $ns = $this->readConfig ($subDir);
806 $this->message ('error', $this->getLang ('glossaryNotEmpty').$ns." (".$md5ns.").");
818 $this->message ('success', $this->getLang ('glossaryRemoved').$ns." (".$md5ns.").");
833 $ns = $this->readConfig ($subDir);
835 array ($ns,
848 list ($ns, $def, $prop, $poll) = $data;
853 ' <td>'.$ns.'</td>'.NL.
/plugin/tiledblog/
H A Dscript.js12 function tiledblogAjax (action, ns) { argument
18 data: "tiledblog[action]="+action+"&tiledblog[ns]="+ns,
/plugin/pageindex/
H A Dsyntax.php131 array('ns' => $ns)); // options
139 $skip = strpos($skip,":") ? $skip : "$ns:$skip";
/plugin/sitemapnavi/action/
H A Dajax.php57 $ns = $INPUT->str('namespace');
61 echo $helper->getSiteMap($ns);
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js9962 var ns = index ? realm : root;
9966 CtorA = ns[type] || function(n) { this.n = n; },
9967 CtorB = ns[otherType] || function(n) { this.n = n; },
9968 bufferA = ns[type] ? new ns.ArrayBuffer(8) : 8,
9969 bufferB = ns[otherType] ? new ns.ArrayBuffer(8) : 8,
9970 bufferC = ns[otherType] ? new ns.ArrayBuffer(16) : 16;
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.js79 /******/ var ns = Object.create(null);
80 /******/ __webpack_require__.r(ns);
81 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
83 /******/ return ns;
H A Draphael.no-deps.js79 /******/ var ns = Object.create(null);
80 /******/ __webpack_require__.r(ns);
81 /******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
82 /******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns,…
83 /******/ return ns;
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js72 this.ns = function(fn) method
74 var ns = {};
75 namespaces.push(fn, ns);
76 return ns;
163 var ns = namespaces[i+1];
164 fn.apply(ns);
11587 FBL.ns(function() { with (FBL) {
11600 FBL.ns(function() { with (FBL) {
11782 FBL.ns(function() { with (FBL) {
11918 FBL.ns(function() { with (FBL) {
[all …]
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php96 $ns = getNS($ID);
106 resolve_pageid($ns, $relativeTargetPageid, $ignored);
350 $ns = $field->getParam('namespace');
358 $id = $ns.':'.$file['name'];
/plugin/sphinxsearch-was/
H A Dfunctions.php255 $ns = explode(":", $id);
256 $nsCount = count($ns) - 1;
261 $name = $ns[$i];
280 $ns = explode(":", $id);
281 return $ns[count($ns) - 1];
349 $ns = getNS($id);
350 if ($ns) {
351 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
374 $ns = getNS($id);
375 if ($ns) {
[all …]
H A Dchangelog36 * Renamed filter name from "@categories" to "@ns"
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php96 $ns = getNS($ID);
106 resolve_pageid($ns, $relativeTargetPageid, $ignored);
350 $ns = $field->getParam('namespace');
358 $id = $ns.':'.$file['name'];
/plugin/linksenhanced/syntax/
H A Dtable.php92 $ns = getNS($pdata['id']);
93 if($ns === false)
94 $ns = '';
96 if($namespace !== false && !in_array($ns, $namespace))
/plugin/pagehere/
H A Daction.php26 $ns = getNS($ID);
27 $newpage = cleanID($ns.':'.$page);
/plugin/quicksubscribe/
H A Daction.php31 $ns = cleanID($INPUT->str('ns')) . ':'; // we only handle namespaces
42 $ok = $sub->add($ns, $_SERVER['REMOTE_USER'], 'list');
47 $msg = sprintf($this->getLang('sub_succ'), prettyprint_id($ns));
49 $msg = sprintf($this->getLang('sub_fail'), prettyprint_id($ns));
53 $ok = $sub->remove($ns, $_SERVER['REMOTE_USER']);
55 $msg = sprintf($this->getLang('unsub_succ'), prettyprint_id($ns));
57 $msg = sprintf($this->getLang('unsub_fail'), prettyprint_id($ns));
H A Dscript.js52 ns: JSINFO.namespace + ':',
78 ns: $link.data('target'),
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php940 foreach ($this->namespaces as $ns) {
941 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) {
942 $className = $ns.'\\'.$className;
958 $ns = $this->imports['__NAMESPACE__'];
960 … if (class_exists($ns.'\\'.$className) || interface_exists($ns.'\\'.$className)) {
961 $className = $ns.'\\'.$className;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst670 … attribute (``@XmlList(inline = true, entry = "comment", namespace="http://www.example.com/ns")``).
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1ns.qualify(n),null==t?n.local?r:e:"function"==typeof t?n.local?a:o:n.local?u:i}function L(n){retur…
3ns={prefix:Lo,qualify:function(n){var t=n.indexOf(":"),e=n;return t>=0&&"xmlns"!==(e=n.slice(0,t))… class in ao
4 …o.interpolateRound=Ur,ao.transform=function(n){var t=fo.createElementNS(ao.ns.prefix.svg,"g");retu…
5ns.qualify(n);return Ju(this,"attr."+n,t,a.local?u:i)},Yl.attrTween=function(n,t){function e(n,e){…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlSerializationVisitor.php473 $prefix = 'ns-' . substr(sha1($namespace), 0, 8);
482 $prefix = 'ns-' . substr(sha1($namespace), 0, 8);
/plugin/feedback/
H A Daction.php176 $ns = $id;
179 $ns = $this->adjustForTanslations($id);
183 if(isset($conf[$ns])) {
184 return $conf[$ns];
189 $ns = getNS($ns);
190 if(!$ns) $ns = '*';
191 if(isset($conf[$ns])) return $conf[$ns];
192 } while($ns != '*');

1...<<11121314151617181920>>...22