Home
last modified time | relevance | path

Searched refs:ns (Results 351 – 375 of 527) sorted by relevance

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

/plugin/htmlokay/
H A Dscript.js61 var ns = f['abs_path'].options[index].value;
62 update_avail_htmlOKay(ns);
/plugin/sectiontoggle/
H A Daction.php176 function normalize_names($str,$ns = false) {
184 if ($ns && !empty($names[$i])) $names[$i].= ":";
175 normalize_names($str, $ns = false) global() argument
/plugin/publish/
H A Dhelper.php388 $ns = $opts[0];
393 return $this->is_dir_valid($valid_ns, $ns . ':' . str_replace('/', ':', $file));
400 $id = pathID($ns . $file);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.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/fckg/fckeditor/
H A Dfckconfig.js441 var ns = "";
443 ns = top.getCurrentWikiNS();
446 return ns;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php573 $ns = count($this->mpdf->gradients[$n]['stops']);
575 for ($i = 0; $i < $ns; $i++) {
582 for ($i = 0; $i < $ns; $i++) {
583 $this->mpdf->gradients[$n]['stops'][($ns * $gp) + $i] = $this->mpdf->gradients[$n]['stops'][($ns * ($gp - 1)) + $i];
584 $tmp = $this->mpdf->gradients[$n]['stops'][($ns * ($gp - 1)) + ($ns - 1)]['offset'] + $offs[$i];
586 $this->mpdf->gradients[$n]['stops'][($ns * $gp) + $i]['offset'] = $tmp;
588 $this->mpdf->gradients[$n]['stops'][($ns * $gp) + $i]['offset'] = 1;
/plugin/dokutranslate/
H A Drtl.css27 background: transparent url(pix/ns.png) right 1px no-repeat;
/plugin/glossary/
H A Dscript.js197 function glossarySendClear (action, ns) { argument
203 data: "glossary[action]="+action+"&glossary[ns]="+ns,
/plugin/tocselect/
H A Daction.php44 $ns = getNS($wikifn . ':file');
49 $list = $this->get_dir_list($pathinf['dirname'], $ns);
/plugin/fileshare/syntax/
H A DFileshare.php209 function upload_plugin_uploadform($ns) { argument
225 $form->addHidden ( 'ns', hsc ( $ns ) );
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php141 $ns = '{' . self::NS_CARDDAV . '}';
145 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
146 $propFind->handle($ns . 'supported-address-data', function() {
149 $propFind->handle($ns . 'supported-collation-set', function() {
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php29 if (auth_quickaclcheck($this->ns . ':*') < AUTH_CREATE) {
/plugin/upload/
H A Dsyntax.php115 $form->addHidden('ns', hsc($ns));
/plugin/foldablelist/
H A DREADME.md19 {{topic>ns1:sub-ns?tag}}
22 …topic component) to generate the list from all pages in the namespace ns1/sub-ns tagged with "tag"
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php141 $ns = '{' . self::NS_CARDDAV . '}';
145 $propFind->handle($ns . 'max-resource-size', $this->maxResourceSize);
146 $propFind->handle($ns . 'supported-address-data', function() {
149 $propFind->handle($ns . 'supported-collation-set', function() {
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php26 if (auth_quickaclcheck($this->ns . ':*') < AUTH_CREATE) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php562 $ns = count($gradient_info['color']);
563 if (isset($gradient_info['color'][($ns - 1)]['offset']) && $gradient_info['color'][($ns - 1)]['offset'] < 1) {
564 $gradient_info['color'][] = $gradient_info['color'][($ns - 1)];
565 $gradient_info['color'][($ns)]['offset'] = 1;
567 $ns = count($gradient_info['color']);
666 for ($i = 0; $i < $ns; $i++) {
675 for ($i = 0; $i < $ns; $i++) {
677 $gradient_info['color'][(($ns * $gp) + $i)] = $gradient_info['color'][(($ns * (
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","da…
/plugin/bibtex/OSBib/
H A DUTF8.php59 $ns = strlen ($utf8_string);
60 for ($nn = 0; $nn < $ns; $nn++) {
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php24 $ns = [
/plugin/filelisting/
H A Dscript.js410 var ns = $plugin__filelisting.data("namespace");
411 if (ns !== undefined) {
412 options.baseNamespace = ns;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DAbstractPDOTest.php97 …'{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp' => new CalDAV\Xml\Property\ScheduleCalen…
146 …'{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => new CalDAV\Xml\Property\Suppo…
167 '{urn:ietf:params:xml:ns:caldav}supported-calendar-component-set' => 'blabla',
/plugin/userannotations/
H A Daction.php89 echo '<div class="annotation annotation-'.preg_replace('/[^a-z0-9]/', '', $ns).'">';
/plugin/querychangelog/
H A Dadmin.php69 $opts['ns'] = getNS($ID);
233 if ( auth_quickaclcheck($row['id'].':*') >= AUTH_CREATE or $row['id'] == $opts['ns'] ) {
/plugin/sync/
H A Dadmin.php649 $ns = $this->profiles[$no]['ns'];
653 $ok = $this->client->query('dokuwiki.getPagelist',$ns,
657 $ok = $this->client->query('wiki.getAttachments',$ns,
676 $dir = utf8_encodeFN(str_replace(':', '/', $ns));

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