Home
last modified time | relevance | path

Searched refs:ident (Results 1 – 25 of 43) sorted by relevance

12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSyslogHandler.php33 protected $ident; variable in Monolog\\Handler\\SyslogHandler
38 * @param string $ident
42 …public function __construct(string $ident, $facility = LOG_USER, $level = Logger::DEBUG, bool $bub… argument
46 $this->ident = $ident;
63 if (!openlog($this->ident, $this->logopts, $this->facility)) {
64 …throw new \LogicException('Can\'t open syslog for ident "'.$this->ident.'" and facility "'.$this->…
H A DSyslogUdpHandler.php41 protected $ident; variable in Monolog\\Handler\\SyslogUdpHandler
50 * @param string $ident Program name or tag for each log message.
56 …facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true, string $ident = 'php', int $rfc … argument
64 $this->ident = $ident;
129 $this->ident . "[" . $pid . "]: ";
137 $this->ident . " " .
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D27.27.js1ident:/π|ℯ|\b(?!\d)\w+\b/,escape:/(?:[abefnrstv\\"'\n\r]|[0-7]{1,3}|x[0-9A-Fa-f]{1,2}|u[0-9A-Fa-f]… property in AnonymousFunction633a7cad0100.o
H A D27.27.js.map1ident: /π|ℯ|\\b(?!\\d)\\w+\\b/,\n // escape sequences\n escape: /(?:[abefnrstv\\\\\"'\\n\\r]…
H A D36.36.js.map1 …endif',\n '#if',\n '#ifdef',\n '#ifndef',\n '#ident',\n '#undef…
H A D12.12.js.map1ident?',\n 'identical?',\n 'identity',\n 'if-let',\n 'if-not',\n …
/plugin/dev/
H A DSVGIcon.php49 * @param string $ident prefixed name of the icon
54 public function downloadRemoteIcon($ident, $save = '') argument
56 $icon = $this->remoteIcon($ident);
93 * @param string $ident prefixed name of the icon
97 public function remoteIcon($ident) argument
99 if (strpos($ident, ':')) {
100 list($prefix, $name) = explode(':', $ident);
103 $name = $ident;
H A Dcli.php114 $ident = array_shift($args);
117 return $this->cmdDownloadSVG($ident, $save, $keep);
395 * @param string $ident
401 protected function cmdDownloadSVG($ident, $save = '', $keep = false)
405 return (int)$svg->downloadRemoteIcon($ident, $save);
386 cmdDownloadSVG($ident, $save = '', $keep = false) global() argument
/plugin/mathpublish/
H A Dsyntax.php139 $ident = md5($math . '-' . $size);
142 $valignfile = getCacheName($ident, '.mathpublish.valign');
143 $imagefile = getCacheName($ident, '.mathpublish.png');
158 $img = DOKU_BASE . 'lib/plugins/mathpublish/img.php?img=' . $ident;
/plugin/captcha/
H A Dimg.php19 $ident= $plugin->_fixedIdent(); global() variable
H A Dwav.php25 $ident= $plugin->_fixedIdent(); global() variable
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java842 if (ident != null)
846 if (ident.equals("verticalHierarchical"))
854 else if (ident.equals("verticalTree"))
858 else if (ident.equals("horizontalTree"))
862 else if (ident.equals("parallelEdges"))
866 else if (ident.equals("placeEdgeLabels"))
870 else if (ident.equals("organicLayout"))
874 if (ident.equals("verticalPartition"))
902 else if (ident.equals("verticalStack"))
916 else if (ident.equals("horizontalStack"))
[all …]
H A DBasicGraphEditor.java.bak811 if (ident != null)
815 if (ident.equals("verticalHierarchical"))
823 else if (ident.equals("verticalTree"))
827 else if (ident.equals("horizontalTree"))
831 else if (ident.equals("parallelEdges"))
835 else if (ident.equals("placeEdgeLabels"))
839 else if (ident.equals("organicLayout"))
843 if (ident.equals("verticalPartition"))
871 else if (ident.equals("verticalStack"))
885 else if (ident.equals("horizontalStack"))
[all …]
/plugin/structgantt/meta/
H A DGantt.php415 $ident = $this->intervalFormat($date, 'header');
416 if (!isset($headers[$ident])) {
417 $headers[$ident] = 1;
419 $headers[$ident]++;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php349 $ident = $request['http_method'] . ' ' . Core::url($request);
350 $fn = function () use ($ident, $value, $map, $args) {
353 fprintf($value, '<%s> [%s] ', $ident, $map[$code]);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php508 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
511 function () use ($ident, $value, $map, $args) {
514 fprintf($value, '<%s> [%s] ', $ident, $map[$code]);
/plugin/codemirror/dist/modes/
H A Dswift.min.js.map1ident","current","hasOwnProperty","tokenUntilClosingParen","depth","inner","backUp","pop","openQuo…
H A Deiffel.min.js.map1ident\";\n } else if (/[a-zA-Z_0-9]/.test(ch)) {\n stream.eatWhile(/[a-zA-Z_0-9]/);\n …
H A Dverilog.min.js.map1ident\", \"before-scope-ident\".\n function tlvScopeStyle(state, indentation, type) {\n // Beg…
H A Dgas.min.js.map1ident",".if",".incbin",".include",".int",".internal",".irp",".irpc",".lcomm",".lflags",".line",".l…
H A Dclojure.min.js.map1ident?\", \"identical?\", \"identity\",\n \"if-let\", \"if-not\", \"if-some\", \"ifn?\", \"im…
H A Druby.min.js.map1ident\";\n } else if (ch == \"|\" && (state.varList || state.lastTok == \"{\" || state.lastTok …
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php1144 $ident = ord($this->binary[$this->pos++]);
1145 if ($ident === 0x40) {
1148 if ($ident === 0x41) {
/plugin/s5reloaded/ui/effects_support/
H A Ddragdrop.js919 new_sequence.each(function(ident) { argument
920 var n = nodeMap[ident];
923 delete nodeMap[ident];
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2ident){var seen={};if(ident){return items.filter((function(item){if(seen[item[ident]])return false… argument

12