Home
last modified time | relevance | path

Searched refs:defined (Results 2676 – 2700 of 3364) sorted by relevance

1...<<101102103104105106107108109110>>...135

/plugin/ireadit/action/
H A Dmigration.php11 if (!defined('DOKU_INC')) die();
/plugin/structodt/
H A Daction.php15 if(!defined('DOKU_INC')) die();
/plugin/combo/action/
H A Dlogin.php20 if (!defined('DOKU_INC')) die();
H A Droutermessage.php260 if (!defined('NOSESSION')) {
/plugin/siteexport/inc/
H A Dfilewriter.php3 if (!defined('DOKU_PLUGIN')) die('meh');
/plugin/odtplus2dw/
H A Daction.php11 if(!defined('DOKU_INC')) die();
12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/');
33 * @param mixed $param not defined
48 * @param mixed $param not defined
122 // Check upload file defined
125 // If parse work, change action to defined one in conf/local.php file
130 //if the file is correctly parsed, change the action to the action defined in the conf
/plugin/jsonrpc/
H A Djsonrpc.php12 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../');
355 if(!defined('INDEXER_VERSION')){
/plugin/translator/syntax/
H A Dtranslator.php9 if(!defined('DOKU_INC')) die();
11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/redissue/
H A DREADME.md100 * server: In case you have multiple server, you can override the server url and the API key defined
126 …"tracker" identifiers are bad, Redissue display only issue with Id you have defined in "id" option.
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md24 * Added a parser for the HTTP `Prefer` header, as defined in [RFC7240][rfc7240].
157 * Fixed: Fallback for when CURLOPT_POSTREDIR is not defined (mainly for hhvm).
/plugin/epub/scripts/
H A Depub_utils.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
3 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
/plugin/pubmed2020/
H A Dsyntax.php14 if(!defined('DOKU_INC')) die();
15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/gallery/
H A Dsyntax.php
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG183 * added "is defined" support for block() and constant()
246 * fixed the defined test when used on a constant, a map, or a sequence
398 * fixed a C extension crash when accessing defined but uninitialized property.
486 * added a syntax error when using a loop variable that is not defined
567 * fixed "is_safe" value for the "dump" function when "html_errors" is not defined in php.ini
691 …* fixed the "defined" test and the "default" filter (now works with more than one call (foo.bar.fo…
760 * made 'a.b is defined' not throw an exception if a is not defined (in strict mode)
768 * fixed the defined test for some cases
915 * fixed objects with __isset() defined
948 * fixed variables defined outside a loop and for which the value changes in a for loop
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php157 … if (null === $this->cwd && (\defined('ZEND_THREAD_SAFE') || '\\' === \DIRECTORY_SEPARATOR)) {
324 if (\defined('HHVM_VERSION')) {
1450 if (!\function_exists('phpinfo') || \defined('HHVM_VERSION')) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst307 which includes them. This means that any variable defined in the main template
506 A macro is defined via the :doc:`macro<tags/macro>` tag. Here is a small example
515 Macros can be defined in any template, and need to be "imported" via the
538 A default value can also be defined for macro arguments when not provided in a
599 * ``["foo", "bar"]``: Arrays are defined by a sequence of expressions
602 * ``{"foo": "bar"}``: Hashes are defined by a list of keys and values
821 {# returns the value of foo if it is defined and not null, 'no' otherwise #}
/plugin/news/
H A Dadmin.php8 if(!defined('DOKU_INC')) die();
/plugin/svgembed/
H A Dsyntax.php10 if (!defined('DOKU_INC')) {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php10 !defined('IN_UC') && exit('Access Denied');
/plugin/linkfix/
H A Dadmin.php10 if(!defined('DOKU_INC')) die();
/plugin/bibtex/OSBib/
H A DUTF8.php285 if(!defined('UTF8_NOMBSTRING') && function_exists('mb_strlen'))
/plugin/judge/
H A Dsyntax.php11 if (!defined('DOKU_INC')) {
/plugin/datatemplate/syntax/
H A Dentry.php8 if(!defined('DOKU_INC')) die();
/plugin/filelisting/
H A Dhelper.php10 if(!defined('DOKU_INC')) die();
/plugin/lastfm/inc/
H A Dlastfmutils.php9 if(!defined('DW_LF')) define('DW_LF',"\n");

1...<<101102103104105106107108109110>>...135