Home
last modified time | relevance | path

Searched refs:set_transient (Results 1 – 25 of 122) sorted by relevance

12345

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-feed-cache-transient.php82 set_transient( $this->name, $data, $this->lifetime );
83 set_transient( $this->mod_name, time(), $this->lifetime );
117 return set_transient( $this->mod_name, time(), $this->lifetime );
H A Dclass-wp-oembed-controller.php241 set_transient( $cache_key, $data, $ttl );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-feed-cache-transient.php82 set_transient( $this->name, $data, $this->lifetime );
83 set_transient( $this->mod_name, time(), $this->lifetime );
117 return set_transient( $this->mod_name, time(), $this->lifetime );
H A Dclass-wp-oembed-controller.php241 set_transient( $cache_key, $data, $ttl );
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Drules.c25 if (r->set_transient != -1)
26 n->transient = r->set_transient;
87 r->set_transient = -1;
H A Drules.h29 int set_transient; member
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dtheme-install.php67 set_transient( 'wporg_theme_feature_list', array(), 3 * HOUR_IN_SECONDS );
79 set_transient( 'wporg_theme_feature_list', $feature_list, 3 * HOUR_IN_SECONDS );
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dtheme-install.php67 set_transient( 'wporg_theme_feature_list', array(), 3 * HOUR_IN_SECONDS );
79 set_transient( 'wporg_theme_feature_list', $feature_list, 3 * HOUR_IN_SECONDS );
/dports/chinese/ibus-cangjie/ibus-cangjie-2.4/src/
H A Dsetup.py67 self.__window.connect('notify::window', self.set_transient)
76 def set_transient(self, obj, pspec): member in Setup
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/libweston-desktop/
H A Dxwayland.c300 set_transient(struct weston_desktop_xwayland_surface *surface, in set_transient() function
393 .set_transient = set_transient,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/libweston-desktop/
H A Dxwayland.c300 set_transient(struct weston_desktop_xwayland_surface *surface, in set_transient() function
393 .set_transient = set_transient,
/dports/cad/horizon-eda/horizon-2.1.0/src/core/
H A Dtool.cpp18 void ToolBase::set_transient() in set_transient() function in horizon::ToolBase
H A Dtool_pub.hpp98 void set_transient();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/weston/src/xwayland/
H A Dxwayland-internal-interface.h45 void (*set_transient)(struct weston_desktop_xwayland_surface *shsurf, member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/weston/src/xwayland/
H A Dxwayland-internal-interface.h45 void (*set_transient)(struct weston_desktop_xwayland_surface *shsurf, member
/dports/chinese/wordpress-zh_CN/wordpress/
H A Dwp-cron.php98 set_transient( 'doing_cron', $doing_wp_cron );
/dports/chinese/wordpress-zh_TW/wordpress/
H A Dwp-cron.php98 set_transient( 'doing_cron', $doing_wp_cron );
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp162 void set_transient();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp162 void set_transient();
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp162 void set_transient();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp158 void set_transient();
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp158 void set_transient();
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp158 void set_transient();
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/recorder/storage/
H A DjfrBuffer.hpp159 void set_transient();
/dports/sysutils/dunst/dunst-1.6.1/
H A Dconfig.h152 .set_transient = -1,

12345