Home
last modified time | relevance | path

Searched refs:null (Results 151 – 175 of 5084) sorted by last modified time

12345678910>>...204

/plugin/columns/
H A Daction.php81 $result = null;
236 $this->currentColumn = null;
251 if ($this->currentColumn != null) {
555 $this->sectionStart = null;
556 $this->sectionEnd = null;
618 if ($this->sectionStart != null) {
631 if ($closeSection || ($this->sectionEnd != null)) {
665 if ($this->sectionEnd != null) {
/plugin/mikioplugin/syntax/
H A Dcard.php113 if($data['no-body'] == false) { $this->syntaxRender($renderer, 'cardbody', '', null, MIKIO_LEXER_EXIT);
H A Dcore.php176 protected function cleanOptions($data, $options = null)
180 if ($options == null) { $options = $this->options;
441 public function buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null)
446 if ($classes == null) { $classes = array();
448 if ($optionsTemplate == null) { $optionsTemplate = $this->options;
559 if ($options != null) {
660 public function syntaxRender(Doku_Renderer $renderer, $className, $text, $data = null, $lexer = MIKIO_LEXER_AUTO)
H A Dpagenation.php
H A Dsetattr.php16 public $attrs = null;
/plugin/aichat/Storage/
H A DSQLiteStorage.php49 if (!$record) return null;
345 * @return int|null
362 if (!$result) return null;
/plugin/aichat/vendor/erusev/parsedown/
H A DParsedown.php146 $CurrentBlock = null;
320 protected function blockCode($Line, $Block = null)
715 protected function blockSetextHeader($Line, array $Block = null)
832 'title' => null,
853 protected function blockTable($Line, array $Block = null)
880 $alignment = null;
1235 if ($Link === null)
1264 'text' => null,
1266 'href' => null,
1267 'title' => null,
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/src/
H A DEncoder.php109 return null !== $var && false !== $var && '' !== $var;
179 $previousPart = null;
217 $minimumKey = $minPairsKeys[0] ?? null;
233 ...array_slice($word, $i, null, true),
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DMultibyte.php84 $parts[] = self::makePart($string, $position, null, $offset_capture);
136 * @param integer|null $length
140 private static function makePart($string, $position, $length = null, $offset_capture = false)
168 $lengths[] = [$array[0] - $position, false, null];
179 $lengths[] = [$strlen - $position, false, null];
H A DSentence.php370 $previous_word_ending = null;
/plugin/aichat/
H A DEmbeddings.php32 /** @var CLI|null */
H A Dhelper.php
/plugin/aichat/vendor/composer/
H A Dautoload_real.php21 if (null !== self::$loader) {
H A Dautoload_static.php60 }, null, ClassLoader::class);
H A DClassLoader.php48 /** @var string|null */
95 /** @var string|null */
104 * @param string|null $vendorDir
106 public function __construct($vendorDir = null)
361 * @param string|null $apcuPrefix
367 $this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
371 * The APCu prefix in use, or null if APCu caching is not enabled.
373 * @return string|null
391 if (null === $this->vendorDir) {
412 if (null !
[all...]
H A DInstalledVersions.php30 * @var mixed[]|null
31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
36 * @var bool|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
166 * @return string|null If the package is being replaced or provided but is not really installed, null wil
[all...]
/plugin/bez/cron/
H A Dfunctions.php131 $mailer->setBody('', null, null, $body);
/plugin/bez/mdl/
H A DEntity.php9 * https://stackoverflow.com/questions/1267999/mysql-better-to-insert-null-or-empty-string
125 $null = $rule[1];
126 if (strtolower($null) == 'null') {
201 $mailer->setBody('', null, null, $content);
H A DFactory.php243 if ($obj->$column === null) continue;
248 $execute[':'.$column] = null;
280 $execute[':'.$column] = null;
H A DTask.php64 if ($this->thread_id == null) {
65 return null;
67 if ($this->thread == null || $this->thread_id != $this->thread->id) {
73 if ($this->thread_comment_id == null) {
74 return null;
76 if ($this->thread_comment == null || $this->thread_comment_id != $this->thread_comment->id) {
384 public function is_subscribent($user_id=null) {
385 if ($user_id == null) {
H A DTaskFactory.php40 if ($task->thread_comment_id == null) {
H A DTask_comment.php20 if ($this->task_id == null) {
21 return null;
23 if ($this->task == null) {
H A DThread.php239 public function is_subscribent($user_id=null) {
240 if ($user_id == null) {
H A DThreadFactory.php209 if($thread->coordinator != null) {
274 if ($thread->coordinator != null && $thread->coordinator != $prev_coordinator) {
275 if ($prev_coordinator != null) {
H A DThread_comment.php27 if ($this->thread_id == null) {
28 return null;
30 if ($this->thread == null) {

12345678910>>...204