Home
last modified time | relevance | path

Searched refs:null (Results 226 – 250 of 5084) sorted by last modified time

12345678910>>...204

/plugin/bureaucracy/helper/
H A Dactiontemplate.php351 'type' => null,
H A Dfield.php282 $value = null;
343 return null;
349 return null;
H A Dfieldaddpage.php60 null :
H A Dfieldhidden.php38 return null;
H A Dfieldfieldset.php109 return null;
H A Dfieldstatic.php43 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldusemailtemplate.php59 null :
H A Dfieldwiki.php44 return ($name === 'value') ? null : parent::getParam($name);
H A Dfieldyesno.php55 null;
59 null;
/plugin/bureaucracy/
H A Dsyntax.php26 var $noreplace = null;
322 …$isValid = $field->handle_post($_POST['bureaucracy'][$index] ?? null, $data['fields'], $index, $th…
/plugin/adhocmathml/
H A Dmtd.php44 $renderer->tablecell_open($cols, null, $rows);
/plugin/gitbacked/action/
H A Deditcommit.php313 $mailer->setBody($template_text, $template_replacements, null, $template_html);
/plugin/gitbacked/lib/
H A DGit.php70 …c static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $plugin …
101 …&clone_remote($repo_path, $remote, $reference = null, \action_plugin_gitbacked_editcommit $plugin …
138 protected $repo_path = null;
143 protected $plugin = null;
157 …action_plugin_gitbacked_editcommit $plugin = null, $source = null, $remote_source = false, $refere…
192 …public function __construct($repo_path = null, \action_plugin_gitbacked_editcommit $plugin = null,…
683 public function add_tag($tag, $message = null) {
684 if ($message === null) {
704 public function list_tags($pattern = null) {
748 public function log($format = null) {
[all …]
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md121 static $copier = null;
123 if (null === $copier) {
210 echo $copy->id; // null
/plugin/dw2pdf/
H A Drenderer.php177 public function locallink($hash, $name = null, $returnonly = false)
206 $title = null,
207 $align = null,
208 $width = null,
209 $height = null,
210 $cache = null,
280 * @param null $name
284 public function emaillink($address, $name = null, $returnonly = false)
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php256 * Returns first filter that matches variable, `null` if no such filter found.
262 * @return TypeFilter|null
276 return isset($matched) ? $matched['filter'] : null;
280 * Returns first element that matches predicate, `null` if no such element found.
285 * @return array|null Associative array with 2 members: 'filter' with value of type {@see TypeFilter} and 'matcher'
286 * with value of type {@see TypeMatcher} or `null`.
296 return null;
/plugin/dw2pdf/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
43 }, null, null);
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Spl/
H A DSplDoublyLinkedListFilter.php49 return Closure::bind($copy, null, DeepCopy::class);
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md31 public function __construct(LoggerInterface $logger = null)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DAbstractReader.php66 $trailerKeyword = $this->parser->readValue(null, PdfToken::class);
85 $trailer = $this->parser->readValue(null, PdfDictionary::class);
H A DLineReader.php78 $reader->reset(null, $bytesPerCycle);
131 $start = null;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php30 $chn = null;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DAbstractBarcode.php28 return isset($this->data[$key]) ? $this->data[$key] : null;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DConfigVariables.php176 'annotMargin' => null, // default position for Annotations
515 'curlExecutionTimeout' => null,
516 'curlProxy' => null,
517 'curlProxyAuth' => null,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1664 $biilp = null;

12345678910>>...204