Home
last modified time | relevance | path

Searched refs:ns (Results 326 – 350 of 527) sorted by relevance

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

/plugin/solr/
H A Dhelper.php105 $ns = getNS($id);
106 if($ns){
107 $name = shorten(noNS($id), ' ('.$ns.')',30);
/plugin/linkback/action/
H A Dsend.php167 $ns = getNS($ID);
174 } else if (strstr($ns, $namespace) === $ns) {
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_fa.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_sk.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_es.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_hu.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_pt.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_ro.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
H A Dlocale_tr.js.map1ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","gantt","lo…
/plugin/batchedit/
H A Dengine.php1139 foreach (explode(',', $namespace) as $ns) {
1142 if ($ns[0] == '-') {
1144 $ns = substr($ns, 1);
1147 if ($ns == ':') {
1148 $ns = "[^:]+$";
1152 $negativeFilter[] = $ns;
1155 $positiveFilter[] = $ns;
/plugin/lms/
H A Dhelper.php215 $ns = getNS($link);
217 if (!preg_match("/^$check(:|$)/", ":$ns")) {
/plugin/do/syntax/
H A Ddolist.php65 $ns = $url[0];
85 $args['ns'] = $ns;
/plugin/galleryv1.5/
H A Dsyntax.php95 $data['ns'] = $ns;
191 $ns = cleanID($data['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/ckgedit/action/
H A Dedit.php70 foreach($ns_choices as $ns) {
71 $ns = trim($ns);
73 if(($id && preg_match("/$ns/",$id)) || ($Fck_NmSp && preg_match("/$ns/",$Fck_NmSp))) {
596 $ns = getNS($_COOKIE['FCK_NmSp']);
608 …$fbOptions = "filebrowserImageBrowseUrl: \"$doku_base/lib/exe/mediamanager.php?ns=$ns&edid=wiki__t…
609 …filebrowserBrowseUrl: \"$doku_base/lib/exe/mediamanager.php?ns=$ns&edid=wiki__text&onselect=ckg_ed…
/plugin/blogtng/helper/
H A Dentry.php989 $ns = getNS($id);
990 $convert = (getNS($ID) == $ns) ? false : true;
1007 $ins[$i][1][0] = $this->_convert_internal_link($ins[$i][1][0], $ns);
1090 * @param string $ns: namespace of included page
1093 private function _convert_internal_link($link, $ns) { argument
1098 return getNS($ns).':'.substr($link, 2);
1101 return $ns.':'.substr($link, 1);
1105 return $ns.':'.$link;
/plugin/diagramsnet/lib/resources/
H A Ddia_gl.txt22 allChangesLost=Hanse perder as modificacións!
33 allChangesSaved=Gardáronse as modificacións.
145 constrainProportions=Limitar proporcións
192 discardChanges=Descartar modificacións
275 externalChanges=Modificacións externas
305 filterCards=Filtrar cartóns
464 links=Ligazóns
515 noRevisions=Non hai revisións
548 options=Opcións
580 placeholders=Substitucións
[all …]
/plugin/permissioninfo/
H A Dadmin.php368 … $ns = str_replace('%USER%',auth_nameencode($username),$matches[1]); //replace %USER% with username
369 $up[$ns] = (empty($up[$matches[1]])?0:$up[$matches[1]]) | $matches[3];
371 $for_user[$ns] = $matches[3];
/plugin/fedauth/Auth/OpenID/
H A DMessage.php898 $ns = null;
907 $ns = $this->namespaces->getNamespaceURI($alias);
911 if ($ns === null) {
913 $ns = $this->getOpenIDNamespace();
916 return $this->getArg($ns, $key, $default);
/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/indexmenu/scripts/
H A Dtoolbarindexwizard.js272 let sel, ns, depth, syntax, eo;
282 ns = jQuery('#namespace').val();
286 syntax = '{{indexmenu>' + ns + depth + options + '}}';
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/fckg/action/
H A Dedit.php69 foreach($ns_choices as $ns) {
70 $ns = trim($ns);
71 if(preg_match("/$ns/",$_REQUEST['id']) || preg_match("/$ns/",$Fck_NmSp)) {
/plugin/openid/Auth/OpenID/
H A DMessage.php979 $ns = null;
988 $ns = $this->namespaces->getNamespaceURI($alias);
992 if ($ns === null) {
994 $ns = $this->getOpenIDNamespace();
997 return $this->getArg($ns, $key, $default);
/plugin/supa/helper/
H A Dhelper.php33 function html_supa_applet( $ns, $auth ) { argument

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