Home
last modified time | relevance | path

Searched full:request (Results 1 – 25 of 113) sorted by relevance

12345

/template/strap/ComboStrap/
H A DPageRules.php30 $request = Sqlite::createOrGetSqlite()
34 $request->execute();
38 $request->close();
54 $request = Sqlite::createOrGetSqlite()
59 $count = $request
66 $request->close();
83 $request = Sqlite::createOrGetSqlite()
88 $count = $request->execute()
94 $request->close();
135 $request = Sqlite::createOrGetSqlite()
[all …]
H A DEvent.php38 * process all replication request, created with {@link Event::createEvent()}
84 $request = $sqlite->createRequest()
87 $rows = $request->execute()
95 $request->close();
112 $request = $sqlite->createRequest()
117 $rowsSelected = $request->execute()
126 $request->close();
132 $request = $sqlite->createRequest()
135 $changeCount = $request->execute()->getChangeCount();
145 $request->close();
[all …]
H A DIdentity.php54 * @param TestRequest $request
57 public static function becomeSuperUser(&$request = null, $user = 'admin') argument
64 if ($request != null) {
65 $request->setServer('REMOTE_USER', $user);
98 * @param $request
101 public static function logIn(&$request, $user = 'defaultUser') argument
104 $request->setServer('REMOTE_USER', $user);
219 $request = null;
220 Identity::becomeSuperUser($request, 'admin');
H A DCacheLog.php94 $request = Sqlite::createOrGetBackendSqlite()
98 $request
101 $request->close();
124 $request = $sqlite->createRequest()
127 return $request->execute()
132 $request->close();
H A DDatabasePageRow.php408 $request = $this->sqlite
412 $request->execute();
416 $request->close();
606 $request = $this->sqlite
611 $countChanges = $request
617 $request->close();
689 $request = $this->sqlite
698 $this->row[self::ROWID] = $request
705 $request->close();
915 $request = Sqlite::createOrGetSqlite()
[all …]
H A DSearch.php62 $request = $sqlite
67 $rows = $request
78 $request->close();
H A DSnippetSystem.php25 * stylesheet/javascript to a slot or request scoped
30 …* * `ForRequests` are snippets added for the HTTP request - not cached. Example of request compo…
88 * Returns all snippets (request and slot scoped)
98 * @return Snippet[] - the slot snippets (not the request snippet)
H A DSqliteRequest.php100 throw new ExceptionCompile("The request type ($requestType) was not processed");
105 throw new ExceptionCompile("No Sql request was found to be executed");
115 …throw new ExceptionCompile("Error in the request type `$requestType`. res is not a PDOStatement bu…
H A DHttpRequest.php10 * A request to the application
93 * each http request, a new context needs to be created)
H A DSqlite.php41 * @var SqliteRequest the actual request. If not closed, it will be close.
422 $request = $this->createRequest()
425 self::$sqliteVersion = $request
431 $request->close();
457 * Internal function that closes the actual request
H A DIFetcher.php17 …* * serving a svg file with different request properties (if the requested image width is set, i…
19 * The request may come from:
/template/writr/.github/ISSUE_TEMPLATE/
Dfeature_request.md2 name: Feature request
5 labels: feature request
10 **Is your feature request related to a problem? Please describe.**
20 Add any other context or screenshots about the feature request here.
/template/strap/.github/
H A Dbootstrap.sh9 # The head ref or source branch of the pull request in a workflow run.
13 # The name of the base ref or target branch of the pull request in a workflow run.
17 echo -e "\nPull request from the branch (${BUILD_BRANCH}) to the branch (${BUILD_TARGET_BRANCH})"
21 # For example, feature-branch-1 or 57/merge for a pull request
32 # echo -e "\nPull Request Build from the branch (${TRAVIS_PULL_REQUEST_BRANCH})"
/template/strap/ComboStrap/Meta/Field/
H A DBacklinkCount.php91 $request = $sqlite
96 $count = $request
102 $request->close();
H A DAliases.php171 $request = $sqlite
177 $deprecatedAliasInDb = $request
184 $request->close();
202 $request = $sqlite
206 $request->execute();
210 $request->close();
/template/strap/ComboStrap/Meta/Store/
H A DMetadataDbStore.php186 $request = $this->sqlite
190 $request->execute();
194 $request->close();
217 $request = Sqlite::createOrGetSqlite()
221 $request->execute();
226 $request->close();
/template/boozurk/tinynav/
DREADME.md46 Want to do a pull request?
49 …n welcome, but please check the [Pull Request Guidelines](https://github.com/viljamis/TinyNav.js/w…
/template/bootie/_test/
Dheader.test.php31 $request = new TestRequest();
32 $response = $request->get(array('id' => $pageId, '/doku.php'));
/template/writr/
DREADME.md32 … you have ideas for new features or have found bugs, please open an issue or submit a pull request.
37 …- **Submit a Pull Request**: Once your changes are ready, submit a pull request to the main reposi…
/template/strap/.github/workflows/
H A Dphp-test-on-pull-request.yml1 name: PHP Tests started on Pull Request
/template/strap/
H A Dcli.php321 echo "Processing Replication Request\n";
442 $request = $sqlite
447 $rows = $request
454 $request->close();
655 $request = $sqlite
668 $rows = $request
675 $request->close();
/template/writr/.github/
Dno-response.yml10 to our request for more information from the original author. With only the
/template/adoradark/
DCHANGELOG.md18 Merge pull request https://github.com/notconscious/dokuwiki-template-adoradark/pull/4 from dfkt/pat…
/template/strap/action/
H A Drouter.php86 * Determine if the request should be banned based on the id
92 * for blocking rules on http request data such as:
561 $request = Sqlite::createOrGetBackendSqlite()
568 $request
573 $request->close();
/template/strap/ComboStrap/Meta/Form/
H A DFormMeta.php20 * Represents form metadata sends via an ajax request
130 * that should be send with a post request

12345