Home
last modified time | relevance | path

Searched refs:exists (Results 176 – 200 of 487) sorted by relevance

12345678910>>...20

/plugin/publistx/
H A DTODO3 - sanitise.php: if exists, import "sanitise" function from it. If not,
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconnector.py80 if not os.path.exists(self.userFilesFolder):
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m413 if test -x "$PKG_CONFIG" && $PKG_CONFIG --exists libmaxminddb; then
/plugin/advanced/lang/en/config/
H A Dmime.txt3 …the browser to present a download dialog, even if a browser plugin for the file in question exists.
/plugin/glossary/
H A Dglossary.class.php556 resolve_pageid ($this->NS, $pageId, $exists);
624 resolve_pageid ($this->NS, $pageId, $exists);
679 resolve_pageid ($this->NS, $pageId, $exists);
680 if ($exists) {
775 resolve_pageid ($this->NS, $pageId, $exists);
776 if ($exists)
/plugin/schedule/
H A Dschedules.class.php611 resolve_pageid ($this->nameSpace, $pageId, $exists);
612 if (!$exists)
641 resolve_pageid ($this->nameSpace, $pageId, $exists);
642 if (!$exists && isset ($this->allSchedules [$id])) {
964 resolve_pageid ($this->nameSpace, $pageId, $exists);
973 'exists' => $exists);
1234 function addEventTab (&$tab, $event, $when, $pageId, $eventClass, $exists, $cssLink) { argument
1283 resolve_pageid ($this->nameSpace, $pageId, $exists);
1284 $cssLink = $exists ? 'wikilink1' : 'wikilink2';
1360 … schedules::addEventTab ($repeatTab, $event, $when, $pageId, $eventClass, $exists, $cssLink);
[all …]
/plugin/backlinks2/
H A Dsyntax.php94 resolve_pageid(getNS($id), $match, $exists);
/plugin/docnavigation/syntax/
H A Dpagenav.php121 // page like namespace exists
135 resolve_pageid(getNS($ID), $link, $exists);
/plugin/combo/action/
H A Dpagesystemmutation.php87 * Page creation may be detected by checking if the file already exists and the revision is false.
95 if (!FileSystems::exists($file) && $rev === false) {
H A Dlinkwizard.php135 if (!FileSystems::exists($page->getPathObject())) {
/plugin/combo/ComboStrap/
H A DSlotManagerMenuItem.php140 if (FileSystems::exists($secondaryPath)) {
H A DCacheLog.php37 if (!FileSystems::exists($contentCachePath)) {
H A DIcon.php65 if (!FileSystems::exists($mediaDokuPath)) {
68 $message = "The svg icon file ($mediaDokuPath) does not exists. If you want an icon from an icon library, indicate a name without extension.";
H A DQualityTag.php21 if (!FileSystems::exists($wikiPath)) {
/plugin/translation3/
H A Dhelper.php322 resolve_pageid(getNS($ID),$link,$exists);
325 if ($exists){ //solid box
/plugin/diagramsnet/lib/js/diagramly/
H A DStorageFile.js121 var createStorageFile = mxUtils.bind(this, function(exists) argument
134 if (exists)
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst27 already exist, it is added but if the key already exists, its value is
/plugin/displayorphans/
H A Dhelper.php87 { resolve_pageid(getNS($source), $target, $exists); return $target; }
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DChainTest.php122 $this->assertTrue($loader->exists('foo'));
/plugin/odt2dw/
H A DREADME32 …* Fixe : display an error if the parserUploadDir directory doesn't exists. Now it will be create i…
/plugin/menupopup/
H A Dsyntax.php195 resolve_pageid(getNS($ID),$page,$exists); // resolve shortcuts
/plugin/sphinxsearch-was/
H A Dfunctions.php315 resolve_pageid('', $page, $exists);
322 if ($exists) {
/plugin/redirect2/
H A Daction.php329 resolve_pageid(':', $id, $exists); // absolute pagename
330 $class = ($exists) ? 'wikilink1' : 'wikilink2';
/plugin/sphinxsearch/
H A Dfunctions.php321 resolve_pageid('',$page,$exists);
328 if ($exists){
/plugin/do/
H A Dhelper.php134 $exists = false;
135 resolve_pageid(getNS($ID), $args['id'][0], $exists);

12345678910>>...20