Home
last modified time | relevance | path

Searched refs:__FILE__ (Results 1 – 25 of 26) sorted by relevance

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar7 set_include_path('phar://' . __FILE__ . PATH_SEPARATOR . get_include_path());
9 include 'phar://' . __FILE__ . '/' . Extract_Phar::START;
61 $basename = basename(__FILE__);
115 $fp = fopen(__FILE__, 'rb');
164 $temp .= '/pharextract/'.basename(__FILE__, '.phar');
170 if (!file_exists($temp . DIRECTORY_SEPARATOR . md5_file(__FILE__))) {
173 @file_put_contents($temp . '/' . md5_file(__FILE__), '');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Din.test77 …_object' => new \SplFileInfo(dirname(__FILE__)), 'object' => new \stdClass(), 'resource' => opendi…
/plugin/mailto/
H A Drenderer.php.not20 return confToHash(dirname(__FILE__).'/info.txt');
/plugin/codeprettify/code-prettify/src/
H A Dlang-swift.js51 …[PR['PR_KEYWORD'], /^\b(?:__COLUMN__|__FILE__|__FUNCTION__|__LINE__|#available|#color…
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak74 …array('./'.basename(__FILE__), './config.php', './'.trim($farmconf['farmer'], '/'), './'.trim($far…
164 if(!@unlink(__FILE__)) die('Could not remove farm structure creator script file');
/plugin/structtemplate/_vagrant/
H A DVagrantfile26 cwd = File.dirname(__FILE__)
/plugin/svg/
H A Dsyntax.php.save9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/linkbonus/syntax/
H A Dinterwiki.txt12 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst157 $tplDir = dirname(__FILE__).'/templates';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js.map1 …rivate', 'internal'],\n keywords: [\n '__COLUMN__',\n '__FILE__',\n '__FUN…
H A D41.41.js.map1 …ileTimeConstants: [\n '__CLASS__',\n '__DIR__',\n '__FILE__',\n '__LIN…
H A D39.39.js.map1 … 'lock',\n '__END__',\n 'elsif',\n 'lt',\n '__FILE__',\n 'eq',\…
H A D52.52.js.map1 … keywords: [\n '__LINE__',\n '__ENCODING__',\n '__FILE__',\n 'BEGIN…
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1 …bject\",\"Type\",\"dynamicType\",\"Self\",\"Protocol\",\"__COLUMN__\",\"__FILE__\",\"__FUNCTION__\…
H A Dd.min.js.map1 …e this \" +\n \"throw typedef typeid typeof volatile __FILE__ __LINE__ __gshare…
H A Druby.min.js.map1 …\",\n \"require_relative\", \"extend\", \"autoload\", \"__END__\", \"__FILE__\", \"__LINE__\", …
H A Dphp.min.js.map1 …;\n var phpAtoms = \"true false null TRUE FALSE NULL __CLASS__ __DIR__ __FILE__ __LINE__ __METHOD…
H A Dcrystal.min.js.map1 …\"while\", \"with\",\n \"yield\", \"__DIR__\", \"__END_LINE__\", \"__FILE__\", \"__LINE__\"\n…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md478 $file = new Hoa\File\Read(__FILE__);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default39 …_match('#^'.preg_quote(realpath(getenv('DOCUMENT_ROOT'))).'#', realpath(__FILE__))) ? getenv('DOCU…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst868 return dirname(__FILE__).'/Fixtures/';
H A Dadvanced.rst988 return dirname(__FILE__).'/Fixtures/';
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …"protected":1,exit:1,foreach:1,"throw":1,elseif:1,"extends":1,include:1,__FILE__:1,empty:1,require… property in hljs.LANGUAGES.php.dM.k
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt279 * Bugfix: phpThumbURL() was broken if __FILE__ and
/plugin/dokuprism/prism/
H A Dprism.js17 Prism.languages.c=Prism.languages.extend("clike",{comment:{pattern:/\/\/(?:[^\r\n\\]|\\(?:\r\n?|\n|(?![\r\n])))*|\/\*[\s\S]*?(?:\*\/|$)/,greedy:!0},string:{pattern:/"(?:\\(?:\r\n|[\s\S])|[^"\\\r\n])*"/,greedy:!0},"class-name":{pattern:/(\b(?:enum|struct)\s+(?:__attribute__\s*\(\([\s\S]*?\)\)\s*)?)\w+|\b[a-z]\w*_t\b/,lookbehind:!0},keyword:/\b(?:_Alignas|_Alignof|_Atomic|_Bool|_Complex|_Generic|_Imaginary|_Noreturn|_Static_assert|_Thread_local|__attribute__|asm|auto|break|case|char|const|continue|default|do|double|else|enum|extern|float|for|goto|if|inline|int|long|register|return|short|signed|sizeof|static|struct|switch|typedef|typeof|union|unsigned|void|volatile|while)\b/,function:/\b[a-z_]\w*(?=\s*\()/i,number:/(?:\b0x(?:[\da-f]+(?:\.[\da-f]*)?|\.[\da-f]+)(?:p[+-]?\d+)?|(?:\b\d+(?:\.\d*)?|\B\.\d+)(?:e[+-]?\d+)?)[ful]{0,4}/i,operator:/>>=?|<<=?|->|([-+&|:])\1|[?:~]|[-+*/%&|^!=<>]=?/}),Prism.languages.insertBefore("c","string",{char:{pattern:/'(?:\\(?:\r\n|[\s\S])|[^'\\\r\n]){0,32}'/,greedy:!0}}),Prism.languages.insertBefore("c","string",{macro:{pattern:/(^[\t ]*)#\s*[a-z](?:[^\r\n\\/]|\/(?!\*)|\/\*(?:[^*]|\*(?!\/))*\*\/|\\(?:\r\n|[\s\S]))*/im,lookbehind:!0,greedy:!0,alias:"property",inside:{string:[{pattern:/^(#\s*include\s*)<[^>]+>/,lookbehind:!0},Prism.languages.c.string],char:Prism.languages.c.char,comment:Prism.languages.c.comment,"macro-name":[{pattern:/(^#\s*define\s+)\w+\b(?!\()/i,lookbehind:!0},{pattern:/(^#\s*define\s+)\w+\b(?=\()/i,lookbehind:!0,alias:"function"}],directive:{pattern:/^(#\s*)[a-z]+/,lookbehind:!0,alias:"keyword"},"directive-hash":/^#/,punctuation:/##|\\(?=[\r\n])/,expression:{pattern:/\S[\s\S]*/,inside:Prism.languages.c}}}}),Prism.languages.insertBefore("c","function",{constant:/\b(?:EOF|NULL|SEEK_CUR|SEEK_END|SEEK_SET|__DATE__|__FILE__|__LINE__|__TIMESTAMP__|__TIME__|__func__|stderr|stdin|stdout)\b/}),delete Prism.languages.c.boolean;
42 !function(e){e.languages.crystal=e.languages.extend("ruby",{keyword:[/\b(?:__DIR__|__END_LINE__|__FILE__|__LINE__|abstract|alias|annotation|as|asm|begin|break|case|class|def|do|else|elsif|end|ensure|enum|extend|for|fun|if|ifdef|include|instance_sizeof|lib|macro|module|next|of|out|pointerof|private|protected|ptr|require|rescue|return|select|self|sizeof|struct|super|then|type|typeof|undef|uninitialized|union|unless|until|when|while|with|yield)\b/,{pattern:/(\.\s*)(?:is_a|responds_to)\?/,lookbehind:!0}],number:/\b(?:0b[01_]*[01]|0o[0-7_]*[0-7]|0x[\da-fA-F_]*[\da-fA-F]|(?:\d(?:[\d_]*\d)?)(?:\.[\d_]*\d)?(?:[eE][+-]?[\d_]*\d)?)(?:_(?:[uif](?:8|16|32|64))?)?\b/,operator:[/->/,e.languages.ruby.operator],punctuation:/[(){}[\].,;\\]/}),e.languages.insertBefore("crystal","string-literal",{attribute:{pattern:/@\[.*?\]/,inside:{delimiter:{pattern:/^@\[|\]$/,alias:"punctuation"},attribute:{pattern:/^(\s*)\w+/,lookbehind:!0,alias:"class-name"},args:{pattern:/\S(?:[\s\S]*\S)?/,inside:e.languages.crystal}}},expansion:{pattern:/\{(?:\{.*?\}|%.*?%)\}/,inside:{content:{pattern:/^(\{.)[\s\S]+(?=.\}$)/,lookbehind:!0,inside:e.languages.crystal},delimiter:{pattern:/^\{[\{%]|[\}%]\}$/,alias:"operator"}}},char:{pattern:/'(?:[^\\\r\n]{1,2}|\\(?:.|u(?:[A-Fa-f0-9]{1,4}|\{[A-Fa-f0-9]{1,6}\})))'/,greedy:!0}})}(Prism);

12