Home
last modified time | relevance | path

Searched refs:null (Results 51 – 75 of 5084) sorted by path

12345678910>>...204

/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/airtable/
H A Dsyntax.php165 if($thumbnails === false or $thumbnails === null) {
457 if($decoded_type == null) {
547 …if(($query_array[$key] == null || $query_array[$key] === "") && $value === true) { //if parameter …
/plugin/ajaxedit/_test/
H A Dhelper.test.php8 private $h = null;
/plugin/ajaxedit/
H A Daction.php56 $new_section_open = null;
58 $found = null;
81 if($new_section_open !== null) {
/plugin/ajaxpeon/
H A Daction.php68 $store_txt=null;
80 if($store_txt!=null){
89 if($ns==null){
104 if($out==null){
113 if($reflect!=null) {
170 … = isset($meta['description']['tableofcontents']) ? $meta['description']['tableofcontents'] : null;
175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
H A Dhelper.php162 $outlog=null;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1null","date","regexp","replacer","truncate","getMessage","actual","operator","expected","fail","st…
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
/plugin/apidoc/
H A Dsyntax.php233 $rData = null;
234 $co = null;
243 if( $rData == null ) return false;
247 if( $rData == null ) return false;
251 if( $rData == null || $co == null ) return false;
/plugin/approve/action/
H A Drevisions.php35 $last_approved_rev = null;
38 return $v['approved'] != null;
/plugin/approve/
H A Dhelper.php41 * @param null $approver
44 public function use_approve_here(helper_plugin_sqlite $sqlite, $id, &$approver=null) {
72 * @param null $no_apr_namespaces
75 public function get_hidden_namespaces_list(helper_plugin_sqlite $sqlite, $no_apr_namespaces=null) {
92 * @param null $no_apr_namespaces
95 public function in_hidden_namespace(helper_plugin_sqlite $sqlite, $id, $no_apr_namespaces=null) {
135 * @param null $pageApprover
136 * @param null $weighted_assignments
139 public function isPageAssigned(helper_plugin_sqlite $sqlite, $id, &$pageApprover=null, $weighted_assignments=null) {
[all...]
/plugin/approve/helper/
H A Ddb.php48 $this->sqlite = null;
58 $this->sqlite = null;
65 * @return helper_plugin_sqlite|null
/plugin/approve/syntax/
H A Dtable.php39 'approver' => null
62 if (preg_match('/' . $value . '/', null) === false) {
/plugin/archivegenerator/
H A Dadmin.php344 protected function addDirToArchive(Zip $archive, $srcDir, $recursive = true, $skipRegex = null)
372 … protected function addFilesToArchive($source, Zip $archive, $filesOnly = false, $skipRegex = null)
/plugin/asiansearch/
H A Daction.php240 function revised_html_show($txt = null)
/plugin/asyncsearch/
H A Dpagelookup.php105 print html_wikilink(':'.$id,useHeading('navigation')?null:$id,$regex);
/plugin/attribute/
H A Dhelper.php16 protected $storepath = null;
17 protected $cache = null;
158 return null;
307 if ($user === null) {
316 if ($data !== null) {
344 if ($user === null) {
355 if ($data === null) {
381 if ($user === null) {
417 if ($user === null) {
425 if ($data !== null) {
[all …]
/plugin/authchained/
H A Dauth.php275 public function createUser($user, $pass, $name, $mail, $grps = null) {
280 return null;
299 return null;
350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) {
/plugin/authclientcert/
H A Dauth.php140 $mail = null;
/plugin/authdjango/
H A Dauth.php18 var $dbh = null; // db handle
132 $this->dbh = null;
/plugin/authdrupal7/
H A Dauth.php156 $info = null;
502 protected function _flushUserInfoCache($user=null) {
/plugin/authdrupal8/
H A Dauth.php151 $info = null;
494 * if null, empty the whole cache
496 protected function _flushUserInfoCache($user=null) {
/plugin/authfacebook/
H A Daction.php28 $event->data->replaceElement(10, null);
29 $event->data->replaceElement(9, null);
30 $event->data->replaceElement(8, null);
31 $event->data->replaceElement(7, null);
32 $event->data->replaceElement(6, null);
33 $event->data->replaceElement(5, null);
34 $event->data->replaceElement(4, null);

12345678910>>...204