Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 25 of 1363) sorted by path

12345678910>>...55

/plugin/404manager/
H A DCHANGES.md13 …* The best name space page doesn't check all namespace if the page ID that gives a 404 has a exist…
H A Daction.php122 global $ID;
190 $startPage = getNS($ID) . ':' . curNS($ID);
382 global $ID;
391 $pageName = noNS($ID);
414 global $ID;
417 $perm = auth_quickaclcheck($ID);
419 $perm = auth_aclcheck($ID, '', null);
438 global $ID;
485 global $ID;
645 global $ID;
[all …]
/plugin/abbrlist/
H A Daction.php14 global $ID;
20 $abbrMeta = p_get_metadata($ID, 'abbrlist');
H A Dsyntax.php50 global $ID;
110 p_set_metadata($ID, array('abbrlist' => array()));
/plugin/abc/
H A Dsyntax.php180 global $ID;
188 $fileDir = $abcdir.'/'.utf8_encodeFN(str_replace(':','/',getNS($ID)));
199 $slashStr = (getNS($ID)) ? "/" : "";
352 global $ID;
353 return (getNS($ID)) ? getNS($ID).":".basename($file) : basename($file);
/plugin/ac/actions/
H A Dtickets.php5 global $ID;
7 $data[0] = substr($ID, strpos($ID, 'projekt:') + 8);
/plugin/acknowledge/admin/
H A Dreport.php203 global $ID;
206 $ID,
224 global $ID;
227 $ID,
246 global $ID;
249 $ID,
263 global $ID;
266 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_report']),
272 wl($ID, ['do' => 'admin', 'page' => 'acknowledge_assign']),
/plugin/acknowledge/lang/de/
H A Dassign.txt8 * Seiten wie üblich mit ihrer vollständigen Seiten-ID.
9 * Reguläre Ausdrücke, die mit ''/'' beginnen und enden - werden gegen eine vollständige Seiten-ID mit vorangestelltem '':'' verglichen.
/plugin/acknowledge/lang/en/
H A Dassign.txt8 * Pages as usual with their full page ID.
/plugin/acknowledge/syntax/
H A Dassign.php48 global $ID;
53 $helper->setPageAssignees($ID, $data['assignees']);
/plugin/aclauditor/
H A Dadmin.php198 …ptln('<a href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'scenar…
199 …ptln('<form id="aclauditor_form" method="post" action="'.wl($ID, array('do' => 'admin', 'page' => …
224 …ss="listtitle">'.$this->getLang('listwhat').' : "'.($this->what ? $this->what : $ID).'"'.'</div>');
238 …E_USER']).'" '.$this->getLang('listbothwhat').' "'.($this->what ? $this->what : $ID).'"'.'</div>');
273 …ptln('<a href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'single…
274 …ptln('<form id="aclauditor_scnform" method="post" action="'.wl($ID, array('do' => 'admin', 'page' …
348 …ptln('</pre><a target="_blank" href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'acl…
H A Dsyntax.php50 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
56 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
/plugin/actickets/
H A DREADME27 If you don't want to a add a global project ID or want to reference a ticket
28 from another project, you can add the project ID on a per-ticket basis:
/plugin/addnewpage/
H A Dsyntax.php134 $ID=getID();
136 return cleanID(str_replace('@PAGE@', $ID, $ns));
138 if($ns == "@NS@") return getNS($ID);
139 $ns = preg_replace("/^\.(:|$)/", dirname(str_replace(':', '/', $ID)) . "$1", $ns);
150 * @global string $ID The page ID
154 global $ID;
176 $currentns = getNS($ID);
311 global $ID;
314 $template = (new PageResolver($ID))->resolveId($template);
/plugin/addressbook/
H A Dsyntax.php72 global $ID;
120 $renderer->doc .= $this->showcontact(intval(substr($data,8)),$ID);
130 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
138 $renderer->doc .= $this->buildIndex($list,'department',$ID);
139 } else $renderer->doc .= $this->buildIndex(false,false,$ID);
208 } else $renderer->doc .= $this->buildIndex($list,false,$ID);
220 $out = $this->showcontact($_REQUEST['showcontact'],$ID);
238 global $ID;
243 $out .= '<form enctype="multipart/form-data" action="'.wl($ID).'" method="POST">';
255 global $ID;
[all …]
/plugin/adfs/
H A Daction.php53 global $ID;
58 … $event->data->addElement('<a href="' . wl($ID, array('do' => 'login')) . '">Login here</a>');
H A Dauth.php40 global $ID;
42 if (empty($ID)) $ID = getID();
66 $_SESSION['adfs_redirect'] = wl($ID, '', true, '&'); // remember current page
113 $go = wl($ID, '', true, '&');
/plugin/adfs/phpsaml/
H A DCHANGELOG77 * Be able to get at the auth object the last processed ID
193 * Do accesible the ID of the object Logout Request (id attribute).
229 * AuthNRequest now stores ID (it can be retrieved later).
H A DREADME.md530 // AuthNRequest ID provided to the validation method.
688 If a match on the future SAMLResponse ID and the AuthNRequest ID to be sent is required, that AuthN…
1071 If a match on the future LogoutResponse ID and the LogoutRequest ID to be sent is required, that Lo…
1256 In order to avoid replay attacks, you can store the ID of the SAML messages already processed, to a…
1258 Get the ID of the last processed message/assertion with the `getLastMessageId/getLastAssertionId` m…
1334 * `getLastRequestID` - The ID of the last Request SAML message generated.
1339 …* `getLastRequestID` - Gets the ID of the last AuthNRequest or LogoutRequest generated by the Serv…
1350 * `getId` - Returns the `AuthNRequest` ID.
1385 …* `getID` - Returns the ID of the Logout Request. (If you have the object you can access to the id…
1470 * `generateUniqueID` - Generates a unique string (used for example as ID
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt55 - HHVM signing node with ID attribute w/out namespace regenerates ID value.
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1364 array('id_name' => 'ID')
1416 $objXMLSecDSig->idKeys = array('ID');
/plugin/adhoctags/
H A DREADME.md74 - `#tagid` – any valid HTML id, prefixed by a hash (`#`) will be used as the element’s ID.
/plugin/adminhomepage/
H A Daction.php100 …ptln(' <div id="admin__usermanager"><a href="'.wl($ID, 'do=admin&amp;page=usermanager').'">'.$m…
102 …ptln(' <div id="admin__acl"><a href="'.wl($ID, 'do=admin&amp;page=acl').'">'.$menu['acl']['prom…
103 …ptln(' <div id="admin__plugin"><a href="'.wl($ID, 'do=admin&amp;page=plugin').'">'.$menu['plugi…
104 …ptln(' <div id="admin__config"><a href="'.wl($ID, 'do=admin&amp;page=config').'">'.$menu['confi…
129 …ptln(' <li class="level1"><div class="li"><a href="'.wl($ID, 'do=admin&amp;page='.$item['plugin']…
/plugin/adultcontent/
H A DREADME.md13 <?php if (!p_get_metadata($ID,"adult")) {?>
H A Daction.php26 global $ID;
28 $adult = p_get_metadata($ID, "adult");
40 p_set_metadata($ID, array('adult' => $adult));

12345678910>>...55